@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/**
 * 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);
  }
}
.mp-discount-label-wrap {
  font-weight: 600;
  font-size: 1.5rem;
  color: red;
  display: block;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0;
  left: 0;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
.tmp3-img-content {
  float: left;
}
.tmp3-text-content {
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  width: calc(100% - 460px);
  height: 321px;
}
.tmp3-title {
  color: #0083d0;
  font-size: 50px;
  margin-top: 30px;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.714;
  margin-top: 30px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 12px !important;
  font-style: italic;
  padding-left: 5px;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
#mp-popup-template4 {
  width: 105%;
  height: 105%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tmp4-text-content {
  width: 50%;
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4_field_newsletter {
  padding-right: 10%;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  margin-left: 25px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: left;
}
.tmp4-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 30px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
#mp-popup-template5 img {
  max-height: initial;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
  padding-right: 25px;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #mp-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
#mp-popup-template6 {
  font-family: sans-serif;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.tmp6-left-title {
  width: 350px;
  background-color: #0083d0;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #FFFFFF;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
}
.tmp6-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tmp6_field_newsletter #mp-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Faqs
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
@charset "UTF-8";
@font-face {
  font-family: 'Basier Circle';
  font-display: swap;
  font-weight: 400;
  src: url('https://assets.revolut.com/media/fonts/BasierCircle-Regular.woff2');
}
@font-face {
  font-family: 'Basier Circle';
  font-display: swap;
  font-weight: 500;
  src: url('https://assets.revolut.com/media/fonts/BasierCircle-Medium.woff2');
}
@font-face {
  font-family: 'Basier Circle';
  font-display: swap;
  font-weight: 600;
  src: url('https://assets.revolut.com/media/fonts/BasierCircle-SemiBold.woff2');
}
@font-face {
  font-family: 'Inter';
  font-display: swap;
  font-weight: 400;
  src: url('https://assets.revolut.com/media/fonts/Inter-Regular.woff2');
}
@font-face {
  font-family: 'Inter';
  font-display: swap;
  font-weight: 500;
  src: url('https://assets.revolut.com/media/fonts/Inter-Medium.woff2');
}
@font-face {
  font-family: 'Inter';
  font-display: swap;
  font-weight: 600;
  src: url('https://assets.revolut.com/media/fonts/Inter-SemiBold.woff2');
}
@font-face {
  font-family: 'Inter';
  font-display: swap;
  font-weight: 700;
  src: url('https://assets.revolut.com/media/fonts/Inter-Bold.woff2');
}
@font-face {
  font-family: 'Aeonik Pro';
  font-display: swap;
  font-weight: 900;
  src: url('https://assets.revolut.com/media/fonts/AeonikPro-Black.woff2');
}
#show-error-pay-error,
#payment-request-error-widget,
#show-error-card-error {
  padding: 3px;
  display: none;
  margin-top: 5px;
  width: 100%;
  border: 1px solid red;
  color: red;
  text-indent: 5px;
}
#show-error-pay-error {
  margin-top: 25px !important;
}
#payment-request-error-widget {
  margin-top: 5px !important;
}
#revolutPayForm,
#revolutPaymentRequestForm {
  width: 60%;
  height: 60px;
}
#revolutForm {
  border-radius: 1rem;
  border: 1px solid #dfe3e7;
  padding: 10px 10px;
  margin-bottom: 5px;
}
#revolut-upsell-banner-element,
#revolut-card-cardholder-name,
#revolut-card-cardholder-name::placeholder {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Helvetica, Arial, Arimo, sans-serif;
}
#revolut-cardholder-name-container {
  border-radius: 1rem;
  margin-bottom: 8px;
}
#revolut-card-cardholder-name {
  width: 100%;
  color: #1a1c1f;
  padding: 20px 16px;
  font-size: 1.6rem;
  border: 1px solid #dfe3e7;
  border-radius: 1rem;
  background-color: transparent;
}
#revolut-card-cardholder-name::placeholder {
  color: #75808a;
  font-size: 1.6rem;
}
.revolut-cardholder-name-error {
  background-color: #fdedec;
  color: #F26055;
}
.revolut-cardfield-error {
  background-color: #fdedec;
  color: #F26055;
}
.checkout-payment-method .payment-method-title {
  display: flex;
  align-items: center;
}
#revolutPaymentRequestForm iframe {
  height: 60px !important;
}
#revolut-label-icons {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#revolut-pay-informational-icon {
  display: flex;
  margin-left: 5px;
  flex-wrap: wrap;
}
.revolut-label {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #revolutForm {
    margin: 0 auto;
    width: 95%;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #revolutPayForm,
  #revolutPaymentRequestForm {
    width: 100%;
  }
}
.swatch-option.text {
  border-radius: 2px;
  border: 1px solid #cccccc;
  padding: 4px 8px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  color: #333333;
}
.swatch-option.text:hover,
.swatch-option.text.selected {
  border-color: #333333;
  box-shadow: 0 0 0 1px #333333;
}
.swatch-option.text.has-image .swatch-image-container {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  overflow: hidden;
  border-radius: 2px;
}
.swatch-option.text .swatch-image-container {
  display: none;
}
.swatch-option.text .swatch-image-container img.swatch-image {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.swatch-option.text .swatch-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.swatch-option.text .swatch-label-row .swatch-label {
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  margin-right: 6px;
  white-space: normal;
}
.swatch-option.text .swatch-label-row .swatch-caption {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  color: #555555;
  margin-top: 2px;
}
.swatch-option.text .swatch-label-row .swatch-tooltip-icon {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #d16d1c;
  background: rgba(209, 109, 28, 0.05);
  color: #d16d1c;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
}
.swatch-option.text.has-tooltip .swatch-label-row .swatch-tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.swatch-option.text .swatch-tooltip {
  display: none;
  font-size: 11px;
  line-height: 1.4;
  color: #333333;
}
.swatch-tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}
.swatch-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.swatch-popup-overlay.is-open {
  display: flex;
}
.swatch-popup-overlay .swatch-popup {
  background: #ffffff;
  border-radius: 4px;
  padding: 16px 20px 14px;
  max-width: 320px;
  width: 90%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  position: relative;
}
.swatch-popup-overlay .swatch-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  color: #d16d1c;
}
.swatch-popup-overlay .swatch-popup-content {
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
  margin-top: 8px;
}
body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-attribute-options.clearfix.configurablekit-has-swatch-images {
  display: flex;
  gap: 10px;
}
body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-attribute-options.clearfix.configurablekit-has-swatch-images > .swatch-option {
  height: auto;
  padding: 20px 10px 10px;
  flex: 1 1 auto;
  position: relative;
  text-align: center;
}
body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-attribute-options.clearfix.configurablekit-has-swatch-images > .swatch-option.text.has-image .swatch-image-container {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 4px;
  overflow: hidden;
  border-radius: 2px;
}
body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-attribute-options.clearfix.configurablekit-has-swatch-images > .swatch-option.text .swatch-label-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-attribute-options.clearfix.configurablekit-has-swatch-images > .swatch-option.text.has-tooltip .swatch-label-row .swatch-tooltip-icon {
  position: absolute;
  top: 3px;
  right: 4px;
}
body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-attribute-options.clearfix.configurablekit-has-swatch-images > .swatch-option.text:not(.has-image):not(.has-tooltip) {
  justify-content: center;
}
@media (max-width: 992px) and (min-width: 480px) {
  body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-attribute-options.clearfix.configurablekit-has-swatch-images {
    display: flex;
    gap: 4px;
    width: 100%;
    flex-wrap: wrap;
  }
  body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-attribute-options.clearfix.configurablekit-has-swatch-images > .swatch-option {
    flex: 0 0 45%;
  }
}
@media (max-width: 480px) {
  body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-attribute-options.clearfix.configurablekit-has-swatch-images {
    display: flex;
    gap: 4px;
    flex-direction: column;
  }
  body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-attribute-options.clearfix.configurablekit-has-swatch-images > .swatch-option {
    flex: 0 0 45%;
    flex-direction: row;
    gap: 10px;
  }
  body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-attribute-options.clearfix.configurablekit-has-swatch-images > .swatch-option .swatch-label-row {
    align-items: start !important;
  }
  body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-attribute-options.clearfix.configurablekit-has-swatch-images > .swatch-option.text.has-image .swatch-image-container {
    display: flex;
    width: 35%;
    height: unset;
  }
  .swatch-option.text .swatch-label-row .swatch-label {
    font-size: 14px;
  }
  .swatch-option.text .swatch-label-row .swatch-caption {
    font-size: 13px;
  }
}
.swatch-attribute-label-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.swatch-attribute-label-container .swatch-attribute-label {
  margin: 0;
}
.swatch-attribute-label-container .attribute-tooltip-icon {
  background: none;
  border: 1px solid #cccccc;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  color: #333333;
  transition: all 0.2s ease;
}
.swatch-attribute-label-container .attribute-tooltip-icon:hover {
  background: #f5f5f5;
  border-color: #999999;
}
.swatch-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.swatch-popup-overlay.is-open {
  display: flex;
}
.swatch-popup-overlay .swatch-popup {
  background: #ffffff;
  border-radius: 4px;
  padding: 20px;
  max-width: 400px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.swatch-popup-overlay .swatch-popup .swatch-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 0 5px;
  line-height: 1;
  color: #666666;
}
.swatch-popup-overlay .swatch-popup .swatch-popup-close:hover {
  color: #333333;
}
.swatch-popup-overlay .swatch-popup .swatch-popup-content {
  padding: 10px 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}
.swatch-popup-overlay .swatch-popup .swatch-popup-content p {
  margin: 0 0 10px;
}
.swatch-popup-overlay .swatch-popup .swatch-popup-content p:last-child {
  margin-bottom: 0;
}
.custom.link.wishlist {
  float: right;
}
.custom.link.wishlist .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.wishlist-custom .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist-custom::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: 28px;
  color: #757575;
  content: '\e600';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/*===========================================

@category  :    Ubertheme
@package   :    Ubertheme_Base
@author    :    Ubertheme.com
@copyright :    Copyright 2009-2021 Ubertheme

==============================================*/
@keyframes shine-lines {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@media screen and (min-width: 1200px) {
  ul.level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    max-width: 84%;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega .child-content {
    max-width: 1220px;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-default {
    position: relative;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-default .child-content {
    right: auto;
    left: 0;
  }
}
.venitian.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,
.venitian.ub-mega-menu.horizontal-root li.mega .child-content {
  left: 0;
  max-height: 0;
  overflow: inherit;
  -moz-transform: scale(1, 0);
  -moz-transform-origin: 50% 0;
  -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
  -ms-transform: scale(1, 0);
  -ms-transform-origin: 50% 0;
  -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
  opacity: 0;
  -o-transform: scale(1, 0);
  -o-transform-origin: 50% 0;
  -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
  transform: scale(1, 0);
  transform-origin: 50% 0;
  transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
  -webkit-transform: scale(1, 0);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
}
.venitian.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,
.venitian.ub-mega-menu.horizontal-root li.has-child.mega-hover > .child-content {
  max-height: 1000px;
  overflow: hidden;
  -moz-transform: none;
  -ms-transform: none;
  opacity: 1;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.pop.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,
.pop.ub-mega-menu.horizontal-root li.mega .child-content {
  left: 0;
  max-height: 0;
  -moz-transform: scale(0.2);
  -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  -ms-transform: translateX(-80%);
  -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  opacity: 0;
  -o-transform: translateX(-80%);
  -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  transform: translateX(-80%);
  transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  -webkit-transform: scale(0.2);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
}
.pop.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,
.pop.ub-mega-menu.horizontal-root li.has-child.mega-hover > .child-content {
  max-height: 1000px;
  -moz-transform: none;
  -ms-transform: none;
  opacity: 1;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.linear.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,
.linear.ub-mega-menu.horizontal-root li.mega .child-content {
  left: 0;
  max-height: 0;
  -moz-transform: translateX(-40%);
  -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -ms-transform: translateX(-40%);
  -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  opacity: 0;
  -o-transform: translateX(-40%);
  -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  transform: translateX(-40%);
  transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -webkit-transform: translateX(-40%);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
}
.linear.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,
.linear.ub-mega-menu.horizontal-root li.has-child.mega-hover > .child-content {
  max-height: 1000px;
  -moz-transform: none;
  -ms-transform: none;
  opacity: 1;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.fadeinup.ub-mega-menu.horizontal-root > li.mega > .child-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeinup.ub-mega-menu.horizontal-root > li.mega.mega-hover > .child-content {
  -webkit-animation-name: MegaFadeInUp;
  animation-name: MegaFadeInUp;
}
.fadeindown.ub-mega-menu.horizontal-root > li.mega > .child-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeindown.ub-mega-menu.horizontal-root > li.mega.mega-hover > .child-content {
  -webkit-animation-name: megaFadeInDown;
  animation-name: megaFadeInDown;
}
.slideinup.ub-mega-menu.horizontal-root > li.mega > .child-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slideinup.ub-mega-menu.horizontal-root > li.mega.mega-hover > .child-content {
  -webkit-animation-name: megaSlideInUp;
  animation-name: megaSlideInUp;
}
@keyframes MegaFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes megaFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes megaSlideInUp {
  from {
    -webkit-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/*video banner section */
@keyframes "move-chevron" {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(1.92rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(2.6rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
@keyframes "message" {
  from,
  to,
  65% {
    transform: translate(-50%, 0);
  }
  25% {
    transform: translate(-50%, 60px);
  }
  26% {
    transform: translate(-50%, -60px);
  }
}
.cms-home-page-new .columns.container.layout_1 {
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}
.banner-video-container {
  position: relative;
}
.banner-video-container video {
  position: unset;
  max-height: 80vh;
  object-fit: none;
  width: 100%;
}
.banner-video-container .banner-text-overlay {
  position: absolute;
  top: 200px;
  left: 200px;
}
.banner-video-container .banner-text-overlay .banner-text {
  max-width: 700px;
}
.banner-video-container .banner-text-overlay .banner-text .actions {
  transition: all 0.5s;
  padding: 0;
}
.banner-video-container .banner-text-overlay .banner-text .actions:hover .action {
  padding-right: 30px;
}
.banner-video-container .banner-text-overlay .banner-text .actions:hover .action:after {
  opacity: 1;
  right: 6px;
}
.banner-video-container .banner-text-overlay .banner-text .action {
  position: relative;
  transition: 0.5s;
  color: #fff !important;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.banner-video-container .banner-text-overlay .banner-text .action:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-size: 28px;
  top: 8px;
  font-weight: 400;
}
.banner-video-container .banner-text-overlay h1 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 24px;
}
.banner-video-container .banner-text-overlay p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}
.arrow-animation {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 0;
  max-width: fit-content;
  height: 10vh;
  position: relative;
}
.chevron {
  position: absolute;
  width: 2rem;
  height: 0.4rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
  left: 0;
}
.chevron:first-child {
  animation-delay: 1s;
}
.chevron:nth-child(2) {
  animation-delay: 2s;
}
.chevron:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #d16d1c;
  left: 0;
  transform: skewY(30deg);
}
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  background: #d16d1c;
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
.text-animation {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 45px;
}
.text-animation p {
  margin: 12px 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  font-size: 20px;
  top: 0px;
}
#html-body .action.primary {
  background-color: #d16d1c;
  border-color: #d16d1c;
  font-weight: 600;
  color: #fff;
}
#html-body .action.primary:hover {
  background-color: #e9b51c;
  border-color: #e9b51c;
}
#html-body .action-primary {
  background-color: #d16d1c;
  border-color: #d16d1c;
  font-weight: 600;
}
#html-body .action-primary:hover {
  background-color: #e9b51c;
  border-color: #e9b51c;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1404px;
}
#html-body .delership-section .deler-banner .pagebuilder-column-line {
  gap: 25px;
}
#html-body .delership-section .deler-banner .pagebuilder-column-line p {
  font-family: 'Oswald';
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
}
#html-body .delership-section .deler-banner .pagebuilder-column-line p a {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-family: 'Open Sans';
  text-decoration: none;
}
#html-body .delership-section .deler-banner .pagebuilder-column-line p a:hover {
  background: #d16d1c;
  color: #fff;
  border-color: transparent;
  transition: .3s ease;
}
#html-body .delership-section .deler-banner .pagebuilder-column-line h3 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 0 10px 0;
}
#html-body .delership-section .deler-banner .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: end;
}
/*fifth-fold section */
body {
  overflow-x: hidden;
  color: #000;
}
.fifth-fold .fifthfold-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 60px;
}
.fifth-fold .description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fifth-fold .description .headsection {
  text-align: left;
  max-width: 546px;
  margin-top: 60px;
}
.fifth-fold .description .headsection h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  font-family: 'Oswald';
  margin: 0 0 15px 0;
}
.fifth-fold .description .headsection p {
  font-size: 20px;
  line-height: 32px;
  max-width: 380px;
  margin: 0 0 20px 0;
}
.fifth-fold .sideimage video {
  position: unset;
  width: 100%;
  object-fit: cover;
  padding: 0 0 60px 0;
  min-height: 100%;
}
.fifth-fold .descriptionimg video {
  position: unset;
  width: 100%;
}
/*.trustpilot*/
.trustpilot {
  display: inline-block;
  padding: 30px 0;
}
.trustpilot .headsection {
  display: flex;
  flex-direction: column;
}
.trustpilot .headsection .primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.trustpilot .headsection .primary .tag {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
}
.trustpilot .headsection .primary .fullreview {
  width: 10%;
}
.trustpilot .headsection .secondary a {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: end;
  justify-content: center;
  margin-top: 8px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.trustpilot .headsection .secondary a img {
  width: 8%;
}
.trustpilot .reviews {
  display: flex;
  gap: 16px;
  margin: 40px 0 20px;
}
.trustpilot .reviews .review-main {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 5px;
  padding: 16px 16px 32px 16px;
  width: 33.33%;
}
.trustpilot .reviews .review-main .review-stars {
  width: 30%;
  margin: 10px 0 16px 0;
}
.trustpilot .reviews .review-main .person-name {
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 400 !important;
  margin-bottom: 20px;
}
.trustpilot .reviews .review-main .review-title {
  font-size: 20px;
  margin: 10px 0;
}
.trustpilot .reviews .review-main .review-detail {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-size: 13px;
}
/*iframe section*/
#cyclescheme-calculator-widget {
  border: 0;
  height: 875px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.six-fold .block-calculator .title {
  text-align: center;
}
.column.main .six-fold .block-calculator .title strong {
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'Oswald';
  line-height: 30px;
  display: block;
}
.column.main .six-fold .block-calculator .title span.description {
  color: #000;
}
.cms-index-index .column.main .widget.block-static-block {
  margin: 50px 0 80px 0;
  border: 0;
  padding: 0;
}
/*second-fold section */
.main_page_clients {
  margin: 10px 0 0 0;
}
.main_page_clients .top_head h5.text-uppercase {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}
.main_page_clients .bottom_updated ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  padding: 0;
}
.main_page_clients .bottom_updated ul li {
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 16%;
  padding: 0 9px;
}
.main_page_clients .clients-column {
  padding: 0 25px;
}
.forth-fold-main .terms-primarysection {
  width: 100%;
  text-align: center;
}
.forth-fold-main .terms-primarysection .heading {
  font-size: 40px;
  font-weight: 700;
}
.forth-fold-main .terms-primarysection .headline {
  margin: 10px 0;
  display: none;
}
.forth-fold-main .terms-primarysection .headline p {
  font-size: 16px;
}
.forth-fold-main .terms-secondarysection {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}
.forth-fold-main .terms-secondarysection .terms {
  text-align: center;
  padding: 0;
  margin: 20px;
}
.forth-fold-main .terms-secondarysection .terms .terms-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 250px;
  margin: 0 auto;
  padding: 16px;
  height: 280px;
  border-radius: 5px;
  box-shadow: inset 0 0 2.5px #d16d1c;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
