/**
 * 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;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.parent-categories-wrapper {
  display: flex;
  gap: 32px;
  padding: 16px 15px;
  margin-bottom: 10px;
}
.categories {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
a.button-category {
  background: #f2f2f2;
  color: #bf1e2e;
  font-size: 16px;
  border: 0;
  border-radius: 25px;
  padding: 8px 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
}
a.button-category:hover {
  text-decoration: underline;
}
a.button-category.current {
  background-color: #bf1e2e;
  color: #ffffff;
}
.child-categories-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 15px;
}
.child-categories-wrapper a {
  max-width: calc(25% - 22.4999px);
  display: flex;
  flex-flow: column;
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 24px;
  color: #bf1e2e;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1.125rem;
  text-align: center;
  width: 100%;
  align-items: stretch;
}
.child-categories-wrapper a:hover {
  color: #0f2791;
}
.child-categories-wrapper a > * {
  margin: 0 auto;
}
.child-categories-wrapper img {
  width: 100px;
  height: auto;
  aspect-ratio: auto 1;
  padding-top: 16px;
  padding-bottom: 16px;
}
.custom-container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.custom-container .pagebuilder-banner-wrapper .pagebuilder-overlay {
  padding: 0;
}
.customers-include img {
  -webkit-transition: -webkit-filter 0.25s ease-in-out;
  transition: -webkit-filter 0.25s ease-in-out;
  -o-transition: filter 0.25s ease-in-out;
  transition: filter 0.25s ease-in-out;
  transition: filter 0.25s ease-in-out, -webkit-filter 0.25s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.customers-include .block-static-block.widget {
  margin-bottom: 0;
}
.customers-include .pagebuilder-slide-wrapper .pagebuilder-overlay {
  padding: 24px 16px;
}
.catalog-category-view .category-sub-description .row-full-width-inner .category-banner-button a {
  background: white;
  border: white;
  color: black;
}
.catalog-category-view .category-sub-description .row-full-width-inner .category-banner-button a:hover {
  background: white;
  border: white;
  color: black;
}
.category-banner-button a.pagebuilder-button-primary {
  font-weight: 400;
}
.catalog-category-view .category-sub-description .row-full-width-inner .category-banner-button a:hover {
  text-decoration: underline;
}
.page-layout-category-solution-parent-lv2 .section-expert-form {
  background-color: white !important;
}
/**
 * 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_RewardPoints
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.payment-cart-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.reward-points-payment-content .reward-rate {
  text-align: left;
  margin: 10px 0;
}
.reward-points-payment-content .reward-rate .content {
  margin-left: 10px;
}
.reward-points-payment-content .range-slider {
  max-width: 285px;
  margin: 10px;
}
.reward-points-payment-content .extra-controls {
  margin-left: 50px;
}
.reward-points-payment-content strong {
  font-weight: 600;
}
.reward-points-payment-content .mp-spent {
  width: 58px;
  text-align: center;
}
.payment-checkout-content {
  width: 80%;
  margin-left: 10px;
}
.mp-reward-points {
  line-height: 20px;
  margin: 10px 5px 10px 5px;
}
.mp-reward-points img,
.mp-reward-points .mp-point-label {
  float: left;
}
.mp-reward-points .mp-point-label {
  margin: 0 0 0 5px;
  font-weight: 600;
}
.mp-reward-points .clr {
  clear: both;
}
.mp-reward-points.mp-product {
  padding: 1rem 0;
}
.mp-reward-points .register {
  font-size: 1.4rem;
  font-weight: 600;
}
.mp-reward-cart {
  margin-left: 15px;
}
.reward-information .box {
  margin-bottom: 3rem;
}
.item-balance {
  padding: 0 20px;
  margin: 10px 0;
  text-align: center;
}
.item-balance .box-balance {
  border-radius: 5px;
  height: 90px;
  box-shadow: 3px 3px 5px #D9D9D9;
}
.item-balance .box-balance > span {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  line-height: 30px;
  color: #ffffff;
  font-size: 20px;
}
.item-balance .box-balance .label {
  font-size: 1.8rem;
}
.item-balance .available {
  background: #39E070;
}
.item-balance .holding {
  background: #25B9F6;
}
.item-balance .earned {
  background: #0249D3;
}
.item-balance .paid {
  background: #5865F2;
}
.item-balance .label {
  padding-top: 5px;
}
.form-rewards-setting .actions-toolbar {
  clear: both;
}
table.data.table {
  word-break: break-all;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact-index-index .contact-us .contact-title,
  .contact-index-index .contact-us .contact-1column,
  .contact-index-index .contact-us .contact-2column {
    text-align: center;
  }
  .contact-index-index .contact-us .contact-title h1,
  .contact-index-index .contact-us .contact-1column h1,
  .contact-index-index .contact-us .contact-2column h1 {
    font-size: 37px;
  }
  .contact-index-index .contact-us .contact-title h2,
  .contact-index-index .contact-us .contact-1column h2,
  .contact-index-index .contact-us .contact-2column h2 {
    font-size: 27px;
  }
  .contact-index-index .contact-us .contact-title h3,
  .contact-index-index .contact-us .contact-1column h3,
  .contact-index-index .contact-us .contact-2column h3 {
    font-size: 25px;
  }
  .contact-index-index .contact-us .contact-2column {
    padding: 20px 0;
  }
  .contact-index-index .contact-us .contact-2column .pagebuilder-column-line {
    gap: 20px;
  }
  .contact-index-index .contact-us .contact-2column .pagebuilder-column-line .column-right {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media (min-width: 992px) {
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
}
/**
 * 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.
 */