.forth-fold-main .terms-secondarysection .terms .term-head {
  font-size: 24px;
  font-weight: 600;
}
.forth-fold-main .terms-secondarysection .term-img .hoverimg {
  display: none;
}
.forth-fold-main .terms-secondarysection .term-img img {
  width: 50%;
}
#html-body .second-fold .second-fold-main {
  display: flex;
  flex-direction: row;
  column-gap: 24px;
  row-gap: 24px;
  justify-content: space-around;
}
#html-body .second-fold .second-fold-main .bike-inner-section {
  padding: 64px 88px 48px;
  min-height: 800px;
  position: relative;
  width: 50%;
}
#html-body .second-fold .second-fold-main .bike-inner-section img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
#html-body .second-fold .second-fold-main .bike-inner-section .actions {
  text-align: center;
  margin: 15px 0;
}
#html-body .second-fold .second-fold-main .product-name {
  color: #191c1f;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
#html-body .second-fold .second-fold-main .product-desc {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #191c1f;
  line-height: 36px;
  margin: 0 0 20px 0;
}
#html-body .second-fold .second-fold-main .price-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
#html-body .second-fold .second-fold-main .old-price {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
  text-decoration: line-through;
}
#html-body .second-fold .second-fold-main .special-price {
  font-size: 20px;
  color: #d16d1c;
}
#html-body .second-fold .actions .homepage-custombtns {
  border: 1px solid;
  background: transparent;
  background-color: transparent;
  border-radius: 50px;
  color: #d16d1c;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-color: #d16d1c;
}
#html-body .second-fold .actions .homepage-custombtns:hover {
  background-color: #d16d1c;
  transition: .3s ease;
  color: #fff;
}
#html-body .build-section .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  max-width: 520px;
}
#html-body .build-section .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
  font-size: 50px;
  line-height: 52px;
  color: #edf2f5;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 20px;
}
#html-body .build-section .pagebuilder-banner-wrapper .pagebuilder-poster-content p {
  color: #edf2f5;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}
#html-body .build-section .pagebuilder-banner-wrapper .pagebuilder-poster-content p a {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  background-color: transparent;
  border-radius: 50px;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