.blog-page-list .page-title,
.blog-index-index .page-title,
.blog-post-view .page-title,
.blog-archive-view .page-title,
.blog-author-view .page-title {
  color: #000000;
  font-weight: 200;
}
.blog-page-list .column.main,
.blog-index-index .column.main,
.blog-post-view .column.main,
.blog-archive-view .column.main,
.blog-author-view .column.main {
  display: flex;
  flex-direction: column;
}
.blog-page-list .column.main .menu-blogs,
.blog-index-index .column.main .menu-blogs,
.blog-post-view .column.main .menu-blogs,
.blog-archive-view .column.main .menu-blogs,
.blog-author-view .column.main .menu-blogs {
  order: 1;
}
.blog-page-list .column.main .blog-search,
.blog-index-index .column.main .blog-search,
.blog-post-view .column.main .blog-search,
.blog-archive-view .column.main .blog-search,
.blog-author-view .column.main .blog-search {
  order: 2;
}
.blog-page-list .column.main .post-list-wrapper,
.blog-index-index .column.main .post-list-wrapper,
.blog-post-view .column.main .post-list-wrapper,
.blog-archive-view .column.main .post-list-wrapper,
.blog-author-view .column.main .post-list-wrapper {
  order: 3;
}
.blog-page-list .column.main .toolbar-blog-posts,
.blog-index-index .column.main .toolbar-blog-posts,
.blog-post-view .column.main .toolbar-blog-posts,
.blog-archive-view .column.main .toolbar-blog-posts,
.blog-author-view .column.main .toolbar-blog-posts {
  order: 4;
}
.blog-page-list .column.main .toolbar-blog-posts .pages-items .action.previous,
.blog-index-index .column.main .toolbar-blog-posts .pages-items .action.previous,
.blog-post-view .column.main .toolbar-blog-posts .pages-items .action.previous,
.blog-archive-view .column.main .toolbar-blog-posts .pages-items .action.previous,
.blog-author-view .column.main .toolbar-blog-posts .pages-items .action.previous {
  background: unset;
  padding: 10px 10px 9px 9px;
  border-radius: unset;
  border: 1px solid #dee2e6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.blog-page-list .column.main .toolbar-blog-posts .pages-items .action.previous:hover,
.blog-index-index .column.main .toolbar-blog-posts .pages-items .action.previous:hover,
.blog-post-view .column.main .toolbar-blog-posts .pages-items .action.previous:hover,
.blog-archive-view .column.main .toolbar-blog-posts .pages-items .action.previous:hover,
.blog-author-view .column.main .toolbar-blog-posts .pages-items .action.previous:hover {
  z-index: 2;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.blog-page-list .column.main .toolbar-blog-posts .pages-items .action.previous:hover:before,
.blog-index-index .column.main .toolbar-blog-posts .pages-items .action.previous:hover:before,
.blog-post-view .column.main .toolbar-blog-posts .pages-items .action.previous:hover:before,
.blog-archive-view .column.main .toolbar-blog-posts .pages-items .action.previous:hover:before,
.blog-author-view .column.main .toolbar-blog-posts .pages-items .action.previous:hover:before {
  color: #3b3b3b;
}
.blog-page-list .column.main .toolbar-blog-posts .pages-items .action.next,
.blog-index-index .column.main .toolbar-blog-posts .pages-items .action.next,
.blog-post-view .column.main .toolbar-blog-posts .pages-items .action.next,
.blog-archive-view .column.main .toolbar-blog-posts .pages-items .action.next,
.blog-author-view .column.main .toolbar-blog-posts .pages-items .action.next {
  background: unset;
  padding: 10px 10px 9px 9px;
  border-radius: unset;
  border: 1px solid #dee2e6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.blog-page-list .column.main .toolbar-blog-posts .pages-items .action.next:hover,
.blog-index-index .column.main .toolbar-blog-posts .pages-items .action.next:hover,
.blog-post-view .column.main .toolbar-blog-posts .pages-items .action.next:hover,
.blog-archive-view .column.main .toolbar-blog-posts .pages-items .action.next:hover,
.blog-author-view .column.main .toolbar-blog-posts .pages-items .action.next:hover {
  z-index: 2;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.blog-page-list .column.main .toolbar-blog-posts .pages-items .action.next:hover:before,
.blog-index-index .column.main .toolbar-blog-posts .pages-items .action.next:hover:before,
.blog-post-view .column.main .toolbar-blog-posts .pages-items .action.next:hover:before,
.blog-archive-view .column.main .toolbar-blog-posts .pages-items .action.next:hover:before,
.blog-author-view .column.main .toolbar-blog-posts .pages-items .action.next:hover:before {
  color: #3b3b3b;
}
.blog-page-list .column.main .toolbar-blog-posts .pages-items li a,
.blog-index-index .column.main .toolbar-blog-posts .pages-items li a,
.blog-post-view .column.main .toolbar-blog-posts .pages-items li a,
.blog-archive-view .column.main .toolbar-blog-posts .pages-items li a,
.blog-author-view .column.main .toolbar-blog-posts .pages-items li a {
  color: #3b3b3b;
}
.blog-page-list .column.main .toolbar-blog-posts .pages-items li:first-child strong,
.blog-index-index .column.main .toolbar-blog-posts .pages-items li:first-child strong,
.blog-post-view .column.main .toolbar-blog-posts .pages-items li:first-child strong,
.blog-archive-view .column.main .toolbar-blog-posts .pages-items li:first-child strong,
.blog-author-view .column.main .toolbar-blog-posts .pages-items li:first-child strong {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.blog-index-index .sidebar-additional .block-categories {
  display: none;
}
.blog-index-index .sidebar-additional .sidebar-latest-articles {
  display: none;
}
.blog-index-index .post-list.modern .post-info .post-data-wrap .post-category {
  display: inline-block;
}
.blog-search-index .columns .column.main {
  width: 100%;
}
.blog-search-index .menu-blogs {
  display: none;
}
.blog-search-index .sidebar-additional {
  display: none;
}
.blog-page-list .page-title-wrapper {
  text-align: center;
}
.menu-publications {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.menu-publications a {
  border: 0;
  border-radius: 1.56rem;
  background-color: #f2f2f2;
  color: #bf1e2e;
  display: block;
  padding: .5rem 2rem;
  text-decoration: none;
}
.menu-publications a:hover {
  background-color: #bf1e2e;
  color: #f2f2f2;
}
.menu-publications .active {
  background-color: #bf1e2e;
  color: #f2f2f2;
}
.widget.blog-search .actions .action.search {
  border-top-right-radius: .625rem;
  border-bottom-right-radius: .625rem;
  color: #f8f9fa;
  background-color: #bf1e2e;
  border-color: #bf1e2e;
}
.widget.blog-search .field.search .input-text {
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
  font-size: 16px;
}
.menu-blogs {
  padding-bottom: 30px;
}
.sidebar-text-blog {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .75rem;
  text-align: center;
}
.sidebar-text-blog h3 {
  color: #000000;
}
.sidebar-text-blog .sidebar-get-started {
  padding-bottom: 15px;
  padding-top: 15px;
}
.sidebar-text-blog .sidebar-get-started a {
  font-size: 18px;
  font-family: 'Roboto';
  color: #ffffff;
  background: #bf1e2e;
  display: inline-block;
  padding: 4px 23px;
  border-radius: 25px;
  border: solid 2px #bf1e2e;
}
.sidebar-text-blog .sidebar-get-started a:hover {
  text-decoration: none;
  background: transparent;
  color: #000000;
}
.sidebar-latest-articles {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .75rem;
}
.sidebar-latest-articles h3 {
  color: #000000;
}
.sidebar-latest-articles .block-title {
  text-align: center;
  padding-top: 10px;
}
.sidebar-latest-articles .block-title strong {
  font-size: 28px;
}
.sidebar-latest-articles .view-posts-link {
  text-align: center;
  font-weight: 700;
  padding-bottom: 15px;
}
.sidebar-latest-articles .view-posts-link a {
  color: #bf1e2e;
}
.icon-blog-static h4 {
  margin: 5px 0;
}
.icon-blog-static .icon-blog .pagebuilder-mobile-hidden {
  width: 113px !important;
  height: 113px !important;
}
.icon-blog-static .icon-blog .pagebuilder-mobile-only {
  width: 100px;
  height: 100px;
}
.icon-blog-static .workstations-button a,
.icon-blog-static .contact-expert-button a {
  font-size: 18px;
  font-family: 'Roboto';
  color: #ffffff !important;
  background: #bf1e2e;
  display: inline-block;
  padding: 4px 23px;
  border-radius: 25px;
  border: solid 2px #bf1e2e;
}
.icon-blog-static .workstations-button a:hover,
.icon-blog-static .contact-expert-button a:hover {
  text-decoration: none;
  background: transparent;
  color: #000000 !important;
}
#post-comments strong {
  font-family: 'Roboto';
}
#post-comments textarea {
  font-family: 'Roboto';
}
#post-comments .comment-form-blog-recaptcha button {
  font-size: 18px;
  color: #ffffff;
  background: #bf1e2e;
  display: inline-block;
  padding: 4px 23px;
  border-radius: 25px;
  border: solid 2px #bf1e2e;
  font-family: 'Roboto';
}
#post-comments .c-comments .p-name,
#post-comments .c-comments .p-text,
#post-comments .c-comments .publish-date,
#post-comments .c-comments .reply-action,
#post-comments .c-comments input {
  font-family: 'Roboto';
}
#post-comments .c-comments button {
  font-size: 18px;
  color: #ffffff;
  background: #bf1e2e;
  display: inline-block;
  padding: 4px 23px;
  border-radius: 25px;
  border: solid 2px #bf1e2e;
  font-family: 'Roboto';
}
#post-comments .c-comments button:hover {
  color: #ffffff;
  background: #bf1e2e;
}
#post-comments .c-comments .reply-cancel-action {
  font-size: 18px;
  color: #000000;
  background: #f2f2f2;
  display: inline-block;
  padding: 4px 23px;
  border-radius: 25px;
  border: solid 2px #f2f2f2;
  font-family: 'Roboto';
}
.blog-post-view .post-view-modern .post-holder {
  margin-bottom: 0;
  padding-top: 20px;
}
.blog-post-view .post-view-modern .post-holder .post-featured-image {
  margin: auto 0;
}
.blog-post-view .post-view-modern .post-holder .title-post h1 {
  color: #000000;
  font-weight: 200;
}
.blog-post-view .post-view-modern .post-holder .post-data-wrap {
  font-size: 16px;
  font-family: 'Roboto';
}
.blog-post-view .post-view-modern .post-holder .post-data-wrap .post-author-name a {
  color: #bf1e2e;
  font-weight: 300;
}
.blog-post-view .post-view-modern .post-holder .post-description {
  display: none;
}
.blog-post-view .post-view-modern .post-holder .post-tag {
  display: none;
}
.blog-post-view .page-title-wrapper {
  display: none;
}
.blog-post-view .post-bottom .post-nextprev {
  display: none;
}
.blog-post-view .post-bottom .related-latest {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .75rem;
  display: flex;
  width: 100%;
}
.blog-post-view .post-bottom .related-latest li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-post-view .post-bottom .related-latest .block.related {
  width: 50%;
}
.blog-post-view .post-bottom .related-latest .block.related .title {
  border-bottom: none;
  text-align: center;
  padding-top: 10px;
}
.blog-post-view .post-bottom .related-latest .block.related .title strong {
  font-size: 28px;
  font-weight: 200;
  border-bottom: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.blog-post-view .post-bottom .related-latest .block-content li {
  list-style-position: inside;
}
.blog-post-view .post-bottom .related-latest .latest-articles {
  border: none;
  width: 50%;
}
.blog-post-view .post-bottom .related-latest .latest-articles .block-content a {
  color: #bf1e2e;
}
.blog-post-view .post-bottom .related-latest .block-title.title {
  text-align: center;
  padding-top: 10px;
  margin: 0 0 25px;
  padding: 10px 0 5px 0;
}
.blog-post-view .post-bottom .related-latest .block-title.title strong {
  font-size: 28px;
  font-weight: 200;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.blog-post-view .post-bottom .related-latest .view-posts-link {
  border-bottom: none;
  text-align: center;
  font-weight: 700;
  padding-bottom: 8px;
}
.blog-post-view .post-bottom .related-latest .view-posts-link a {
  color: #bf1e2e;
}
.blog-post-view .post-bottom .comments {
  margin-top: 30px;
}
.blog-post-view .columns {
  padding-top: 30px;
}
.blog-post-view .columns .column.main .post-header-wrapper {
  display: none;
}
.blog-post-view .columns .column.main .blog-search {
  display: none;
}
.blog-post-view .columns .column.main .post-holder {
  padding-top: 0;
}
.blog-post-view .columns .column.main .post-holder .post-description {
  display: block;
}
.blog-post-view .columns .column.main .post-holder .post-description [data-content-type='row'][data-appearance='contained'] {
  padding-left: 0;
  padding-right: 0;
}
.blog-post-view .columns .column.main .post-holder .post-description h1,
.blog-post-view .columns .column.main .post-holder .post-description h2,
.blog-post-view .columns .column.main .post-holder .post-description h3,
.blog-post-view .columns .column.main .post-holder .post-description h4,
.blog-post-view .columns .column.main .post-holder .post-description h5,
.blog-post-view .columns .column.main .post-holder .post-description h6 {
  font-weight: 200;
}
.blog-post-view .columns .column.main .post-holder .post-description p {
  font-size: 16px;
  font-family: 'Roboto';
}
.blog-post-view .columns .column.main .post-holder .post-description a {
  color: #bf1e2e;
}
.blog-post-view .columns .column.main .post-holder .post-tag {
  display: block;
  padding-top: 20px;
}
.blog-post-view .columns .column.main .post-holder .post-tag .post-tags .post-tag-title {
  font-size: 16px;
  padding: 0;
  border: 0;
  background: unset;
  color: #3b3b3b;
  text-transform: none;
}
.blog-post-view .columns .column.main .post-holder .post-tag .post-tags a {
  border: none;
  padding: 0;
  font-size: 16px;
  background: unset;
  margin-right: 0;
  color: #bf1e2e;
  font-weight: 300;
}
.blog-post-view .sidebar-additional .block-categories {
  display: none;
}
.blog-post-view .sidebar-additional .block-archive {
  display: none;
}
.widget.block-categories {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .75rem;
}
.widget.block-categories .block-title {
  background-color: #bf1e2e;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  margin: 0;
  border-radius: .75rem .75rem 0 0;
}
.widget.block-categories .block-title strong {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.widget.block-categories ul {
  padding: 12px 10px;
}
.widget.block-categories ul a {
  color: #000000;
}
.widget.block-categories ul .toggle-link .fa.fa-check-square-o:before {
  content: "\f14a";
  font-weight: 400;
}
.widget.block-categories ul .toggle-link .fa.fa-square-o:before {
  content: "\f0c8";
  font-weight: 400;
}
.widget.block-archive {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .75rem;
}
.widget.block-archive .block-title {
  background-color: #bf1e2e;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  margin: 0;
  border-radius: .75rem .75rem 0 0;
}
.widget.block-archive .block-content {
  padding: 12px 8px;
}
.widget.block-archive .block-content .archive-item-link {
  color: #bf1e2e;
}
.block-recent-posts {
  display: none;
}
.post-list.modern .post-image {
  flex: 0 0 17%;
  width: 17%;
  order: 0;
}
.post-list.modern .post-info {
  flex: 0 0 83%;
  max-width: 83%;
  width: 83%;
}
.post-list.modern .post-info .post-data-wrap {
  font-size: 16px;
  font-family: 'Roboto';
}
.post-list.modern .post-info .post-data-wrap .category-name {
  display: inline-block;
  padding: 0.55em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #f2f2f2;
}
.post-list.modern .post-info .post-data-wrap .category-name:hover {
  color: #212529;
  background-color: #d9d9d9;
}
.post-list.modern .post-info .post-data-wrap .post-category {
  display: none;
}
.post-list.modern .post-info .post-data-wrap .post-date {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.post-list.modern .post-info .post-data-wrap .post-author-name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.post-list.modern .post-info .post-data-wrap .post-author-name a {
  color: #bf1e2e;
}
.post-list.modern .post-info .post-data-wrap .post-author-name:hover {
  text-decoration: underline;
  color: #bf1e2e;
}
.post-list.modern .post-info .post-title-wrap .post-title a {
  font-size: 24px;
  color: #000000;
}
.post-list.modern .post-info .post-title-wrap .post-title a:hover {
  text-decoration: underline;
}
.post-list.modern .post-info .post-description > div:not([class]) {
  padding: 0;
}
.post-list.modern .posted-on {
  font-weight: 700;
}
.post-list.modern .byline {
  font-weight: 700;
}
.post-list.modern .post-description {
  font-size: 16px;
  display: block !important;
}
.post-header-wrapper {
  display: flex;
}
.post-header-wrapper .post-featured-image {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.post-header-wrapper .post-header {
  padding-left: 30px;
}
.post-header-wrapper .post-header h1 {
  margin-bottom: 5px;
}
.sidebar-blog {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .75rem;
}
.sidebar-blog .block-title {
  color: #000000;
  text-align: center;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
}
.sidebar-blog .block-title strong {
  font-size: 28px;
}
.sidebar-blog .block-content > div:not([class]) {
  padding: 15px;
}
.sidebar-blog .block-content > div:not([class]) .pagebuilder-column-line {
  display: block !important;
}
.sidebar-blog .block-content > div:not([class]) .pagebuilder-column-line .column-sidebar {
  width: 100% !important;
  padding-bottom: 20px;
}
.sidebar-blog .block-content > div:not([class]) .pagebuilder-column-line .column-sidebar .image-sidebar {
  width: 150px;
  height: 150px;
}
.sidebar-blog .block-content > div:not([class]) .pagebuilder-column-line .column-sidebar .text-sidebar {
  text-align: center;
}
.sidebar-blog .block-content > div:not([class]) .pagebuilder-column-line .column-sidebar .text-sidebar p a {
  font-weight: bolder;
  color: #bf1e2e;
  font-size: 20px;
}
.sidebar-blog .block-content > div:not([class]) .pagebuilder-column-line .column-sidebar .text-sidebar p:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  color: #bf1e2e;
  margin-left: 7px;
  font-size: 19px;
  font-weight: 600;
}
@media (max-width: 991px) and (min-width: 768px) {
  .menu-blogs .menu-publications {
    display: block;
  }
  .menu-blogs > div:not([class]) {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-page-list .sidebar-additional,
  .blog-index-index .sidebar-additional,
  .blog-post-view .sidebar-additional,
  .blog-archive-view .sidebar-additional,
  .blog-author-view .sidebar-additional {
    display: none;
  }
  .blog-page-list .column.main,
  .blog-index-index .column.main,
  .blog-post-view .column.main,
  .blog-archive-view .column.main,
  .blog-author-view .column.main {
    width: 100% !important;
  }
  .blog-post-view .post-header,
  .blog-post-view .columns {
    max-width: 720px;
  }
  .blog-post-view .post-description > div:not([class]) {
    padding: 0;
  }
  .blog-post-view .post-header-wrapper {
    display: block;
  }
  .blog-post-view .post-header-wrapper .post-header {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-post-view .post-header-wrapper .post-featured-image {
    display: none;
  }
  .blog-post-view .columns {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-post-view .columns .column.main {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .menu-blogs .menu-publications {
    display: block;
  }
  .menu-blogs > div:not([class]) {
    padding-left: 0;
    padding-right: 0;
  }
  .post-list-wrapper .post-list.modern .post-image {
    display: none;
  }
  .post-list-wrapper .post-list.modern .post-info {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .blog-page-list .sidebar-additional,
  .blog-index-index .sidebar-additional,
  .blog-post-view .sidebar-additional,
  .blog-archive-view .sidebar-additional,
  .blog-author-view .sidebar-additional {
    display: none;
  }
  .blog-page-list .column.main,
  .blog-index-index .column.main,
  .blog-post-view .column.main,
  .blog-archive-view .column.main,
  .blog-author-view .column.main {
    width: 100% !important;
  }
  .blog-post-view .post-header,
  .blog-post-view .columns {
    max-width: 540px;
  }
  .blog-post-view .post-description > div:not([class]) {
    padding: 0;
  }
  .blog-post-view .post-header-wrapper {
    display: block;
  }
  .blog-post-view .post-header-wrapper .post-header {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-post-view .post-header-wrapper .post-featured-image {
    display: none;
  }
  .blog-post-view .columns {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-post-view .columns .column.main {
    width: 100%;
  }
  .blog-post-view .post-bottom .related-latest {
    display: block;
  }
  .blog-post-view .post-bottom .related-latest .block.related,
  .blog-post-view .post-bottom .related-latest .latest-articles {
    width: 100%;
  }
  .blog-post-view .post-bottom .related-latest .block.related .block-content ul,
  .blog-post-view .post-bottom .related-latest .latest-articles .block-content ul {
    padding-right: 40px;
  }
  .blog-post-view .post-bottom .view-posts-link {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .menu-blogs .menu-publications {
    display: block;
  }
  .menu-blogs > div:not([class]) {
    padding-left: 0;
    padding-right: 0;
  }
  .post-list-wrapper .post-list.modern .post-image {
    display: none;
  }
  .post-list-wrapper .post-list.modern .post-info {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .blog-page-list .page-title,
  .blog-index-index .page-title,
  .blog-post-view .page-title,
  .blog-archive-view .page-title,
  .blog-author-view .page-title {
    font-weight: 200;
    font-size: 30px;
  }
  .blog-page-list .sidebar-additional,
  .blog-index-index .sidebar-additional,
  .blog-post-view .sidebar-additional,
  .blog-archive-view .sidebar-additional,
  .blog-author-view .sidebar-additional {
    display: none;
  }
  .blog-page-list .column.main,
  .blog-index-index .column.main,
  .blog-post-view .column.main,
  .blog-archive-view .column.main,
  .blog-author-view .column.main {
    width: 100% !important;
  }
  .blog-post-view .post-description > div:not([class]) {
    padding: 0;
  }
  .blog-post-view .post-header-wrapper {
    display: block;
  }
  .blog-post-view .post-header-wrapper .post-header {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-post-view .post-header-wrapper .post-featured-image {
    display: none;
  }
  .blog-post-view .post-header-wrapper .title-post h1 {
    font-size: 30px;
  }
  .blog-post-view .columns {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-post-view .columns .column.main {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cms-fag h1,
  .cms-terms h1,
  .cms-delivery h1,
  .cms-accessibility h1,
  .cms-privacy h1 {
    font-size: 33px;
  }
  .cms-fag h2,
  .cms-terms h2,
  .cms-delivery h2,
  .cms-accessibility h2,
  .cms-privacy h2 {
    font-size: 28px;
  }
  .cms-fag h3,
  .cms-terms h3,
  .cms-delivery h3,
  .cms-accessibility h3,
  .cms-privacy h3 {
    font-size: 24px;
  }
}
.category-description-block p {
  font-size: 16px;
  color: #000000;
  font-family: 'Roboto';
  font-weight: 300;
  margin-bottom: 16px;
}
.category-description-block h2 {
  text-align: center;
  font-weight: 200;
  color: #bf1e2e;
  margin: 8px 0 4px;
}
.page-layout-1column.catalog-category-view .message.empty {
  max-width: 1140px;
  margin: 0 auto;
}
.page-layout-1column.catalog-category-view .toolbar-products {
  position: unset;
}
.page-layout-1column.catalog-category-view .filter.block {
  border-top: none;
  margin-bottom: 20px;
}
.page-layout-1column.catalog-category-view .filter-content {
  margin-top: 20px;
}
.page-layout-1column.catalog-category-view .toolbar .sorter-action {
  padding: 0;
  background: transparent;
  border: none;
}
.page-layout-1column.catalog-category-view .products-grid .product-items {
  display: flex;
  gap: 32px;
  padding-top: 30px;
}
.page-layout-1column.catalog-category-view .products-grid .product-items .product-item {
  width: 20%;
  padding: 0;
}
.page-layout-1column.catalog-category-view .products-grid .product-items .product-item .product-item-link {
  font-size: 18px;
  font-family: 'Roboto';
  color: #3b3b3b;
  display: block;
  width: 100%;
  font-weight: 200;
  text-align: center;
}
.page-layout-1column.catalog-category-view .products-grid .product-items .product-item .product-item-link:hover {
  color: #bf1e2e;
}
.page-layout-1column.catalog-category-view .products-grid .product-items .product-item .price-box {
  text-align: center;
  margin-bottom: 5px;
}
.page-layout-1column.catalog-category-view .products-grid .product-items .product-item .price-box .price {
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 500;
  color: #bf1e2e;
}
.page-layout-1column.catalog-category-view .products-grid .product-items .product-item .product-attrs ul {
  padding-left: 0;
}
.page-layout-1column.catalog-category-view .products-grid .product-items .product-item .product-attrs ul li {
  list-style: none;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
}
.page-layout-1column.catalog-category-view .products-grid .product-item-info {
  width: 100%;
}
.page-layout-1column.catalog-category-view .products-grid .product-item-info .product-item-photo {
  display: block;
  text-align: center;
}
.page-layout-1column.catalog-category-view .products-grid .product-item-info .product.details {
  padding: 0 20px;
}
.page-layout-1column.catalog-category-view .products-grid .product-item-info .product-item-name {
  padding: 0 20px;
}
.page-layout-1column.catalog-category-view .products-grid .product-item-info:hover,
.page-layout-1column.catalog-category-view .products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.page-layout-1column.catalog-category-view .block.filter .filter-clear {
  padding: 3px 10px;
}
.page-layout-1column.catalog-category-view .block.filter .filter-current .action.remove {
  padding: 0 0px;
  height: auto;
  background: transparent;
  border: none;
  top: 0;
  left: 0;
  position: unset;
}
.page-layout-1column.catalog-category-view .block.filter .filter-current-subtitle {
  color: #000000;
  font-size: 16px;
}
.page-layout-1column.catalog-category-view .section-expert-form {
  background: #ffffff !important;
}
.category-logo {
  background-color: #f2f2f2;
  margin-top: 30px;
  padding-bottom: 20px;
}
.category-logo > .row-full-width-inner {
  max-width: 1140px !important;
}
.category-logo h2 {
  font-size: 36px;
  font-family: 'Roboto';
  color: #bf1e2e;
  font-weight: 200;
  text-align: center;
  margin: 37px 0;
}
.category-logo p {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #000000;
  text-align: center;
}
.category-logo h2 + p {
  margin-bottom: 52px;
}
.category-logo .pagebuilder-column-line {
  gap: 30px;
}
.category-logo .pagebuilder-column-line .pagebuilder-column.box {
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.category-logo .pagebuilder-column-line div[data-content-type='text'] p {
  margin: 0;
}
.category-logo .pagebuilder-column-line div[data-content-type='text'] p img {
  display: block;
  margin: 0 auto 16px;
}
.category-logo .pagebuilder-column-line div[data-content-type='text'] p a {
  font-size: 19px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #bf1e2e;
  display: block;
  padding: 30px 15px;
}
.category-logo .category-logo-mobile {
  display: none;
}
.category-table > .row-full-width-inner {
  max-width: 1140px !important;
}
.category-table h2 {
  font-size: 36px;
  font-family: 'Roboto';
  color: #bf1e2e;
  font-weight: 200;
  text-align: center;
  margin: 37px 0;
}
.category-table .pagebuilder-column-line {
  gap: 2em;
}
.category-table .pagebuilder-column {
  border: 1px solid #dee2e6;
  padding: 20px;
  border-radius: 4px;
}
.category-table .pagebuilder-column h3 {
  font-size: 28px;
  font-family: 'Roboto';
  font-weight: 200;
  color: #bf1e2e;
  text-align: center;
}
.category-table .pagebuilder-column p {
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
  margin-bottom: 16px;
}
.category-table .pagebuilder-column p strong {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
}
.category-table .pagebuilder-column p strong a {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
}
.category-table .pagebuilder-column p a {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
}
.category-table .pagebuilder-column table th {
  border: 1px solid #dee2e6;
  border-bottom-width: 2px;
  padding: .5rem;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #000;
}
.category-table .pagebuilder-column table td {
  border: 1px solid #dee2e6;
  padding: .5rem;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #000;
}
.category-table .pagebuilder-column table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.category-table .pagebuilder-column-group {
  margin-bottom: 58px;
}
.category-bottom {
  background-color: #f2f2f2;
}
.category-bottom > .row-full-width-inner {
  max-width: 1140px !important;
}
.category-bottom h2 {
  font-size: 36px;
  color: #bf1e2e;
  font-weight: 200;
  text-align: center;
  margin: 46px 0 20px;
}
.category-bottom .pagebuilder-column img {
  max-width: 100px;
  max-height: 100px;
}
.category-bottom .pagebuilder-column div[data-content-type='text'] {
  text-align: center;
}
.category-bottom .pagebuilder-column h3 a {
  font-size: 28px;
  font-weight: 400;
  color: #bf1e2e;
}
.category-bottom .pagebuilder-column p {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #000000;
}
.category-bottom .pagebuilder-column-line {
  gap: 2em;
  margin-bottom: 30px;
}
.category-bottom .footer-link-collection {
  margin: 35px 0 50px;
}
.category-bottom .footer-link-collection p {
  text-align: center;
}
.category-cms {
  margin-bottom: 0;
}
.block-hardware {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.block-hardware .pagebuilder-column-line {
  gap: 32px;
}
.block-hardware h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #bf1e2e;
  font-weight: 200;
  margin-top: 0;
}
.block-hardware .pagebuilder-column a {
  font-size: 28px;
  font-family: 'Roboto';
  font-weight: 200;
  text-align: center;
  width: 100%;
  display: block;
}
.block-hardware .pagebuilder-column p {
  text-align: center;
  font-weight: 300;
}
.block-hardware .pagebuilder-column div[data-content-type='text'] {
  margin-top: 20px;
}
.block-hardware .pagebuilder-column figure {
  text-align: center;
}
.block-hardware .pagebuilder-column-group {
  margin-top: 30px;
}
.category-description {
  padding: 0;
}
.block-workflow {
  background-color: #f2f2f2;
}
.block-workflow .row-full-width-inner {
  max-width: 1140px !important;
}
.block-workflow .pagebuilder-column-line {
  gap: 30px;
}
.block-workflow .pagebuilder-column-group {
  margin: 40px 0 58px;
}
.block-workflow h2 {
  margin: 35px 0 30px;
  text-align: center;
  color: #bf1e2e;
  font-weight: 200;
}
.block-workflow h2 + p {
  text-align: center;
}
.block-workflow .pagebuilder-column {
  position: relative;
}
.block-workflow .pagebuilder-column div[data-content-type='text'] {
  position: absolute;
  bottom: 60px;
  padding: 0 16px;
}
.block-workflow .pagebuilder-column figure {
  height: 100%;
}
.block-workflow .pagebuilder-column img {
  object-position: 50% 100%;
  height: 100% !important;
  object-fit: cover;
  width: 100%;
  border-radius: 6px;
}
.block-workflow .pagebuilder-column h3 a {
  font-size: 28px;
  font-family: 'Roboto';
  color: #ffffff;
  font-weight: 400;
}
.block-workflow .pagebuilder-column p {
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  font-style: italic;
}
.what-expect {
  background: #ffffff;
}
.what-expect h2 {
  text-align: center;
  font-weight: 200;
  color: #bf1e2e;
}
.what-expect div[data-content-type='text'] {
  margin-bottom: 28px;
}
.what-expect div[data-content-type='text'] > div {
  width: 10%;
  float: left;
  margin-top: 25px;
  padding-right: 10px;
}
.what-expect div[data-content-type='text'] > div img {
  width: auto !important;
  height: auto !important;
  max-width: 100px;
}
.what-expect div[data-content-type='text'] p,
.what-expect div[data-content-type='text'] h3 {
  padding-left: 13%;
}
.what-expect div[data-content-type='text'] h3 {
  font-weight: 400;
}
.block-configure h1 {
  text-align: center;
  font-weight: 200;
  color: #bf1e2e;
  font-size: 36px;
}
.block-configure h1 + p {
  text-align: center;
  color: #000000;
  font-weight: 300;
}
.block-configure .block-configure-bottom p {
  text-align: center;
  color: #000000;
  font-weight: 300;
}
.block-configure .pagebuilder-column-line {
  gap: 32px;
  margin-top: 25px;
}
.page-layout-1column.catalog-category-view .block-configure .pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 100%;
}
.page-layout-1column.catalog-category-view .block-configure div[data-content-type='video'] {
  margin-left: 15%;
}
.page-layout-1column.catalog-category-view .block-configure .products-grid .product-items {
  padding-top: 0;
  gap: 0;
  display: block;
  text-align: center;
}
@media (max-width: 1139px) {
  .catalog-category-view .category-image + .category-banner {
    width: auto;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .catalog-category-view .category-sub-description .row-full-width-inner h2 {
    margin-bottom: 25px;
  }
  .category-logo .pagebuilder-column-line {
    gap: 15px;
  }
  .category-logo .pagebuilder-column-line div[data-content-type='text'] {
    padding: 0 5px;
  }
  .category-logo .pagebuilder-column-line div[data-content-type='text'] p a {
    font-size: 15px;
  }
  .page-layout-1column.catalog-category-view .products-grid .product-items {
    gap: 0;
  }
  .page-layout-1column.catalog-category-view .products-grid .product-items .product-item .product-image-container {
    width: 170px !important;
  }
  .page-layout-1column.catalog-category-view .products-grid .product-items .product-item .product-item-link {
    font-size: 22px;
  }
  .page-layout-1column.catalog-category-view .products-grid .product-item-info .product.details {
    padding: 0;
  }
  .category-table {
    margin-bottom: 58px;
  }
  .category-table .pagebuilder-column-line {
    gap: 1em;
  }
  .category-table .pagebuilder-column table th {
    font-size: 14px;
  }
  .category-table .pagebuilder-column table td {
    font-size: 14px;
  }
  .what-expect div[data-content-type='text'] {
    margin-bottom: 15px;
  }
  .what-expect div[data-content-type='text'] > div {
    width: 100%;
    margin-top: 0;
  }
  .what-expect div[data-content-type='text'] p,
  .what-expect div[data-content-type='text'] h3 {
    padding-left: 0;
  }
  .block-workflow .pagebuilder-column-line {
    gap: 15px;
  }
}
@media (max-width: 1280px) {
  .page-layout-1column.catalog-category-view .block-configure div[data-content-type='video'] {
    margin-left: 32px;
  }
}
@media (max-width: 1140px) {
  .catalog-category-view .loffs-header-banner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .header.page-header {
    margin-bottom: 0;
  }
  .catalog-category-view .category-sub-description .row-full-width-inner h2 {
    font-size: 30px;
  }
  .catalog-category-view .filter-title strong {
    margin-left: 0;
    position: unset;
  }
  .catalog-category-view .sorter {
    margin-right: 0;
    position: unset;
  }
  .category-description-block h2 {
    font-size: 27px;
  }
  .page-layout-1column.catalog-category-view .products-grid .product-items {
    display: block;
    gap: 0;
    padding-top: 0;
  }
  .page-layout-1column.catalog-category-view .products-grid .product-items .product-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
  }
  .page-layout-1column.catalog-category-view .products-grid .product-items .product-item .product-item-link {
    font-size: 23px;
  }
  .page-layout-1column.catalog-category-view .products-grid .product-items .product-item .product-image-photo {
    max-width: 225px;
  }
  .category-bottom h2 {
    font-size: 27px;
  }
  .category-logo {
    padding-bottom: 0;
  }
  .category-logo h2 {
    font-size: 27px;
    padding: 0 20px;
  }
  .category-logo .pagebuilder-column-line {
    display: inline-block !important;
    padding: 0 15px;
  }
  .category-logo .pagebuilder-column-line .pagebuilder-column.box {
    margin-bottom: 32px;
    width: calc((100% - 30px) / 2) !important;
    margin-left: 30px;
    float: left;
    display: inline-block !important;
  }
  .category-logo .pagebuilder-column-line .pagebuilder-column:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  .category-logo .pagebuilder-column-line .pagebuilder-column-group {
    display: inline-block;
    width: 100%;
    padding: 0 16px;
  }
  .category-logo .category-logo-desktop {
    display: none;
  }
  .category-logo .category-logo-mobile {
    display: block;
  }
  .category-table h2 {
    font-size: 27px;
    padding: 0 20px;
  }
  .category-table .pagebuilder-column h3 {
    font-size: 23px;
  }
  .page-layout-1column.catalog-category-view .block-configure div[data-content-type='video'] {
    margin-left: 0;
  }
  .block-hardware .pagebuilder-column a {
    font-size: 24px;
  }
  .block-hardware h2 {
    font-size: 27px;
  }
  .block-workflow {
    padding: 0 15px;
  }
  .block-workflow .pagebuilder-column h3 a {
    font-size: 24px;
  }
  .block-workflow h2 {
    font-size: 27px;
  }
  .what-expect h2 {
    font-size: 27px;
  }
  .what-expect div[data-content-type='text'] {
    margin-bottom: 15px;
  }
  .what-expect div[data-content-type='text'] > div {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .what-expect div[data-content-type='text'] p,
  .what-expect div[data-content-type='text'] h3 {
    padding-left: 0;
  }
  .what-expect div[data-content-type='text'] h3 {
    font-size: 24px;
  }
  .block-configure h1 {
    font-size: 27px;
  }
  .block-configure .block-configure-bottom p {
    text-align: left;
  }
  .page-products .columns {
    padding-top: 30px;
  }
  .filter.active .filter-title {
    border-bottom: none;
  }
  .block.filter .filter-current {
    margin: 0;
    border: none;
  }
  .block.filter .filter-current.active {
    padding-bottom: 0;
    border: none;
  }
  .block.filter .filter-actions {
    margin: 0;
  }
  .block.filter .filter-current.active + .block-actions {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .catalog-category-view .filter.active .filter-title strong {
    position: absolute;
  }
  .page-layout-1column.catalog-category-view .block-configure div[data-content-type='video'] {
    margin-left: 0;
  }
  .catalog-category-view .category-image img {
    object-fit: cover;
  }
  .block-workflow h2 + p {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .page-layout-1column.catalog-category-view .products-grid ol.product-items {
    display: block;
  }
  .page-layout-1column.catalog-category-view .products ~ .toolbar-products {
    margin-bottom: 20px;
  }
  .page-layout-1column.catalog-category-view .page-title-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .page-layout-1column.catalog-category-view .page-title-wrapper h1.page-title {
    margin-top: 30px;
    margin-bottom: 5px;
  }
}
.page-layout-1column.catalog-category-view .page-title-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-layout-1column.catalog-category-view .page-title-wrapper h1.page-title {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-layout-category-products-parent .page-title-wrapper {
  display: none;
}
.configure-bundle-product .simple-translate-panel,
.configure-bundle-product .product.media {
  display: none;
}
.configure-bundle-product .product-configure-section img {
  max-width: 100px !important;
}
.configure-bundle-product .product-configure-section a {
  font-size: 18px;
  font-family: 'Roboto';
  color: #ffffff;
  background: #bf1e2e;
  display: inline-block;
  padding: 13px 10px;
  min-width: 210px;
  text-align: center;
  border-radius: 9999px;
  border: solid 2px #bf1e2e;
  font-weight: 400;
  margin-top: 10px;
}
.configure-bundle-product .product-configure-section a:hover {
  text-decoration: underline;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .bundle-option-section-title {
  width: 100%;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .navbar.navbar-default {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 2px;
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid #CCC;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .navbar.navbar-default .label {
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .navbar.navbar-default .field.qty {
  width: auto;
  display: inline-block;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .navbar.navbar-default .field.qty .label,
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .navbar.navbar-default .field.qty .control {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  padding-right: 0px;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .control {
  width: 100%;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .control .product-group {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .field.choice {
  display: block;
  width: 100%;
  float: left;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .field.choice input {
  float: left;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .field.choice .label {
  width: auto;
  float: left;
  margin-left: 0px;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .field.choice .discontinued {
  font-weight: 500;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .field.choice.disable .product-name {
  opacity: .6;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .field.choice.disable .product-name:visited {
  color: #bf1e2e;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .pub_note {
  width: 100%;
  float: left;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.textarea {
  display: block;
}
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.textarea .label,
.supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.textarea .control {
  padding: 0px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
@media (min-width: 992px) {
  .catalog-category-view.page-layout-2columns-left .products + .block-filter-mobile {
    margin: 48px 0 24px;
  }
  .catalog-category-view.page-layout-2columns-left .products + .block-filter-mobile .toolbar-products .pages {
    display: block;
    float: left;
    margin-bottom: 0;
  }
  .catalog-category-view.page-layout-2columns-left .products + .block-filter-mobile .toolbar .limiter {
    display: block;
    float: right;
  }
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .columns {
    margin-top: 30px;
  }
  .catalog-category-view.page-layout-2columns-left .block.filter .filter-current.active {
    border: 1px solid #cccccc;
    border-width: 1px 0;
  }
  .catalog-category-view.page-layout-2columns-left .block.filter .filter-current.active + .block-actions {
    padding: 0 0 0 20px;
  }
  .catalog-category-view.page-layout-2columns-left .filter .filter-current {
    border-width: 1px 0;
    border: 1px solid #cccccc;
    border-right: 0;
    border-left: 0;
  }
  .supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field {
    display: flex;
  }
  .supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field .fa-info-circle {
    margin-top: 3px;
  }
  .supper-bundle-product .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .field.option .navbar.navbar-default .label {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-category-view.page-layout-2columns-left .products-grid .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .catalog-category-view.page-layout-2columns-left .sidebar.sidebar-main {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  body.filter-active .page-header {
    display: block;
  }
  .catalog-category-view.page-layout-2columns-left .columns {
    display: flex;
  }
  .catalog-category-view.page-layout-2columns-left .columns .column.main {
    width: 100%;
  }
  .catalog-category-view.page-layout-2columns-left .page-title-wrapper {
    position: static;
  }
  .catalog-category-view.page-layout-2columns-left .block-filter-mobile {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 12px 0 24px;
  }
  .catalog-category-view.page-layout-2columns-left .block-filter-mobile .toolbar-products {
    padding: 0;
    margin: 0;
  }
  .catalog-category-view.page-layout-2columns-left .block-filter-mobile .filter-title strong {
    position: static;
    display: block;
  }
  .catalog-category-view.page-layout-2columns-left .filter-actions {
    margin: 0;
  }
  .catalog-category-view.page-layout-2columns-left .filter .filter-current {
    border: none;
  }
  .catalog-category-view.page-layout-2columns-left .filter .filter-current:active {
    border: unset;
    padding-bottom: 0;
  }
  .catalog-category-view.page-layout-2columns-left .filter .filter-current .filter-current-subtitle:before {
    content: none;
  }
  .catalog-category-view.page-layout-2columns-left .filter .filter-current + .block-actions {
    display: block;
    padding: 0 0 12px 0 !important;
  }
  .catalog-category-view.page-layout-2columns-left .filter .filter-current .items {
    display: block;
  }
  .catalog-category-view.page-layout-2columns-left .products ~ .block-filter-mobile {
    display: block;
  }
  .catalog-category-view.page-layout-2columns-left .products ~ .block-filter-mobile .toolbar-products {
    margin: 48px 0 24px;
  }
  .catalog-category-view.page-layout-2columns-left .products ~ .block-filter-mobile .filter-title.mobile {
    display: none;
  }
  .catalog-category-view.page-layout-2columns-left .products ~ .block-filter-mobile .toolbar .pages {
    display: block;
  }
  .catalog-category-view.page-layout-2columns-left .block.filter:not(.active) .filter-current {
    margin: 0;
  }
  .catalog-category-view.page-layout-2columns-left .block.filter:not(.active) .block-title {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .catalog-category-view.page-layout-2columns-left .block.filter:not(.active) .items {
    padding-left: 5px;
  }
  .catalog-category-view.page-layout-2columns-left .block.filter:not(.active) strong {
    padding: 0 0 10px 0;
  }
  .catalog-category-view.page-layout-2columns-left .products-grid .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-category-view.page-layout-2columns-left .filter .filter-current {
    margin-top: 20px;
  }
  .catalog-category-view.page-layout-2columns-left .filter-content .block-subtitle {
    font-size: 20px;
  }
  .catalog-category-view.page-layout-2columns-left .filter-content .block-subtitle:after {
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  .catalog-category-view.page-layout-2columns-left .toolbar-products {
    margin: 48px 0 24px;
  }
}
.checkout-cart-index .cart-container .form-cart {
  width: 100%;
  padding: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions {
  text-align: left;
}
.checkout-cart-index #shopping-cart-table thead {
  border: 1px solid #eaeaea;
  border-bottom: none;
}
.checkout-cart-index #shopping-cart-table thead th {
  text-align: center;
  vertical-align: middle;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info .product-image-container {
  width: 100px;
  aspect-ratio: 1;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info .col.qty .input-text.qty {
  margin-top: 0px;
  width: 71px;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info .product-item-name {
  margin-bottom: -3px;
  text-align: left;
  padding-left: 10px;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td:first-child {
  padding: 0;
  border-left: 1px solid #eaeaea;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td:not(:first-child):not(:last-child) {
  text-align: center;
  vertical-align: middle;
  padding: 20px 8px 20px 8px;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td:last-child {
  text-align: center;
  vertical-align: middle;
  padding: 20px 8px 20px 8px;
  border-right: 1px solid #eaeaea;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td:last-child .price-excluding-tax {
  padding-top: 20px;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar {
  top: 23px;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar .action-towishlist {
  display: none;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar .action-edit {
  right: 0;
  border: none;
  background: unset;
  padding-top: 3px;
  padding-right: 8px;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info .input-text.qty {
  font-size: 16px;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-photo {
  text-align: center;
  border-right: 1px solid #eaeaea;
  vertical-align: middle;
  width: 1%;
  padding: 10px;
  min-width: 125px;
  min-height: 125px;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details {
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details .product-item-name {
  text-align: left;
  padding-left: 19px;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details dl.item-options {
  padding-left: 19px;
  padding-bottom: 15px;
  padding-right: 10px;
  text-align: left;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details .delivery-message {
  padding-bottom: 19px;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  padding-left: 19px;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details .cart.item.message.error {
  text-align: left;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details:has(dl.item-options) .product-item-name {
  padding-top: 15px;
}
.checkout-cart-index .update {
  line-height: 150%;
  padding: 6px 15px;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Roboto';
  border: 2px solid #bf1e2e;
  display: inline-block;
}
.checkout-cart-index .update:hover {
  text-decoration: none;
  background: transparent;
  color: #000000;
}
.checkout-cart-index .checkout-methods-items .primary.checkout {
  color: #ffffff;
  line-height: 150%;
  padding: 6px 15px;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Roboto';
  border: solid 2px #bf1e2e;
  display: inline-block;
}
.checkout-cart-index .checkout-methods-items .primary.checkout:hover {
  text-decoration: none;
  background: transparent;
  color: #000000;
}
.checkout-cart-index .checkout-methods-items .action.multicheckout {
  padding: 5px;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Roboto';
  border: solid 2px #bf1e2e;
  display: inline-block;
}
.checkout-cart-index .checkout-methods-items .action.multicheckout:hover {
  text-decoration: none;
  background: transparent;
  color: #000000;
}
.checkout-cart-index .cart-summary {
  top: unset !important;
}
.checkout-cart-index .cart-summary .estimate .field {
  display: block;
}
.checkout-cart-index .cart-summary .estimate .field select {
  padding: 8px 21px;
}
.checkout-cart-index .cart-discount #block-discount-heading {
  color: #bf1e2e;
}
.checkout-cart-index .cart-discount .coupon .input-text {
  padding: 6px 15px;
  border-radius: 0;
}
.checkout-cart-index .cart-discount .actions-toolbar .apply {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 6.5px 17px;
  background-color: #bf1e2e;
  border-color: #bf1e2e;
  box-shadow: none !important;
}
.checkout-cart-index .cart-discount .actions-toolbar .cancel {
  font-weight: 700;
  font-size: 14px;
  padding: 6.5px 17px;
}
@media (max-width: 768px) {
  .amasty_quote-cart-index .cart.table-wrapper .item .col {
    width: 49%;
  }
  .amasty_quote-cart-index .cart.table-wrapper .item .col.qty .field.price .control.price {
    min-height: unset;
  }
  .amasty_quote-cart-index .cart.table-wrapper .item .col.subtotal {
    text-align: center;
  }
  .amasty_quote-cart-index .cart.table-wrapper .item .col.item {
    width: unset;
    padding: 15px 15px 10px 120px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .product-item-photo {
    border: none;
    padding: 0;
    min-width: 65px;
    min-height: 65px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.qty .input-text.qty {
    margin-top: -7px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-info td:first-child {
    padding: 15px 15px 10px 90px;
    border-left: none;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-info td:last-child {
    border: none;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar {
    top: 8px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-info td:last-child .price-excluding-tax {
    padding-top: 0px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-info .mage-error {
    white-space: normal;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-actions {
    bottom: 15px;
    right: 50px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-actions .action-towishlist {
    background: none;
    border: none;
    padding-top: 4px;
    padding-left: 8px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-actions .action-edit {
    margin-right: 8px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-actions .action-delete {
    padding-right: 0;
  }
}
.minicart-wrapper .minicart-items-wrapper {
  height: auto !important;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details {
  text-align: left;
  padding-left: 95px;
}
.minicart-wrapper .product-item-name a {
  color: #bf1e2e;
}
.minicart-wrapper .action.primary.checkout {
  font-weight: 400;
  font-family: 'Roboto';
  padding: 6px 15px;
}
.minicart-wrapper .action.primary.checkout:hover {
  text-decoration: none;
  background: transparent;
  color: #000000;
}
.minicart-wrapper .action.close {
  padding-top: 8px;
  padding-right: 8px;
}
.minicart-wrapper .action.close:hover:before {
  color: #757575;
}
.minicart-wrapper .action.showcart .counter.qty {
  background-color: #bf1e2e;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 30px;
  font-size: 13px;
  height: 18px;
  margin-top: 0px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  font-weight: 400;
  text-shadow: none;
}
.minicart-wrapper .action.showcart:before {
  position: relative;
  content: '' !important;
  background: url(../images/cart-mb.svg) no-repeat;
  background-size: 27px;
  width: 29px;
  height: 29px;
  filter: brightness(0) sepia(1) saturate(1000%) hue-rotate(200deg);
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  content: '\f07a';
  font-family: 'Font Awesome 5 Free';
  color: #3b3b3b;
  font-weight: 900;
  font-size: 22px;
}
.minicart-wrapper .product-item .details-qty .update-cart-item {
  padding: 3px 6px;
  margin-top: 8px;
  margin-right: 40px;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
}
.minicart-wrapper .product-item .product.actions .edit {
  background: none;
  border: none;
  padding: 0;
}
.minicart-wrapper .product-item .product.actions .delete {
  background: none;
  border: none;
  padding: 0;
  margin-right: 6px;
}
.minicart-wrapper .action.viewcart {
  font-weight: 400;
  font-size: 18px;
  font-family: 'Roboto';
  display: inline-block;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
  text-transform: initial;
  background: #bf1e2e;
  border: 2px solid #bf1e2e;
  outline: none;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: 15px 25px;
  height: auto;
  min-height: initial;
  cursor: pointer;
}
.minicart-wrapper .action.viewcart:hover {
  background: #bf1e2e;
  border-width: 2px;
  border-color: #bf1e2e;
  text-decoration: underline;
}
.modal-popup .action-dismiss {
  padding: 7px;
  border: 1px;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
}
.modal-popup .action-accept {
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
  background: #bf1e2e;
  border: 1px solid #bf1e2e;
}
@media (max-width: 768px) {
  .minicart-wrapper .action.showcart {
    padding-top: 5px;
  }
  .minicart-wrapper .product-item .product.actions {
    float: right;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-info .product-item-name {
    text-align: left;
    padding-left: 19px;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
    top: -8px;
    left: 19px;
  }
}
.cms-index-index .columns .column.main {
  padding: 0;
}
.cms-index-index .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-index-index [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: 1140px;
}
.cms-index-index .page-wrapper:before {
  content: '';
  position: fixed;
  width: calc(50vw - 590px);
  height: 624px;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url('../images/background_xmas_grey.png');
  background-repeat: repeat-x;
}
.cms-index-index .page-wrapper:after {
  content: '';
  position: fixed;
  width: calc(50vw - 590px);
  height: 624px;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url('../images/background_xmas_grey.png');
  background-repeat: repeat-x;
}
.cms-index-index header.page-header {
  border-bottom: none;
}
.banner-home {
  position: relative;
}
.banner-home:before {
  content: '';
  opacity: 1;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #130c64 0%, rgba(19, 12, 99, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.banner-home .row-full-width-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.banner-home .content-banner-home h2.has-text-color {
  width: 100%;
  margin-bottom: 18px;
}
.banner-home .content-banner-home h2.has-text-color strong {
  font-size: 45px;
  font-family: 'Roboto';
  color: #ffffff;
  font-weight: 700;
}
.banner-home .content-banner-home h2 + p {
  width: 100%;
  margin-bottom: 37px;
}
.banner-home .content-banner-home .has-text-color {
  display: inline-block;
}
.banner-home .content-banner-home .has-text-color a {
  font-size: 18px;
  font-family: 'Roboto';
  color: #ffffff;
  background: #bf1e2e;
  display: inline-block;
  padding: 13px 38px;
  border-radius: 9999px;
  border: solid 2px #bf1e2e;
}
.banner-home .content-banner-home .has-text-color a:hover {
  text-decoration: none;
  background: transparent;
  color: #ffffff;
}
.banner-home .content-banner-home .has-text-color strong {
  font-weight: 400;
}
.banner-home .content-banner-home .has-text-color:nth-child(4) {
  margin-left: 12px;
}
.banner-home .content-banner-home .has-text-color:nth-child(4) a {
  color: #ffffff;
  background: transparent;
  border: solid 2px #bf1e2e;
  padding: 13px 38px;
}
.banner-home .content-banner-home .has-text-color:nth-child(4) a:hover {
  text-decoration: none;
  background: #bf1e2e;
  color: #ffffff;
}
.entry-content {
  margin-top: 50px;
  margin-bottom: 52px;
}
.entry-content .pagebuilder-column-line {
  gap: 2em;
}
.entry-content .pagebuilder-column p:nth-child(2) {
  text-align: center;
}
.entry-content .pagebuilder-column p:nth-child(2):after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  color: #bf1e2e;
  margin-left: 7px;
  font-size: 19px;
  font-weight: 600;
}
.entry-content .pagebuilder-column a {
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.block-solutions {
  background: #f2f2f2;
  padding-bottom: 56px;
}
.optimized-solution {
  margin-top: 54px;
}
.optimized-solution h2 {
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  color: #000000;
}
.optimized-solution p {
  font-size: 16px;
  color: #000000;
  text-align: center;
  max-width: 700px;
  margin: 29px auto 55px;
}
.block-solution-image img {
  width: 100% !important;
  height: 100% !important;
}
.block-solution-image {
  position: relative;
  margin-top: 22px;
  min-height: 430px;
  display: flex;
  padding: 1em;
}
.block-solution-image > p {
  display: flex;
  width: 100%;
}
.block-solution-image > p:before {
  content: '';
  opacity: 1;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #130c64 0%, rgba(19, 12, 99, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 18px;
}
.block-solution-image img {
  border-radius: 18px;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.block-solution-image blockquote {
  border: none;
  margin: 0;
  font-style: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 64px;
  z-index: 9;
}
.block-solution-image blockquote div {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Roboto';
  font-weight: 400;
  max-width: 480px;
  margin-bottom: 36px;
}
.block-solution-image blockquote p {
  font-size: 36px;
  color: #ffffff;
  font-weight: 200;
  font-family: 'Roboto';
  margin-bottom: 0;
  line-height: 30px;
}
.block-solution-image blockquote p strong {
  font-size: 16px;
  font-weight: 900;
  font-family: 'Roboto';
  margin-top: 17px;
  display: block;
  margin-bottom: 26px;
}
.block-solution-image blockquote p a {
  font-size: 18px;
  font-family: 'Roboto';
  color: #ffffff;
  background: #bf1e2e;
  display: inline-block;
  padding: 13px 10px;
  min-width: 210px;
  text-align: center;
  border-radius: 9999px;
  border: solid 2px #bf1e2e;
  font-weight: 400;
}
.block-solution-image blockquote p a:hover {
  text-decoration: none;
  background: transparent;
  color: #ffffff;
}
.block-solution-image blockquote p:nth-child(4) {
  display: inline-block;
  line-height: 1.42857143;
}
.block-solution-image blockquote p:nth-child(5) {
  display: inline-block;
  line-height: 1.42857143;
}
.block-solution-image blockquote p:nth-child(5) a {
  color: #ffffff;
  background: transparent;
  border: solid 2px #bf1e2e;
  margin-left: 13px;
}
.block-solution-image blockquote p:nth-child(5) a:hover {
  text-decoration: none;
  background: #bf1e2e;
  color: #ffffff;
}
.block-computer-power {
  background: #130c64;
}
.title-computer-power h2 {
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  margin-top: 56px;
}
.title-computer-power p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  max-width: 785px;
  margin: 29px auto 55px;
}
.block-computer-power {
  padding-bottom: 72px;
}
.block-computer-power .pagebuilder-column-line {
  gap: 2em;
}
.block-computer-power .block-computer-image {
  border-radius: 18px;
  background: #ffffff;
}
.block-computer-power .block-computer-image figure img {
  width: 100%;
}
.block-computer-power .block-computer-image figure a:after {
  display: none;
}
.block-computer-power .block-computer-image figure a {
  width: 100%;
}
.block-computer-power .block-computer-image div[data-content-type='text'] {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.block-computer-power .block-computer-image div[data-content-type='text'] p:nth-child(2) {
  margin-bottom: auto;
}
.block-computer-power .block-computer-image h3 a {
  font-size: 28px;
  font-weight: 900;
  font-family: 'Roboto';
  color: #bf1e2e;
  float: none;
}
.block-computer-power .block-computer-image h3 a:after {
  display: none;
}
.block-computer-power .block-computer-image p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #000000;
}
.block-computer-power .block-computer-image a {
  font-size: large;
  color: #ffffff;
  float: right;
}
.block-computer-power .block-computer-image a:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #bf1e2e;
  font-size: 32px;
}
.block-logo {
  background-color: #f2f2f2;
  padding: 37px 0;
}
.block-logo .pagebuilder-column {
  margin: auto 0;
  padding: 4px;
  display: table !important;
}
.block-logo .pagebuilder-column figure[data-content-type='image'] {
  padding: 24px 16px;
  display: table-cell;
  vertical-align: middle;
}
.block-logo .pagebuilder-column img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.puget-lab h2 {
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 39px;
  margin-top: 46px;
}
.puget-lab div {
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  font-family: 'Roboto';
}
.puget-lab .wp-block-column {
  max-width: 730px;
  padding: 20px 15px 54px;
  margin: 0 auto;
}
.puget-lab .wp-block-column p {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Roboto';
  display: inline-block;
}
.puget-lab .wp-block-column p a {
  font-size: 18px;
  font-family: 'Roboto';
  color: #ffffff;
  background: #bf1e2e;
  display: inline-block;
  padding: 13px 10px;
  min-width: 210px;
  text-align: center;
  border-radius: 9999px;
  border: solid 2px #bf1e2e;
}
.puget-lab .wp-block-column p a:hover {
  text-decoration: none;
  background: transparent;
  color: #ffffff;
}
.puget-lab .wp-block-column p:nth-child(1) {
  width: 100%;
  margin-bottom: 65px;
}
.puget-lab .wp-block-column p:nth-child(3) a {
  color: #ffffff;
  background: transparent;
  border: solid 2px #bf1e2e;
  margin-left: 6px;
}
.puget-lab .wp-block-column p:nth-child(3) a:hover {
  text-decoration: none;
  background: #bf1e2e;
  color: #ffffff;
}
@media (max-width: 991px) and (min-width: 769px) {
  .banner-home .content-banner-home h2 strong {
    font-size: 36px;
  }
  .banner-home .content-banner-home .has-text-color a {
    font-size: 15px;
    padding: 10px 22px;
  }
  .banner-home .content-banner-home .has-text-color:nth-child(4) a {
    padding: 10px 22px;
  }
  .entry-content .pagebuilder-column a {
    font-size: 15px;
  }
  .entry-content .pagebuilder-column p:nth-child(2):after {
    font-size: 15px;
  }
  .optimized-solution h2 {
    font-size: 32px;
  }
  .block-computer-power .pagebuilder-column-line {
    gap: 1em;
  }
  .block-computer-power .block-computer-image div[data-content-type='text'] {
    padding: 0 15px;
  }
  .block-computer-power .block-computer-image h3 a {
    font-size: 20px;
  }
  .block-logo .pagebuilder-column figure[data-content-type='image'] {
    padding: 15px 8px;
  }
  .block-solution-image blockquote p a {
    min-width: 150px;
    padding: 10px 10px;
    font-size: 15px;
  }
  .puget-lab .wp-block-column {
    padding-top: 0;
  }
  .puget-lab .wp-block-column p a {
    min-width: 150px;
    padding: 10px 10px;
    font-size: 15px;
  }
  .puget-lab .wp-block-column p:nth-child(1) {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cms-index-index header.page-header {
    margin-bottom: 0;
  }
  .banner-home .content-banner-home h2 strong {
    font-size: 30px;
  }
  .banner-home .content-banner-home .has-text-color {
    width: 100%;
  }
  .banner-home .content-banner-home .has-text-color a {
    margin-bottom: 6px;
  }
  .banner-home .content-banner-home .has-text-color:nth-child(4) {
    margin-left: 0;
  }
  .banner-home [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 32px;
  }
  .entry-content div[data-content-type='text'] p {
    text-align: center;
    margin-bottom: 0;
  }
  .entry-content div[data-content-type='text'] p img {
    max-width: 150px;
    margin: 0 auto;
  }
  .optimized-solution h2 {
    font-size: 27px;
  }
  .optimized-solution h2 span {
    display: block;
  }
  .optimized-solution p {
    text-align: left;
  }
  .block-solutions {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-solution-image > p {
    min-height: 430px;
  }
  .block-solution-image img {
    object-fit: cover;
    object-position: 70% 50%;
  }
  .block-solution-image blockquote {
    padding: 0 8px 0 8px;
  }
  .block-solution-image blockquote p:nth-child(4) {
    width: 100%;
    margin-bottom: 12px;
  }
  .block-solution-image blockquote p:nth-child(5) {
    width: 100%;
  }
  .block-solution-image blockquote p:nth-child(5) a {
    margin-left: 0;
  }
  .block-solution-image blockquote p:first-child {
    line-height: 40px;
  }
  .block-solution-image blockquote p strong {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto';
    margin-top: 12px;
    display: block;
    margin-bottom: 15px;
  }
  .block-solution-image blockquote div {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .block-computer-power {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-computer-power .block-computer-image h3 a {
    font-size: 24px;
  }
  .block-computer-power .block-computer-image div[data-content-type='text'] {
    padding: 0 24px 10px;
  }
  .block-computer-power .block-computer-image div[data-content-type='text'] p:nth-child(2) {
    margin-bottom: 16px;
  }
  .title-computer-power h2 {
    font-size: 27px;
  }
  .title-computer-power p {
    text-align: left;
  }
  .puget-lab h2 {
    font-size: 27px;
  }
  .puget-lab .wp-block-column p {
    display: block;
  }
  .puget-lab .wp-block-column p:nth-child(3) {
    margin-top: 6px;
  }
  .puget-lab .wp-block-column p:nth-child(3) a {
    margin-left: 0;
  }
  .puget-lab .wp-block-column a {
    margin-left: 0;
  }
  .puget-lab .wp-block-column p:nth-child(1) {
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .cms-page-view.page-layout-2column_cms .columns {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    gap: 30px;
  }
  .cms-page-view.page-layout-2column_cms .columns .column.main {
    width: 100%;
  }
  .cms-page-view.page-layout-2column_cms .columns .content-left {
    width: 100%;
    max-width: unset;
  }
  .cms-page-view.page-layout-2column_cms .columns .content-left [data-content-type='row'][data-appearance='contained'] {
    padding: 0;
  }
  .cms-page-view.page-layout-2column_cms .cms-2column-image-left,
  .cms-page-view.page-layout-2column_cms .cms-2column-image-right {
    flex-direction: column !important;
  }
  .cms-page-view.page-layout-2column_cms .cms-2column-image-left .image,
  .cms-page-view.page-layout-2column_cms .cms-2column-image-right .image {
    width: 100%;
  }
  .cms-page-view.page-layout-2column_cms .cms-2column-image-left .text,
  .cms-page-view.page-layout-2column_cms .cms-2column-image-right .text {
    width: 100%;
  }
  .cms-page-view.page-layout-2column_cms .content-left {
    margin-top: 0;
  }
  .cms-page-view.page-layout-2column_cms .content-left .link-info-image {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .cms-page-view .cms-4column .cms-section {
    padding: 0 0 40px;
  }
  .cms-page-view .cms-4column .pagebuilder-column-line {
    gap: 15px;
    color: #ffffff;
  }
  .cms-page-view .cms-4column .pagebuilder-column-line .pagebuilder-column {
    width: calc((100% - 15px) / 2) !important;
    height: 290px;
    position: relative;
    padding-bottom: 26%;
    border-radius: 6px;
  }
  .cms-page-view .cms-4column .pagebuilder-column-line .pagebuilder-column [data-content-type="text"][data-appearance="default"] {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 15px;
    text-shadow: 0 2px 4px #000000;
  }
  .cms-page-view .cms-4column .pagebuilder-column-line .pagebuilder-column [data-content-type="text"][data-appearance="default"] h3 {
    color: #ffffff;
    font-size: 31.5px;
    font-weight: 400;
  }
  .cms-page-view .cms-2column-image-left,
  .cms-page-view .cms-2column-image-right {
    flex-direction: column !important;
  }
  .cms-page-view .cms-2column-image-left .image-brand,
  .cms-page-view .cms-2column-image-right .image-brand {
    width: 100%;
    text-align: center;
  }
  .cms-page-view .cms-2column-image-left .image-brand img,
  .cms-page-view .cms-2column-image-right .image-brand img {
    max-width: 253px !important;
  }
  .cms-page-view .cms-2column-image-left .image,
  .cms-page-view .cms-2column-image-right .image {
    width: 100%;
  }
  .cms-page-view .cms-2column-image-left .text,
  .cms-page-view .cms-2column-image-right .text {
    width: 100%;
  }
  .cms-page-view .cms-banner h1 {
    font-size: 32px;
  }
  .cms-page-view .cms-banner p {
    font-weight: 400;
    color: #ffffff;
  }
  .cms-page-view .cms-banner strong {
    font-weight: 400;
  }
  .cms-page-view .cms-banner .row-full-width-inner .cms-content-banner {
    max-width: 100%;
  }
  .cms-page-view .cms-banner .row-full-width-inner .cms-banner-button {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-view .page-main h1 {
    font-size: 37px;
  }
  .cms-page-view .page-main h2 {
    font-size: 30px;
    margin: 0 0 18px;
  }
  .cms-page-view .cms-banner h1 {
    font-size: 27px;
  }
  .cms-page-view .cms-banner p {
    font-weight: 400;
    color: #ffffff;
  }
  .cms-page-view .cms-banner strong {
    font-weight: 400;
  }
  .cms-page-view .cms-banner .row-full-width-inner .cms-content-banner {
    max-width: 100%;
  }
  .cms-page-view .cms-banner .row-full-width-inner .cms-banner-button {
    margin-top: 15px;
  }
  .cms-page-view .cms-section {
    padding: 20px 0;
  }
  .cms-page-view .cms-section.border-bottom {
    padding-bottom: 20px;
  }
  .cms-page-view .cms-section .cms-3column.form-submit .pagebuilder-column-line {
    gap: 0;
  }
  .cms-page-view .cms-section .cms-3column.form-submit .pagebuilder-column-line .pagebuilder-column.column-2 {
    order: 2;
  }
  .cms-page-view .cms-section .cms-3column.form-submit .pagebuilder-column-line .pagebuilder-column.column-3 {
    order: 3;
  }
  .cms-page-view .cms-section .cms-3column.form-submit .form.contact {
    padding-bottom: 32px;
  }
  .cms-page-view .cms-section-has-bg {
    padding: 20px 0 10px 0;
  }
  .cms-page-view .cms-img-right .pagebuilder-column-line,
  .cms-page-view .cms-img-left .pagebuilder-column-line,
  .cms-page-view .cms-img-right-has-bg .pagebuilder-column-line,
  .cms-page-view .cms-img-left-has-bg .pagebuilder-column-line {
    gap: 16px;
  }
  .cms-page-view .cms-2column .pagebuilder-column-line .cms-2column-info {
    gap: 16px;
  }
  .cms-page-view .cms-2column.text-center .pagebuilder-column {
    gap: 0;
  }
  .cms-page-view .cms-img-right img,
  .cms-page-view .cms-img-right-has-bg img {
    width: 100%;
  }
  .cms-page-view .cms-img-left img,
  .cms-page-view .cms-img-left-has-bg img {
    width: 100%;
  }
  .cms-page-view .cms-img-left .cms-2column-image-left,
  .cms-page-view .cms-img-left-has-bg .cms-2column-image-left {
    order: 1;
  }
  .cms-page-view .cms-3column-1img-center .pagebuilder-column-line .pagebuilder-column:first-child {
    order: 1;
  }
  .cms-page-view .cms-img-right-has-bg,
  .cms-page-view .cms-img-left-has-bg,
  .cms-page-view .cms-4column {
    padding: 10px 0;
    margin: 0;
  }
  .cms-page-view .cms-section.text-center .list-button [data-content-type="button-item"] {
    width: 100%;
  }
  .cms-page-view div.cms-3column.form-submit .pagebuilder-column-line .pagebuilder-column .fieldset {
    margin-bottom: 0;
    text-align: left;
  }
  .cms-page-view .cms-5column .pagebuilder-column-line .pagebuilder-column [data-content-type="image"] {
    text-align: center;
  }
  .cms-page-view .cms-5column .pagebuilder-column-line .pagebuilder-column img {
    max-width: 150px !important;
  }
  .cms-page-view .cms-tabs {
    padding: 20px 0;
  }
  .cms-page-view .cms-tabs .tabs-navigation {
    margin: 0 15px;
  }
  .cms-page-view .cms-tabs .tab-header {
    margin-right: 10px !important;
    text-align: center;
  }
  .cms-page-view .cms-tabs .tab-header:last-child {
    margin-right: 0px !important;
  }
  .cms-page-view .cms-tabs .tab-title {
    width: 90px;
    padding: 10px 0 !important;
  }
  .cms-page-view .section-expert-form .actions-toolbar,
  .cms-page-view .section-expert-form [data-content-type="buttons"] {
    margin: 0 0 20px;
  }
  .cms-page-view .cms-3column-3img .pagebuilder-column-line {
    gap: 32px;
    flex-wrap: wrap;
    padding-bottom: 32px;
  }
  .cms-page-view .cms-3column-3img .pagebuilder-column-line .pagebuilder-column img {
    width: 100%;
  }
}
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  margin-top: 30px;
}
body.customer-account-login:not(.account) .action.remind {
  background: transparent;
  border: none;
  color: #000000;
  font-size: 16px;
}
body.customer-account-login:not(.account) .action.remind:hover {
  background-color: transparent;
  border: none;
  color: #000000;
}
.customer-account-create .fieldset.additional_info {
  margin: 0;
}
.account .sidebar.sidebar-additional {
  display: none;
}
.account select {
  padding: 8px 28px 8px 16px;
}
.account div.column.main {
  padding-bottom: 30px;
}
.account .block-collapsible-nav .item .delimiter {
  display: none;
}
.account .block-collapsible-nav .item a {
  color: #000000;
}
.account .block-collapsible-nav .content {
  background: #f2f2f2;
}
.account .block-collapsible-nav .item.current > strong {
  border-color: #bf1e2e;
  border: none;
}
.account a {
  color: #bf1e2e;
}
.account a:hover,
.account a:active,
.account a:visited {
  color: #bf1e2e;
}
.account .data.table .col.actions a.action.delete {
  color: #bf1e2e;
}
.account div.column.main .block:not(.widget) .box-title > span {
  font-weight: 500;
}
.account .pages-items li a span {
  color: #bf1e2e;
}
.account.page-layout-2columns-left div.column.main {
  padding-left: 0;
}
.customer-account-edit .fieldset.additional_info {
  margin-bottom: 0;
}
.customer-address-index .table > thead > tr > th {
  font-size: 16px;
  padding: 11px 2px;
  font-weight: 500;
}
.customer-address-index .table > tbody > tr > td {
  font-size: 14px;
  padding: 11px 2px;
}
.order-details-items .table-order-items .product-item-name {
  font-size: 16px;
  font-weight: 300;
}
.order-details-items .col.name {
  padding-top: 20px;
}
.order-details-items .col.subtotal .price-excluding-tax .price,
.order-details-items .col.price .price-excluding-tax .price {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  padding-top: 4px;
}
.account.wishlist-index-index .products-grid .product-item-info {
  padding: 0 5px;
}
.account.wishlist-index-index .products-grid .product-item-name {
  margin-bottom: 15px;
}
.account.wishlist-index-index .products-grid .product-item-info:hover,
.account.wishlist-index-index .products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0 5px;
  position: relative;
  z-index: 9;
}
.account.wishlist-index-index .products-grid .product-item-inner {
  border: none;
  box-shadow: none;
  border-top: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: unset;
  right: 0;
  display: inline;
  width: 100%;
}
.account.wishlist-index-index .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  height: auto;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: unset;
  width: 100%;
}
.account.wishlist-index-index .products-grid .product-item-inner .comment-box {
  margin-top: 0;
  display: none;
}
.account.wishlist-index-index .products-grid .box-tocart {
  margin-bottom: 10px;
  margin-top: 10px;
}
.account.wishlist-index-index .products-grid .box-tocart .field.qty .label {
  display: none;
}
.account.wishlist-index-index .products-grid .box-tocart .field.qty input[type="number"] {
  padding: 5px 10px;
}
.account.wishlist-index-index .products-grid .product-item .price-box {
  display: none;
}
.account.wishlist-index-index .wishlist-toolbar {
  margin-bottom: 15px;
}
.account.wishlist-index-index #form-tmpl + .wishlist-toolbar {
  display: none;
}
.account.wishlist-index-index .actions-toolbar button.action {
  font-size: 14px;
  padding: 10px 17px;
}
.account.wishlist-index-index .toolbar .toolbar-amount {
  float: left;
}
.account.wishlist-index-share .block-collapsible-nav .item:nth-child(4) {
  font-weight: bold;
}
@media (min-width: 1024px) {
  .account.wishlist-index-index .products-grid .product-item {
    margin-left: 0;
    width: 33.33%;
  }
}
@media (min-width: 1025px) {
  .sales-order-view .table-wrapper tfoot th,
  .sales-order-creditmemo .table-wrapper tfoot th {
    width: 85%;
  }
  .sales-order-view .table-wrapper tfoot td,
  .sales-order-creditmemo .table-wrapper tfoot td {
    width: 15%;
  }
}
@media (max-width: 1024px) and (min-width: 640px) {
  .customer-address-index .table-wrapper .data.table .col.actions .action.edit:after {
    display: none;
  }
  .customer-address-index .table-wrapper .action.edit,
  .customer-address-index .table-wrapper .action.delete {
    display: block;
  }
  body.customer-account-edit .fieldset > .field .label {
    font-size: 14px;
  }
  .sales-order-view .table-wrapper tfoot th,
  .sales-order-creditmemo .table-wrapper tfoot th {
    width: 80%;
    padding-right: 25px;
  }
  .sales-order-view .table-wrapper tfoot td,
  .sales-order-creditmemo .table-wrapper tfoot td {
    width: 20%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .customer-account-login .page-title-wrapper,
  .customer-account-create .page-title-wrapper {
    margin-top: 0;
  }
  .customer-account-login .page-main > .page-title-wrapper .page-title,
  .customer-account-create .page-main > .page-title-wrapper .page-title {
    font-size: 30px;
  }
  .account .page-main .page-title-wrapper .page-title {
    font-size: 30px;
    margin-right: 0;
    text-align: center;
  }
  .account.wishlist-index-index .products-grid .box-tocart {
    margin-top: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item {
    width: 100%;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 0;
    width: 22%;
    display: inline-block;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item-name {
    width: 78%;
    float: left;
    margin: 0 0 10px;
    padding-left: 20px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item-info:not(:hover):not(.active) .product-item-inner {
    width: 78%;
    float: left;
    padding-left: 20px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item-actions {
    float: right;
  }
}
@media (min-width: 769px) {
  .account .page-main {
    padding-top: 20px;
  }
}
@media (max-width: 639px) {
  .account.customer-address-index .table-wrapper {
    border-bottom: none;
    border-top: none;
  }
  .account.customer-account-index .table-wrapper,
  .account.sales-order-history .table-wrapper {
    border-bottom: none;
  }
}
@media (min-width: 640px) {
  .order-details-items .order-title .action.track {
    margin: 12px 0 0;
  }
  .account.sales-order-creditmemo .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
  .account.sales-order-creditmemo .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td {
    padding: 11px 8px;
    word-break: auto-phrase;
  }
}
/*----Header------*/
header.page-header {
  border-bottom: solid 1px #eeeeee;
  background: #ffffff;
}
.page-header .main-panel-top {
  max-width: 100%;
  width: 100%;
  background-color: #0f094d;
}
.page-header .header-top-container {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto !important;
  padding: 10px 15px;
}
.page-header .header-top-container .switcher-language {
  position: relative;
  display: flex;
  font-weight: 700;
  color: #ffffff;
  text-align: right;
  float: unset !important;
}
.page-header .header-top-container .switcher-language img {
  max-width: 22px;
}
.page-header .header-top-container .switcher-language .mobile-hint,
.page-header .header-top-container .switcher-language .switcher-label {
  display: none !important;
}
.page-header .header-top-container .switcher-language .switcher-trigger {
  position: relative;
  padding-right: 30px;
}
.page-header .header-top-container .switcher-language .switcher-trigger span {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: end;
  line-height: normal;
  font-weight: 500;
}
.page-header .header-top-container .switcher-language .options ul.dropdown {
  display: none;
}
.page-header .header-top-container .switcher-language .options .action.toggle strong {
  font-weight: 700;
}
.page-header .header-top-container .switcher-language .options .action.toggle:after {
  content: "\f078";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  color: #ffffff;
  font-weight: 700;
  right: 0;
}
.page-header .header-top-container .switcher-language .options .action.toggle.active:after {
  content: "\f077";
  font-weight: 700;
}
.page-header .header-top-container .switcher-language .options:hover {
  cursor: pointer;
}
.page-header .header-top-container .switcher-language .options.active ul.dropdown {
  display: inline-block;
  list-style: none;
  position: absolute;
  padding: 8px 10px;
  border-radius: 2px;
  background: white;
  border: 1px solid #fff !important;
  box-shadow: 0 2px 7px 4px rgba(0, 0, 0, 0.15);
  z-index: 200;
  min-width: 100px;
  bottom: unset;
  margin: 6px 0 0 0;
}
.page-header .header-top-container .switcher-language .options.active ul.dropdown li {
  margin: 0;
}
.page-header .header-top-container .switcher-language .options.active ul.dropdown a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 500;
}
.page-header .header-top-container .switcher-language .options.active ul.dropdown:before,
.page-header .header-top-container .switcher-language .options.active ul.dropdown:after {
  display: none;
}
.page-header .header-top-container .header-right {
  position: relative;
  max-width: 200px;
}
.page-header .header-top-container .header-right .slick-initialized.slick-slider:before {
  position: absolute;
  content: '\f879';
  display: block;
  top: 50%;
  font-weight: 900;
  font-size: 16px;
  transform: translateY(-50%);
  left: 24px;
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
}
.page-header .header-top-container .header-right [data-content-type="row"] {
  max-width: 100%;
  padding: 0;
}
.page-header .header-top-container .header-right .pagebuilder-overlay {
  padding: 0;
}
.page-header .header-top-container .header-right .pagebuilder-overlay [data-element="content"] {
  min-height: 0;
  text-align: right;
}
.page-header .header-top-container .header-right .pagebuilder-overlay [data-element="content"] p {
  margin: 0;
  color: #ffffff;
}
.page-header .header-top-container .header-right .pagebuilder-overlay [data-element="content"] a:hover {
  color: #bf1e2e;
}
.page-header .header.content {
  padding: 0 15px;
  max-width: 1140px;
  display: flex;
}
.page-header .header.content .navigation {
  background: #ffffff;
  width: 94%;
  display: flex;
  justify-content: center;
}
.page-header .header.content .navigation .ui-menu {
  display: inline-block;
  padding: 0;
}
.page-header .header.content .section-item-content {
  background: #ffffff;
  display: flex;
}
.page-header .header.content .logo {
  width: 13%;
  display: inline-block;
  float: left;
  margin: 0;
}
.page-header .header.content .logo img {
  max-width: 142px;
  height: 64px;
}
.page-header .header.content .nav-sections {
  display: inline-block;
  width: 78%;
  margin-right: auto;
  float: left;
  margin: 0;
  justify-content: center;
  background: #ffffff;
}
.page-header .header.content .block-search {
  display: inline-block;
  width: 6%;
  float: right;
  padding: 0;
}
.page-header .header.content .block-search .block-content {
  display: block;
  height: 100%;
}
.page-header .header.content .block-search .block-content .form.minisearch {
  display: block;
  height: 100%;
}
.page-header .header.content .minicart-wrapper {
  width: 50px;
  margin: 0;
  text-align: center;
  display: table;
}
.page-header .header.content .minicart-wrapper .mp-rw-highlight {
  color: #bf1e2e;
}
.page-header .header.content .minicart-wrapper .action.showcart:before {
  color: #3b3b3b;
}
.page-header .header.content .minicart-wrapper:hover {
  background: unset;
}
.page-header .header.content .minicart-wrapper:hover .action.showcart:before {
  color: #ffffff;
}
.page-header .header.content .minicart-wrapper .action.showcart {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.page-header .header.content .compare {
  display: none;
}
.page-header .header.content .level0 .level0.submenu {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.page-header .header.content .level0 .submenu {
  background: #ffffff;
  min-width: 230px;
  border-radius: 0 0 15px 15px;
  border: none;
  box-shadow: none;
  padding: 0;
}
.page-header .header.content .level0 .submenu .active > a {
  border: none;
}
.page-header .header.content .level0 .submenu a {
  text-decoration: none;
  padding: 5px 24px;
  color: #000;
}
.page-header .header.content .level0 .submenu a:hover {
  background: none;
}
.page-header .header.content .level0 .submenu a span {
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #000000;
}
.page-header .header.content .level0 .submenu li a:hover span {
  color: #ffffff;
}
.page-header .header.content .level0 .submenu li.level1 a span {
  font-weight: 600;
}
.page-header .header.content .level0 .submenu li.parent > a > .ui-menu-icon {
  right: 10px;
}
.page-header .header.content .level0 .submenu li.parent > a > .ui-menu-icon:after {
  font-weight: 900;
}
.page-header .header.content .level0 ul.level0 li.level1 a:hover {
  background: #bf1e2e;
}
.page-header .header.content .level0 ul.level0 .ui-menu-icon {
  display: none;
}
.page-header .header.content .level0 .level1.submenu {
  position: unset !important;
  padding: 0;
  display: block !important;
}
.page-header .header.content .level0 .level1.submenu .ui-menu-icon {
  display: inline-block;
}
.page-header .header.content .level0 .level1.submenu li.level2:hover {
  background: #bf1e2e;
}
.page-header .header.content .level0 .level1.submenu li.level2:hover a span {
  color: #ffffff;
}
.page-header .header.content .level0 .level1.submenu li.level2 a {
  padding-left: 44px;
}
.page-header .header.content .level0 .level1.submenu a span {
  color: #000000 !important;
  font-weight: 400 !important;
}
.page-header .header.content .level0 .level1.submenu li:hover a span {
  color: #ffffff !important;
}
.page-header .header.content .level0 a.cate-has-dropdown .ui-menu-icon {
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.page-header .header.content .level0 a.cate-has-dropdown + .level1.submenu {
  position: absolute !important;
  display: none !important;
  border-radius: 0 15px 15px 0;
  top: 0px !important;
  left: 99% !important;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: none;
  border-bottom: none;
}
.page-header .header.content .level0 a.cate-has-dropdown + .level1.submenu li.level2 a span {
  font-weight: 600 !important;
}
.page-header .header.content .level0 li.level1:hover a.cate-has-dropdown {
  background: #bf1e2e;
  color: #fff;
}
.page-header .header.content .level0 li.level1:hover a.cate-has-dropdown span {
  color: #fff;
}
.page-header .header.content .level0 li.level1:hover a.cate-has-dropdown + .level1.submenu {
  display: block !important;
}
.page-header .header.content .level0 li.level1:hover a.cate-has-dropdown + .level1.submenu li.level2 a {
  padding-left: 24px;
}
.page-header .header.content .level0 li.level1:hover a.cate-has-dropdown + .level1.submenu li.level2:hover {
  background: none;
  color: #000000;
}
.page-header .header.content .level0 li.level1:hover a.cate-has-dropdown + .level1.submenu li.level2:hover a {
  background: #bf1e2e;
  color: #fff;
}
.page-header .header.content .level0 li.level1:hover a.cate-has-dropdown + .level1.submenu li:first-child a {
  border-radius: 0 15px 0 0;
}
.page-header .header.content .level0 li.level1:hover a.cate-has-dropdown + .level1.submenu li:last-child a {
  border-radius: 0 0 15px 0;
}
.page-header .header.content .level0 ul.level2.submenu {
  border-radius: 0 15px 15px 0;
  top: 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: none;
}
.page-header .header.content .level0 ul.level2.submenu li.level3.ui-menu-item a {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding-left: 24px;
}
.page-header .header.content .level0 ul.level2.submenu li.level3.ui-menu-item a:hover {
  background: #bf1e2e;
}
.page-header .header.content .level0 ul.level2.submenu li.level3.ui-menu-item a:hover span {
  color: #ffffff !important;
}
.page-header .header.content .level0 ul.level2.submenu li.level3.ui-menu-item a span {
  color: #000000 !important;
  font-weight: 600 !important;
}
.page-header .header.content .level0 ul.level2.submenu li:first-child a {
  border-radius: 0 15px 0 0;
}
.page-header .header.content .level0 ul.level2.submenu li:last-child a {
  border-radius: 0 0 15px 0;
}
nav.navigation .level0.parent > .level-top > .ui-menu-icon:after {
  display: none;
}
nav.navigation .level0.parent {
  margin: 0;
}
nav.navigation li.level0 > .level-top {
  line-height: 72px;
  padding: 0 10px;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #000000;
}
nav.navigation li.level0 > .level-top span {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #000000;
  margin: 0 !important;
  text-transform: capitalize;
}
nav.navigation .level0.parent > .level-top {
  padding: 0 10px;
  border: none;
}
nav.navigation .level0.parent > .level-top.ui-state-active:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #bf1e2e;
  position: absolute;
  left: 0;
  bottom: 0;
}
nav.navigation [data-content-type='row'][data-appearance='contained'] {
  display: inline-block;
  padding: 0;
  margin: 0 !important;
}
nav.navigation .main-menu-items ul {
  padding: 0;
}
nav.navigation .main-menu-items ul > li:hover:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #bf1e2e;
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
}
nav.navigation .main-menu-items ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
nav.navigation .main-menu-items ul li > div {
  background: #bf1e2e;
}
nav.navigation .main-menu-items ul li > div:hover {
  background: #ffffff;
}
nav.navigation .main-menu-items ul li > div:hover a span {
  color: #bf1e2e !important;
}
nav.navigation .main-menu-items ul li a {
  line-height: 72px;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #000000;
  padding: 0 10px;
  display: block;
}
nav.navigation .main-menu-items ul li > ul {
  display: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
nav.navigation .main-menu-items ul li > ul li:hover {
  background: transparent;
}
nav.navigation .main-menu-items ul li:hover a {
  text-decoration: none;
}
nav.navigation .main-menu-items ul li:hover > ul {
  display: block;
  position: absolute;
  top: 72px;
  background: #ffffff;
  min-width: 230px;
  border-radius: 0 0 15px 15px;
  padding: 0;
  overflow: hidden;
}
nav.navigation .main-menu-items ul li:hover > ul li {
  width: 100%;
}
nav.navigation .main-menu-items ul li:hover > ul li a {
  line-height: unset;
  width: 100%;
  display: inline-block;
  padding: 5px 24px;
  font-weight: 700;
  font-size: 14px;
}
nav.navigation .main-menu-items ul li:hover > ul li a:hover {
  text-decoration: none;
}
nav.navigation .main-menu-items ul li:hover > ul li:hover {
  background: #bf1e2e;
}
nav.navigation .main-menu-items ul li:hover > ul li:hover a {
  color: #ffffff !important;
}
.page-header .block-search:hover .form.minisearch {
  position: relative;
}
.page-header .block-search .form.minisearch.active {
  background: #bf1e2e;
}
.page-header .block-search .form.minisearch.active label:before {
  color: #ffffff;
}
.page-header .block-search .label {
  overflow: unset;
  height: auto;
  position: unset;
  float: none;
  width: 100%;
  text-align: center;
  line-height: 72px;
  display: inline;
}
.page-header .block-search .label:before {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: #3b3b3b;
}
.page-header .block-search .control {
  opacity: 0;
  position: absolute;
  top: 72px;
  width: 210px;
  right: 0;
}
.page-header .block-search .control input {
  padding-right: 38px;
}
.page-header .block-search .action.search {
  position: absolute;
  top: 82px;
  opacity: 0 !important;
  right: 15px;
  width: 35px;
  height: 40px;
  border-left: solid 1px #000000;
  border-radius: 0;
  cursor: pointer;
}
.page-header .block-search .action.search:before {
  color: #000;
}
.page-header .block-search .form.minisearch.active .control,
.page-header .block-search .form.minisearch.active .action.search {
  opacity: 1 !important;
  pointer-events: all;
}
.page-header .block-search .form.minisearch.active .action.search:hover {
  background-color: #bf1e2e;
  border-radius: 0 15px 15px 0;
  border: solid 1px #ffffff;
}
.page-header .block-search .form.minisearch.active .action.search:hover:before {
  color: #ffffff;
}
.page-header .block-search .form.minisearch.active .field.search > label:before {
  display: none;
}
.page-header .block-search .form.minisearch.active .field.search > label:after {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  font-size: 22px;
  color: #ffffff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.page-header .block-search .form.minisearch.active .control {
  background: #bf1e2e;
  padding: 10px 15px;
  border-radius: 0 0 15px 15px;
}
.page-header .block-search .form.minisearch.active .control input {
  padding-right: 40px;
}
.nav-toggle {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 15px;
}
.nav-toggle:before {
  background: url(../images/menu.svg) no-repeat;
  width: 33px;
  height: 28px;
  background-size: 33px;
  content: '';
  position: relative;
  display: block;
}
.main-menu-items li p {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .page-header .header-top-container .header-right {
    position: relative;
    max-width: 376px;
    width: 100%;
  }
  .page-header .header-top-container .header-right .slick-initialized.slick-slider .slick-track {
    display: flex;
    width: 100% !important;
    justify-content: end;
  }
  .page-header .header-top-container .header-right .slick-initialized.slick-slider .slick-slide {
    width: fit-content !important;
    position: unset !important;
    opacity: 1 !important;
    padding-left: 20px;
  }
  .page-header .header-top-container .header-right .slick-initialized.slick-slider:before {
    left: 42px;
  }
}
@media (max-width: 1090px) and (min-width: 769px) {
  .page-header .header.content .logo img {
    max-width: 100px;
    padding-top: 10px;
    height: auto;
  }
  .page-header .header.content .level0 .submenu a {
    text-decoration: none;
    padding: 5px 24px;
  }
  .page-header .header.content .level0 .submenu a span {
    font-size: 13px;
  }
  nav.navigation [data-content-type='row'][data-appearance='contained'] {
    padding: 0;
  }
  nav.navigation li.level0 > .level-top span {
    font-size: 13px;
  }
  nav.navigation li.level0 > .level-top {
    font-size: 16px;
  }
  nav.navigation .main-menu-items ul li {
    padding: 0;
  }
  nav.navigation .main-menu-items ul li a {
    font-size: 13px;
    padding: 0 4px;
  }
  .section-item-content nav.navigation li.level0 > .level-top {
    padding: 0 4px;
  }
}
@media (max-width: 768px) {
  .nav-open body .nav-toggle:before {
    background: url(../images/close-icon.svg) no-repeat;
    width: 33px;
    height: 28px;
    background-size: 33px;
    content: '';
    position: relative;
    display: block;
  }
  .nav-open body .nav-toggle:after {
    content: none;
  }
  .nav-open body .page-wrapper {
    left: unset;
  }
  .nav-open body .page-header {
    border-bottom: 1px solid #d1d1d1;
  }
  .page-header {
    border-bottom: 1px solid #d1d1d1;
  }
  .page-header .header.content .logo {
    width: 100%;
    display: inline-block;
    float: none;
    margin: 0;
    padding-bottom: 10px;
  }
  .page-header .header.content .logo img {
    max-width: auto;
    position: unset;
    top: 0;
    transform: unset;
  }
  .page-header .header.content div.amquote-cart-wrapper.minicart-wrapper {
    margin-left: 0;
    margin-right: 58px;
    padding-top: 6px;
  }
  .page-header .header.content .minicart-wrapper {
    float: none;
    margin-left: auto;
    margin-right: 20px;
  }
  .page-header .header.content .block-search {
    width: auto;
    float: none;
    padding: 0 10px;
    margin: 0px;
  }
  .page-header .header.content .sections.nav-sections {
    box-shadow: none;
    width: 100%;
    left: -100%;
  }
  .page-header .header.content .sections.nav-sections .section-item-content {
    flex-direction: column;
    margin-top: 0px;
    padding: 0px;
  }
  .page-header .header.content .sections.nav-sections nav.navigation {
    order: 1;
    width: 100%;
    flex-direction: column;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .main-menu-items ul li {
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d1d1d1;
    border-top: none;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .main-menu-items ul li a {
    text-transform: capitalize;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .main-menu-items ul li a.sub-active {
    font-weight: bold;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .main-menu-items ul li.level1 {
    border-bottom: none;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .main-menu-items ul li.level1 > a {
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0.parent {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0.parent li.level2.parent > .sub-active {
    background: #dee2e6 !important;
    font-weight: bold;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0.parent li.level2.parent > .sub-active span {
    font-weight: bold !important;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .level0.submenu {
    position: static !important;
    width: 100%;
    padding: 15px 0px;
    float: left;
    display: inline-block;
    border: none;
    border-radius: 0px;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .level0.submenu a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .ui-menu-item.all-category {
    display: none;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .level1 > a.cate-has-dropdown,
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .level1.active > a.cate-has-dropdown {
    position: relative;
    padding-left: 24px;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .level1 > a.cate-has-dropdown::after,
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .level1.active > a.cate-has-dropdown::after {
    content: '\e608';
    width: auto;
    height: auto;
    background: none;
    left: auto;
    right: 10px;
    top: 7px;
    bottom: auto;
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    font-family: 'luma-icons';
    display: block;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .level1.submenu li.level2:hover,
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .level1.submenu li.level2 a:hover {
    background: #fff;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .level1.submenu li.level2:hover > span,
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .level1.submenu li.level2 a:hover > span {
    color: #000 !important;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .level1.submenu li.level2 .level2.submenu {
    width: 100%;
    padding-left: 35px;
    border: none;
    border-radius: 0px;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0 .level1.submenu li:hover a span {
    color: #000 !important;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0.parent > .level-top {
    border: none !important;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0.parent > .level-top.sub-active {
    background: #dee2e6;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0.parent > .level-top.sub-active span {
    font-weight: bold;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level0.parent > .level-top.sub-active:after {
    content: '\e608';
    transform: rotate(90deg);
    width: auto;
    height: auto;
    background: none;
    left: auto;
    right: 20px;
    top: 0px;
    bottom: auto;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .parent .level-top:after {
    font-size: 20px;
    font-weight: bold;
    right: 20px;
    content: '\e608';
    transition: transform 0.2s ease-in-out;
    top: 0px;
    width: auto;
    height: auto;
    background: none;
    left: auto;
    bottom: auto;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level2.parent {
    position: relative;
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level2.parent > .ui-menu-item-wrapper:after {
    content: '\e608';
    width: auto;
    height: auto;
    background: none;
    left: auto;
    right: 10px;
    top: 7px;
    bottom: auto;
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    font-family: 'luma-icons';
  }
  .page-header .header.content .sections.nav-sections nav.navigation .level2.parent > .ui-menu-item-wrapper.sub-active:after {
    transform: rotate(90deg);
  }
  .page-header .block-search .control {
    opacity: 1 !important;
    position: unset;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .page-header .block-search .label {
    display: none;
  }
  .page-header .block-search .form.minisearch.active {
    background: transparent;
  }
  .page-header .block-search .form.minisearch.active .control {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .page-header .block-search .form.minisearch.active .action.search:hover {
    border: none;
    text-decoration: none;
  }
  .page-header .block-search .form.minisearch:hover {
    background: transparent;
  }
  .page-header .block-search input {
    position: unset;
    padding-right: 40px;
  }
  .page-header .block-search .action.search {
    display: inline-block;
    opacity: 1 !important;
    top: 15px;
    background: transparent;
    border: none;
    right: 0;
    position: unset;
  }
  .page-header .block-search .action.search span {
    font-size: 0;
  }
  .page-header .block-search .form.minisearch {
    position: relative;
  }
  .page-header .block-search .actions {
    position: absolute;
    top: 15px;
    right: 0;
  }
  .page-header .block-search .action.search:before {
    color: #000;
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    right: 5px;
    top: -5px;
  }
  .nav-before-open.nav-open .page-header .header.content .sections.nav-sections {
    left: 0px;
    padding-bottom: 80px;
  }
  .section-item-title {
    display: none;
  }
}
/*-----Footer-------*/
footer.page-footer {
  background: #ffffff;
  border-top: solid 1px #eeeeee;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
footer.page-footer .footer.content {
  max-width: 1140px;
  padding: 0;
}
footer.page-footer .footer-links {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}
footer.page-footer .footer-widget-title {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #000000;
  letter-spacing: .05em;
  margin-bottom: 10px;
  padding-right: 10px;
  margin-top: 0;
}
footer.page-footer .footer-link-item {
  margin-bottom: 20px;
}
footer.page-footer .footer-link-item li {
  margin-bottom: 0;
}
footer.page-footer .footer-link-item li a {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #000000;
}
footer.page-footer .footer-link-item ul {
  padding-right: 10px;
}
footer.page-footer .footer-link-under-logo {
  margin-bottom: 16px;
}
footer.page-footer .footer-link-under-logo li {
  margin-top: 1.6rem;
}
footer.page-footer .footer-link-under-logo li a {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #000000;
}
footer.page-footer .social .social-link {
  color: #bf1e2e;
  display: inline-block;
  float: left;
  margin-right: 16px;
}
footer.page-footer .social .social-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
footer.page-footer .social .social-link i:before {
  font-size: 32px;
}
small.copyright {
  background-color: #0f094d;
  padding: 20px 0;
}
small.copyright span {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: left;
  font-family: 'Roboto';
  font-size: 12px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  small.copyright span {
    text-align: center;
  }
  .footer-link-item ul {
    display: none;
  }
  footer.page-footer {
    padding-top: 0;
    margin-top: 0;
  }
  footer.page-footer .footer-logo {
    text-align: center;
    padding-top: 4rem;
  }
  footer.page-footer .footer-logo p {
    margin-bottom: 0;
  }
  footer.page-footer .footer-link-under-logo {
    margin-bottom: 16px;
  }
  footer.page-footer .footer-link-under-logo li {
    text-align: center;
  }
  footer.page-footer .social {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
  footer.page-footer div.footer-links {
    grid-template-columns: 1fr;
  }
  footer.page-footer .footer.content .footer-links ul {
    padding-top: 12px;
  }
  footer.page-footer .footer-widget-title {
    padding-right: 0;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    display: inline-block;
  }
  footer.page-footer .footer-widget-title:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    color: #000000;
    font-weight: 900;
    margin-left: 5px;
  }
  footer.page-footer .footer-widget-title.active {
    font-weight: 700;
  }
  footer.page-footer .footer-widget-title.active:after {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    color: #000000;
    font-weight: 900;
  }
  footer.page-footer .footer-link-item {
    margin-bottom: 0;
    border-bottom: solid 1px #000000;
    padding: 16px 0;
    text-align: center;
  }
  footer.page-footer .footer-link-item:nth-child(1) {
    border-top: none;
  }
  footer.page-footer .footer-link-item li {
    text-align: center;
  }
}
@media (min-width: 769px) {
  footer.page-footer .footer-link-item ul {
    display: block !important;
  }
  footer.page-footer .footer-widget-title {
    pointer-events: none;
  }
}
.page-header .block-search .control input::placeholder {
  font-family: 'Roboto';
  color: #495057;
}
.page-header .block-search .control input:focus::placeholder {
  font-family: 'Roboto';
  color: #495057;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  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: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .page-wrapper:before {
    content: '';
    position: fixed;
    width: calc(50vw - 590px);
    height: 624px;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url('../images/background_xmas_grey.png');
    background-repeat: repeat-x;
  }
  .page-wrapper:after {
    content: '';
    position: fixed;
    width: calc(50vw - 590px);
    height: 624px;
    top: 0;
    right: 0;
    z-index: -1;
    background-image: url('../images/background_xmas_grey.png');
    background-repeat: repeat-x;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  #confirmBox {
    max-height: 90vh;
  }
  #confirmBox .products-grid .product-item-actions {
    margin-top: 0;
  }
  #confirmOverlay.am-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #confirmOverlay.am-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 230px;
  }
  #confirmOverlay.am-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 230px;
  }
  #confirmOverlay.am-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  #confirmOverlay.am-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  #confirmOverlay.am-top {
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 130px;
  }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%;
  }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0;
  }
  .am-related-box .related .products .product-item {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links {
    display: none;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block;
  }
  .amcart-confirm-buttons .button {
    width: 42%;
  }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px;
  }
  .amcart-confirm-buttons .timer {
    display: inline;
  }
  .am-slider.owl-carousel .owl-prev {
    margin-left: 10px;
  }
  .am-slider.owl-carousel .owl-next {
    margin-right: 10px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px;
  }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 20px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    height: 70px;
    margin: 0;
    max-width: 305px;
  }
  .amcart-product-notice {
    font-size: 14px;
    padding: 20px 35px;
    width: initial;
  }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%;
  }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    margin: 0;
    padding: 0;
  }
  .ampage-top-info .am-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px;
  }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
  }
  .amcart-qty-wrap {
    margin: 0 0 0 25px;
  }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .amquote-addto-button {
    width: 49%;
  }
  .amquote-action-wrap .action.tocart {
    width: 48%;
  }
  .amquote-cart-wrapper.minicart-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    margin: 0 5px 0 20px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart {
    width: 390px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
    transform: none;
  }
  .quote-details {
    padding: 0;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    flex-basis: auto;
  }
  .amasty_quote-cart-index .cart.main.actions .action:not(:last-child):not(:first-child) {
    margin: 0 5px 0 0;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:not(:first-child):last-of-type {
    margin: 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    transition: transform 0.05s ease-in-out;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    filter: drop-shadow(0px 0px 1px #007aff);
    transform: scale(1.4);
  }
  .swiper-button-black:hover {
    filter: drop-shadow(0px 0px 1px #000000);
  }
  .swiper-button-white:hover {
    filter: drop-shadow(0px 0px 1px #ffffff);
  }
  .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;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: Roboto;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .catalog-product-view .section-product-banner {
    padding-top: 46px;
  }
  .catalog-product-view .section-product-banner h1 {
    font-size: 44.8px;
  }
  .catalog-product-view .product-info-similar .product-list li {
    width: auto;
  }
  .catalog-product-view .product-info-top .page-main-description,
  .catalog-product-view .product-info-top .product.media {
    width: calc((100% - 32px) / 2);
  }
  .catalog-product-view .bundle-options-container .product-add-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .product-options-wrapper .field {
    display: flex;
    align-items: center;
  }
  .catalog-product-view .bundle-options-container .product-add-form .product-options-wrapper .field .label {
    width: 25%;
    padding: 0 15px;
    text-align: right;
  }
  .catalog-product-view .bundle-options-container .product-add-form .product-options-wrapper .field .control {
    width: 75%;
    padding: 0 0 0 15px;
  }
  .catalog-product-view .bundle-options-container .bundle-options-wrapper {
    width: calc(100% - 285px);
  }
  .catalog-product-view .bundle-options-container .bundle-options-wrapper .bundle-option-section-title {
    width: 75%;
    padding: 0 15px;
    margin-right: 0;
    margin-left: auto;
  }
  .catalog-product-view .bundle-options-container .bundle-options-wrapper .product-options-wrapper {
    width: 100%;
    float: none;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary {
    width: 255px;
    position: relative;
    float: none;
    padding: 0;
    margin: 0;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .title {
    display: block !important;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 12px 20px;
    margin: 0;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .title h3 {
    margin: 0;
    font-size: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.5;
    color: #3b3b3b;
    text-align: center;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .block-bundle-summary-main {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 9px;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .block-bundle-summary-main.sticked {
    position: fixed;
    top: 30px;
    bottom: unset;
    width: 255px;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .block-bundle-summary-main.absoluted {
    position: absolute;
    top: initial;
    bottom: 0;
    width: 255px;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .content {
    padding: 20px;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .product-name,
  .catalog-product-view .bundle-options-container .block-bundle-summary .available {
    display: none;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .price-box {
    display: block !important;
    margin: 0 0 16px;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .price-box .price-as-configured {
    margin: 0;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    display: block;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
    color: #3b3b3b;
    text-align: center;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .fieldset {
    margin: 0;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .fieldset .field.qty {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 0 16px;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .fieldset .field.qty .label {
    font-family: 'Roboto';
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 300;
    margin: 0;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .fieldset .actions .action.primary {
    width: 100%;
    font-weight: 700;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .fieldset .actions .action.outline {
    width: 100%;
    padding: 9px;
    margin-top: 14px;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .product-delivery {
    margin-bottom: 16px;
    text-align: center;
  }
  .catalog-product-view:not(.page-product-bundle) .column.main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 60px;
  }
  .catalog-product-view:not(.page-product-bundle) .column.main .product.media,
  .catalog-product-view:not(.page-product-bundle) .column.main .product-info-main {
    width: calc((100% - 32px) / 2);
    float: none;
  }
  .catalogsearch-result-index .page-main {
    padding-top: 60px;
  }
  .catalogsearch-result-index .page-main > .page-title-wrapper .page-title {
    font-size: 44.8px;
  }
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-info {
    gap: 30px;
  }
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-info .product-item-photo {
    width: 160px;
  }
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-info .product-item-details {
    width: calc(100% - 190px);
  }
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-name > a {
    font-size: 24px;
  }
  .section-expert-form .section-expert-form-heading h2,
  .section-expert-form .section-expert-form-heading p {
    padding: 0 16px;
    text-align: center;
  }
  .section-expert-form .form.contact .fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 0 60px;
  }
  .section-expert-form .form.contact .fieldset > .field.name,
  .section-expert-form .form.contact .fieldset > .field.telephone {
    width: calc(50% - 30px);
  }
}
@media all and (min-width: 1024px), print {
  .amcart-minipage-wrap .amcart-message-box {
    width: 820px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 0 35px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: 355px;
  }
  .amcart-minipage-wrap .am-photo-container {
    padding: 0 25px 0 35px;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: left;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 35px 0 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    left: 50%;
    max-width: 500px;
    transform: translateX(-50%);
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