#html-body .build-section .pagebuilder-banner-wrapper .pagebuilder-poster-content p a:hover {
  background-color: #d16d1c;
  transition: .3s ease;
  color: #fff;
  border-color: transparent;
}
#html-body .build-section .pagebuilder-overlay.pagebuilder-poster-overlay {
  justify-content: flex-start;
}
header .header.content {
  padding: 15px 25px 27px;
  max-width: 1404px;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
header .header.content a.logo {
  margin: 0;
  width: 27%;
}
header .header.content nav.navigation.sw-megamenu {
  background: #fff;
}
header .header.content .custom.link.wishlist {
  display: none;
}
header .header.content ul.header.links {
  padding: 0;
  margin: 0 25px 0 auto;
  list-style: none;
}
header .header.content ul.header.links li {
  list-style: none;
  margin: 0;
}
header .header.content ul.header.links li a {
  font-size: 0;
}
header .header.content ul.header.links li a:after {
  font-style: normal;
  font-weight: 400;
  color: #000;
  display: inline-block;
  font-family: "Linearicons";
  font-size: 22px;
  padding-right: 5px;
  line-height: 1;
  float: left;
  transition: all 0.3s;
  content: "\e71e";
}
header .header.content ul.header.links li.item.link.compare {
  display: none;
}
header .header.content ul.header.links li.greet.welcome {
  display: none;
}
header .header.content .sections.nav-sections {
  background: transparent;
  margin: 0;
  z-index: 2;
}
header .header.content .sections.nav-sections ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header.content .sections.nav-sections ul li {
  margin: 0 8px;
}
header .header.content .sections.nav-sections ul li a.mega {
  color: #000;
  padding: 0;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  text-transform: inherit;
  line-height: normal;
}
header .header.content .sections.nav-sections ul li a.mega .menu-title::after {
  font-family: "Linearicons";
  content: "\e93c";
  font-size: 12px;
  float: right;
  padding-right: 0;
  margin: 5px 0 0 10px;
  transform: rotate(90deg);
  font-weight: 600;
}
header .header.content .sections.nav-sections ul li a.mega:hover {
  color: #d16d1c;
}
header .header.content .sections.nav-sections ul li .child-content.cols1 {
  padding: 0;
  width: 300px;
  overflow: hidden;
  box-shadow: none;
}
header .header.content .sections.nav-sections ul li .child-content.cols1 ul {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
header .header.content .sections.nav-sections ul li .child-content.cols1 ul li {
  list-style: none;
  margin: 0;
  width: 100%;
}
header .header.content .sections.nav-sections ul li .child-content.cols1 ul li a {
  display: block;
  line-height: inherit;
  font-size: 14px !important;
  font-weight: 600;
  color: #575757;
  padding: 8px 15px;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
header .header.content .sections.nav-sections ul li .child-content.cols1 ul li a:hover {
  color: #d16d1c;
  background: transparent;
}
header .header.content .sections.nav-sections ul li .child-content.cols1 ul li:last-child a {
  border: 0;
}
header .header.content .sections.nav-sections ul li .child-content.cols1 .child-content-inner {
  width: 100% !important;
}
header .header.content .sections.nav-sections ul li:nth-child(4) a {
  color: #d16d1c;
}
header .header.content .sections.nav-sections ul li.mega.mega-hover > .mega {
  background: transparent;
  color: #000;
}
header .header.content .sections.nav-sections ul li.active a {
  background: inherit;
  height: auto;
  line-height: normal;
}
header .header.content .minicart-wrapper .action.showcart:before {
  vertical-align: middle;
  font-style: normal;
  font-weight: 400;
  color: #000;
  display: inline-block;
  font-family: "Linearicons";
  font-size: 22px;
  padding-right: 5px;
  line-height: 1;
  float: left;
  transition: all 0.3s;
  content: "\e74d";
}
header .header.content .minicart-wrapper .action.showcart .counter.qty {
  display: inline-block;
  background: #d16d1c;
  border-radius: 50%;
  font-size: 12px;
  margin: 0;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 24px;
}
header .header.content .socialicon ul.social-links.position-header {
  display: flex;
  padding: 0;
  gap: 10px;
  padding: 0 0 0 15px;
  list-style: none;
  margin: 0;
}
header .header.content .socialicon ul.social-links.position-header li {
  line-height: normal;
  margin: 0;
  list-style: none;
}
header .header.content .socialicon ul.social-links.position-header li a {
  display: block;
  width: 35px;
  height: 35px;
  border: solid 1px #ccc;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
header .header.content .socialicon ul.social-links.position-header li a i.fa {
  font-size: 18px;
  line-height: 35px;
  font-family: 'FontAwesome';
  font-weight: normal;
  color: #000;
}
.cms-home-page-new header.page-header {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-wrapper:not(.nav-off-canvas) header .header.content .nav-sections .level0:not(.horizontal-root) {
  flex-wrap: nowrap;
  max-width: none;
}
.page-wrapper:not(.nav-off-canvas) header .header.content .nav-sections .level0:not(.horizontal-root) li {
  width: auto;
  border: 0;
}
.page-wrapper:not(.nav-off-canvas) header .header.content .nav-sections .level0:not(.horizontal-root) li a.mega + span.menu-group-link {
  display: none;
}
.page-wrapper:not(.nav-off-canvas) header .header.content .nav-sections .level0:not(.horizontal-root) li a.mega {
  padding: 0;
  line-height: normal;
  width: auto;
}
.page-wrapper:not(.nav-off-canvas) header .header.content .nav-sections .level0:not(.horizontal-root) li a.mega span.menu-title {
  padding: 0;
}
.page-wrapper:not(.nav-off-canvas) header .header.content .nav-sections .level0:not(.horizontal-root) li a.mega span.menu-title::after {
  font-size: 40px;
  margin-left: -8px;
  margin-right: 0;
  margin-top: 0;
  position: inherit;
}
.page-wrapper:not(.nav-off-canvas) header .header.content .nav-sections .level0:not(.horizontal-root) > li.mega .child-content {
  -webkit-box-shadow: 3px 3px 3px #555555;
  -ms-box-shadow: 3px 3px 3px #555555;
  box-shadow: 3px 3px 3px #555555;
  display: none;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  opacity: 1;
  position: absolute;
  top: auto;
  transition: opacity .4s, visibility .4s;
  visibility: visible;
  z-index: 99;
}
.page-wrapper:not(.nav-off-canvas) header .header.content .nav-sections .level0:not(.horizontal-root) > li.mega .child-content li {
  width: 100%;
}
.page-wrapper:not(.nav-off-canvas) header .header.content .nav-sections .level0:not(.horizontal-root) > li.mega .child-content li a {
  display: block;
  line-height: inherit;
  font-size: 14px !important;
  font-weight: 600;
  color: #575757;
  padding: 8px 15px;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #575757;
}
.page-wrapper:not(.nav-off-canvas) header .header.content .nav-sections .level0:not(.horizontal-root) > li.mega .child-content li a:hover {
  color: #d16d1c;
}
.page-wrapper:not(.nav-off-canvas) header .header.content .nav-sections .level0:not(.horizontal-root) > li.mega .child-content li:last-child a {
  border: 0;
}
#html-body.cms-home-page-new header .header.content .sections.nav-sections ul li a.mega {
  color: #fff;
  background: transparent;
}
#html-body.cms-home-page-new header .header.content .sections.nav-sections ul li .child-content.cols1 .child-content-inner ul li a.mega {
  color: #575757;
}
#html-body.cms-home-page-new header .header.content .sections.nav-sections ul li .child-content.cols1 .child-content-inner ul li a.mega:hover {
  color: #d16d1c;
  background: transparent;
}
#html-body.cms-home-page-new header .header.content .sections.nav-sections ul li.mega.mega-hover .mega {
  color: #fff;
}
#html-body.cms-home-page-new header .header.content ul.header.links li a:after {
  color: #fff;
}
#html-body.cms-home-page-new header .header.content .minicart-wrapper .action.showcart:before {
  color: #fff;
}
#html-body footer.page-footer {
  margin-top: 20px;
  border-top: 1px solid #eae9e9;
  padding: 0 0 20px 0;
}
#html-body footer.page-footer .footer.content {
  border: 0;
  padding-top: 47px;
  font-size: 12px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1404px;
  margin-top: 0;
  padding-bottom: 0;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line {
  gap: 50px;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .first-col img {
  max-width: 250px;
  display: block;
  margin-bottom: 23px;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .first-col p {
  margin-bottom: 1rem;
  line-height: 22px;
  font-weight: 700;
  font-size: 12px;
  color: #000;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .first-col a {
  gap: 10px;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .first-col a img {
  margin: 0;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .first-col h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 16px;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .first-col .footer-social-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0 0 0;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .first-col .footer-social-icon p {
  margin: 0;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .second-col h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 16px;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .second-col a {
  color: #000;
  margin-bottom: 6px;
  display: inline-block;
  line-height: normal;
  font-weight: 500;
  text-decoration: none;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .third-col h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 16px;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .third-col a {
  color: #000;
  margin-bottom: 6px;
  display: inline-block;
  line-height: normal;
  font-weight: 500;
  text-decoration: none;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .last-col h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 16px;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .last-col p {
  margin-bottom: 6px;
  color: #000;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .last-col p br {
  display: none;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .last-col p a {
  margin-bottom: 6px;
  color: #000;
}
#html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .last-col p img {
  object-fit: contain;
}
#html-body footer.page-footer .footer.content small.bugs {
  display: none;
}
#html-body footer.page-footer .footer.content small.copyright {
  margin-top: 10px;
  padding-top: 19px;
  display: block;
  width: 100%;
  border-top: 1px solid #eae9e9;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
main#maincontent {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.page-wrapper > .breadcrumbs {
  background: #f6f6f6;
  padding: 13px 0;
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.page-wrapper .breadcrumbs .items .item:after {
  content: '|';
  position: absolute;
  font-size: 20px;
  color: #eae9e9;
  right: -5px;
  top: -7px;
  line-height: normal;
}
.page-wrapper .breadcrumbs .items .item.product:after {
  display: none;
}
.breadcrumbs + main#maincontent.page-main {
  box-shadow: none;
}
.breadcrumbs ul.items {
  max-width: 1404px;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
}
.breadcrumbs .items .item {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.breadcrumbs .items .item a {
  color: #000;
  font-size: 12px;
}
.breadcrumbs .items .item strong {
  color: #d16d1c;
}
main#maincontent.page-main {
  padding-top: 100px;
  margin-bottom: 90px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06) inset;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.catalog-product-view .column.main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
.catalog-product-view .layout_1 .product-info-main {
  -webkit-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
  max-width: 52%;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.catalog-product-view .product.info {
  padding-bottom: 30px;
  margin: 95px 0 90px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.catalog-product-view .product.info .product.data.items > .item.title {
  padding-top: 13px;
  font-weight: 700;
  display: inline-block;
  margin: 0 35px 0 0;
  position: relative;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
}
.catalog-product-view .product.info .product.data.items > .item.title .switch {
  border: 0;
  background: inherit;
  color: #000;
  height: auto;
  padding: 0;
}
.catalog-product-view .product.info .product.data.items > .item.title.active .switch {
  color: #d16d1c;
}
.catalog-product-view .product.info .product.data.items > .item.content {
  padding: 13px 0 0 0;
  margin-top: 60px;
}
.catalog-product-view .product.info .product.data.items > .item.content h2 {
  text-align: left;
  color: #637079;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
.catalog-product-view .product.info .product.data.items > .item.content p {
  font-size: 14px;
  color: #637079;
  line-height: 25px;
}
.catalog-product-view .product.info .product.data.items > .item.content p strong {
  font-weight: 600;
}
.catalog-product-view .product.info .product.data.items > .item.content ul {
  padding: 0;
  list-style: none;
}
.catalog-product-view .product.info .product.data.items > .item.content ul li {
  font-size: 14px;
  color: #637079;
  line-height: 25px;
}
.catalog-product-view .product.info .fieldset.review-fieldset legend span {
  font-size: 14px;
  color: #637079;
  line-height: 25px;
}
.catalog-product-view .product.info .fieldset.review-fieldset legend strong {
  font-size: 20px;
  color: #637079;
  line-height: 25px;
  font-weight: 600;
}
.catalog-product-view .product.info .fieldset.review-fieldset .field label {
  font-size: 14px;
  color: #637079;
}
.catalog-product-view .product.info .review-form-actions button.action.submit.primary {
  background-color: #d16d1c;
  border-color: #d16d1c;
  color: #fff;
  padding: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
}
.catalog-product-view .product.info .review-form-actions button.action.submit.primary:hover {
  background: #e9b51c;
  border-color: #e9b51c;
}
.catalog-product-view .product-info-stock-sku {
  font-size: 12px;
  margin-bottom: 17px;
}
.catalog-product-view .product-info-stock-sku .stock {
  color: #d16d1c;
  text-transform: none;
  font-weight: 400;
  display: block;
  margin: 0;
}
.catalog-product-view .product-info-main .product.attribute.sku {
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
  color: #000;
}
.catalog-product-view .product-info-main .product.attribute.sku strong.type {
  font-weight: 600;
}
.catalog-product-view .product-info-main .product.attribute.sku .value {
  text-transform: lowercase;
}
.catalog-product-view .product-info-main .price-box {
  margin-bottom: 1rem;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.catalog-product-view .product-info-main .price-box .old-price {
  text-decoration: none;
}
.catalog-product-view .product-info-main .price-box .old-price span.price {
  text-decoration: line-through;
  color: #666;
  font-size: 20px;
  font-weight: 600;
}
.catalog-product-view .product-info-main .price-box .price-label {
  display: none;
}
.catalog-product-view .product-info-main .price-box .special-price span.price {
  font-size: 26px;
  font-weight: 600;
  color: #d16d1c;
}
.catalog-product-view .product-add-form {
  margin-bottom: 1rem;
}
.catalog-product-view .product-add-form form .fieldset .field.required {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
  transition: 0.3s ease;
}
.catalog-product-view .product-add-form form .fieldset .field.required label.label {
  flex-basis: auto;
  max-width: 30%;
  min-width: 120px;
  line-height: 24px;
  padding: 6px 20px 6px 0;
  font-size: 12px;
  font-weight: 400;
}
.catalog-product-view .product-add-form form .fieldset .field.required select {
  min-height: 50px;
  box-sizing: border-box;
  font-size: 12px;
  background: #f6f6f6;
  line-height: 24px;
  min-width: 260px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  border: 0;
  font-weight: 400;
  color: #000;
}
.catalog-product-view .product-add-form form .fieldset .field.required select:focus {
  box-shadow: none;
}
.catalog-product-view .product-add-form form .fieldset .field.required .control {
  position: relative;
}
.catalog-product-view .product-add-form .product-options-bottom .box-tocart {
  display: block;
  margin: 0;
}
.catalog-product-view .product-add-form .product-options-bottom .box-tocart .fieldset {
  display: block;
  margin: 0;
}
.catalog-product-view .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty {
  text-align: center;
  padding-right: 2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.catalog-product-view .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty label.label {
  font-weight: normal;
  color: #000000;
  margin-right: 30px;
  line-height: 24px;
  padding: 6px 0;
  display: inline-block;
  font-size: 12px;
}
.catalog-product-view .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty .control input {
  width: 55px;
  padding-left: 5px;
  padding-right: 5px;
  height: 36px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  display: block;
  background: #f6f6f6;
  border: 0;
}
.catalog-product-view .product-add-form .product-options-bottom .box-tocart .actions {
  display: block;
  padding: 0;
  text-align: left;
}
.catalog-product-view.page-layout-1column .product.media {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48%;
}
.catalog-product-view.page-layout-1column .product.media .product.badges.product-item-badges {
  display: none;
}
.fotorama-item .fotorama__stage {
  border: 1px solid #f6f6f6;
  margin-bottom: 1rem;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 25px;
  line-height: 1.35em;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  color: #000000;
}
.product-info-main .page-title-wrapper .page-title span.base {
  display: inline-block;
  font-weight: bold;
}
body.catalog-product-view .product-add-form .product-options-bottom .box-tocart .actions button {
  min-width: 276px;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-right: 40px;
  background-color: #d16d1c;
  border-color: #d16d1c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
body.catalog-product-view .product-add-form .product-options-bottom .box-tocart .actions button:hover {
  background: #e9b51c;
  border-color: #e9b51c;
}
body.catalog-product-view .product-add-form .product-options-bottom .box-tocart .actions button span:before {
  font-family: "Linearicons";
  content: "\e74d";
  font-size: 161%;
  line-height: 0;
  padding-right: 10px;
  vertical-align: sub;
  font-weight: normal;
}
body.catalog-product-view .product-info-main .product-addto-links {
  margin: 0;
}
body.catalog-product-view .product-info-main .product-addto-links a.action.action.towishlist:before {
  font-family: "Linearicons";
  content: "\e68c";
  text-indent: 1px;
}
body.catalog-product-view .product-info-main .product-addto-links a.action {
  background: inherit;
  line-height: normal;
  border: 0;
  font-size: 22px;
  padding: 0;
  margin-right: 18px;
  font-weight: 400;
}
body.catalog-product-view .product-info-main .product-addto-links a.action span {
  font-size: 0;
}
body.catalog-product-view .product-info-main .product-addto-links a.action.tocompare:before {
  font-family: "Linearicons";
  content: "\e839";
}
body.catalog-product-view .product-info-main .product-reviews-summary.empty {
  padding-top: 32px;
  margin: 0;
}
body.catalog-product-view .product-info-main .product-reviews-summary.empty a.action.add {
  color: #d16d1c;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-decoration: none;
}
/* New product page */
.upproductdetail .page-header {
  position: absolute;
  width: 100%;
  background: transparent;
}
.upproductdetail .breadcrumbs {
  display: none;
}
.upproductdetail #maincontent.page-main {
  padding-top: 0;
}
.upproductdetail .columns.container.layout_1 {
  padding: 0;
}
.upproductdetail .page.messages {
  width: 100%;
  margin: 40px 0 0 0;
  clear: both;
}
.upproductdetail .above-third-fold {
  order: 3;
  position: relative;
  margin: 0;
}
.upproductdetail .above-third-fold video {
  width: 100%;
}
.upproductdetail .third-fold {
  order: 4;
  margin: 40px auto;
}
.upproductdetail .fifthfold-container .image-sec-main-video h2 {
  font-size: 40px;
  font-weight: 600;
}
.upproductdetail .bg-image-for-video {
  width: 100%;
}
.upproductdetail .bg-image-for-video-inner {
  background: url(../images/Stealth_Mysterious.gif);
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
  background-position: center;
}
.upproductdetail .bg-image-for-video-inner h3 {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.upproductdetail .image-sec-main-video.beast-bike {
  display: none;
}
.upproductdetail .acceleration-main .sixfold-inner .sixfold-video-text {
  font-weight: 600;
}
.upproductdetail .trustpilot-reviews {
  order: 8;
  margin: 40px 0;
  display: block;
}
.upproductdetail .trustpilot-reviews .trustpilot {
  padding: 0;
}
.upproductdetail .specifications {
  order: 9;
}
.upproductdetail .specifications .specification-head {
  text-align: center;
}
.upproductdetail .specifications .specification-head h1 {
  font-weight: 700;
  font-size: 45px;
  margin: 0 0 10px 0;
}
.upproductdetail .specifications .specification-head p {
  font-size: 13px;
  line-height: 1.2;
  width: 80%;
  margin: 0 auto;
}
.upproductdetail .specifications .specification-detail-main {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.upproductdetail .specifications .specification-detail-main .specification-img {
  grid-column: span 5;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-right: 20px;
}
.upproductdetail .specifications .specification-detail-main .specificatoin-detail {
  grid-column: span 7;
  margin-top: 20px;
  order: 1;
}
.upproductdetail .specifications .specification-detail-main .specificatoin-detail li {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transition: 300ms;
  align-items: center;
  font-size: 13px;
}
.upproductdetail .specifications .specification-detail-main .specificatoin-detail li:first-child {
  border-top: 0;
}
.upproductdetail .specifications .specification-detail-main .specificatoin-detail li .bike-title {
  margin: 8px 0;
  flex: 1 1 0%;
  font-weight: 700;
  font-size: 12px;
}
.upproductdetail .specifications .specification-detail-main .specificatoin-detail li .bike-info {
  flex: 1.5 1 0%;
  padding-left: 10px;
  font-size: 12px;
}
.upproductdetail .six-fold {
  order: 10;
}
.upproductdetail .six-fold .block-calculator .title strong {
  width: 100%;
  display: inline-block;
}
.upproductdetail .detailsection {
  margin: 40px 0;
}
.upproductdetail #cyclescheme-calculator-widget {
  height: 760px;
}
.upproductdetail.catalog-product-view .column.main {
  margin: 0;
}
.upproductdetail.catalog-product-view .layout_1 .product-info-main {
  order: 1;
  flex-basis: 100%;
  padding: 80px 25px 0;
}
.upproductdetail.catalog-product-view .layout_1 .product-info-main .product-info-price {
  width: 50%;
  float: left;
}
.upproductdetail.catalog-product-view .layout_1 .product-info-main .product-info-price h1.page-title {
  font-size: 40px;
  margin-bottom: 0;
}
.upproductdetail.catalog-product-view .layout_1 .product-info-main .product-info-price .product-info-stock-sku {
  display: flex;
  gap: 8px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.upproductdetail.catalog-product-view .layout_1 .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku {
  margin: 0;
}
.upproductdetail.catalog-product-view .layout_1 .product-info-main .product-add-form {
  width: 50%;
  float: right;
}
.upproductdetail.catalog-product-view .layout_1 .product.media {
  flex-basis: 100%;
  order: 2;
  padding: 0 25px 80px;
  margin-bottom: 0;
}
.upproductdetail.catalog-product-view .product-add-form form .fieldset .field.required {
  margin-bottom: 15px;
}
.upproductdetail.catalog-product-view .product-add-form .product-options-bottom .box-tocart .fieldset {
  display: flex;
  align-items: baseline;
}
.upproductdetail.catalog-product-view .product-add-form .product-options-bottom .box-tocart .fieldset .actions button {
  padding: 8px;
}
.upproductdetail.catalog-product-view .fotorama-item .fotorama__stage {
  margin: 20px auto;
  border: 0;
  max-height: 360px;
}
.upproductdetail.catalog-product-view .fotorama-item .fotorama__nav {
  margin: 0;
}
body.upproductdetail.catalog-product-view .layout_1 .product-info-main .product-reviews-summary {
  display: none;
}
@media (min-width: 1024px) {
  #html-body.upproductdetail.catalog-product-view header .header.content .sections.nav-sections ul li a.mega {
    color: #fff;
  }
  #html-body.upproductdetail.catalog-product-view header .header.content .sections.nav-sections ul li:nth-child(4) a {
    color: #d16d1c;
  }
  #html-body.upproductdetail.catalog-product-view header .header.content .sections.nav-sections ul li .child-content.cols1 a.mega {
    color: #575757;
  }
  #html-body.upproductdetail.catalog-product-view header .header.content .sections.nav-sections ul li .child-content.cols1 a.mega:hover {
    color: #d16d1c;
  }
}
@media (max-width: 991px) {
  body.catalog-product-view.page-layout-1column .product.media {
    padding: 0 15px;
  }
  body.catalog-product-view .layout_1 .product-info-main {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  body .acceleration-main .sixfold-inner .sixfold-videos {
    width: 100%;
    padding: 0;
  }
  .upproductdetail.catalog-product-view .layout_1 .product-info-main .page-title-wrapper.product {
    padding: 0;
  }
  .upproductdetail.catalog-product-view .layout_1 .product-info-main .page-title-wrapper.product h1.page-title {
    margin: 0 0 15px 0;
    font-size: 26px;
  }
  .upproductdetail .specifications .specification-detail-main .specification-img {
    grid-column: none;
    padding: 0;
  }
  .upproductdetail .specifications .specification-detail-main .specificatoin-detail {
    grid-column: none;
    padding: 0;
  }
  body.catalog-product-view .column.main {
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    padding: 0;
  }
  body.catalog-product-view .layout_1 .product-info-main {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }
  body.catalog-product-view .product-info-main .product-reviews-summary.empty {
    padding-top: 10px;
  }
  body.catalog-product-view .product-info-main .product-addto-links a.action {
    display: inline-block;
  }
  body.catalog-product-view .product.info {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  body.catalog-product-view.page-layout-1column .product.media {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
  .catalog-product-view .product.info .product.data.items > .item.content {
    float: right;
    margin-left: -100%;
    width: 100%;
    border: 0;
  }
  .catalog-product-view .product.info .product.data.items > .item.title {
    float: left;
    width: auto;
  }
}
@media (max-width: 950px) {
  .upproductdetail #cyclescheme-calculator-widget {
    height: 1306px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .upproductdetail.catalog-product-view .product-add-form .product-options-bottom .box-tocart .fieldset {
    flex-wrap: wrap;
  }
  .catalog-product-view .product-add-form form .fieldset .field.required {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .upproductdetail.catalog-product-view .layout_1 .product-info-main {
    padding-top: 0;
    margin: 0;
  }
  .upproductdetail.catalog-product-view .layout_1 .product-info-main .product-info-price {
    width: 100%;
    float: none;
  }
  .upproductdetail.catalog-product-view .layout_1 .product-info-main .product-add-form {
    width: 100%;
    float: none;
  }
  .upproductdetail.catalog-product-view .layout_1 .product.media {
    padding: 0 25px 20px;
  }
  .upproductdetail.catalog-product-view .product-add-form form .fieldset .field.required {
    flex-wrap: wrap;
  }
  .upproductdetail.catalog-product-view .product-add-form .product-options-bottom .box-tocart .fieldset {
    flex-wrap: wrap;
  }
  .acceleration-main .sixfold-inner {
    flex-wrap: wrap;
  }
  .fifthfold-container .acceleration-main .sixfold-inner .sixfold-videos {
    width: 100%;
  }
  .fifthfold-container .acceleration-main .sixfold-inner .sixfold-secondary-video {
    padding: 0 20px;
  }
  .upproductdetail .detailsection {
    margin: 20px 0;
  }
  .upproductdetail .trustpilot-reviews {
    margin: 20px 0;
  }
  .upproductdetail .disclaimer-main.detailsection.container {
    width: 100% !important;
  }
}
/*arrow animation */
@keyframes "message" {
  from,
  to,
  65% {
    transform: translate(-50%, 0);
  }
  25% {
    transform: translate(-50%, 60px);
  }
  26% {
    transform: translate(-50%, -60px);
  }
}
@media (min-width: 768px) {
  header .header.content .socialicon {
    display: none;
  }
  header .header.content .block.block-search {
    display: none;
  }
  #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .first-col h4 {
    display: none;
  }
  #html-body .columns .custom-logo {
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav-open #html-body header .header.content .sections.nav-sections {
    background: #fff;
    top: 75px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .nav-open #html-body header .header.content .sections.nav-sections ul {
    flex-wrap: wrap;
  }
  .nav-open #html-body header .header.content .sections.nav-sections ul li {
    margin: 0;
  }
  .nav-open #html-body header .header.content .sections.nav-sections ul li a.mega {
    color: #000;
    padding: 10px 0 10px 10px;
  }
  .nav-open #html-body header .header.content .sections.nav-sections ul li a.mega span.menu-title {
    padding: 0;
  }
  .nav-open #html-body header .header.content .sections.nav-sections ul li span.menu-group-link.active {
    display: none;
  }
  .nav-open #html-body header .header.content .sections.nav-sections ul li .child-content.cols1 {
    width: 100%;
  }
  .nav-open #html-body header .header.content .sections.nav-sections ul li .child-content.cols1 ul li a {
    color: #000;
  }
  .nav-open #html-body header .header.content .sections.nav-sections ul li .child-content.cols1 ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: inherit;
    color: #000;
    content: '\e617';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    font-weight: 600;
    speak: none;
    text-align: center;
    line-height: normal;
  }
  .nav-open #html-body header .header.content .sections.nav-sections .nav-sections-item-content {
    padding: 0;
    margin: 0;
  }
  .nav-open #html-body body header.page-header span.action.nav-toggle::before {
    position: inherit;
    left: 0;
    top: 0;
    height: auto;
    width: auto;
    padding: 0 8px 0 0;
    line-height: normal;
    background: inherit;
    content: "\e935";
    font-size: 20px;
    font-family: "Linearicons";
    vertical-align: middle;
    display: block;
  }
  .nav-open #html-body .nav-off-canvas .nav-toggle:after {
    background: rgba(255, 255, 255, 0);
  }
  body .page-wrapper header.page-header {
    position: sticky;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 2;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
  }
  header .header.content .sections.nav-sections .section-item-title {
    display: none;
  }
  .nav-before-open body {
    overflow-y: scroll;
  }
}
@media (max-width: 767px) {
  .main_page_clients .bottom_updated ul {
    flex-wrap: wrap;
  }
  .main_page_clients .bottom_updated ul li {
    width: 43%;
    margin-bottom: 14px;
  }
  .main_page_clients .clients-column {
    padding: 0;
  }
  #html-body .second-fold .second-fold-main {
    display: flex;
    flex-direction: column;
    column-gap: 15px;
    row-gap: 15px;
    justify-content: space-around;
  }
  #html-body .second-fold .second-fold-main .bike-inner-section {
    padding: 64px 20px 48px;
    min-height: 720px;
    position: relative;
    width: 100%;
  }
  #html-body .second-fold .second-fold-main .bike-inner-section img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
  }
  #html-body .second-fold .second-fold-main .bike-inner-section .actions {
    text-align: center;
    margin: 15px 0;
  }
  #html-body .second-fold .second-fold-main .product-name {
    color: #191c1f;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  #html-body .second-fold .second-fold-main .product-desc {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #191c1f;
    line-height: 26px;
    margin: 0 0 20px 0;
  }
  #html-body .second-fold .second-fold-main .price-box {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }
  #html-body .second-fold .second-fold-main .old-price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    text-decoration: line-through;
  }
  #html-body .second-fold .second-fold-main .special-price {
    font-size: 16px;
    color: #d16d1c;
  }
  .forth-fold-main .terms-primarysection {
    width: 100%;
    text-align: center;
  }
  .forth-fold-main .terms-primarysection .heading {
    font-size: 32px;
    font-weight: 700;
  }
  .forth-fold-main .terms-primarysection .headline {
    margin: 10px 0;
    display: none;
  }
  .forth-fold-main .terms-primarysection .headline p {
    font-size: 14px;
  }
  .forth-fold-main .terms-secondarysection {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-direction: column;
  }
  .forth-fold-main .terms-secondarysection .terms {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .forth-fold-main .terms-secondarysection .terms .terms-inner {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: unset;
    margin: 0 auto;
    padding: 16px 10px 16px 4px;
    height: unset;
    border-radius: 5px;
    box-shadow: inset 0 0 2.5px #d16d1c;
    transition: background-color 0.3s ease;
    align-items: center;
  }
  .forth-fold-main .terms-secondarysection .terms .terms-inner .term-detail {
    text-align: left;
    font-size: 13px;
  }
  .forth-fold-main .terms-secondarysection .terms .terms-inner:hover {
    background: #d16d1c;
  }
  .forth-fold-main .terms-secondarysection .terms .terms-inner:hover .term-head {
    color: #fff;
  }
  .forth-fold-main .terms-secondarysection .terms .terms-inner:hover .term-detail {
    color: #fff;
  }
  .forth-fold-main .terms-secondarysection .terms .term-head {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 7px 0;
  }
  .forth-fold-main .terms-secondarysection .term-img .hoverimg {
    display: none;
  }
  .forth-fold-main .terms-secondarysection .term-img img {
    min-width: 90px;
    width: unset;
  }
  .fourth-fold .widget.block.block-static-block {
    padding: 0px 0;
  }
  .fifth-fold .fifthfold-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 60px;
  }
  .fifth-fold .description {
    display: flex;
    flex-direction: column;
  }
  .fifth-fold .description .headsection {
    text-align: left;
    max-width: 546px;
    margin-top: 20px;
  }
  .fifth-fold .description .headsection h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Oswald';
    margin: 0 0 15px 0;
  }
  .fifth-fold .description .headsection p {
    font-size: 16px;
    line-height: 24px;
    max-width: 380px;
    margin: 0 0 20px 0;
  }
  .fifth-fold .sideimage {
    display: none;
  }
  .fifth-fold .sideimage video {
    position: unset;
    width: 100%;
    object-fit: cover;
    padding: 0 0 60px 0;
  }
  .fifth-fold .descriptionimg video {
    position: unset;
    width: 100%;
  }
  .cms-index-index .column.main .widget.block-static-block {
    margin: 30px 0;
  }
  .trustpilot {
    display: inline-block;
  }
  .trustpilot .headsection {
    display: flex;
    flex-direction: column;
  }
  .trustpilot .headsection .primary {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .trustpilot .headsection .primary .tag {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
  }
  .trustpilot .headsection .primary .fullreview {
    width: 40%;
  }
  .trustpilot .headsection .secondary a {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: end;
    justify-content: center;
    margin-top: 8px;
    font-size: 18px;
    flex-wrap: wrap;
  }
  .trustpilot .headsection .secondary a img {
    width: 40%;
  }
  .trustpilot .reviews {
    display: flex;
    gap: 16px;
    margin: 40px 0 20px;
    flex-direction: column;
  }
  .trustpilot .reviews .review-main {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-radius: 5px;
    padding: 16px 16px 32px 16px;
    width: 100%;
  }
  .trustpilot .reviews .review-main .review-stars {
    width: 35%;
    margin: 10px 0;
  }
  .trustpilot .reviews .review-main .person-name {
    color: #a9a9a9;
    font-size: 18px;
    font-weight: 400 !important;
    margin-bottom: 10px;
  }
  .trustpilot .reviews .review-main .review-title {
    font-size: 20px;
    margin: 10px 0;
  }
  .trustpilot .reviews .review-main .review-detail {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 13px;
  }
  .banner-video-container {
    position: relative;
  }
  .banner-video-container video {
    max-width: 100%;
    max-height: 700px;
    object-fit: fill;
    position: unset;
  }
  .banner-video-container .banner-text-overlay {
    position: unset;
    z-index: 3;
    bottom: 0;
    width: 100%;
    padding: 25px;
    background: #141414;
  }
  .banner-video-container .banner-text-overlay h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 14px;
    color: #fff;
  }
  .banner-video-container .banner-text-overlay p {
    font-size: 14px;
    line-height: normal;
    color: #fff;
    margin-bottom: 14px;
  }
  .banner-video-container .banner-text-overlay .action.primary {
    font-size: 12px;
    padding-right: 40px;
  }
  .banner-video-container .banner-text-overlay .banner-text .action:after {
    content: '\00bb';
    opacity: 1;
    font-size: 28px;
    position: absolute;
    top: 8px;
    right: 20px;
    margin: 0 0 0 8px;
    font-weight: 400;
  }
  .arrow-animation {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 0;
    max-width: fit-content;
    height: 10vh;
    position: relative;
  }
  .chevron {
    position: absolute;
    width: 1.5rem;
    height: 0.4rem;
    opacity: 0;
    transform: scale(0.3);
    animation: move-chevron 3s ease-out infinite;
    left: 0;
  }
  .chevron:first-child {
    animation-delay: 1s;
  }
  .chevron:nth-child(2) {
    animation-delay: 2s;
  }
  .chevron:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #d16d1c;
    left: 0;
    transform: skewY(30deg);
  }
  .chevron:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: #d16d1c;
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
  }
  .text-animation {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 36px;
    text-align: center;
  }
  .text-animation p {
    margin: 15px 0 0 0;
    left: 50%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  .banner-video-container .bannervideo {
    background: #141414;
  }
  #cyclescheme-calculator-widget {
    border: 0;
    height: 1306px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .six-fold .block-calculator .title {
    text-align: center;
  }
  .six-fold .block-calculator .title strong {
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Oswald';
    line-height: 30px;
  }
  .six-fold .widget.block-static-block {
    padding-bottom: 0;
  }
  #html-body .delership-section .deler-banner .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 300px;
    padding: 20px;
  }
  #html-body .delership-section .deler-banner .pagebuilder-column-line p {
    font-size: 30px;
  }
  #html-body .build-banner .pagebuilder-banner-wrapper {
    background-position: right;
    height: 400px;
  }
  #html-body .build-section .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding: 35px 20px;
    align-items: flex-start;
    min-height: auto;
  }
  #html-body .build-section .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
    margin: 0 0 15px 0;
    font-size: 30px;
    line-height: normal;
  }
  #html-body .build-section .pagebuilder-banner-wrapper .pagebuilder-poster-content p {
    font-size: 14px;
    line-height: normal;
  }
  #html-body footer.page-footer .footer.content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line {
    gap: 0;
  }
  #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line h4 ~ div {
    display: none;
  }
  #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line h4 {
    display: flex;
    justify-content: space-between;
  }
  #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line h4:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 39px;
    line-height: 18px;
    color: #000;
    content: '\e621';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .first-col h4 ~ div.footer-social-icon {
    display: none;
  }
  #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .first-col h4.active ~ div.footer-social-icon {
    display: flex;
    margin: 0 0 20px 0;
  }
  #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line h4.active ~ div {
    display: block;
    margin: 0 0 10px 0;
  }
  #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line h4.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 39px;
    line-height: 18px;
    color: #000;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .pagebuilder-column h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
  #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line .last-col h4 {
    border: 0;
  }
  .container {
    padding: 0 15px;
  }
  .socialicon ul.social-links.position-header {
    display: flex;
    padding: 0;
    gap: 10px;
    padding: 0 0 0 15px;
    list-style: none;
    margin: 0;
  }
  .socialicon ul.social-links.position-header li {
    line-height: normal;
    margin: 0;
    list-style: none;
  }
  .socialicon ul.social-links.position-header li a {
    display: block;
    width: 35px;
    height: 35px;
    border: solid 1px #ccc;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .socialicon ul.social-links.position-header li a i.fa {
    font-size: 18px;
    line-height: 35px;
    font-family: 'FontAwesome';
    font-weight: normal;
    color: #000;
  }
  .cms-home-page-new header.page-header {
    position: fixed;
    height: 70px;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    z-index: 3;
  }
  header.page-header .header.content span.action.nav-toggle {
    margin: 0;
    width: 50px;
    border-right: 1px solid #eae9e9;
  }
  header.page-header .header.content span.action.nav-toggle::before {
    color: #000;
    padding: 0 8px 0 0;
    font-family: "Linearicons";
    font-size: 27px;
    vertical-align: middle;
    display: block;
    content: "\e92b";
  }
  header .header.content {
    padding: 13px 15px;
  }
  header .header.content ul.header.links {
    margin: 0;
    border-right: 1px solid #eae9e9;
    border-left: 1px solid #eae9e9;
    padding: 8px 13px;
    text-align: center;
  }
  header .header.content ul.header.links li a:after {
    color: #000;
    padding-right: 0;
  }
  header .header.content .minicart-wrapper {
    border-right: 1px solid #eae9e9;
    padding: 8px 11px;
    text-align: center;
    margin: 0;
  }
  header .header.content .minicart-wrapper .action.showcart:before {
    color: #000;
  }
  header .header.content .minicart-wrapper .action.showcart .counter.qty {
    top: 0px;
    right: 8px;
    width: 20px;
    height: 20px;
  }
  header .header.content .minicart-wrapper .action.showcart .counter.qty span.counter-number {
    line-height: 20px;
    display: block;
  }
  header .header.content .minicart-wrapper .block-minicart:before {
    right: 120px;
  }
  header .header.content .minicart-wrapper .block-minicart:after {
    right: 120px;
  }
  header .header.content .block.block-search {
    margin: 0;
    padding: 8px 14px;
  }
  header .header.content .block.block-search .control {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -45px;
    left: 10px;
    width: 100%;
  }
  header .header.content .block.block-search .control input {
    margin: 0;
    width: 95%;
    height: 50px;
    min-height: inherit;
    display: block;
    line-height: normal;
    border: 1px solid #eae9e9;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
  }
  header .header.content .block.block-search .form.minisearch.active button.action.search {
    background: none;
    height: 48px;
    width: 44px;
    font-size: 23px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 22px;
    top: 70px;
    opacity: 1;
    border: 0;
    display: block;
  }
  header .header.content .block.block-search .form.minisearch.active button.action.search:before {
    font-family: "Linearicons";
    content: "\e922";
    color: #000;
  }
  header .header.content .block.block-search .form.minisearch.active label:before {
    font-family: "Linearicons";
    content: "\e935";
    font-size: 22px;
  }
  header .header.content .block.block-search .form.minisearch label:before {
    font-family: "Linearicons";
    content: "\e922";
    font-size: 22px;
    color: #000;
  }
  header .header.content .minicart-wrapper.active .block-minicart {
    right: -100px;
    top: 48px;
  }
  #html-body.cms-home-page-new header .header.content ul.header.links li a:after {
    color: #000;
  }
  #html-body.cms-home-page-new header .header.content .minicart-wrapper .action.showcart:before {
    color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  header .header.content .nav-toggle:before {
    color: #000;
  }
  #html-body.cms-home-page-new header .header.content ul.header.links li a:after {
    color: #000;
  }
  #html-body.cms-home-page-new header .header.content .minicart-wrapper .action.showcart:before {
    color: #000;
  }
  body main {
    padding-top: 88px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.forth-fold-main .terms-primarysection {
    width: 100%;
    text-align: center;
  }
  body .forth-fold-main .terms-primarysection .heading {
    font-size: 32px;
    font-weight: 700;
  }
  body .forth-fold-main .terms-primarysection .headline {
    margin: 10px 0;
    display: none;
  }
  body .forth-fold-main .terms-primarysection .headline p {
    font-size: 14px;
  }
  body .forth-fold-main .terms-secondarysection {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-direction: column;
  }
  body .forth-fold-main .terms-secondarysection .terms {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  body .forth-fold-main .terms-secondarysection .terms .terms-inner {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: unset;
    margin: 0 auto;
    padding: 16px 10px 16px 4px;
    height: unset;
    border-radius: 5px;
    box-shadow: inset 0 0 2.5px #d16d1c;
    transition: background-color 0.3s ease;
    align-items: center;
  }
  body .forth-fold-main .terms-secondarysection .terms .terms-inner .term-detail {
    text-align: left;
    font-size: 13px;
  }
  body .forth-fold-main .terms-secondarysection .terms .terms-inner:hover {
    background: #d16d1c;
  }
  body .forth-fold-main .terms-secondarysection .terms .terms-inner:hover .term-head {
    color: #fff;
  }
  body .forth-fold-main .terms-secondarysection .terms .terms-inner:hover .term-detail {
    color: #fff;
  }
  body .forth-fold-main .terms-secondarysection .terms .term-head {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 7px 0;
  }
  body .forth-fold-main .terms-secondarysection .term-img .hoverimg {
    display: none;
  }
  body .forth-fold-main .terms-secondarysection .term-img img {
    min-width: 90px;
    width: unset;
  }
  body .fourth-fold .widget.block.block-static-block {
    padding: 0px 0;
  }
  #html-body .banner-video-container .banner-text-overlay {
    top: 150px;
    left: 35px;
  }
  #html-body .build-banner .pagebuilder-banner-wrapper {
    background-position: right;
  }
  #html-body .fifth-fold .description .headsection h2 {
    font-size: 40px;
    line-height: normal;
  }
  #html-body .fifth-fold .description .headsection p {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  header.page-header .header.content span.action.nav-toggle {
    position: initial;
  }
  header.page-header .header.content span.action.nav-toggle:before {
    color: #000;
    padding: 0 8px 0 0;
    font-family: "Linearicons";
    font-size: 27px;
    vertical-align: middle;
    display: block;
    content: "\e92b";
    position: initial;
    background: inherit;
    height: auto;
    width: auto;
    line-height: normal;
  }
}
.breadcrumbs + main#maincontent.page-main {
  box-shadow: none;
}
.page-products .columns .column.main {
  width: 100%;
  max-width: 75%;
  padding: 0 0 0 25px;
}
.page-products .columns .column.main h1.page-title {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  margin: 20px 0 36px 0;
  text-align: left;
}
.page-products .columns .column.main .toolbar.toolbar-products {
  font-size: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  z-index: 0;
  border-bottom: 1px solid #eae9e9;
  position: relative;
}
.page-products .columns .column.main .toolbar.toolbar-products .field.limiter {
  display: block;
  float: right;
}
.page-products .columns .column.main .toolbar.toolbar-products .field.limiter span.limiter-text {
  display: none;
}
.page-products .columns .column.main .toolbar.toolbar-products .field.limiter label.label {
  display: inline-block;
  padding: 14px 0;
  margin-right: 10px;
  color: #000000;
  text-align: left;
  line-height: 24px;
  font-size: 12px;
  font-weight: 600;
}
.page-products .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter.field {
  float: left;
}
.page-products .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter.field label {
  display: inline-block;
  padding: 14px 0;
  margin-right: 10px;
  color: #000000;
  text-align: left;
  line-height: 24px;
  font-size: 12px;
  font-weight: 600;
}
.page-products .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter.field .control {
  display: inline-block;
}
.page-products .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter.field a.action.sorter-action {
  display: inline-block;
  padding: 10px 0 0 10px;
  font-size: 22px;
  color: #000;
}
.page-products .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter.field a.action.sorter-action::before {
  font-family: "Linearicons";
  content: "\e9ba";
  color: #000;
  line-height: normal;
  font-size: 22px;
}
.page-products .columns .column.main .toolbar.toolbar-products .modes {
  float: right;
  font-size: 22px;
  padding-left: 6px;
  padding-top: 10px;
  margin: 0;
}
.page-products .columns .column.main .toolbar.toolbar-products .modes .modes-mode {
  padding: 0;
  border: 0;
  margin: 0 0 0 14px;
}
.page-products .columns .column.main .toolbar.toolbar-products .modes .modes-mode::before {
  font-family: "Linearicons";
  content: "\e87e";
  color: #000;
  font-size: 22px;
}
.page-products .columns .column.main .toolbar.toolbar-products .modes .modes-mode:hover {
  color: #d16d1c;
  background: inherit;
}
.page-products .columns .column.main .toolbar.toolbar-products .modes .modes-mode:hover::before {
  color: #d16d1c;
}
.page-products .columns .column.main .toolbar.toolbar-products .modes .modes-mode.mode-list::before {
  font-family: "Linearicons";
  content: "\e92f";
  color: #000;
}
.page-products .columns .column.main .toolbar.toolbar-products .modes .modes-mode.active:before {
  color: #d16d1c;
}
.page-products .columns .column.main .toolbar.toolbar-products .toolbar-amount {
  float: none;
  display: inline-block;
}
.page-products .columns .column.main .products {
  margin: 0;
}
.page-products .columns .column.main .products .products {
  display: flex;
  flex-wrap: wrap;
}
.page-products .columns .column.main .products .products .product-item {
  width: 100%;
  max-width: 33%;
  margin: 0 0 50px 0;
  padding: 0 25px 49px;
  border-bottom: 1px solid #eae9e9;
}
.page-products .columns .column.main .products .products .product-item .product-item-info {
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
  padding: 20px;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details {
  display: flex;
  flex-wrap: wrap;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .product-item-name {
  order: 2;
  margin: 0 0 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  line-height: 1.5em;
  width: 300px;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .product-item-name a.product-item-link {
  display: block;
  height: auto;
  font-size: 14px;
  color: #000;
  font-family: 'Open Sans';
  font-weight: 400;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .product-item-name a.product-item-link:hover {
  text-decoration: none;
  color: #d16d1c;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .price-box {
  order: 1;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  flex-direction: row;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .price-box .old-price {
  color: #000;
  font-weight: 600;
  text-decoration: line-through !important;
  font-size: 20px !important;
  text-decoration: none;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #000;
  font-size: 20px;
  text-decoration: line-through;
  font-weight: 600;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .price-box .price {
  color: #d16d1c;
  font-weight: 600;
  font-size: 20px;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .product-item-inner {
  order: 3;
  width: 100%;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .product-item-inner .actions-primary {
  width: 100%;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .product-item-inner .actions-primary button.action.tocart.primary {
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .product-item-inner .actions-primary button.action.tocart.primary span:before {
  font-family: "Linearicons";
  content: "\e74d";
  font-size: 161%;
  padding-right: 10px;
  line-height: 0;
  vertical-align: sub;
  font-weight: normal;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .product-item-inner .actions-secondary {
  padding-top: 23px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .product-item-inner .actions-secondary .action.towishlist::before {
  font-family: "Linearicons";
  content: "\e68c";
  text-indent: 1px;
  font-size: 22px;
  color: #000;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .product-item-inner .actions-secondary .action {
  width: 22px;
  line-height: normal;
  font-size: 22px;
}
.page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .product-item-inner .actions-secondary .action.tocompare::before {
  font-family: "Linearicons";
  content: "\e839";
  font-size: 22px;
  color: #000;
}
.page-products .columns .column.main button.filter-toggle-full {
  display: none;
}
.page-products .columns .column.main .products.products-list .products .product-item {
  max-width: 100%;
}
.page-products .columns .column.main .products.products-list .products .product-item .product.description {
  display: none;
}
.page-products .columns .column.main .products.products-list .products .product-item .product-item-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 35px 0 0 0;
}
.page-products .columns .column.main .products.products-list .products .product-item .product-item-info .product-item-details .product-item-inner .actions-secondary {
  padding-top: 0;
}
.page-products .columns .column.main .products.products-list .products .product-item .product-item-info .product-item-details .product-item-inner .actions-primary {
  width: auto;
}
.page-products .columns .column.main .products.products-list .products .product-item .product-item-info .product-item-details .product-item-name {
  width: 100%;
}
.page-products .columns .sidebar {
  width: 100%;
  max-width: 25%;
  padding: 0 25px 0 0;
}
.page-products .columns .sidebar .filter-content strong {
  display: none;
}
.page-products .columns .sidebar .filter-content .filter-options-title {
  line-height: inherit;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 14px !important;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-products .columns .sidebar .filter-content .filter-options-title:after {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.page-products .columns .sidebar .filter-content .filter-options-content {
  margin-bottom: 30px;
  padding-left: 10px;
}
.page-products .columns .sidebar .filter-content .filter-options-content ol li {
  margin-bottom: 13px;
  line-height: 20px;
}
.page-products .columns .sidebar .filter-content .filter-options-content ol li a {
  text-transform: capitalize;
  color: #000;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-products .columns .sidebar .filter-content .filter-options-content ol li a:hover {
  text-decoration: none;
  color: #d16d1c;
}
.page-products .columns .sidebar .filter-content .filter-options-content ol li a .count {
  color: #000;
  opacity: 0.5;
}
.page-products .columns .sidebar .filter-content .filter-options-content ol li a .count:hover {
  color: #d16d1c;
}
.page-products .columns .sidebar .filter-content .filter-options-content ol li a .count::before {
  display: none;
}
.page-products .columns .sidebar .filter-content .filter-options-content ol li a .count::after {
  display: none;
}
.page-products .columns .sidebar .filter-content .filter-options-content ol li a .count .filter-count-label {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: inherit;
  width: auto;
  display: inline-block;
  text-transform: lowercase;
}
.page-products .columns .sidebar .block-title {
  margin-bottom: 10px;
}
.page-products .columns .sidebar .block-title strong {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products {
  border: 0;
  margin: 0;
  padding: 0;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products .pages {
  float: none;
  display: block;
  width: 100%;
  text-align: left;
  text-align: center;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products .pages ul.items.pages-items {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products .pages ul.items.pages-items li.item {
  margin: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products .pages ul.items.pages-items li.item span {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans';
  color: #000;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products .pages ul.items.pages-items li.item.current span {
  font-weight: 600;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products .pages ul.items.pages-items li.item a.action {
  margin: 0;
  border: 0;
  height: 50px;
  width: 50px;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products .pages ul.items.pages-items li.item a.action span:last-child {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: inherit;
  width: auto;
  display: inline-block;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products .pages ul.items.pages-items li.item a.action.next::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products .pages ul.items.pages-items li.item a.action.next::before {
  display: none;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products .pages ul.items.pages-items li.item.pages-item-previous {
  width: 100px;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products .field.limiter {
  display: none;
}
.page-products .columns .column.main .products + .toolbar.toolbar-products .toolbar-amount {
  display: none;
}
.page-products .columns .sidebar .block {
  margin: 0 0 20px 0;
}
@media (max-width: 1024px) {
  .page-products .columns .column.main .products .products .product-item {
    margin: 0 0 30px 0;
    padding: 0 12px 30px;
  }
}
@media (max-width: 991px) {
  .page-products .columns .column.main .products .products .product-item {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .page-products .columns .sidebar {
    max-width: 100%;
    padding: 0;
    order: 2;
  }
  .page-products .columns .sidebar-main {
    order: 2 !important;
  }
  .page-products .columns .column.main {
    max-width: 100%;
    padding: 0;
    order: 1;
  }
  .page-products .columns .column.main h1.page-title {
    margin: 20px 0;
  }
  .page-products .columns .column.main .products .products .product-item .product-item-info .product-item-details .product-item-inner .actions-secondary .action {
    display: block;
  }
  .page-products .columns .column.main .products.products-list .products .product-item a.product.photo.product-item-photo {
    width: 100%;
  }
  .page-products .columns .column.main .products.products-list .products .product-item .product-item-details {
    width: 100%;
  }
  .page-products .columns .column.main .products.products-list .products .product-item .product-item-info {
    display: flex;
    flex-wrap: wrap;
  }
  .page-products .columns .column.main .products.products-list .products .product-item .product-item-actions {
    margin: 0;
  }
  main#maincontent.page-main {
    padding: 10px 0 0 0;
  }
  .page-products .columns .column.main .products + .toolbar.toolbar-products {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .page-products .columns .column.main .products + .toolbar.toolbar-products .pages {
    text-align: center;
  }
  .page-products .columns .column.main .products + .toolbar.toolbar-products .pages ul.items.pages-items {
    justify-content: center;
  }
  .page-products .columns .sidebar .block {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 580px) {
  .page-products .columns .column.main .products .products .product-item {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .page-products .columns .column.main .toolbar.toolbar-products .toolbar-amount {
    display: none;
  }
  .page-products .columns .column.main .toolbar.toolbar-products .field.limiter {
    display: none;
  }
}
.checkout-cart-index .page-main .page-title-wrapper .page-title {
  margin: 20px 0 36px 0;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  font-size: 25px;
  font-weight: 600;
  color: #000000;
}
.checkout-cart-index .cart-container .cart-summary {
  padding: 0;
  width: 30%;
  border: 1px solid #eae9e9;
  background: #fff;
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  border-bottom: 0;
  padding: 10px 15px 0;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.checkout-cart-index .cart-container .cart-summary .block .title {
  display: block;
  padding: 15px 15px 0;
  border: none;
  margin: 0;
  border-top: 1px solid #ccc;
}
.checkout-cart-index .cart-container .cart-summary .block .title strong {
  width: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .cart-summary .block .title::after {
  right: 0;
  top: 0;
}
.checkout-cart-index .cart-container .cart-summary .block .content {
  padding: 0 15px;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset {
  margin: 10px 0 0 0;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset .field.note {
  font-weight: 600;
  line-height: 24px;
  padding: 6px 0;
  font-size: 12px;
  margin: 0;
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset label.label {
  font-weight: 600;
  line-height: 24px;
  padding: 6px 0;
  font-size: 12px;
  margin: 0;
  width: 100%;
  display: inline-block;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset select {
  min-height: 36px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
  background: #f6f6f6;
  border: 0;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset input {
  min-height: 36px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
  background: #f6f6f6;
  border: 0;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset .items.methods {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset .items.methods .field.choice.item {
  display: flex;
  align-items: center;
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset .items.methods .field.choice.item input[type=radio] + .label:before {
  content: '\e836';
  font-size: 20px;
  vertical-align: text-bottom;
  color: #d16d1c;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-family: "Material Icons";
  font-style: normal;
  padding: 0 10px 0 0;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset .items.methods .field.choice.item input[type=radio]:checked .label:before {
  font-size: 20px;
  vertical-align: text-bottom;
  content: "\e837";
  color: #d16d1c;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-family: "Material Icons";
  font-style: normal;
  padding: 0 10px 0 0;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset .items.methods .field.choice.item label.label {
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset .items.methods dt.item-title {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset .items.methods dt.item-title span {
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset .items.methods dd.item-options {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset .items.methods dd.item-options input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  min-height: auto;
  width: auto;
}
.checkout-cart-index .cart-container .cart-summary .block .content fieldset.rate {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block .content .fieldset.coupon {
  margin: 10px 0 0 0;
}
.checkout-cart-index .cart-container .cart-summary .block .content .fieldset.coupon label.label {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .block .content .fieldset.coupon input {
  min-height: 36px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
  background: #f6f6f6;
  border: 0;
}
.checkout-cart-index .cart-container .cart-summary .block .content .fieldset.coupon button.action.apply.primary {
  background-color: #d16d1c;
  border-color: #d16d1c;
  color: #FFF;
  padding: 14px 17px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  padding: 0 15px;
  margin-top: 10px;
  border: none;
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals th.mark {
  color: #000000;
  padding: 0 0 20px 0;
  font-size: 20px;
  line-height: normal;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals td.amount {
  padding: 0 0 20px 0;
  font-size: 20px;
  line-height: normal;
  color: #d16d1c;
  font-weight: 400;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals td.amount strong {
  font-weight: 400;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items li a.action.multicheckout {
  color: #000;
  font-weight: 600;
  line-height: 24px;
  font-size: 12px;
  margin: 0;
  width: 100%;
  display: inline-block;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items li a.action.multicheckout:hover {
  text-decoration: none;
  color: #d16d1c;
}
.checkout-cart-index .cart-container .form-cart {
  width: 70%;
  padding: 0 50px 0 0;
}
.checkout-cart-index .cart-container .form-cart thead {
  border-top: 1px solid #eae9e9;
  border-bottom: 1px solid #eae9e9;
}
.checkout-cart-index .cart-container .form-cart thead tr th.col {
  border-right: 1px solid #eae9e9;
  font-weight: 400;
  border-bottom: none;
  padding: 14px;
  text-align: center;
}
.checkout-cart-index .cart-container .form-cart thead tr th.col:first-child {
  padding-left: 0;
  text-align: left;
}
.checkout-cart-index .cart-container .form-cart thead tr th.col:last-child {
  border-right: 0;
}
.checkout-cart-index .cart-container .form-cart thead tr th.col.price {
  color: #d16d1c;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item {
  border: 0;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td {
  vertical-align: middle;
  min-width: 140px;
  padding: 54px 36px;
  border-right: 1px solid #eae9e9;
  border-bottom: solid 1px #dadada;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td:last-child {
  border-right: 0;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td:first-child {
  padding-left: 0;
  padding-right: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td span.price {
  font-size: 24px;
  line-height: normal;
  display: inline-block;
  padding: 6px 0;
  font-weight: normal;
  color: #d16d1c;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .mp-discount-label-wrap {
  color: #000;
  font-size: 24px;
  line-height: normal;
  font-weight: normal;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td input {
  text-align: center;
  min-height: 36px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
  margin: 0 auto;
  background: #f6f6f6;
  border: 0;
  width: 100%;
  max-width: 96px;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td a.product-item-photo {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  padding-right: 17px;
  display: block;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details strong.product-item-name {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details strong.product-item-name a:hover {
  text-decoration: none;
  color: #d16d1c;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details dl.item-options {
  margin: 0;
  padding-top: 12px;
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details dl.item-options dt {
  width: 35%;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 0 8px 0;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 11px;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details dl.item-options dd {
  width: 60%;
  display: inline-block;
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 11px;
  font-style: italic;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details .item-control {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details .item-control a.action {
  margin: 0;
  font-size: 22px;
  color: #000;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details .item-control a.action span {
  display: none;
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details .item-control a.action.action-edit:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details .item-control a.action.action-delete:before {
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: '\e681';
}
.checkout-cart-index .cart-container .form-cart tbody.cart.item tr.item-actions {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper {
  margin: 0 0 30px 0;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action {
  background-color: transparent;
  border: none;
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  margin: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action span {
  color: #d16d1c;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action:hover {
  color: #d16d1c;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.clear {
  margin-left: 2rem;
  margin-right: auto;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.clear:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 22px;
  vertical-align: text-top;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.continue:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: normal;
  overflow: visible;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update::before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 22px;
  line-height: normal;
  vertical-align: text-top;
}
#html-body.checkout-cart-index .cart-container .cart-summary .block .content fieldset .items.methods dd.item-options .field.choice.item {
  margin: 0;
}
.block .related-products-slider {
  margin: 0;
}
.block .products-grid .related-products-slider .product-item {
  width: 100%;
}
.block .products-grid .related-products-slider .product-item .product-item-info {
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px;
}
.block .products-grid .related-products-slider .product-item .product-item-info .product-image-photo {
  width: 100%;
}
.block .products-grid .related-products-slider .product-item .product-item-actions {
  margin: 0;
}
.block .products-grid .related-products-slider .product-item .product-item-actions .actions-primary {
  width: 100%;
}
.block .products-grid .related-products-slider .product-item .product-item-actions .actions-primary button.action.tocart.primary {
  width: auto;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.block .products-grid .related-products-slider .product-item .product-item-actions .actions-primary button.action.tocart.primary span:before {
  font-family: "Linearicons";
  content: "\e74d";
  font-size: 161%;
  padding-right: 10px;
  line-height: 0;
  vertical-align: sub;
  font-weight: normal;
}
.block .products-grid .related-products-slider .product-item .product-item-actions .actions-secondary {
  padding: 23px 0 0 0;
  display: block;
  width: 100%;
}
.block .products-grid .related-products-slider .product-item .product-item-actions .actions-secondary .action.towishlist::before {
  font-family: "Linearicons";
  content: "\e68c";
  text-indent: 1px;
  line-height: normal;
  width: 22px;
  font-size: 22px;
  color: #000;
  overflow: visible;
}
.block .products-grid .related-products-slider .product-item .product-item-actions .actions-secondary .action.tocompare::before {
  font-family: "Linearicons";
  content: "\e839";
  color: #000;
  font-size: 22px;
  overflow: visible;
}
.block .products-grid .related-products-slider .product-item .product-item-details {
  display: flex;
  flex-wrap: wrap;
}
.block .products-grid .related-products-slider .product-item .product-item-details strong.product.name {
  order: 2;
  margin: 10px 0;
}
.block .products-grid .related-products-slider .product-item .product-item-details .price-box.price-final_price {
  order: 1;
  margin: 0;
}
.block .products-grid .related-products-slider .product-item .product-item-details .product.actions.product-item-actions {
  order: 3;
}
.product-item .product-item-info .price-box {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.product-item .product-item-info .price-box .price-label {
  display: none;
}
.product-item .product-item-info .price-box .price {
  color: #d16d1c;
  font-size: 20px;
  font-weight: 600;
}
.product-item .product-item-info .price-box .old-price {
  text-decoration: none;
}
.product-item .product-item-info .price-box .old-price .price {
  color: #000;
  text-decoration: line-through;
}
.block.crosssell {
  margin: 20px 0 0;
}
.block.crosssell .block-title.title {
  text-align: center;
}
.block.crosssell .block-title.title strong {
  font-weight: 600;
  color: #313131;
}
@media (max-width: 1353px) {
  body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td {
    padding: 20px;
  }
  body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td a.product-item-photo {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td:first-child {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  body.checkout-cart-index .cart-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 20px;
  }
  body.checkout-cart-index .cart-container .cart-summary {
    width: 100%;
  }
  body.checkout-cart-index .cart-container .form-cart {
    width: 100%;
    padding: 0;
  }
  body.checkout-cart-index .cart-container .cart-summary._sticky {
    position: initial;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .cart.main.actions .action.clear {
    margin-right: 0;
  }
  body.checkout-cart-index .page-main .page-title-wrapper .page-title {
    margin: 10px 0;
  }
  body.checkout-cart-index .cart-container .form-cart thead {
    display: none;
  }
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table {
    border: 1px solid #ccc;
  }
  body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td {
    border: 0;
    padding: 15px 0;
    min-width: auto;
  }
  body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td:first-child {
    flex-wrap: nowrap;
  }
  body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td span.price {
    font-size: 16px;
    padding: 0;
  }
  body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .mp-discount-label-wrap {
    font-size: 14px;
  }
  body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td a.product-item-photo {
    position: initial;
    webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
    padding-right: 17px;
  }
  body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details .item-control {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details .item-control a.action {
    font-size: 16px;
  }
  body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td.col.price:before {
    color: #d16d1c;
  }
  body.checkout-cart-index .cart-container .form-cart .cart.main.actions {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.checkout-cart-index .cart-container .cart-summary .cart-totals th.mark {
    font-size: 14px;
  }
  body.checkout-cart-index .cart-container .cart-summary .cart-totals td.amount {
    font-size: 14px;
  }
  body.checkout-cart-index .cart-container .cart-summary .summary.title {
    font-size: 20px;
  }
  body.checkout-cart-index .cart-container .cart-summary .block .title strong {
    font-size: 14px;
  }
}
.checkout-index-index .page-title-wrapper {
  display: block;
  text-align: center;
  position: initial;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  margin: 0;
}
.checkout-index-index .page-title-wrapper h1.page-title {
  display: block;
  margin: 20px 0 80px 0;
  font-size: 25px;
  font-weight: 600;
  color: #000000;
}
.checkout-index-index .authentication-wrapper {
  margin-top: 0;
}
.checkout-index-index .authentication-wrapper button.action.action-auth-toggle {
  background: #292826;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #292826;
  text-transform: uppercase;
  font-weight: 700;
  transition: .3s ease;
  text-decoration: none;
}
.checkout-index-index .authentication-wrapper button.action.action-auth-toggle:hover {
  background: transparent;
  color: #d16d1c;
}
.checkout-index-index ul.opc-progress-bar {
  margin: 0 0 100px 0;
}
.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item span {
  font-size: 18px;
  color: #666666;
  font-family: 'Open Sans';
  opacity: 1;
}
.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item span:after {
  content: '\2713' !important;
  font-family: 'FontAwesome';
  color: #000;
}
.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item._active span {
  color: #333333;
  font-weight: 600;
}
.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item._active span:before {
  background: #d16d1c;
  border-color: #d16d1c;
}
.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item._active span:after {
  color: #d16d1c;
  font-size: 1.8rem;
  line-height: 26px;
}
.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item._active:before {
  background: #d16d1c;
  border-color: #d16d1c;
}
.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item._complete span {
  color: #006bb4;
}
.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item._complete span:after {
  font-size: 1.8rem;
  line-height: 28px;
}
.checkout-index-index .opc-sidebar .opc-block-summary {
  background: transparent;
  padding: 0;
  width: 100%;
  margin: 0;
  border: 1px solid #ccc;
}
.checkout-index-index .opc-sidebar .opc-block-summary .title {
  display: block;
  font-weight: 500;
  border: none;
  padding: 15px 20px 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .title {
  border-bottom: 0;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .title strong {
  padding: 0 20px;
  font-weight: 400;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items {
  margin-bottom: 2rem;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper {
  padding: 20px 20px 0 20px;
  overflow-x: auto;
  margin: 25px 0;
  max-height: initial;
  height: auto;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item {
  margin: 0;
  padding: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-image-container {
  height: 75px !important;
  width: 75px !important;
  float: left;
  margin: 0 1rem 1rem 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-image-container .product-image-wrapper {
  height: auto;
  position: relative;
  display: inline-block;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-image-container .product-image-wrapper img {
  width: 100%;
  border: 1px solid #ccc;
  height: auto;
  position: relative;
  display: inline-block;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product-item-inner {
  margin: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product-item-inner .details-qty {
  font-size: 12px;
  padding: 0 0 10px;
  margin: 0;
  color: #000;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product-item-name-block {
  display: block;
  width: 100%;
  padding: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product-item-name-block strong {
  font-size: 14px;
  font-weight: normal;
  display: block;
  line-height: 21px;
  margin-bottom: 5px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .subtotal {
  display: block;
  text-align: left;
  padding: 0 0 10px 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .subtotal .price-excluding-tax {
  margin: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .subtotal .price-excluding-tax .price {
  color: #d16d1c;
  font-size: 18px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product.options {
  font-size: 12px;
  font-weight: 400;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product.options dt.label {
  font-weight: 400;
  margin-bottom: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product.options dd.values {
  margin: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .block.active .title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-sidebar .opc-block-summary table.table-totals tbody th {
  width: 50%;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1;
  color: #d16d1c;
  font-weight: 400;
  text-align: left;
}
.checkout-index-index .opc-sidebar .opc-block-summary table.table-totals tbody td {
  width: 50%;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1;
  color: #d16d1c;
  font-weight: 400;
  text-align: left;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals {
  margin-bottom: 30px;
  border-bottom: 1px solid #eae9e9;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th {
  font-weight: 400;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th .value {
  font-size: 12px;
  line-height: 20px;
  vertical-align: baseline;
  color: #d16d1c;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th .value:before {
  content: '(';
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th .value:after {
  content: ')';
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th strong {
  font-weight: 400;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals td {
  font-weight: 400;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals td .value {
  font-size: 12px;
  line-height: 20px;
  vertical-align: baseline;
  color: #d16d1c;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals td .value:before {
  content: '(';
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals td .value:after {
  content: ')';
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals td strong {
  font-weight: 400;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tr {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tr:last-child {
  padding-bottom: 20px;
}
.checkout-index-index .opc-wrapper {
  padding-right: 50px;
}
.checkout-index-index .opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 26px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}
.checkout-index-index .opc-wrapper form.form.form-login {
  margin: 0;
  max-width: 100%;
}
.checkout-index-index .opc-wrapper form.form.form-login fieldset {
  margin: 0;
}
.checkout-index-index .opc-wrapper form.form.form-login fieldset .field.required {
  margin: 0;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address label.label {
  display: block;
  font-size: 14px;
  margin: 0 10px 0 0;
  float: none;
  padding: 6px 0;
  font-weight: 400;
  position: static;
  clip: inherit;
  height: auto;
  width: 100%;
  text-align: left;
  color: #646464;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address form .control {
  width: 100%;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .control input {
  background: #f6f6f6;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  color: #646464;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .control select {
  background: #f6f6f6;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  color: #646464;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: 100%;
  margin: 0;
}
.checkout-index-index .opc-wrapper .form-shipping-address .field {
  margin: 0 0 15px 0;
}
.checkout-index-index .opc-wrapper .form-shipping-address .field legend.label {
  display: none;
}
.checkout-index-index .opc-wrapper .form-shipping-address fieldset.field.street.admin__control-fields.required {
  margin: 0;
}
.checkout-index-index .opc-wrapper .step-content .note {
  font-size: 10px;
  margin: 0;
}
.checkout-index-index .opc-wrapper .step-content .note::before {
  font-family: "FontAwesome";
  content: '\f0d8';
  padding-right: 5px;
  font-size: 10px;
}
.checkout-index-index .opc-wrapper .payment-method {
  border: 1px solid #eae9e9;
  padding: 15px;
  background: #fafafa;
}
.checkout-index-index .opc-wrapper .payment-method .payment-method-title input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkout-index-index .opc-wrapper .payment-method .payment-method-title label.label {
  font-weight: 400;
}
.checkout-index-index .opc-wrapper .payment-method .payment-method-content {
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper .payment-method .payment-method-content .checkout-billing-address {
  margin: 0;
}
.checkout-index-index .opc-wrapper .payment-method .payment-method-content .actions-toolbar {
  margin: 0 0 20px 0;
}
.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown._show {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  right: auto;
  bottom: auto;
  position: fixed;
  display: none;
  width: 340px;
  z-index: 902 !important;
  display: block;
}
.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown._show + .modal-custom-overlay {
  display: block;
}
.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown ~ .modal-custom-overlay {
  position: initial;
}
.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar {
  margin: 0;
  display: flex;
  align-items: center;
}
.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar button.action {
  background-color: #d16d1c;
  border-color: #d16d1c;
  color: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  margin: 0 10px 0 0;
}
.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .secondary {
  padding: 0;
  margin: 0;
}
.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .secondary a.action.action-remind {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .secondary a.action.action-remind:hover {
  text-decoration: none;
  color: #d16d1c;
}
.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
  padding: 30px 15px;
  background-color: #fff;
  box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
  opacity: 1;
}
.checkout-index-index .checkout-container .checkout-payment-method .fieldset legend.legend {
  position: inherit;
  clip: auto;
  height: auto;
  width: auto;
  float: none;
  padding: 0;
  margin: 0 0 2em 0;
  overflow: visible;
  font-size: 16px;
  font-weight: 400;
  color: #0088cc;
  text-transform: uppercase;
}
.checkout-index-index .checkout-container .checkout-payment-method .fieldset hr {
  display: none;
}
.checkout-index-index .modal-custom .modal-inner-wrap .modal-content .block-title {
  margin-bottom: 3px;
}
.checkout-index-index .modal-custom .modal-inner-wrap .modal-content .block-title strong {
  margin: 0;
  width: 100%;
  display: inline-block;
  font-weight: 600;
}
.checkout-index-index .opc-block-shipping-information {
  padding: 0;
  border: 1px solid #ccc;
  border-top: 0;
}
.checkout-index-index .opc-block-shipping-information .shipping-information {
  padding: 20px 0 0 0;
}
.checkout-index-index .opc-block-shipping-information .ship-to {
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eae9e9;
  font-size: 12px;
}
.checkout-index-index .opc-block-shipping-information .ship-via {
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eae9e9;
  font-size: 12px;
  display: none;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title {
  padding: 0px 20px 10px;
  color: #000000;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  border: 0;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title button.action.action-edit {
  position: initial;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title button.action.action-edit:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #000;
  font-size: 22px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content {
  padding: 0 20px;
  line-height: 18px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content a {
  color: #000;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content a:hover {
  text-decoration: none;
  color: #d16d31;
}
.opc-wrapper .field[name="shippingAddress.firstname"] {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  max-width: 49%;
}
.opc-wrapper .field[name="shippingAddress.lastname"] {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  max-width: 49%;
  float: right;
}
.opc-wrapper .field[name="shippingAddress.region"] {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  max-width: 49%;
  float: right;
}
.opc-wrapper .field[name="shippingAddress.city"] {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  max-width: 49%;
}
.opc-wrapper .field[name="shippingAddress.postcode"] {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  max-width: 49%;
  float: right;
}
.opc-wrapper .field[name="shippingAddress.country_id"] {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  max-width: 49%;
}
.opc-wrapper .field[name="shippingAddress.region_id"] {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  max-width: 49%;
  float: right;
}
.opc-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 10px;
  margin-top: 0;
  display: flex;
  align-items: center;
  top: 0;
}
.opc-wrapper .field-tooltip .label {
  font-weight: 400;
  position: static;
  clip: inherit;
  height: auto;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  color: #646464;
  margin: 0 10px 0 0;
}
.opc-wrapper .field-tooltip .field-tooltip-content {
  background: #f5f5f5;
  border: solid 1px #dddddd;
  padding: 12px;
  width: 270px;
  right: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  word-wrap: break-word;
  z-index: 2;
  left: -200px;
}
.opc-wrapper .field-tooltip .field-tooltip-content::before {
  display: none;
}
.opc-wrapper .field-tooltip .field-tooltip-content:after {
  display: none;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
  font-weight: normal;
  font-size: 14px;
  padding: 7px 10px;
  width: auto;
  height: auto;
  background: #d16d1c;
  color: #fff;
}
.field-tooltip .field-tooltip-action:before {
  color: #d16d1c;
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  font-size: 22px;
  outline: none;
}
.methods-shipping {
  margin-bottom: 2rem;
}
#checkout-shipping-method-load {
  border: none;
  padding-bottom: 0;
  margin-bottom: 40px;
}
#checkout-shipping-method-load table.table-checkout-shipping-method thead tr th {
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: table-cell;
  min-width: 180px;
  background: #fff;
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
}
#checkout-shipping-method-load table.table-checkout-shipping-method tbody tr td {
  background: #fff;
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
}
#checkout-shipping-method-load table.table-checkout-shipping-method tbody tr td span.price {
  color: #d16d1c;
}
table.table-checkout-shipping-method {
  width: 100%;
}
.table-checkout-shipping-method thead {
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}
#checkout .actions-toolbar .action.primary {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 20px;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 0;
}
#checkout .opc-wrapper #customer-email-fieldset .field-tooltip {
  margin-top: 0;
  top: 0 !important;
}
#checkout input[type="text"] {
  background: #f6f6f6;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  min-height: 36px;
}
#checkout input[type="password"] {
  background: #f6f6f6;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  min-height: 36px;
}
#checkout input[type="url"] {
  background: #f6f6f6;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  min-height: 36px;
}
#checkout input[type="tel"] {
  background: #f6f6f6;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  min-height: 36px;
}
#checkout input[type="search"] {
  background: #f6f6f6;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  min-height: 36px;
}
#checkout input[type="number"] {
  background: #f6f6f6;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  min-height: 36px;
}
#checkout input[type="datetime"] {
  background: #f6f6f6;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  min-height: 36px;
}
#checkout input[type="email"] {
  background: #f6f6f6;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  min-height: 36px;
}
.modal-title {
  margin: 0;
}
.modal-popup .modal-inner-wrap {
  width: 45%;
}
.modal-popup .action-close:before {
  font-size: 22px;
  font-family: "Linearicons";
  content: "\e935";
  color: #000;
}
.footersecurityicon {
  display: none;
}
.checkout-index-index._has-auth-shown .checkout-container .authentication-wrapper aside.authentication-dropdown._show ~ .modal-custom-overlay {
  background: rgba(255, 255, 255, 0.65);
  position: fixed;
}
.modal-custom .action-close:before {
  font-size: 22px;
  font-family: "Linearicons";
  content: "\e935";
  color: #000;
}
.modal-slide .action-close:before {
  font-size: 22px;
  font-family: "Linearicons";
  content: "\e935";
  color: #000;
}
.checkout-container .authentication-dropdown .action-close {
  position: absolute;
  right: 20px;
  top: 15px;
  overflow: hidden;
  margin: 0;
}
#html-body form .fieldset .field {
  margin: 0 0 15px 0;
}
#html-body form .fieldset .field .label {
  line-height: 24px;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: left;
  color: #000000;
  width: 100%;
}
#html-body form .fieldset .field label {
  line-height: 24px;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: left;
  color: #000000;
  width: 100%;
}
#html-body.checkout-index-index .opc-wrapper .payment-method .payment-method-title {
  padding: 0;
  margin: 0;
}
#html-body.checkout-index-index .opc-wrapper .payment-method .payment-method-title label.label {
  font-size: 12px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-weight: 400;
  color: #646464;
  letter-spacing: 0;
}
#html-body.checkout-index-index .opc-wrapper .payment-method .payment-method-title input[type=radio] + .label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-family: "Material Icons";
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  padding-right: 3px;
  font-weight: normal;
  color: #d16d1c;
  content: '\e836';
}
#html-body.checkout-index-index .opc-wrapper .payment-method .payment-method-title input[type=radio]:checked + .label:before {
  content: "\e837";
}
#html-body.checkout-index-index .opc-wrapper .payment-method .payment-method-content .field.choice {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#html-body.checkout-index-index .opc-wrapper .payment-method .payment-method-content .billing-address-details {
  padding: 15px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
}
#html-body.checkout-index-index .opc-wrapper .payment-method .payment-method-content .billing-address-details a {
  color: #3e4850;
}
#html-body.checkout-index-index .opc-wrapper .payment-method .payment-method-content .billing-address-details a:hover {
  color: #d16d1c;
  text-decoration: none;
}
#html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-title {
  margin-bottom: 1.5em;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  border: 0;
}
#html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-title .action-toggle {
  color: #3e4850;
}
#html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-title .action-toggle::after {
  font-family: "Linearicons";
  content: "\e93a";
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 0 5px;
  color: #000;
  line-height: normal;
}
#html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-content {
  padding: 0;
}
#html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-content .form-discount {
  max-width: 100%;
}
#html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-content .form-discount input {
  background: #f6f6f6;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  color: #646464;
  max-width: 320px;
}
#html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-content .form-discount .actions-toolbar {
  display: block;
  vertical-align: top;
  width: auto;
  text-align: left;
}
#html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-content .form-discount .actions-toolbar .primary {
  float: none;
}
#html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-content .form-discount .actions-toolbar .primary button.action.action-apply {
  background: #d16d1c;
  border: 1px solid #d16d1c;
  color: #fff;
  padding: 0 10px;
  height: 40px;
  margin: 0;
  border-radius: 3px;
  font-weight: normal;
  box-shadow: none;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
#html-body.checkout-index-index .opc-payment-additional.discount-code._active .payment-option-title .action-toggle::after {
  content: "\e939";
}
#html-body.checkout-index-index #checkout-payment-method-load {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eae9e9;
}
body .page-main .page-title-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  max-width: 1404px;
}
body .page-main .page-title-wrapper .page-title {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  margin: 20px 0 36px 0;
  display: block;
}
@media (max-width: 1023px) {
  .checkout-index-index main#maincontent.page-main {
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  .checkout-index-index .opc-sidebar .opc-block-summary .title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  body .page-main .page-title-wrapper .page-title {
    margin: 20px 0;
  }
  .checkout-index-index .page-title-wrapper h1.page-title {
    margin: 0;
  }
  .checkout-index-index ul.opc-progress-bar {
    margin: 0;
  }
  .checkout-index-index .authentication-wrapper {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
    width: 100%;
  }
  .checkout-index-index .authentication-wrapper button.action.action-auth-toggle {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper {
    padding: 0;
    margin: 0;
  }
  .checkout-index-index .opc-wrapper .step-title {
    font-size: 20px;
  }
  .checkout-index-index .opc-wrapper .methods-shipping {
    margin: 0;
  }
  .checkout-index-index .opc-wrapper .step-content {
    margin: 0 0 20px 0;
  }
  .checkout-index-index .columns .column.main {
    padding: 0;
  }
  .checkout-index-index .columns .column.main .checkout-container {
    margin: 0;
  }
  #checkout-shipping-method-load table.table-checkout-shipping-method thead tr th {
    min-width: auto;
    font-size: 12px;
    vertical-align: middle;
  }
  #html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-title {
    padding: 0 20px;
  }
  #html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-content .form-discount {
    padding: 0 20px;
  }
}
.contact-info {
  display: flex;
  gap: 50px;
}
.contact-info .contact-form {
  width: 50%;
}
.contact-info .contact-form legend.legend {
  border-bottom: 1px solid #eae9e9;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 2px;
}
.contact-info .contact-form legend.legend br {
  display: none;
}
.contact-info .contact-form legend.legend span.note.no-label {
  color: #303030;
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 20px;
  text-align: left;
  display: block;
  padding-left: 0px;
  text-transform: uppercase;
}
.contact-info .contact-form legend.legend span.note.no-label a {
  font-weight: 700;
  color: #000;
}
.contact-info .contact-form legend.legend span.note.no-label a:hover {
  text-decoration: none;
  color: #d16d1c;
}
.contact-info .contact-form span.contact-form_title {
  margin-bottom: 21px;
  display: block;
  margin-top: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  clear: both;
}
.contact-info .contact-form .contact-details {
  display: flex;
  gap: 15px;
}
.contact-info .contact-form .contact-details .left-content {
  width: 50%;
}
.contact-info .contact-form .contact-details .right-content {
  width: 50%;
}
.contact-info .contact-form .actions-toolbar .primary button {
  margin: 0;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  border-radius: 0;
}
.contact-info .contact-map {
  width: 50%;
}
body.contact-index-index .page-title-wrapper h1.page-title {
  text-align: left;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
body.contact-index-index .page-title-wrapper h1.page-title:before {
  width: 50px;
  position: absolute;
  content: '';
  background: #000;
  bottom: 0px;
  left: 0;
  height: 1px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
#html-body .contact-info .contact-form .contact-details .field .label {
  padding-bottom: 0px;
  font-weight: 600;
  font-size: 14px;
}
#html-body .contact-info .contact-form .contact-details .field input {
  height: 43px;
  font-size: 13px;
  border-radius: 0;
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  min-height: auto;
}
#html-body .contact-info .contact-form .contact-details .field textarea {
  min-height: 227px;
  width: 100%;
  height: 43px;
  font-size: 13px;
  border-radius: 0;
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
  body.contact-index-index .page-title-wrapper h1.page-title {
    font-size: 18px;
  }
  .contact-info {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .contact-info {
    flex-wrap: wrap;
  }
  .contact-info .contact-form {
    width: 100%;
  }
  .contact-info .contact-form legend.legend span.note.no-label {
    font-size: 14px;
  }
  .contact-info .contact-map {
    width: 100%;
  }
  body.contact-index-index .columns .column.main {
    padding-bottom: 0;
  }
  body.contact-index-index .page-title-wrapper h1.page-title {
    line-height: 30px;
  }
  .contact-info .contact-form .contact-details {
    flex-wrap: wrap;
  }
  .contact-info .contact-form .contact-details .left-content {
    width: 100%;
  }
  .contact-info .contact-form .contact-details .right-content {
    width: 100%;
  }
}
.customer-account-create .page-title-wrapper h1.page-title {
  position: relative;
  padding-bottom: 20px;
}
.customer-account-create .page-title-wrapper h1.page-title:before {
  width: 50px;
  position: absolute;
  content: '';
  background: #000;
  bottom: 0px;
  left: 0;
  height: 1px;
}
.customer-account-login .page-title-wrapper h1.page-title {
  position: relative;
  padding-bottom: 20px;
}
.customer-account-login .page-title-wrapper h1.page-title:before {
  width: 50px;
  position: absolute;
  content: '';
  background: #000;
  bottom: 0px;
  left: 0;
  height: 1px;
}
.customer-account-forgotpassword .page-title-wrapper h1.page-title {
  position: relative;
  padding-bottom: 20px;
}
.customer-account-forgotpassword .page-title-wrapper h1.page-title:before {
  width: 50px;
  position: absolute;
  content: '';
  background: #000;
  bottom: 0px;
  left: 0;
  height: 1px;
}
.login-container {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #d16d1c;
  padding: 35px 25px 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.login-container .block .block-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.login-container .block .block-title strong {
  font-weight: 600;
  font-size: 22px;
}
.login-container .block .block__title {
  font-size: 1.5rem;
  font-weight: 600;
}
.login-container .block .block__title strong {
  font-weight: 600;
  font-size: 22px;
}
.form.password.reset {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #d16d1c;
  padding: 35px 25px 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.form.send.confirmation {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #d16d1c;
  padding: 35px 25px 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.form.password.forget {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #d16d1c;
  padding: 35px 25px 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.form.create.account {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #d16d1c;
  padding: 35px 25px 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.form.form-edit-account {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #d16d1c;
  padding: 35px 25px 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.form-address-edit {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #d16d1c;
  padding: 35px 25px 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.form-newsletter-manage {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #d16d1c;
  padding: 35px 25px 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.abs-login-block-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.abs-login-block-title strong {
  font-weight: 600;
  font-size: 22px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.amazon-validate-container .block .block-title strong {
  font-weight: 600;
  font-size: 22px;
}
#html-body .login-container form .fieldset .field.note {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#html-body .login-container form .fieldset label span {
  font-size: 15px;
}
#html-body .login-container form .fieldset .control {
  width: 90%;
  float: none;
  clear: both;
}
#html-body .login-container form .fieldset .control input {
  min-height: 36px;
}
#html-body .login-container form .fieldset .field.choice {
  position: relative;
}
#html-body .login-container form .fieldset .field.choice input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#html-body .login-container form .fieldset .field.choice input[type=checkbox] + .label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-family: "Material Icons";
  font-style: normal;
  vertical-align: sub;
  text-align: center;
  padding-right: 3px;
  font-weight: normal;
  content: "\e835";
  color: #d16d1c;
}
#html-body .login-container form .fieldset .field.choice input[type=checkbox]:checked + .label:before {
  content: "\e834";
}
#html-body .login-container form .fieldset .field.choice label.label {
  font-size: 18px;
}
#html-body .login-container .fieldset:after {
  margin-left: 0;
}
#html-body .login-container .block .login .actions-toolbar .primary {
  margin: 0 0 10px 0;
}
#html-body .login-container .block .login .actions-toolbar .primary button {
  border-radius: 0;
  margin: 0 0.25rem;
  display: inline-block;
  padding: 14px 19px;
  text-transform: uppercase;
}
#html-body .login-container .block .login .actions-toolbar .secondary .action {
  margin: 0 0.25rem;
  background: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #000;
}
#html-body .login-container .block .login .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #d16d1c;
}
#html-body .login-container .block.block-customer-login {
  margin: 0;
}
#html-body .login-container .block.block-customer-login fieldset.fieldset.login {
  margin: 0;
}
#html-body .abs-margin-for-forms-desktop {
  margin-left: 0;
}
#html-body .fieldset .legend {
  margin-left: 0;
}
#html-body .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
}
.column:not(.sidebar-main) form .actions-toolbar {
  margin-left: 0;
}
.block.block-new-customer .actions-toolbar .primary a {
  border-radius: 0;
  margin: 0 0.25rem;
  display: inline-block;
  padding: 14px 19px;
  text-transform: uppercase;
}
body.customer-account-create .page-main .page-title-wrapper .page-title {
  margin: 20px 0;
}
body.customer-account-create .form.create.account {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
body.customer-account-create .form.create.account legend.legend {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
}
body.customer-account-create .form.create.account fieldset.fieldset {
  margin: 0 0 15px 0;
}
body.customer-account-create .form.create.account fieldset.fieldset .field.choice.newsletter {
  display: none;
}
body.customer-account-create .form.create.account fieldset.fieldset .control {
  width: 100%;
}
body.customer-account-create .form.create.account fieldset.fieldset .control input {
  min-height: 36px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
}
body.customer-account-create .form.create.account fieldset.fieldset .control select {
  min-height: 36px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
}
.form-create-account fieldset.fieldset.create.info .field {
  max-width: 49%;
  width: 100%;
  display: inline-block;
}
.form-create-account fieldset.fieldset.create.info .field:nth-child(even) {
  float: right;
}
.form-create-account fieldset.fieldset.address .field {
  max-width: 49%;
  width: 100%;
  display: inline-block;
}
.form-create-account fieldset.fieldset.address .field:nth-child(even) {
  float: right;
}
.form-create-account fieldset.fieldset.address .field.street.required {
  display: flex;
  float: none;
  width: 100%;
  max-width: 100%;
}
.form-create-account fieldset.fieldset.address .field.street.required .control:first-child {
  margin: 0 25px 0 0;
}
.form-create-account fieldset.fieldset.address .field.street.required .control .field.additional {
  width: 100%;
  max-width: 100%;
}
.form-create-account fieldset.fieldset.address .field.street.required .control .field.additional label.label {
  position: inherit;
  margin: 0;
  overflow: visible;
  width: auto;
  height: auto;
  clip: auto;
}
.form-create-account fieldset.fieldset .field label.label span {
  font-size: 15px;
}
#html-body.customer-account-create .form.create.account fieldset.fieldset .field.choice {
  text-align: left;
  position: relative;
}
#html-body.customer-account-create .form.create.account fieldset.fieldset .field.choice label.label {
  display: inline-block;
  width: auto;
  padding: 0;
  font-size: 18px;
}
#html-body.customer-account-create .form.create.account fieldset.fieldset .field.choice:before {
  display: none;
}
#html-body.customer-account-create .form.create.account fieldset.fieldset .field.choice input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#html-body.customer-account-create .form.create.account fieldset.fieldset .field.choice input[type=checkbox] + label.label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-family: "Material Icons";
  font-style: normal;
  vertical-align: sub;
  text-align: center;
  padding-right: 3px;
  font-weight: normal;
  content: "\e835";
  color: #d16d1c;
}
#html-body.customer-account-create .form.create.account fieldset.fieldset .field.choice input[type=checkbox]:checked + label.label:before {
  content: "\e834";
}
#html-body.customer-account-create .form.create.account .actions-toolbar {
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
}
#html-body.customer-account-create .form.create.account .actions-toolbar .secondary a.action.back {
  margin: 0 0.25rem;
  background: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #000;
}
#html-body.customer-account-create .form.create.account .actions-toolbar .secondary a.action.back:hover {
  text-decoration: none;
  color: #d16d1c;
}
#html-body.customer-account-create .form.create.account .actions-toolbar .primary button {
  margin: 0 0 0 8px;
  border-radius: 0;
  display: inline-block;
  padding: 14px 19px;
  text-transform: uppercase;
}
.customer-account-forgotpassword .form.password.forget .field.note {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #eae9e9;
}
.customer-account-forgotpassword .form.password.forget fieldset.fieldset {
  margin: 0;
}
.customer-account-forgotpassword .form.password.forget fieldset.fieldset label.label span {
  font-size: 15px;
}
.customer-account-forgotpassword .form.password.forget fieldset.fieldset input {
  min-height: 36px;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar {
  display: flex;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action {
  margin: 0 0.25rem;
  background: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #000;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #d16d1c;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary button {
  border-radius: 0;
  margin: 0 0.25rem;
  display: inline-block;
  padding: 14px 19px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #html-body .login-container form .fieldset .control {
    width: 100%;
  }
  #html-body .login-container .fieldset:after {
    margin: 10px 0 5px;
  }
  body.customer-account-create .page-main .page-title-wrapper .page-title {
    font-size: 20px;
  }
  body.customer-account-create .form.create.account fieldset.fieldset.additional_info {
    display: none;
  }
  .form-create-account fieldset.fieldset.create.info .field {
    max-width: 100%;
  }
  .form-create-account fieldset.fieldset.address .field {
    max-width: 100%;
  }
  .form-create-account fieldset.fieldset.address .field.street.required {
    flex-wrap: wrap;
  }
  .form-create-account fieldset.fieldset.address .field.street.required .control:first-child {
    margin: 0;
  }
  #html-body.customer-account-create .form.create.account .actions-toolbar {
    flex-wrap: wrap;
  }
  #html-body.customer-account-create .form.create.account .actions-toolbar .primary {
    width: 100%;
  }
  #html-body.customer-account-create .form.create.account .actions-toolbar .primary button {
    width: 100%;
    margin: 0;
  }
  #html-body.customer-account-create .form.create.account .actions-toolbar .secondary {
    width: 100%;
  }
  #html-body.customer-account-create .form.create.account fieldset.fieldset .field.choice {
    margin: 0;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar {
    flex-wrap: wrap;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .primary {
    width: 100%;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary {
    width: 100%;
  }
}
body.account .page-main .page-title-wrapper {
  padding: 0;
}
body.account .page-main .page-title-wrapper .page-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #eae9e9;
  display: inline-block;
  font-weight: bold;
}
body.account .page-main .sidebar.sidebar-main {
  width: 25%;
  padding: 0 50px 0 0;
}
body.account .page-main .sidebar.sidebar-main .block-collapsible-nav .content {
  background: #fff;
  border-bottom: 1px solid #eae9e9;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
body.account .page-main .sidebar.sidebar-main .block-collapsible-nav .content ul.nav li.nav.item strong {
  padding: 0;
  font-size: 12px;
  line-height: 30px;
  border: 0;
  color: #000;
  font-weight: 400;
  color: #d16d1c;
}
body.account .page-main .sidebar.sidebar-main .block-collapsible-nav .content ul.nav li.nav.item a {
  padding: 0;
  font-size: 12px;
  line-height: 30px;
  border: 0;
  color: #000;
  font-weight: 400;
}
body.account .page-main .sidebar.sidebar-main .block-collapsible-nav .content ul.nav li.nav.item a:hover {
  background: inherit;
}
body.account .page-main .sidebar.sidebar-main .block-collapsible-nav .content ul.nav li.nav.item span.delimiter {
  display: none;
}
body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav {
  margin: 0;
}
body.account .page-main .column.main {
  width: 75%;
  padding: 0;
}
body.account .page-main .column.main .block .block-title strong {
  font-size: 26px;
  font-weight: 600;
}
body.account .page-main .column.main .block .block-content .box {
  margin-bottom: 20px;
  border: none;
  padding: 0;
}
body.account .page-main .column.main .block .block-content .box .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0;
  display: block;
  width: 100%;
  margin: 0;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}
body.account .page-main .column.main .block .block-content .box .box-title span {
  font-weight: 600;
}
body.account .page-main .column.main .block .block-content .box .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fbfbfb;
  min-height: 135px;
  line-height: normal;
}
body.account .page-main .column.main .block .block-content .box .box-content a {
  color: #000;
  text-decoration: none;
}
body.account .page-main .column.main .block .block-content .box .box-actions {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 7px 7px;
  padding: 10px 15px;
  display: flex;
}
body.account .page-main .column.main .block .block-content .box .box-actions a.action {
  color: #000;
  font-size: 14px;
  padding: 0;
  background: none;
  font-weight: 500;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
body.account .page-main .column.main .block .block-content .box .box-actions a.action:hover {
  text-decoration: none;
}
body.account .page-main .column.main .block .block-content .box.box-information .box-actions a.action.edit:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
body.account .page-main .sidebar.sidebar-additional {
  margin: 36px 0 0 0;
  width: 25%;
  padding: 0 50px 0 0;
}
body.account .page-main .sidebar.sidebar-additional .block {
  margin: 0 0 50px 0;
  border-bottom: 1px solid #eae9e9;
  padding: 0 0 15px 0;
}
body.account .page-main .sidebar.sidebar-additional .block .block-title {
  margin-bottom: 10px;
  color: #313131;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
}
body.account .page-main .sidebar.sidebar-additional .block .block-title strong {
  font-weight: 600;
  font-size: 20px;
}
body.account .page-main .sidebar.sidebar-additional .block .block-title span.counter {
  font-weight: 600;
  font-size: 20px;
  color: #313131;
}
body.account .page-main .sidebar.sidebar-additional .block .block-title span.counter:before {
  content: '(';
}
body.account .page-main .sidebar.sidebar-additional .block .block-title span.counter:after {
  content: ')';
}
body.account .page-main .sidebar.sidebar-additional .block .empty {
  padding: 0;
  font-size: 12px;
  line-height: 30px;
  border: 0;
  color: #000;
  font-weight: 400;
}
body.account .page-main .sidebar.sidebar-additional .block a.product-item-link:hover {
  text-decoration: none;
}
body.account .page-main .sidebar.sidebar-additional .block a.action.details {
  color: #000;
}
body.account .page-main .sidebar.sidebar-additional .block a.action.details:hover {
  text-decoration: none;
  color: #d16d1c;
}
body.account .page-main .sidebar.sidebar-additional .block a.action.view {
  color: #000;
}
body.account .page-main .sidebar.sidebar-additional .block a.action.view:hover {
  text-decoration: none;
  color: #d16d1c;
}
body.account .page-main .sidebar.sidebar-additional .block .actions-toolbar {
  max-width: initial;
}
body.account .page-main .sidebar.sidebar-additional .block .actions-toolbar button.action {
  border-radius: 0;
  margin: 0 0.25rem;
  display: inline-block;
  padding: 14px 19px;
  text-transform: uppercase;
}
body.account .page-main .sidebar.sidebar-additional .block .actions-primary a {
  border-radius: 0;
  margin: 0 0.25rem;
  display: inline-block;
  padding: 14px 19px;
  text-transform: uppercase;
}
body.account .page-main .products-grid.wishlist ol.product-items {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
body.account .page-main .products-grid.wishlist ol.product-items .product-item {
  width: 100%;
  max-width: 33%;
  margin: 0 0 50px 0;
  padding: 0 25px 49px;
  border-bottom: 1px solid #eae9e9;
}
body.account .page-main .products-grid.wishlist ol.product-items .product-item .product-item-info {
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
  padding: 20px;
}
body.account .page-main .products-grid.wishlist ol.product-items .product-item .product-item-info a.action {
  font-family: "Linearicons";
  padding: 0;
  font-size: 22px;
  margin-right: 20px;
  color: #000;
  text-decoration: none;
}
body.account .page-main .products-grid.wishlist ol.product-items .product-item .product-item-info a.action span {
  display: none;
}
body.account .page-main .products-grid.wishlist ol.product-items .product-item .product-item-info a.action:hover {
  color: #d16d1c;
}
body.account .page-main .products-grid.wishlist ol.product-items .product-item .product-item-info a.action.edit:before {
  content: "\e60d";
}
body.account .page-main .products-grid.wishlist ol.product-items .product-item .product-item-info a.action.delete:before {
  content: "\e92a";
}
body.account .page-main .products-grid.wishlist ol.product-items .product-item textarea {
  min-height: 110px;
  margin: 0;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 14px;
  background: #f6f6f6;
  color: #000;
}
body.account .page-main .form-edit-account .fieldset {
  width: 48%;
}
body.account .page-main .form-edit-account .fieldset:nth-child(1) {
  clear: left;
  float: left;
}
body.account .page-main .form-edit-account .fieldset:nth-child(2) {
  float: right;
  clear: right;
}
body.account .page-main .form-edit-account .fieldset .control {
  width: 100%;
}
body.account .page-main .form-edit-account .actions-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -0.25rem;
  flex-direction: row-reverse;
  clear: both;
}
body.account .page-main .actions-toolbar .secondary a.action.back {
  background: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  margin: 0 0.25rem;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
body.account .table-wrapper table.table {
  border: 1px solid #ddd;
  border-radius: 7px;
  border-collapse: collapse;
}
body.account .actions-toolbar .primary button {
  border-radius: 0;
  margin: 0 0.25rem;
  display: inline-block;
  padding: 14px 19px;
  text-transform: uppercase;
}
.customer-account-index .block .block-title {
  color: #313131;
  width: 100%;
  margin-bottom: 20px;
  font-size: 26px;
}
.customer-account-index .block .block-title a.action {
  font-family: "Linearicons";
  font-size: 20px;
  display: inline-block;
  color: #000;
  float: right;
  margin: 0;
  text-decoration: none;
}
.customer-account-index .block .items .item strong {
  font-weight: 600;
}
.customer-account-index .block .items .item strong a {
  color: #000;
  display: block;
  padding: 5px 0;
}
.customer-account-index .block .items .item strong a:hover {
  text-decoration: none;
  color: #d16d1c;
}
.account .table-wrapper table tr th {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f5f5f5;
  padding: 10px 15px;
  min-width: 150px;
}
.account .table-wrapper table tr td {
  border: 1px solid #ddd;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  padding: 10px 15px;
  min-width: 150px;
}
.account .table-wrapper table tr td a {
  border: 1px solid #ddd;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  padding: 10px 15px;
  min-width: 150px;
  border: 0;
  text-decoration: none;
  padding: 0;
}
.message-info {
  padding: 0.8rem 3.5rem 0.8rem 1rem;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.message-notice {
  padding: 0.8rem 3.5rem 0.8rem 1rem;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.message.notice {
  padding: 0.8rem 3.5rem 0.8rem 1rem;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.message.info {
  padding: 0.8rem 3.5rem 0.8rem 1rem;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.message.info > *:first-child:before {
  display: none;
}
.product-item .product-item-info .price-box p.price-as-configured {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
#html-body.account .page-main .products-grid.wishlist ol.product-items .product-item .fieldset .field.qty {
  padding: 0;
  display: flex;
  margin: 10px 0;
}
#html-body.account .page-main .products-grid.wishlist ol.product-items .product-item .fieldset .field.qty label.label {
  width: auto;
  margin: 0 8px 0 0;
}
#html-body.account .page-main .products-grid.wishlist ol.product-items .product-item .fieldset input {
  width: 64px;
  background: #f6f6f6;
  border: 0;
  height: 36px;
}
#html-body.account .page-main .products-grid.wishlist ol.product-items .product-item .fieldset button.action.tocart.primary {
  border-radius: 0;
  margin: 0 0.25rem;
  display: inline-block;
  padding: 14px 19px;
  text-transform: uppercase;
}
#html-body.account .page-main .fieldset .field.choice {
  margin: 0;
  position: relative;
}
#html-body.account .page-main .fieldset .field.choice label {
  width: auto;
  display: inline-block;
  font-size: 18px;
}
#html-body.account .page-main .fieldset .field.choice label span {
  font-size: 12px;
}
#html-body.account .page-main .fieldset .field.choice::before {
  padding: 0;
  width: auto;
}
#html-body.account .page-main .fieldset .field.choice input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#html-body.account .page-main .fieldset .field.choice input[type=checkbox] + label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-family: "Material Icons";
  font-style: normal;
  vertical-align: sub;
  text-align: center;
  padding-right: 3px;
  font-weight: normal;
  content: "\e835";
  color: #d16d1c;
}
#html-body.account .page-main .fieldset .field.choice input[type=checkbox]:checked + label:before {
  content: "\e834";
}
body.account.wishlist-index-index .page-main .actions-toolbar {
  border: 1px solid #eae9e9;
  margin: 20px 0 0;
  padding: 10px;
  display: flex;
  flex-direction: row-reverse;
}
body.account.wishlist-index-index .page-main .actions-toolbar .secondary a.action.back {
  margin: 0.25rem;
  background: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  color: #000;
  text-decoration: none;
}
body.account.wishlist-index-index .page-main .actions-toolbar .primary {
  margin-left: auto;
}
body.account.wishlist-index-index .page-main .actions-toolbar .primary button.action {
  border-radius: 0;
  margin: 0 0.25rem 10px;
  display: inline-block;
  padding: 14px 19px;
  text-transform: uppercase;
  background-color: #d16d1c;
  border-color: #d16d1c;
  font-weight: 600;
  color: #fff;
}
body.account.wishlist-index-index .page-main .actions-toolbar .primary button.action:hover {
  background-color: #e9b51c;
  border-color: #e9b51c;
}
@media (max-width: 1023px) {
  .account main#maincontent.page-main {
    box-shadow: none;
    padding: 0;
  }
}
@media (max-width: 992px) {
  body.account .page-main .sidebar.sidebar-main {
    width: 30%;
    padding: 0 20px 0 0;
  }
  body.account .page-main .sidebar.sidebar-additional {
    width: 30%;
    padding: 0 20px 0 0;
    margin: 0;
  }
  body.account .page-main .sidebar.sidebar-additional .block {
    margin: 0 0 20px 0;
  }
  body.account .page-main .sidebar.sidebar-additional .block .block-title strong {
    font-size: 18px;
  }
  body.account .page-main .sidebar.sidebar-additional .block .block-title span.counter {
    font-size: 18px;
  }
  body.account .page-main .column.main {
    width: 70%;
  }
  body.account .page-main .column.main .block .block-title strong {
    font-size: 22px;
  }
  body.account .page-main .products-grid.wishlist ol.product-items .product-item {
    max-width: 50%;
    padding: 0 10px 20px;
    margin: 0 0 20px 0;
  }
  body.account .table-wrapper {
    overflow: scroll;
  }
  body.account .table-wrapper table.table {
    overflow: scroll;
  }
  .account .table-wrapper table tr th {
    min-width: auto;
  }
  .account .table-wrapper table tr td {
    min-width: auto;
  }
  .account .table-wrapper table tr td a {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  body.account .page-main .column.main {
    order: 3;
    width: 100%;
  }
  body.account .page-main .sidebar.sidebar-main {
    order: 1;
    padding: 0;
    width: 100%;
  }
  body.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav {
    position: initial;
  }
  body.account .page-main .page-title-wrapper {
    order: 2;
    width: 100%;
  }
  body.account .page-main .page-title-wrapper .page-title {
    width: 100%;
    display: block;
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
    padding: 0 0 20px 0;
  }
  body.account .page-main .sidebar.sidebar-additional {
    padding: 0;
    width: 100%;
    order: 4;
  }
  body.account .page-main .products-grid.wishlist ol.product-items .product-item .product-item-info a.action {
    margin-top: 0;
    float: none;
  }
  body.account .page-main .products-grid.wishlist ol.product-items .product-item .product-item-info .product-item-actions {
    float: none;
  }
  body.account .page-main .form-edit-account .fieldset {
    width: 100%;
    margin: 0 0 10px 0;
  }
  body.account .page-main .form-edit-account .fieldset:nth-child(1) {
    float: none;
  }
  body.account .page-main .form-edit-account .fieldset:nth-child(2) {
    float: none;
  }
  body.account .page-main .form-edit-account .fieldset.fieldset.additional_info {
    margin: 0;
  }
  body.account .page-main .actions-toolbar {
    flex-wrap: wrap;
  }
  body.account .page-main .actions-toolbar .secondary {
    width: 100%;
  }
  body.account .actions-toolbar .primary {
    width: 100%;
  }
  #html-body.account .page-main .products-grid.wishlist .box-tocart {
    float: none;
    margin: 0;
  }
}
@media (max-width: 580px) {
  body.account .page-main .products-grid.wishlist ol.product-items .product-item {
    max-width: 100%;
    padding: 0;
  }
  body.account.wishlist-index-index .page-main .actions-toolbar {
    flex-wrap: wrap;
  }
  body.account.wishlist-index-index .page-main .actions-toolbar .secondary {
    width: 100%;
  }
  body.account.wishlist-index-index .page-main .actions-toolbar .secondary a.action.back {
    width: 100%;
  }
  body.account.wishlist-index-index .page-main .actions-toolbar .primary {
    margin-left: 0;
    width: 100%;
  }
}
/* Return-policy */
/* Privacy policy */
/* user-manual */
.cms-about-us .columns.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.cms-about-us .columns.container .top-title h3 {
  margin: 20px 0 10px 0;
  font-weight: 600;
  font-size: 20px;
}
.cms-about-us .columns.container .transport .pagebuilder-column-line:nth-child(2) {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cms-about-us .columns.container .transport h4 {
  margin: 0 0 10px 0;
  font-size: 26px;
  color: #000;
  font-weight: 300;
  line-height: 34px;
  position: relative;
}
.cms-about-us .columns.container .transport h4:before {
  width: 50px;
  position: absolute;
  content: '';
  background: #000;
  top: -15px;
  left: 0;
  height: 1px;
}
.cms-about-us .columns.container .transport p {
  font-size: 16px;
  line-height: 30px;
}
.cms-about-us .columns.container .transport p a {
  color: #000;
  text-decoration: none;
}
.cms-about-us .columns.container .bottom-section {
  background: #f8f8f8;
  padding: 75px 0 40px;
}
.cms-about-us .columns.container .bottom-section h4 {
  margin: 0 0 10px 0;
  font-size: 26px;
  color: #000;
  font-weight: 300;
  line-height: 34px;
  position: relative;
}
.cms-about-us .columns.container .bottom-section h4:before {
  width: 50px;
  position: absolute;
  content: '';
  background: #000;
  top: -20px;
  left: 0;
  height: 1px;
}
.cms-about-us .columns.container .bottom-section p {
  line-height: 29px;
  margin: 0 0 30px;
  font-size: 16px;
  color: #666;
}
.cms-about-us .columns.container .bottom-section .pagebuilder-column {
  padding: 0 25px;
}
.cms-about-us .columns.container .column.main {
  padding: 0;
}
body.cms-return-refund .page-main .page-title-wrapper .page-title {
  margin: 20px 0;
}
body.cms-return-refund .column.main {
  padding: 0;
}
.return-refund p {
  font-size: 16px;
}
.return-refund p strong {
  font-size: 20px;
}
.Privacy-Policy p {
  font-size: 16px;
}
.Privacy-Policy p strong {
  font-size: 20px;
}
.cms-privacy-policy .column.main {
  padding: 0;
}
.cms-privacy-policy .page-main .page-title-wrapper .page-title {
  margin: 20px 0;
}
.cms-support .columns.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.cms-support .columns.container .title-content h3 {
  color: #000;
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 27px;
  line-height: 40px;
}
.cms-support .columns.container .title-content p {
  color: #666;
  font-size: 19px;
  font-weight: 100;
  line-height: 27px;
  margin: 0 0 30px 0;
  max-width: 640px;
}
.cms-support .columns.container .title-content img {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 217px;
  z-index: 3;
}
.cms-support .columns.container .container.title-content {
  max-width: 1100px;
}
.cms-support .columns.container .manual-second-content {
  padding: 75px 0;
  background: #f8f8f8;
  margin: 75px 0 0 0;
}
.cms-support .columns.container .manual-second-content .manual {
  display: flex;
  gap: 50px;
}
.cms-support .columns.container .manual-second-content .manual .col {
  width: 33.33%;
}
.cms-support .columns.container .manual-second-content .manual .col h3 {
  color: #000;
  font-size: 29px;
  font-weight: 300;
  line-height: 34px;
  position: relative;
  margin: 0 0 20px 0;
}
.cms-support .columns.container .manual-second-content .manual .col h3:before {
  width: 50px;
  position: absolute;
  content: '';
  background: #000;
  top: -20px;
  left: 0;
  height: 1px;
}
.cms-support .columns.container .manual-second-content .manual .col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cms-support .columns.container .manual-second-content .manual .col ul li {
  position: relative;
  padding: 13px 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
}
.cms-support .columns.container .manual-second-content .manual .col ul li a {
  font-size: 15px;
  color: #666;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cms-support .columns.container .manual-second-content .manual .col ul li a:hover {
  text-decoration: none;
  color: #d16d1c;
}
.cms-support .columns.container .manual-second-content .manual .col ul li a:after {
  font-family: FontAwesome;
  content: "\f1c1";
}
.cms-support .columns.container .manual-second-content .manual .col ul li.video-link a:after {
  font-size: 18px;
  content: "\f01d";
}
.cms-support .columns.container .container {
  max-width: 1100px;
}
body.cms-support .page-main .page-title-wrapper .page-title {
  margin: 15px 0;
  text-transform: uppercase;
}
body.cms-support .page-main .page-title-wrapper .page-title span {
  font-weight: bold;
}
@media (max-width: 768px) {
  body .page-main .page-title-wrapper {
    padding: 0 15px;
  }
  .cms-about-us .columns.container .top-title h3 {
    margin: 0;
    line-height: 30px;
    font-size: 18px;
  }
  .cms-about-us .columns.container .transport .pagebuilder-column-line:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cms-about-us .columns.container .bottom-section {
    padding: 50px 0 0 0;
  }
  .cms-about-us .columns.container .bottom-section .pagebuilder-column {
    padding: 0;
  }
  .cms-about-us .columns.container .bottom-section h4 {
    font-size: 22px;
  }
  .cms-about-us .columns.container .bottom-section p {
    font-size: 14px;
  }
  .return-refund p {
    font-size: 14px;
    line-height: 28px;
  }
  .Privacy-Policy p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .cms-support .columns.container .manual-second-content .manual {
    gap: 20px;
  }
  .cms-support .columns.container .manual-second-content .manual .col h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cms-support .columns.container .title-content h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .cms-support .columns.container .title-content p {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .cms-support .columns.container .manual-second-content {
    padding: 85px 0 50px 0;
  }
  .cms-support .columns.container .manual-second-content .manual {
    flex-wrap: wrap;
  }
  .cms-support .columns.container .manual-second-content .manual .col {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
  font-family: "Open Sans", serif;
}
#html-body a {
  color: #000;
}
#html-body a:hover {
  text-decoration: none;
  color: #d16d1c;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .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%;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @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;
  }
  .product.data.items .block.crosssell .products-grid .product-item {
    width: 25%;
    margin: 0;
  }
  .product.data.items .block.crosssell .product-item-actions {
    margin-top: 10px;
  }
  .product.data.items.collapsed > [role=tablist] {
    float: left;
    overflow-x: visible;
  }
  .product.data.items.collapsed > [role=tablist] > .item.title > .switch {
    padding: 5px 20px 5px 20px;
  }
  .product.data.items.accordion {
    margin: 0;
    padding: 0;
  }
  .product.data.items.accordion > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items.accordion > .item.title > .switch {
    display: block;
  }
  .product.data.items.accordion > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items.accordion > .item.content:before,
  .product.data.items.accordion > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items.accordion > .item.content:after {
    clear: both;
  }
  .product.data.items.accordion > .item.content.active {
    display: block;
  }
  .product.data.items.accordion > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items.accordion > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:focus,
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:active,
  .product.data.items.accordion > .item.title.active > .switch,
  .product.data.items.accordion > .item.title.active > .switch:focus,
  .product.data.items.accordion > .item.title.active > .switch:hover {
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items.accordion > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: -1px 0 -1px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items.accordion > .item.title.active > .switch,
  .product.data.items.accordion > .item.title.active > .switch:focus,
  .product.data.items.accordion > .item.title.active > .switch:hover {
    padding: 5px 20px 5px 20px;
  }
  .product.data.items.accordion > .item.title a::after {
    display: block !important;
  }
  .product.data.items.accordion > .item.content:not([aria-hidden]) {
    display: none;
  }
  .product.data.items.expanded {
    display: flex;
    flex-flow: row wrap;
  }
  .product.data.items.expanded > .item.title {
    width: 25%;
    padding: 0rem 0.5rem 0rem 0.5rem;
  }
  .product.data.items.expanded > .item.content {
    border-top: 1px solid #d1d1d1;
    width: calc(75% - 1px);
    padding: 2rem 0.5rem 2rem 0.5rem;
  }
  .product.info.detailed .tabs-toolbar {
    background: #ffffff;
    box-shadow: 0 1px 0 #d1d1d1;
    top: 0;
    z-index: 99;
    display: flex;
    position: sticky;
    text-align: center;
  }
  .product.info.detailed .tabs-toolbar-item {
    color: currentColor;
    font-weight: bold;
    margin: 0;
    padding: 1rem 2rem;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product.info.detailed .tabs-toolbar-item.active {
    background: #ffffff;
    box-shadow: 0 2px 0 currentColor;
  }
  .product.info.detailed .tabs-toolbar ~ .data.items > .item.title {
    visibility: hidden;
    height: 0;
    width: 100%;
    border: 0;
    padding: 0;
    overflow: hidden;
  }
  .product.info.detailed .tabs-toolbar ~ .data.items > .item.content {
    width: 100%;
  }
  .nav-toggle {
    display: block;
    top: 35px;
  }
  .ub-nav-sticky.nav-off-canvas.sticky-fired .header.content .block-search {
    display: block;
    padding: 2px 0;
  }
  ul.accordion-root {
    max-width: 360px;
  }
  .drilldown {
    max-width: 360px;
  }
  ul.vertical-root .menu-group-link {
    display: none;
  }
  ul.vertical-root .child-content {
    -webkit-box-shadow: 3px 3px 3px #555555;
    -ms-box-shadow: 3px 3px 3px #555555;
    box-shadow: 3px 3px 3px #555555;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .4s, visibility .4s;
    visibility: hidden;
    z-index: 99;
  }
  ul.vertical-root .child-content .child-content-inner {
    padding: 0 20px 20px;
  }
  .page-layout-2columns-right .ub-sidebar-mega-menu ul.vertical-root .child-content {
    -webkit-box-shadow: -3px 3px 3px #555555;
    -ms-box-shadow: -3px 3px 3px #555555;
    box-shadow: -3px 3px 3px #555555;
    left: auto;
    right: 100% !important;
  }
  .page-layout-2columns-right .ub-sidebar-mega-menu ul.vertical-root .child-content .child-content-inner {
    flex-direction: row-reverse;
  }
  .page-layout-2columns-right .ub-sidebar-mega-menu ul.vertical-root > li.mega > .mega span.menu-title {
    padding: 0 0 0 40px;
  }
  .page-layout-2columns-right .ub-sidebar-mega-menu ul.vertical-root li.mega.has-child > .mega span.menu-title:after {
    content: '\e617';
    right: auto;
    left: 10px;
  }
  .page-layout-2columns-right .ub-sidebar-mega-menu ul.vertical-root li.mega ul.level1 li.mega.has-child > .mega span.menu-title:after {
    right: auto;
    left: 10px;
  }
  .page-footer .level0 > li.mega.dynamic-width {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .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;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.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;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1024px), print {
  .ub-icon-next-l,
  .level0.horizontal-root > li.mega ul.level1 > li.mega.has-child > .mega > span.menu-title,
  .level0.horizontal-root > li.mega ul.level2 > li.mega.has-child > .mega > span.menu-title,
  .level0.horizontal-root > li.mega ul.level3 > li.mega.has-child > .mega > span.menu-title,
  .level0.horizontal-root > li.mega ul.level4 > li.mega.has-child > .mega > span.menu-title {
    display: inline-block;
    text-decoration: none;
  }
  .ub-icon-next-l:after,
  .level0.horizontal-root > li.mega ul.level1 > li.mega.has-child > .mega > span.menu-title:after,
  .level0.horizontal-root > li.mega ul.level2 > li.mega.has-child > .mega > span.menu-title:after,
  .level0.horizontal-root > li.mega ul.level3 > li.mega.has-child > .mega > span.menu-title:after,
  .level0.horizontal-root > li.mega ul.level4 > li.mega.has-child > .mega > span.menu-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15.12px;
    line-height: inherit;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .ub-icon-down-l,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega > span.menu-title,
  .level0.horizontal-root > li.mega.has-child > .mega > span.menu-title {
    display: inline-block;
    text-decoration: none;
  }
  .ub-icon-down-l:after,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega > span.menu-title:after,
  .level0.horizontal-root > li.mega.has-child > .mega > span.menu-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-toggle {
    display: none;
  }
  .nav-off-canvas .nav-sections {
    overflow: initial;
  }
  .nav-off-canvas .nav-sections.scroll-enabled {
    overflow: auto;
  }
  .nav-sections {
    max-height: 51px;
  }
  .nav-sections .nav-sections-items {
    display: block !important;
    margin: auto;
    max-width: 1280px;
  }
  .nav-sections .nav-sections-item-content > .drilldown {
    display: block;
  }
  .nav-before-open {
    overflow: inherit;
  }
  .nav-before-open body {
    height: auto;
  }
  .nav-before-open .page-wrapper {
    left: 0;
  }
  .nav-before-open .page-wrapper.nav-off-canvas {
    overflow: inherit;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega > .mega {
    padding: 0 20px;
    line-height: 50px;
    position: relative;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega > .mega span.menu-icon {
    left: 50%;
    margin-left: -16px;
    top: -10px;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega > span.menu-title:after {
    margin-left: 10px;
    margin-top: -1px;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child.mega-hover > .mega {
    background: #e8e8e8;
    color: #ff5501;
    text-decoration: none;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega .child-content {
    opacity: 0;
    visibility: hidden;
  }
  .level0.horizontal-root {
    display: block;
    opacity: 1;
  }
  .level0.horizontal-root > li.mega {
    width: auto;
  }
  .level0.horizontal-root > li.mega > .mega {
    padding: 0 20px;
    line-height: 50px;
    position: relative;
  }
  .ub-nav-sticky.sticky-fired .level0.horizontal-root > li.mega > .mega {
    padding: 0 10px;
  }
  .level0.horizontal-root > li.mega > .mega.ui-state-active,
  .level0.horizontal-root > li.mega > .mega:active,
  .level0.horizontal-root > li.mega > .mega:focus,
  .level0.horizontal-root > li.mega > .mega:hover {
    background: #e8e8e8;
    text-decoration: none;
  }
  .level0.horizontal-root > li.mega > .mega span.menu-icon {
    left: 50%;
    margin-left: -16px;
    top: -10px;
  }
  .level0.horizontal-root > li.mega > .mega.active {
    background: #e8e8e8;
    color: #ff5501;
  }
  .level0.horizontal-root > li.mega.has-child > .mega > span.menu-title:after {
    margin-left: 10px;
    margin-top: -1px;
  }
  .level0.horizontal-root > li.mega.has-child.mega-hover > .mega {
    background: #e8e8e8;
    color: #ff5501;
    text-decoration: none;
  }
  .level0.horizontal-root > li.mega .menu-group-link {
    display: none;
  }
  .level0.horizontal-root > li.mega .child-content {
    -webkit-box-shadow: 3px 3px 3px #555555;
    -ms-box-shadow: 3px 3px 3px #555555;
    box-shadow: 3px 3px 3px #555555;
    display: none;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    opacity: 1;
    position: absolute;
    top: auto;
    transition: opacity .4s, visibility .4s;
    visibility: visible;
    z-index: 99;
  }
  .level0.horizontal-root > li.mega .child-content .child-content-inner {
    padding: 0 20px 20px;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
  }
  .level0.horizontal-root > li.mega .child-content [data-content-type='row'] {
    width: 100%;
  }
  .level0.horizontal-root > li.mega .child-content li.mega.group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .level0.horizontal-root > li.mega .child-content li.mega.group > a.mega {
    color: #333333;
    width: 100%;
  }
  .level0.horizontal-root > li.mega .child-content.cols1 {
    padding: 20px;
  }
  .level0.horizontal-root > li.mega .child-content.cols1 .child-content-inner {
    padding: 0;
  }
  .level0.horizontal-root > li.mega .child-content.cols1 ul.level1,
  .level0.horizontal-root > li.mega .child-content.cols1 ul.level2,
  .level0.horizontal-root > li.mega .child-content.cols1 ul.level3,
  .level0.horizontal-root > li.mega .child-content.cols1 ul.level4,
  .level0.horizontal-root > li.mega .child-content.cols1 ul.level5 ul.level6 {
    width: 100%;
  }
  .level0.horizontal-root > li.mega ul.level1 > li.mega.has-child > .mega > span.menu-title {
    position: relative;
    width: 100%;
  }
  .level0.horizontal-root > li.mega ul.level1 > li.mega.has-child > .mega > span.menu-title:after {
    position: absolute;
    top: 0;
    right: -10px;
    min-width: 25px;
  }
  .level0.horizontal-root > li.mega ul.level2 > li.mega.has-child > .mega > span.menu-title {
    position: relative;
    width: 100%;
  }
  .level0.horizontal-root > li.mega ul.level2 > li.mega.has-child > .mega > span.menu-title:after {
    position: absolute;
    top: 0;
    right: -10px;
    min-width: 25px;
  }
  .level0.horizontal-root > li.mega ul.level3 > li.mega.has-child > .mega > span.menu-title {
    position: relative;
    width: 100%;
  }
  .level0.horizontal-root > li.mega ul.level3 > li.mega.has-child > .mega > span.menu-title:after {
    position: absolute;
    top: 0;
    right: -10px;
    min-width: 25px;
  }
  .level0.horizontal-root > li.mega ul.level4 > li.mega.has-child > .mega > span.menu-title {
    position: relative;
    width: 100%;
  }
  .level0.horizontal-root > li.mega ul.level4 > li.mega.has-child > .mega > span.menu-title:after {
    position: absolute;
    top: 0;
    right: -10px;
    min-width: 25px;
  }
  .level0.horizontal-root > li.mega.style-default .child-content,
  .level0.horizontal-root > li.mega.style-1 .child-content {
    left: 0;
  }
  .level0.horizontal-root > li.mega.style-default {
    position: relative;
  }
  .level0.horizontal-root > li.mega.style-default .hot-products .block.widget {
    margin-top: 0;
  }
  .level0.horizontal-root > li.mega.style-default .hot-products .block.widget .products-grid .product-items {
    margin: 0;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 20px;
  }
  .level0.horizontal-root > li.mega.style-default .hot-products .block.widget .products-grid .product-items li.product-item {
    width: 100% !important;
  }
  .level0.horizontal-root > li.mega.style-default .hot-products .block.widget .products-grid .product-items li.product-item .product-image-container {
    width: 100% !important;
  }
  .level0.horizontal-root > li.mega.style-default .hot-products .block.widget .products-grid .product-items li.product-item .product-image-container .product-image-photo {
    width: 100%;
  }
  .level0.horizontal-root > li.mega.style-1 {
    position: static;
  }
  .ub-nav-sticky.sticky-fired .level0.horizontal-root > li.mega.style-1 .child-content {
    left: auto;
    right: 20px;
  }
  .level0.horizontal-root > li.mega.style-2 {
    position: static;
  }
  .level0.horizontal-root > li.mega.style-2 .child-content {
    left: 100px;
    padding: 0;
  }
  .ub-nav-sticky.sticky-fired .level0.horizontal-root > li.mega.style-2 .child-content {
    left: auto;
    right: 20px;
  }
  .level0.horizontal-root > li.mega.style-2 .child-content .child-content-inner {
    padding: 0 0 20px;
  }
  .level0.horizontal-root > li.mega.dynamic-width .child-content {
    left: 0;
    padding: 20px 0;
    width: 100%;
  }
  .level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 p {
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 25px;
  }
  .level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 .title {
    font-size: 1.806rem;
    font-weight: 700;
    line-height: 25px;
  }
  .level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 img {
    margin-bottom: 25px;
    max-width: 400px;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content.cols1 > .child-content-inner {
    display: none;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega {
    position: static;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border: 0;
    left: 200px;
    max-width: 80%;
    padding: 0 0 0 20px;
    top: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content .child-content-inner {
    padding: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega,
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega {
    max-width: 170px;
    padding-top: 0 !important;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega:hover,
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega:hover {
    color: #ff5501;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child.active .child-content > .child-content-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega.group > .mega {
    background-color: transparent !important;
    background: none !important;
    color: #333333;
    line-height: 100%;
    padding-bottom: 10px !important;
    padding: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega.group > .mega.active {
    color: #ff5501;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections {
    width: 100%;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .block.widget {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .block.widget .products-grid .product-items {
    margin: 0;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 20px;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .block.widget .products-grid .product-items li.product-item {
    width: 100% !important;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .block.widget .products-grid .product-items li.product-item .product-image-container {
    width: 100% !important;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .block.widget .products-grid .product-items li.product-item .product-image-container .product-image-photo {
    width: 100%;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .product-item .product-item-info a {
    background: none !important;
    max-width: inherit !important;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .product-item .product-item-info .product-item-photo {
    margin-bottom: 12px;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections.three-items-per-row .block.widget .products-grid .product-items {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level2 > li.mega .mega {
    color: #333333;
    font-weight: 600;
    line-height: 35px;
    padding: 0 10px;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level2 > li.mega.has-child .child-content {
    display: none;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level2 > li.mega.has-child.active > .child-content {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level2 > li.mega.has-child.active .has-child {
    background-color: #e8e8e8 !important;
    color: #ff5501;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level2 > li.mega.has-child.active > li.mega .mega {
    color: #ffffff;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level3 > li.mega .mega:hover,
  .level0.horizontal-root > li.mega.style-tabs ul.level3 > li.mega .mega.active {
    color: #ff5501;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level4 > li.mega {
    padding: 0 !important;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level4 > li.mega .mega {
    font-weight: 400;
    padding: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level4 > li.mega .mega:hover,
  .level0.horizontal-root > li.mega.style-tabs ul.level4 > li.mega .mega.active {
    color: #ff5501;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    max-width: 80%;
    left: 190px;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .block.widget .products-grid li.product-item {
    margin-bottom: 25px !important;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content {
    padding: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content.cols1 > .child-content-inner {
    display: none;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner {
    padding: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega {
    display: inline-block;
    float: none;
    position: static;
    width: auto;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border: 0;
    left: 200px;
    max-width: 80%;
    padding: 20px 0 0 !important;
    top: 0;
    width: 100% !important;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content .child-content-inner {
    padding: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content.cols1 > .child-content-inner {
    display: block;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega,
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega {
    max-width: 130px;
    padding-top: 0 !important;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega span.menu-title,
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega span.menu-title {
    font-size: 1.4rem;
    padding-right: 0;
    width: auto;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega span.menu-title:after,
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega span.menu-title:after {
    display: none;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child.active a.mega span.menu-title,
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child.active span.mega span.menu-title {
    color: #ff5501;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.group > .mega {
    background-color: transparent !important;
    line-height: 100%;
    margin-bottom: 0;
    padding-bottom: 10px !important;
    padding: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.group > .mega span.menu-icon {
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 0 10px 0 0;
    position: static;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.group > .mega span.menu-icon img {
    border: 2px solid #d1d1d1;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.group > .mega span.menu-title {
    border-bottom: 0 !important;
    color: inherit !important;
    line-height: inherit !important;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.group > .mega:hover img {
    border-color: #e8e8e8;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.group > .mega.active {
    color: #ff5501;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .collections .block.widget {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .collections .block.widget .products-grid li.product-item {
    width: calc(33.33333333%) !important;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .collections .product-item .product-item-info a {
    background: none !important;
    max-width: inherit !important;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega > .mega {
    color: #333333;
    font-weight: 600;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    transition: all 0.4s linear;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega > .mega span.menu-icon {
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid transparent;
    display: block;
    height: 80px;
    left: 0;
    margin-left: 0;
    margin: auto;
    max-width: 80px;
    position: static;
    top: 0;
    width: 100%;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega > .mega:hover span.menu-icon {
    border-color: #e8e8e8;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega.has-child .child-content {
    opacity: 0;
    visibility: hidden;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega.has-child.active > .child-content {
    opacity: 1;
    visibility: visible;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega.has-child.active a.has-child > span.menu-title {
    border-bottom: 1px solid #000000;
    display: inline-block;
    line-height: 50px;
    position: relative;
    z-index: 111;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega.has-child.active > li.mega .mega {
    color: #ff5501;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level3 > li.mega .mega:hover,
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level3 > li.mega .mega.active {
    color: #ff5501;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level4 > li.mega .mega {
    font-weight: 400;
    padding: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level4 > li.mega .mega:hover,
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level4 > li.mega .mega.active {
    color: #ff5501;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #d1d1d1;
    left: 0;
    max-width: 100%;
    min-height: 100% !important;
    padding: 20px !important;
    top: 50px;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.has-child .child-content {
    border-top: 0;
    display: block;
    margin: 0;
    padding: 0 !important;
    position: static;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .collections .block.widget .products-grid li.product-item {
    width: calc(50%);
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .hot-products .block.widget {
    margin-top: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .hot-products .block-title {
    line-height: 1.33;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .hot-products .block-title strong {
    font-size: 1.4rem;
  }
  .level0.horizontal-root > li.mega.has-child:focus > .child-content,
  .level0.horizontal-root > li.mega.has-child:hover > .child-content {
    display: block;
  }
  .level0.horizontal-root > li.mega.has-child:focus > .child-content.cols1 > .child-content-inner,
  .level0.horizontal-root > li.mega.has-child:hover > .child-content.cols1 > .child-content-inner {
    display: block;
  }
  .level0.horizontal-root .mega-with-thumb ul.mega-menu li {
    width: calc(20%);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 15px !important;
  }
  .level0.horizontal-root .mega-with-thumb ul.mega-menu li a.mega {
    padding: 0 !important;
  }
  .ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root {
    position: static;
  }
  .ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega .child-content {
    max-width: 980px;
  }
  .ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-default {
    position: static;
  }
  .ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-default .child-content {
    left: auto;
    right: 20px;
    top: 60px;
  }
  .ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root ul.level1 li.mega.has-child .child-content {
    top: 0;
  }
  ul.vertical-root > li.mega {
    position: relative;
  }
  ul.vertical-root > li.mega.has-child > .mega:after {
    content: "";
    left: 0;
    min-height: 42px;
    position: absolute;
    top: 0;
  }
  ul.vertical-root > li.mega > .child-content {
    left: 110%;
    top: 0;
  }
  ul.vertical-root ul.level1 > li.mega.has-child:hover > .child-content,
  ul.vertical-root ul.level1 > li.mega.has-child:focus > .child-content {
    right: -200px;
  }
  .ub-sidebar-mega-menu ul.vertical-root > li.mega {
    position: relative;
  }
  .ub-sidebar-mega-menu ul.vertical-root > li.mega.has-child > .mega:after {
    width: 110%;
  }
  .nav-sections ul.vertical-root > li.mega.has-child > .mega {
    width: auto;
  }
  .nav-sections ul.vertical-root > li.mega.has-child > .mega .menu-title:after {
    right: 5px;
    content: '\e608' !important;
  }
  .nav-sections ul.vertical-root > li.mega.has-child.mega-hover > .mega {
    position: relative;
  }
  .nav-sections ul.vertical-root > li.mega.has-child.mega-hover > .mega:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    min-height: 42px;
  }
  .nav-open .nav-sections ul.vertical-root > li.mega.has-child.mega-hover > .mega:after {
    width: 110%;
  }
  .nav-sections ul.vertical-root > li.mega.has-child > .child-content {
    left: 300px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  ul.level0.horizontal-root {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  ul.level0.horizontal-root > li.mega {
    position: relative;
  }
  ul.level0.horizontal-root > li.mega > .mega {
    padding: 0 20px;
  }
  .ub-nav-sticky.sticky-fired ul.level0.horizontal-root > li.mega > .mega {
    padding: 0 20px;
  }
  ul.level0.horizontal-root > li.mega.style-default,
  ul.level0.horizontal-root > li.mega.style-1 {
    position: relative;
  }
  .ub-nav-sticky.sticky-fired ul.level0.horizontal-root > li.mega.style-1 .child-content {
    left: 0;
    right: auto;
  }
  ul.level0.horizontal-root > li.mega.style-2 {
    position: relative;
  }
  ul.level0.horizontal-root > li.mega.style-2 .child-content {
    left: 0px;
  }
  .ub-nav-sticky.sticky-fired ul.level0.horizontal-root > li.mega.style-2 {
    left: 0;
    right: auto;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width {
    position: static;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content {
    left: 0;
    width: 100%;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .cms-content-important {
    font-size: 1.61rem;
    margin: 0;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .intro {
    margin-bottom: 20px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 {
    margin-bottom: 20px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 p {
    font-size: 1.61rem;
    line-height: 30px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 .title {
    font-size: 4.62rem;
    font-weight: 700;
    line-height: 55px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 img {
    max-width: inherit;
    float: right;
    margin-left: 20px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width ul.level1 > li.mega.has-child > .mega > span.menu-title {
    display: inline-block;
    padding-right: 20px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width ul.level1 > li.mega.has-child .child-content {
    left: auto;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width ul.level2 > li.mega.has-child > .mega > span.menu-title {
    display: inline-block;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width ul.level2 > li.mega.has-child .child-content {
    left: auto;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width ul.level3 > li.mega.has-child > .mega > span.menu-title {
    display: inline-block;
    padding-right: 20px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width ul.level3 > li.mega.has-child .child-content {
    left: auto;
  }
  ul.level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega,
  ul.level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega {
    max-width: inherit;
  }
  ul.level0.horizontal-root .mega-with-thumb ul.mega-menu li {
    width: 20%;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega .child-content {
    max-width: 1240px;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-2 .child-content {
    right: 0;
  }
  ul.vertical-root ul.level1 > li.mega.has-child:hover > .child-content,
  ul.vertical-root ul.level1 > li.mega.has-child:focus > .child-content {
    right: -230px;
  }
  .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;
  }
}
