/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 */
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
.requisition-list.wishlist.split.button:before {
  color: #666;
  content: '\e901';
  font-family: 'magento-icons', serif;
  vertical-align: middle;
  display: inline-block;
}
.requisition-list.wishlist.split.button > .action.toggle:before {
  border-left: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
@media print {
  body {
    min-width: 102.4rem;
  }
}
/************************************************************************
 *
 *  ADOBE CONFIDENTIAL
 *  ___________________
 *
 *  Copyright 2024 Adobe
 *  All Rights Reserved.
 *
 *  NOTICE: All information contained herein is, and remains
 *  the property of Adobe and its suppliers, if any. The intellectual
 *  and technical concepts contained herein are proprietary to Adobe
 *  and its suppliers and are protected by all applicable intellectual
 *  property laws, including trade secret and copyright laws.
 *  Dissemination of this information or reproduction of this material
 *  is strictly forbidden unless prior written permission is obtained
 *  from Adobe.
 *  *************************************************************************/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.admin__action-group-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-group-wrap .action-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.admin__action-group-wrap .action-select:hover {
  border-color: #adadad;
}
.admin__action-group-wrap .action-select:hover:before {
  border-color: #757575;
}
.admin__action-group-wrap .action-select:before {
  align-items: center;
  content: '\e622';
  display: flex;
  font-size: 24px;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 3.2rem;
}
.admin__action-group-wrap .action-select._active:before {
  content: '\e621';
}
.admin__action-group-wrap .action-select[disabled] {
  color: #3c3d47;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e621';
}
.admin__action-group-wrap._active .action-menu {
  box-shadow: 0 0 3px 1px #00699d;
}
.admin__action-group-wrap .action-menu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover {
  background: #ffffff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item {
  cursor: default;
  opacity: .5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #ffffff;
  border: 1px solid #757575;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #3c3d47;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.admin__action-group-list._active {
  display: block;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*
 * ***********************************************************************
 *  *
 *  * ADOBE CONFIDENTIAL
 *  * ___________________
 *  *
 *  * Copyright 2024 Adobe
 *  * All Rights Reserved.
 *  *
 *  * NOTICE: All information contained herein is, and remains
 *  * the property of Adobe and its suppliers, if any. The intellectual
 *  * and technical concepts contained herein are proprietary to Adobe
 *  * and its suppliers and are protected by all applicable intellectual
 *  * property laws, including trade secret and copyright laws.
 *  * Dissemination of this information or reproduction of this material
 *  * is strictly forbidden unless prior written permission is obtained
 *  * from Adobe.
 *  * ************************************************************************
 *
 */
/************************************************************************
 *
 *  ADOBE CONFIDENTIAL
 *  ___________________
 *
 *  Copyright 2024 Adobe
 *  All Rights Reserved.
 *
 *  NOTICE: All information contained herein is, and remains
 *  the property of Adobe and its suppliers, if any. The intellectual
 *  and technical concepts contained herein are proprietary to Adobe
 *  and its suppliers and are protected by all applicable intellectual
 *  property laws, including trade secret and copyright laws.
 *  Dissemination of this information or reproduction of this material
 *  is strictly forbidden unless prior written permission is obtained
 *  from Adobe.
 *  ************************************************************************
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (max-width: 1000px) and (min-width: 768px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
  }
}
/* Checkout Available Credit */
/* Checkout Available Credit */
/**
 * 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.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@media print {
  .nav-sections,
  .page-footer,
  .sidebar,
  .page-title-wrapper,
  .amrma-received-message,
  .amrma-cancel,
  .amrma-status,
  .amrma-status-container,
  .amrma-return-instructions,
  .amrma-tracking-information,
  .amrma-chat-title,
  .amrma-chat-container {
    display: none;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    padding-left: 0 !important;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: relative;
    top: 0;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child .amrma-image {
    margin-right: 0;
    padding: 5px;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col .amrma-status {
    display: block;
  }
}
._strong {
  font-weight: 600;
}
._nomargin {
  margin: 0;
}
._hide {
  display: none;
}
@media (min-width: 1470px) {
  .modal-popup.export-cat-popup .modal-inner-wrap .modal-footer button.cancel-btn {
    margin-left: 50px;
  }
  .modal-popup.export-cat-popup .modal-inner-wrap .modal-footer button.export-cat-btn {
    margin-right: 50px;
  }
}
/* CSS for IE10 and IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .edit_form .column {
    display: block;
  }
}
.sales-order-history .order-history-filters .field-reange {
  max-width: 220px;
  min-width: 500px;
}
.sales-order-history .order-history-filters .field:not(.choice) {
  max-width: 175px;
}
@media (min-width: 1425px) {
  .sales-order-history .order-history-filters .field:not(.choice) {
    max-width: 220px;
  }
}
@media (max-width: 1023px) {
  .sales-order-history .order-history-filters .fieldset.lfieldset,
  .sales-order-history .order-history-filters .fieldset.rfieldset {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 767px) {
  .navigation ul {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: left;
  }
  .navigation ul li {
    margin: 0;
    padding: 0;
  }
  .navigation ul li.menu-dropdown-icon > ul:not(.normal-sub) {
    /** column-count:4; **/
  }
  .navigation ul li.menu-dropdown-icon > ul:not(.normal-sub) > li {
    width: 100%;
  }
  .navigation ul li.menu-dropdown-icon > ul:not(.normal-sub) ul.sub-list {
    width: 25%;
    float: left;
  }
  .navigation ul.submenu li {
    position: relative;
  }
  .navigation ul.submenu li a {
    padding: 5px 15px;
  }
  .navigation ul.submenu li:hover > a {
    background: #ebedef;
  }
  .navigation ul.submenu li.parent > a {
    position: relative;
  }
  .navigation ul.submenu li.parent > a:after {
    content: "\e928";
    display: inline-block;
    font-family: 'theme-icons';
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .navigation ul.submenu li.parent ul.submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 10px 0;
  }
  .navigation ul.submenu li.parent:hover > ul.submenu {
    display: block;
    z-index: 1;
  }
  .navigation li ul:not(.normal-sub) li.level1:not(.parent) > a:after {
    content: '';
    color: #888;
    font-weight: 500;
  }
  .navigation li ul:not(.normal-sub) li.level1:not(.parent) > a > span {
    flex-grow: 1;
  }
  .navigation ul.submenu li.level2 > a {
    padding-left: 30px;
  }
  .navigation .sub-list:last-child ul.level2.submenu a {
    padding-left: 30px;
  }
  .navigation .sub-list:last-child ul.level2.submenu li.parent > a:after {
    content: "\e927";
    right: auto;
    left: 10px;
  }
  .navigation .sub-list:last-child ul.level2.submenu li.parent:hover > ul.submenu {
    right: 100%;
    left: auto;
  }
  .menu > ul > li a {
    padding: 5px 15px;
  }
  .pagebuilder-slider {
    z-index: 1;
  }
}
@media all and (max-width: 1540px) {
  .menu > ul {
    padding-right: 50px !important;
  }
  .menu > ul > li.menu-dropdown-icon a.level-top {
    padding: 0rem 3rem 0 2rem !important;
  }
  .menu > ul > li.menu-dropdown-icon a.level-top:after {
    right: 9px;
  }
  .menu > ul > li a.level-top {
    padding: 0rem 2rem;
    font-size: 16px;
  }
}
@media all and (max-width: 1200px) {
  .menu > ul > li.menu-dropdown-icon a.level-top {
    padding: 0rem 2.5rem 0 1rem !important;
  }
  .menu > ul > li.menu-dropdown-icon a.level-top:after {
    right: 5px;
  }
  .menu > ul > li a.level-top {
    padding: 0rem 1rem;
    font-size: 14px;
  }
}
.page-title {
  font-weight: normal !important;
  font-size: 32px !important;
}
.alert-modal.alert-modal-productinfo .modal-inner-wrap {
  width: 60%;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media all and (max-width: 1280px) {
  .support-index-index .page-main .columns {
    max-width: 1250px !important;
  }
}
@media all and (max-width: 1200px) {
  .sm-header_customer-menu-container li.support .action {
    min-width: 75px;
  }
}
/**
 * Taxjar_SalesTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Taxjar_SalesTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
#address-validation {
  padding-bottom: 33px;
}
.checkout-suggested-addresses > p {
  margin-top: 1rem;
}
.checkout-suggested-addresses .suggested-address {
  padding: 10px;
  line-height: 30px;
  border: 1px solid transparent;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address label {
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address.selected-address {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.checkout-suggested-addresses .suggested-address .suggested-address-details {
  padding: 0 0 0 22px;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address .suggested-address-diff {
  background-color: yellow;
}
body[class*="page-layout-admin"] .page-create-order button[data-index="validateAddressButton"] {
  margin-top: 1.5rem;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset {
  border: 0;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend {
  padding: 0 0 10px;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  box-sizing: border-box;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend span {
  font-size: 2.2rem;
  font-weight: 300;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .checkout-suggested-addresses .suggested-address input[type="radio"] {
  margin-right: 5px;
  vertical-align: 1px;
}
.am-checkout #address-validation {
  padding-bottom: 0;
}
.aw-onestep #address-validation {
  margin: 5px;
  padding-bottom: 0;
}
.aw-onestep #address-validation .step-title {
  display: none;
}
.aw-onestep .checkout-suggested-addresses label:before {
  margin-top: 0 !important;
  margin-left: 14px !important;
}
.aw-onestep .checkout-suggested-addresses .suggested-address-details {
  padding-left: 14px;
}
/**
 * Copyright © Zemez. All rights reserved.
 * See COPYING.txt for license details.
 */
/* 
 *  Shop By Brand by Zemez 2016
 *  v1.0.0
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
@media (min-width: 1000px) {
  .page-layout-1column .grid.products-grid .product-items .product-item {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1280px) {
  .page-layout-1column .grid.products-grid .product-items .product-item {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1425px) {
  .page-layout-1column .grid.products-grid .product-items .product-item {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1000px) {
  .page-layout-3columns .grid.products-grid .product-items .product-item {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .page-layout-3columns .grid.products-grid .product-items .product-item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1425px) {
  .page-layout-3columns .grid.products-grid .product-items .product-item {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.product-item-details .price-box {
  order: 1;
}
.product-item-details .product-item-name {
  order: 2;
}
.product-item-details div[class^="swatch-opt-"] {
  order: 3;
  margin: 10px 0;
}
.product-item-details .product-reviews-summary {
  order: 4;
  margin-top: 0;
}
.product-item-details .product-item-inner,
.product-item-details .product-item-actions {
  order: 5;
}
.column.main > .toolbar,
.search.results > .toolbar {
  position: relative;
}
.column.main > .toolbar .toolbar-amount,
.search.results > .toolbar .toolbar-amount {
  display: flex;
  column-gap: 2px;
}
.column.main > .toolbar .single-store-form-container,
.search.results > .toolbar .single-store-form-container {
  flex-grow: 1;
  padding-left: 20px;
}
.column.main > .toolbar .single-store-form-container form,
.search.results > .toolbar .single-store-form-container form {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.column.main > .toolbar .single-store-form-container form label,
.search.results > .toolbar .single-store-form-container form label {
  flex: 0 0 auto;
  font-size: 14px;
}
.column.main > .toolbar .single-store-form-container form .selection-box,
.search.results > .toolbar .single-store-form-container form .selection-box {
  display: flex;
  column-gap: 5px;
}
.column.main > .toolbar .single-store-form-container form .selection-box .select2-container .select2-selection--single,
.search.results > .toolbar .single-store-form-container form .selection-box .select2-container .select2-selection--single {
  height: 28px;
}
.column.main > .toolbar .single-store-form-container form .selection-box .select2-container .select2-selection--single .select2-selection__rendered,
.search.results > .toolbar .single-store-form-container form .selection-box .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 20px;
}
.column.main > .toolbar .single-store-form-container form .selection-box .select2-container .select2-selection--single .select2-selection__arrow,
.search.results > .toolbar .single-store-form-container form .selection-box .select2-container .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 5px;
}
.column.main > .toolbar .single-store-form-container form .selection-box .select2-container .select2-selection--single .select2-selection__arrow b:before,
.search.results > .toolbar .single-store-form-container form .selection-box .select2-container .select2-selection--single .select2-selection__arrow b:before {
  line-height: 28px;
}
.column.main > .toolbar .single-store-form-container form .selection-box button,
.search.results > .toolbar .single-store-form-container form .selection-box button {
  padding: 0 10px;
  border-color: #c11e48;
  color: red;
}
.column.main > .toolbar .single-store-form-container form .selection-box button:hover,
.search.results > .toolbar .single-store-form-container form .selection-box button:hover {
  background: transparent;
}
.column.main > .toolbar .single-store-form-container form .selection-box button[name="set"],
.search.results > .toolbar .single-store-form-container form .selection-box button[name="set"] {
  background: #c11e48;
  color: #ffffff;
}
.column.main > .toolbar .single-store-form-container form .selection-box button span,
.search.results > .toolbar .single-store-form-container form .selection-box button span {
  font-size: 16px;
  font-weight: 400;
}
.select2-container .select-store-dd {
  padding: 0;
}
.select2-container .select-store-dd .select2-search--dropdown {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #a9a9a9;
}
.select2-container .select-store-dd .select2-search--dropdown .select2-search__field {
  height: 30px;
}
.select2-container .select-store-dd .select2-results {
  padding: 0;
}
.select2-container .select-store-dd .select2-results .select2-results__options {
  max-height: 250px;
}
.select2-container .select-store-dd .select2-results .select2-results__options .select2-results__option {
  font-size: 13px;
  margin: 0;
  padding: 7px;
}
.select2-container .select-store-dd .select2-results .select2-results__options .select2-results__option:hover {
  background: #ebedef;
}
.select2-container .select-store-dd .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background: #ebedef;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ebedef;
}
@media (min-width: 1000px) and (max-width: 1279px) {
  .toolbar-products .select2-container {
    max-width: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/*
*   Zemez_AjaxSearch
*/
/*
 * 	Featured Product by Zemez
 */
/* 
 * 	Featured Product by Zemez
 */
/* 
 * 	Featured Product by Zemez
 */
/* 
 * 	Featured Product by Zemez 2016
 *	v1.0.0
 */
/*
 * 	Featured Product
 */
.clear-featured {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.block.widget.featured {
  padding-top: 130px;
}
@media (max-width: 1280px) {
  .block.widget.featured {
    padding-top: 80px;
  }
}
.block.widget.featured .block-title {
  margin-bottom: 50px;
  text-align: center;
}
.block.widget.featured .block-title strong {
  font-size: 35px;
}
@media (max-width: 590px) {
  .block.widget.featured .block-title strong {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .block.widget.featured .products-grid .product-items {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .block.widget.featured .products-grid .product-items .product-item {
    min-width: 50%;
  }
}
@media (max-width: 480px) {
  .block.widget.featured .products-grid .product-items .product-item {
    min-width: 100%;
  }
}
.widget.featured .product-image-container {
  min-width: 100%;
}
.navigation.tm-navigation > ul {
  position: static;
}
.navigation.tm-navigation li.level-top .ui-menu {
  display: block;
  position: absolute !important;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5%);
  transform-origin: top center;
  transition: .2s ease;
}
.navigation.tm-navigation li.level-top .ui-menu[aria-expanded=true] {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transform: translateY(0);
  transition: .3s ease;
  box-shadow: 0 2px 5px #888888;
}
.navigation.tm-navigation li.level-top .ui-menu[aria-expanded=true] [class*='col-m-'] {
  padding: 0 45px;
  border-right: 1px solid #eae9e9;
}
@media (max-width: 1000px) {
  .navigation.tm-navigation li.level-top .ui-menu[aria-expanded=true] [class*='col-m-'] {
    padding: 0 15px;
  }
}
.navigation.tm-navigation li.level-top .ui-menu[aria-expanded=true] [class*='col-m-']:last-child {
  border: 0;
}
.navigation.tm-navigation li.level-top > .ui-menu {
  top: 100% !important;
  left: 0 !important;
}
.navigation.tm-navigation li.level-top .submenu .submenu-reverse {
  right: auto;
}
.navigation.tm-navigation li.level-top .mm-label {
  display: block;
  position: absolute;
  top: -21px;
  left: -50%;
  padding: 3px 7px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13.2px;
  color: #ffffff;
  background-color: #c02a2a;
}
.navigation.tm-navigation li.level-top li {
  position: relative;
}
.navigation.tm-navigation li.level-top .mm-image {
  display: none;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navigation.tm-navigation li.level-top .mm-image {
    display: inline-block;
  }
}
.navigation.tm-navigation li.level-top .mm-image img {
  width: 100%;
  max-width: 100%;
}
.navigation.tm-navigation li.level-top.megamenu-wrapper-parent {
  position: static;
}
.navigation.tm-navigation li.level-top .megamenu-wrapper {
  top: 100% !important;
  left: 0 !important;
  width: 100%;
  padding: 50px 35px;
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1280px) {
  .navigation.tm-navigation li.level-top .megamenu-wrapper {
    padding: 30px 0;
  }
}
.navigation.tm-navigation li.level-top ul.mm-submenu {
  display: block;
  padding: 0;
}
.navigation.tm-navigation li.level-top .tm-megamenu ul.level1 > li > a {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.navigation.tm-navigation li.level-top .tm-megamenu li.item a {
  display: inline-block;
  background: none;
  color: #282828;
  font-weight: 400;
  padding: 0;
}
.navigation.tm-navigation li.level-top .tm-megamenu li.item a:hover {
  color: #000000;
}
.navigation.tm-navigation li.level-top .tm-megamenu li.item + li {
  margin-top: 10px;
}
.navigation.tm-navigation li.level-top .tm-megamenu .product .product-image {
  margin-bottom: 10px;
}
.navigation.tm-navigation li.level-top .tm-megamenu .product .product-image a {
  display: block;
  border: solid 1px #c9c9c9;
  background: none;
}
.navigation.tm-navigation li.level-top .tm-megamenu .product .product-name {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.navigation.tm-navigation li.level-top .tm-megamenu .product .product-name a {
  padding: 0;
  color: #575757;
}
.navigation.tm-navigation li.level-top .tm-megamenu .product .product-name a:hover {
  background: none;
  color: #b9b9b9;
}
.navigation.tm-navigation li.level-top .tm-megamenu .product .price-box {
  font-weight: bold;
}
.navigation.tm-navigation li.level-top .tm-megamenu .product .price-box .price {
  font-size: 1.2em;
  line-height: 1.2em;
}
.navigation.tm-navigation li.level-top .tm-megamenu .product .price-box .old-price {
  font-size: 1em;
  text-decoration: line-through;
}
.navigation.tm-navigation li.level-top .tm-megamenu .product .price-box .special-price {
  font-size: 1.2em;
}
.navigation.tm-navigation li.level-top.by-device .level0.submenu {
  max-height: 408px;
}
.navigation.tm-navigation li.level-top.by-device .level0.submenu li {
  width: 160px;
}
.navigation.tm-navigation li.level-top.by-device .level0.submenu li.level1.pos1 {
  left: 160px;
  top: -408px;
}
.navigation.tm-navigation li.level-top.by-device .level0.submenu li.level1.pos2 {
  left: 320px;
  top: -816px;
}
.navigation.tm-navigation li.level-top.by-device .level0.submenu li.level1.pos3 {
  left: 480px;
  top: -1224px;
}
.navigation.tm-navigation li.level-top.by-device .level0.submenu li.level1.pos4 {
  left: 640px;
  top: -1632px;
}
.navigation.tm-navigation li.level-top.by-device .level0.submenu li.level1.pos5 {
  left: 800px;
  top: -2040px;
}
.navigation.tm-navigation li.level-top.by-device .level0.submenu li.level1.pos6 {
  left: 960px;
  top: -2448px;
}
.navigation.tm-navigation li.level-top.by-device .level0.submenu li .level1.submenu {
  max-height: 300px;
  overflow-y: auto;
}
.sidebar .navigation.tm-navigation {
  background: none;
  margin-bottom: 20px;
  height: inherit;
  left: auto;
  overflow: inherit;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
}
.sidebar .navigation.tm-navigation:empty {
  display: none;
}
.sidebar .navigation.tm-navigation .rd-navbar-nav-wrap {
  display: block;
}
.sidebar .navigation.tm-navigation > ul {
  padding: 0;
  border-bottom: none;
}
.sidebar .navigation.tm-navigation li.level0 {
  display: block;
  border-bottom: solid 1px #c9c9c9;
  margin: 0;
  position: relative;
}
.sidebar .navigation.tm-navigation li.level0 a.level-top {
  display: block;
}
.sidebar .navigation.tm-navigation .level0 .megamenu-wrapper {
  width: 100% !important;
  position: absolute;
  padding: 20px 0;
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}
.sidebar .navigation.tm-navigation ul {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
}
.sidebar .navigation.tm-navigation li.level0 {
  border-top: medium none;
}
.sidebar .navigation.tm-navigation .level0 {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}
.sidebar .navigation.tm-navigation .level0:last-child {
  margin-right: 0;
  padding-right: 0;
}
.sidebar .navigation.tm-navigation .level0 > .level-top {
  box-sizing: border-box;
  color: #575757;
  line-height: 47px;
  padding: 0 12px;
  position: relative;
  text-decoration: none;
}
.sidebar .navigation.tm-navigation .level0 > .level-top:hover,
.sidebar .navigation.tm-navigation .level0 > .level-top.ui-state-focus {
  color: #b9b9b9;
  text-decoration: none;
}
.sidebar .navigation.tm-navigation .level0.active > .level-top,
.sidebar .navigation.tm-navigation .level0.has-active > .level-top {
  border-color: #c9c9c9;
  border-style: solid;
  border-width: 0 0 3px;
  color: #575757;
  display: block;
  text-decoration: none;
}
.sidebar .navigation.tm-navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.sidebar .navigation.tm-navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin: 0;
}
.sidebar .navigation.tm-navigation .level0.parent:hover > .submenu {
  overflow: visible !important;
}
.sidebar .navigation.tm-navigation .level0 .submenu {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #c9c9c9;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
  display: none;
  font-weight: 400;
  left: 0;
  margin: 0 !important;
  min-width: 230px;
  position: absolute;
  z-index: 1;
}
.sidebar .navigation.tm-navigation .level0 .submenu > ul {
  margin-top: 11px;
}
.sidebar .navigation.tm-navigation .level0 .submenu > ul::before,
.sidebar .navigation.tm-navigation .level0 .submenu > ul::after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
}
.sidebar .navigation.tm-navigation .level0 .submenu > ul::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #fff;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  color: #fff;
  height: 0;
  left: 20px;
  top: -20px;
  width: 0;
  z-index: 4;
}
.sidebar .navigation.tm-navigation .level0 .submenu > ul::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #c9c9c9;
  border-image: none;
  border-style: solid;
  border-width: 11px;
  color: #575757;
  height: 0;
  left: 19px;
  top: -22px;
  width: 0;
  z-index: 3;
}
.sidebar .navigation.tm-navigation .level0 .submenu a {
  color: #575757;
  display: block;
  line-height: inherit;
  padding: 8px 20px;
}
.sidebar .navigation.tm-navigation .level0 .submenu a:hover,
.sidebar .navigation.tm-navigation .level0 .submenu a.ui-state-focus {
  background: #e8e8e8 none repeat scroll 0 0;
  color: #575757;
  text-decoration: none;
}
.sidebar .navigation.tm-navigation .level0 .submenu .active > a {
  border-color: #c9c9c9;
  border-style: solid;
  border-width: 0 0 0 3px;
  color: #575757;
}
.sidebar .navigation.tm-navigation .level0.more {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.sidebar .navigation.tm-navigation .level0.more::after {
  color: inherit;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 26px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.sidebar .navigation.tm-navigation .level0.more::before {
  display: none;
}
.sidebar .navigation.tm-navigation .level0.more::after {
  cursor: pointer;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
}
.sidebar .navigation.tm-navigation .level0.more:hover > .submenu {
  overflow: visible !important;
}
.sidebar .navigation.tm-navigation .level0.more li {
  display: block;
}
nav.tm-navigation *,
nav.tm-navigation *:before,
nav.tm-navigation *:after {
  box-sizing: border-box;
}
nav.tm-navigation ul.vm-static,
nav.tm-navigation ul.vm-easing {
  margin-left: 10px;
}
nav.tm-navigation ul.vm-pop-up {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 5px #cccccc;
}
nav.tm-navigation.mobile-only,
nav.tm-navigation.desktop-only {
  visibility: hidden;
  opacity: 0;
  display: none;
}
nav.tm-navigation.active {
  visibility: visible;
  opacity: 1;
  display: block;
}
.newsletter-popup.modal-popup .modal-inner-wrap {
  margin-top: 12%;
}
.newsletter-popup.modal-popup header.modal-header {
  padding: 20px 30px 0;
}
.newsletter-popup.modal-popup .modal-content {
  padding: 20px 30px 30px;
}
.modal-popup.newsletter-popup .block.newsletter {
  margin: 0;
}
.modal-popup.newsletter-popup .modal-title {
  font-size: 35px;
  margin-bottom: 5px;
  color: #000000;
  padding: 0;
  border: 0;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .modal-popup.newsletter-popup .modal-title {
    font-size: 21px;
    line-height: 1.3;
  }
}
.modal-popup.newsletter-popup .modal-inner-wrap {
  background-image: url("../images/media/newsletter-popup-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 84px 6%;
  padding-bottom: 42px;
}
@media (max-width: 991px) {
  .modal-popup.newsletter-popup .modal-inner-wrap {
    width: 96% !important;
    padding: 50px 4%;
    padding-bottom: 25px;
  }
}
.modal-popup.newsletter-popup .content-text {
  margin-bottom: 45px;
  padding: 0 8%;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 480px) {
  .modal-popup.newsletter-popup .content-text {
    margin-bottom: 15px;
  }
}
.modal-popup.newsletter-popup .form.subscribe .field .control {
  width: 100%;
  height: 100%;
}
.modal-popup.newsletter-popup .form.subscribe .field .control input {
  height: 100%;
}
@media (max-width: 480px) {
  .modal-popup.newsletter-popup .form.subscribe .field .control input {
    height: 60px;
  }
}
.modal-popup.newsletter-popup .field.newsletter {
  order: 1;
  width: 100%;
  padding: 0 10px 0 0;
  margin: 0;
}
.modal-popup.newsletter-popup .buttons-container {
  order: 2;
}
@media (max-width: 480px) {
  .modal-popup.newsletter-popup .buttons-container {
    margin: 20px auto 0;
  }
}
.modal-popup.newsletter-popup .action-close {
  position: absolute;
  right: 15px;
  top: 10px;
  display: block;
}
.modal-popup.newsletter-popup .action-close:before {
  content: '\ec35';
  display: inline-block;
  font-family: 'Linearicons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.modal-popup.newsletter-popup .action-close:before {
  font-size: 20px;
}
.modal-popup.newsletter-popup .privacy-policy-check-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  padding: 15px 1% 0;
}
.modal-popup.newsletter-popup .privacy-policy-check-box .check_privacy {
  margin: 0 10px 0 0;
}
.modal-popup.newsletter-popup .privacy-policy-check-box .check_privacy_popup {
  min-width: 15px;
  margin-right: 15px;
}
.newsletter-popup.modal-popup._show .modal-inner-wrap {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50.3%);
  position: absolute;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.wrap-text {
  margin-bottom: 24px;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 4px;
}
/* CSS for IE10 and IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-shipping .top_location_search .filter_wrapper .select_section .filters,
  .mycart-checkout-shipping .top_location_search .filter_wrapper .select_section .filters {
    display: block;
  }
}
.storefront__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .storefront__actions-switch {
  line-height: 3.2rem;
}
.storefront__actions-switch + .admin__field-service {
  min-width: 34rem;
}
input[type='checkbox'].storefront__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._disabled input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label,
input[type='checkbox'].storefront__actions-switch-checkbox.disabled + .storefront__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:before {
  left: 15px;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:after {
  background: #79a22e;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label .storefront__actions-switch-text:before {
  content: attr(data-text-on);
}
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:before,
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:after {
  border-color: #007bdb;
}
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:before,
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:after {
  border-color: #e22626;
}
.storefront__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.storefront__actions-switch-label:before,
.storefront__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.storefront__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.storefront__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.storefront__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
@media (min-width: 1000px) and (max-width: 1279px) {
  .sidebar .block-wishlist .product-items .product-item-info .product-item-photo,
  .block-wishlist .product-items .product-item-info .product-item-photo {
    float: none;
  }
}
.form-wishlist-items .actions-toolbar {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.form-wishlist-items .actions-toolbar .primary {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 15px;
}
.form-wishlist-items .actions-toolbar .primary .action + .action {
  margin-bottom: 0;
  margin-left: 10px;
}
html.rtl .form-wishlist-items .actions-toolbar .primary {
  margin-left: 0;
  margin-right: 15px;
}
html.rtl .form-wishlist-items .actions-toolbar .primary .action + .action {
  margin-left: 0;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 1000px - 1) {
  .header-content {
    padding: 0 15px;
  }
}
.header-content .header.links li .counter.qty {
  display: none;
}
.products-list .product-item-photo.product-item-photo-gallery {
  width: 30%;
}
.product-image-container.gallery-placeholder-thumb {
  display: block;
}
.gallery-placeholder-thumb .fotorama {
  width: 100%;
}
.scrollToBottom {
  top: 4vh;
  right: 3vw;
}
.scrollToBottom.top {
  top: 22vh;
}
.scrollToBottom,
.scrollToBottom:before {
  height: 30px;
  width: 30px;
}
.scrollToBottom:before {
  margin-top: -15px;
  margin-left: -15px;
  line-height: 30px;
}
.scrollToTop {
  bottom: 75px;
  right: 3vw;
}
.scrollToTop,
.scrollToTop:before {
  height: 30px;
  width: 30px;
}
.scrollToTop:before {
  margin-top: -15px;
  margin-left: -15px;
  line-height: 30px;
}
html.rtl .scrollToBottom,
html.rtl .scrollToTop {
  right: auto;
  left: 3vw;
}
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-light: #a9a9a9;
  --color-denied: #f55;
  --body-back: #ebedef;
  --color-bordo: #c11e48;
  --white-hover: #f1f3f5;
  --color-darkback: #5a6170;
  --color-grey: #cccccc;
  --color-light-grey: #f9f9f9;
}
@font-face {
  font-family: 'theme-icons';
  src: url('../fonts/theme-icons/theme-icons.woff2') format('woff2'), url('../fonts/theme-icons/theme-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
[class^="themeicon-"]:before,
[class*=" themeicon-"]:before {
  font-family: 'theme-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.themeicon-users_single-body:before {
  content: "\ea0a";
}
.themeicon-text_quote:before {
  content: "\eb16";
}
.themeicon-business_chart-bar-32:before {
  content: "\ee19";
}
.themeicon-close:before {
  content: "\e900";
}
.themeicon-radio_button_unchecked:before {
  content: "\e901";
}
.themeicon-check_box:before {
  content: "\e902";
}
.themeicon-check_box_outline_blank:before {
  content: "\e903";
}
.themeicon-radio_button_checked:before {
  content: "\e904";
}
.themeicon-arrows-1_download:before {
  content: "\e916";
}
.themeicon-arrows-1_minimal-down:before {
  content: "\e926";
}
.themeicon-arrows-1_minimal-left:before {
  content: "\e927";
}
.themeicon-arrows-1_minimal-right:before {
  content: "\e928";
}
.themeicon-arrows-1_minimal-up:before {
  content: "\e929";
}
.themeicon-arrows-1_refresh-69:before {
  content: "\e92d";
}
.themeicon-arrows-1_simple-right:before {
  content: "\e939";
}
.themeicon-arrows-1_tail-triangle-left:before {
  content: "\e94b";
}
.themeicon-arrows-1_tail-triangle-right:before {
  content: "\e94c";
}
.themeicon-arrows-e_circle-e-right-01:before {
  content: "\e9b1";
}
.themeicon-arrows-e_circle-e-right-09:before {
  content: "\e9b2";
}
.themeicon-users_multiple-19:before {
  content: "\ea04";
}
.themeicon-ui-1_bold-remove:before {
  content: "\ea18";
}
.themeicon-ui-1_check-circle-08:before {
  content: "\ea1f";
}
.themeicon-ui-1_check:before {
  content: "\ea25";
}
.themeicon-ui-1_email-83:before {
  content: "\ea39";
}
.themeicon-ui-1_email-84:before {
  content: "\ea3a";
}
.themeicon-ui-1_home-51:before {
  content: "\ea40";
}
.themeicon-ui-1_simple-remove:before {
  content: "\ea5c";
}
.themeicon-ui-1_trash-simple:before {
  content: "\ea5d";
}
.themeicon-ui-1_zoom:before {
  content: "\ea66";
}
.themeicon-ui-2_chat-content:before {
  content: "\ea7a";
}
.themeicon-ui-2_chat:before {
  content: "\ea7d";
}
.themeicon-ui-2_filter:before {
  content: "\ea86";
}
.themeicon-ui-2_grid-45:before {
  content: "\ea88";
}
.themeicon-ui-2_menu-34:before {
  content: "\ea97";
}
.themeicon-ui-2_paragraph:before {
  content: "\ea9d";
}
.themeicon-ui-2_share:before {
  content: "\eaa0";
}
.themeicon-transportation_truck-front:before {
  content: "\eaec";
}
.themeicon-shopping_cart-modern:before {
  content: "\ebb2";
}
.themeicon-education_hat:before {
  content: "\ebd8";
}
.themeicon-education_language:before {
  content: "\ebd9";
}
.themeicon-holidays_gift:before {
  content: "\ec8b";
}
.themeicon-health_heartbeat-16:before {
  content: "\eca6";
}
.themeicon-files_archive-check:before {
  content: "\ed2f";
}
.themeicon-design_pen-01:before {
  content: "\edc3";
}
.themeicon-ui-3_funnel-39:before {
  content: "\ee7d";
}
.themeicon-ui-e_round-e-help:before {
  content: "\ee97";
}
@font-face {
  font-family: 'Linearicons';
  src: url('../fonts/linearicons/Linearicons.woff2') format('woff2'), url('../fonts/linearicons/Linearicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.linearicons,
[class^="linearicons-"],
[class*=" linearicons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Linearicons', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.linearicons-home:before {
  content: "\e900";
}
.linearicons-home2:before {
  content: "\e901";
}
.linearicons-home3:before {
  content: "\e902";
}
.linearicons-home4:before {
  content: "\e903";
}
.linearicons-home5:before {
  content: "\e904";
}
.linearicons-home6:before {
  content: "\e905";
}
.linearicons-bathtub:before {
  content: "\e906";
}
.linearicons-toothbrush:before {
  content: "\e907";
}
.linearicons-bed:before {
  content: "\e908";
}
.linearicons-couch:before {
  content: "\e909";
}
.linearicons-chair:before {
  content: "\e90a";
}
.linearicons-city:before {
  content: "\e90b";
}
.linearicons-apartment:before {
  content: "\e90c";
}
.linearicons-pencil:before {
  content: "\e90d";
}
.linearicons-pencil2:before {
  content: "\e90e";
}
.linearicons-pen:before {
  content: "\e90f";
}
.linearicons-pencil3:before {
  content: "\e910";
}
.linearicons-eraser:before {
  content: "\e911";
}
.linearicons-pencil4:before {
  content: "\e912";
}
.linearicons-pencil5:before {
  content: "\e913";
}
.linearicons-feather:before {
  content: "\e914";
}
.linearicons-feather2:before {
  content: "\e915";
}
.linearicons-feather3:before {
  content: "\e916";
}
.linearicons-pen2:before {
  content: "\e917";
}
.linearicons-pen-add:before {
  content: "\e918";
}
.linearicons-pen-remove:before {
  content: "\e919";
}
.linearicons-vector:before {
  content: "\e91a";
}
.linearicons-pen3:before {
  content: "\e91b";
}
.linearicons-blog:before {
  content: "\e91c";
}
.linearicons-brush:before {
  content: "\e91d";
}
.linearicons-brush2:before {
  content: "\e91e";
}
.linearicons-spray:before {
  content: "\e91f";
}
.linearicons-paint-roller:before {
  content: "\e920";
}
.linearicons-stamp:before {
  content: "\e921";
}
.linearicons-tape:before {
  content: "\e922";
}
.linearicons-desk-tape:before {
  content: "\e923";
}
.linearicons-texture:before {
  content: "\e924";
}
.linearicons-eye-dropper:before {
  content: "\e925";
}
.linearicons-palette:before {
  content: "\e926";
}
.linearicons-color-sampler:before {
  content: "\e927";
}
.linearicons-bucket:before {
  content: "\e928";
}
.linearicons-gradient:before {
  content: "\e929";
}
.linearicons-gradient2:before {
  content: "\e92a";
}
.linearicons-magic-wand:before {
  content: "\e92b";
}
.linearicons-magnet:before {
  content: "\e92c";
}
.linearicons-pencil-ruler:before {
  content: "\e92d";
}
.linearicons-pencil-ruler2:before {
  content: "\e92e";
}
.linearicons-compass:before {
  content: "\e92f";
}
.linearicons-aim:before {
  content: "\e930";
}
.linearicons-gun:before {
  content: "\e931";
}
.linearicons-bottle:before {
  content: "\e932";
}
.linearicons-drop:before {
  content: "\e933";
}
.linearicons-drop-crossed:before {
  content: "\e934";
}
.linearicons-drop2:before {
  content: "\e935";
}
.linearicons-snow:before {
  content: "\e936";
}
.linearicons-snow2:before {
  content: "\e937";
}
.linearicons-fire:before {
  content: "\e938";
}
.linearicons-lighter:before {
  content: "\e939";
}
.linearicons-knife:before {
  content: "\e93a";
}
.linearicons-dagger:before {
  content: "\e93b";
}
.linearicons-tissue:before {
  content: "\e93c";
}
.linearicons-toilet-paper:before {
  content: "\e93d";
}
.linearicons-poop:before {
  content: "\e93e";
}
.linearicons-umbrella:before {
  content: "\e93f";
}
.linearicons-umbrella2:before {
  content: "\e940";
}
.linearicons-rain:before {
  content: "\e941";
}
.linearicons-tornado:before {
  content: "\e942";
}
.linearicons-wind:before {
  content: "\e943";
}
.linearicons-fan:before {
  content: "\e944";
}
.linearicons-contrast:before {
  content: "\e945";
}
.linearicons-sun-small:before {
  content: "\e946";
}
.linearicons-sun:before {
  content: "\e947";
}
.linearicons-sun2:before {
  content: "\e948";
}
.linearicons-moon:before {
  content: "\e949";
}
.linearicons-cloud:before {
  content: "\e94a";
}
.linearicons-cloud-upload:before {
  content: "\e94b";
}
.linearicons-cloud-download:before {
  content: "\e94c";
}
.linearicons-cloud-rain:before {
  content: "\e94d";
}
.linearicons-cloud-hailstones:before {
  content: "\e94e";
}
.linearicons-cloud-snow:before {
  content: "\e94f";
}
.linearicons-cloud-windy:before {
  content: "\e950";
}
.linearicons-sun-wind:before {
  content: "\e951";
}
.linearicons-cloud-fog:before {
  content: "\e952";
}
.linearicons-cloud-sun:before {
  content: "\e953";
}
.linearicons-cloud-lightning:before {
  content: "\e954";
}
.linearicons-cloud-sync:before {
  content: "\e955";
}
.linearicons-cloud-lock:before {
  content: "\e956";
}
.linearicons-cloud-gear:before {
  content: "\e957";
}
.linearicons-cloud-alert:before {
  content: "\e958";
}
.linearicons-cloud-check:before {
  content: "\e959";
}
.linearicons-cloud-cross:before {
  content: "\e95a";
}
.linearicons-cloud-crossed:before {
  content: "\e95b";
}
.linearicons-cloud-database:before {
  content: "\e95c";
}
.linearicons-database:before {
  content: "\e95d";
}
.linearicons-database-add:before {
  content: "\e95e";
}
.linearicons-database-remove:before {
  content: "\e95f";
}
.linearicons-database-lock:before {
  content: "\e960";
}
.linearicons-database-refresh:before {
  content: "\e961";
}
.linearicons-database-check:before {
  content: "\e962";
}
.linearicons-database-history:before {
  content: "\e963";
}
.linearicons-database-upload:before {
  content: "\e964";
}
.linearicons-database-download:before {
  content: "\e965";
}
.linearicons-server:before {
  content: "\e966";
}
.linearicons-shield:before {
  content: "\e967";
}
.linearicons-shield-check:before {
  content: "\e968";
}
.linearicons-shield-alert:before {
  content: "\e969";
}
.linearicons-shield-cross:before {
  content: "\e96a";
}
.linearicons-lock:before {
  content: "\e96b";
}
.linearicons-rotation-lock:before {
  content: "\e96c";
}
.linearicons-unlock:before {
  content: "\e96d";
}
.linearicons-key:before {
  content: "\e96e";
}
.linearicons-key-hole:before {
  content: "\e96f";
}
.linearicons-toggle-off:before {
  content: "\e970";
}
.linearicons-toggle-on:before {
  content: "\e971";
}
.linearicons-cog:before {
  content: "\e972";
}
.linearicons-cog2:before {
  content: "\e973";
}
.linearicons-wrench:before {
  content: "\e974";
}
.linearicons-screwdriver:before {
  content: "\e975";
}
.linearicons-hammer-wrench:before {
  content: "\e976";
}
.linearicons-hammer:before {
  content: "\e977";
}
.linearicons-saw:before {
  content: "\e978";
}
.linearicons-axe:before {
  content: "\e979";
}
.linearicons-axe2:before {
  content: "\e97a";
}
.linearicons-shovel:before {
  content: "\e97b";
}
.linearicons-pickaxe:before {
  content: "\e97c";
}
.linearicons-factory:before {
  content: "\e97d";
}
.linearicons-factory2:before {
  content: "\e97e";
}
.linearicons-recycle:before {
  content: "\e97f";
}
.linearicons-trash:before {
  content: "\e980";
}
.linearicons-trash2:before {
  content: "\e981";
}
.linearicons-trash3:before {
  content: "\e982";
}
.linearicons-broom:before {
  content: "\e983";
}
.linearicons-game:before {
  content: "\e984";
}
.linearicons-gamepad:before {
  content: "\e985";
}
.linearicons-joystick:before {
  content: "\e986";
}
.linearicons-dice:before {
  content: "\e987";
}
.linearicons-spades:before {
  content: "\e988";
}
.linearicons-diamonds:before {
  content: "\e989";
}
.linearicons-clubs:before {
  content: "\e98a";
}
.linearicons-hearts:before {
  content: "\e98b";
}
.linearicons-heart:before {
  content: "\e98c";
}
.linearicons-star:before {
  content: "\e98d";
}
.linearicons-star-half:before {
  content: "\e98e";
}
.linearicons-star-empty:before {
  content: "\e98f";
}
.linearicons-flag:before {
  content: "\e990";
}
.linearicons-flag2:before {
  content: "\e991";
}
.linearicons-flag3:before {
  content: "\e992";
}
.linearicons-mailbox-full:before {
  content: "\e993";
}
.linearicons-mailbox-empty:before {
  content: "\e994";
}
.linearicons-at-sign:before {
  content: "\e995";
}
.linearicons-envelope:before {
  content: "\e996";
}
.linearicons-envelope-open:before {
  content: "\e997";
}
.linearicons-paperclip:before {
  content: "\e998";
}
.linearicons-paper-plane:before {
  content: "\e999";
}
.linearicons-reply:before {
  content: "\e99a";
}
.linearicons-reply-all:before {
  content: "\e99b";
}
.linearicons-inbox:before {
  content: "\e99c";
}
.linearicons-inbox2:before {
  content: "\e99d";
}
.linearicons-outbox:before {
  content: "\e99e";
}
.linearicons-box:before {
  content: "\e99f";
}
.linearicons-archive:before {
  content: "\e9a0";
}
.linearicons-archive2:before {
  content: "\e9a1";
}
.linearicons-drawers:before {
  content: "\e9a2";
}
.linearicons-drawers2:before {
  content: "\e9a3";
}
.linearicons-drawers3:before {
  content: "\e9a4";
}
.linearicons-eye:before {
  content: "\e9a5";
}
.linearicons-eye-crossed:before {
  content: "\e9a6";
}
.linearicons-eye-plus:before {
  content: "\e9a7";
}
.linearicons-eye-minus:before {
  content: "\e9a8";
}
.linearicons-binoculars:before {
  content: "\e9a9";
}
.linearicons-binoculars2:before {
  content: "\e9aa";
}
.linearicons-hdd:before {
  content: "\e9ab";
}
.linearicons-hdd-down:before {
  content: "\e9ac";
}
.linearicons-hdd-up:before {
  content: "\e9ad";
}
.linearicons-floppy-disk:before {
  content: "\e9ae";
}
.linearicons-disc:before {
  content: "\e9af";
}
.linearicons-tape2:before {
  content: "\e9b0";
}
.linearicons-printer:before {
  content: "\e9b1";
}
.linearicons-shredder:before {
  content: "\e9b2";
}
.linearicons-file-empty:before {
  content: "\e9b3";
}
.linearicons-file-add:before {
  content: "\e9b4";
}
.linearicons-file-check:before {
  content: "\e9b5";
}
.linearicons-file-lock:before {
  content: "\e9b6";
}
.linearicons-files:before {
  content: "\e9b7";
}
.linearicons-copy:before {
  content: "\e9b8";
}
.linearicons-compare:before {
  content: "\e9b9";
}
.linearicons-folder:before {
  content: "\e9ba";
}
.linearicons-folder-search:before {
  content: "\e9bb";
}
.linearicons-folder-plus:before {
  content: "\e9bc";
}
.linearicons-folder-minus:before {
  content: "\e9bd";
}
.linearicons-folder-download:before {
  content: "\e9be";
}
.linearicons-folder-upload:before {
  content: "\e9bf";
}
.linearicons-folder-star:before {
  content: "\e9c0";
}
.linearicons-folder-heart:before {
  content: "\e9c1";
}
.linearicons-folder-user:before {
  content: "\e9c2";
}
.linearicons-folder-shared:before {
  content: "\e9c3";
}
.linearicons-folder-music:before {
  content: "\e9c4";
}
.linearicons-folder-picture:before {
  content: "\e9c5";
}
.linearicons-folder-film:before {
  content: "\e9c6";
}
.linearicons-scissors:before {
  content: "\e9c7";
}
.linearicons-paste:before {
  content: "\e9c8";
}
.linearicons-clipboard-empty:before {
  content: "\e9c9";
}
.linearicons-clipboard-pencil:before {
  content: "\e9ca";
}
.linearicons-clipboard-text:before {
  content: "\e9cb";
}
.linearicons-clipboard-check:before {
  content: "\e9cc";
}
.linearicons-clipboard-down:before {
  content: "\e9cd";
}
.linearicons-clipboard-left:before {
  content: "\e9ce";
}
.linearicons-clipboard-alert:before {
  content: "\e9cf";
}
.linearicons-clipboard-user:before {
  content: "\e9d0";
}
.linearicons-register:before {
  content: "\e9d1";
}
.linearicons-enter:before {
  content: "\e9d2";
}
.linearicons-exit:before {
  content: "\e9d3";
}
.linearicons-papers:before {
  content: "\e9d4";
}
.linearicons-news:before {
  content: "\e9d5";
}
.linearicons-reading:before {
  content: "\e9d6";
}
.linearicons-typewriter:before {
  content: "\e9d7";
}
.linearicons-document:before {
  content: "\e9d8";
}
.linearicons-document2:before {
  content: "\e9d9";
}
.linearicons-graduation-hat:before {
  content: "\e9da";
}
.linearicons-license:before {
  content: "\e9db";
}
.linearicons-license2:before {
  content: "\e9dc";
}
.linearicons-medal-empty:before {
  content: "\e9dd";
}
.linearicons-medal-first:before {
  content: "\e9de";
}
.linearicons-medal-second:before {
  content: "\e9df";
}
.linearicons-medal-third:before {
  content: "\e9e0";
}
.linearicons-podium:before {
  content: "\e9e1";
}
.linearicons-trophy:before {
  content: "\e9e2";
}
.linearicons-trophy2:before {
  content: "\e9e3";
}
.linearicons-music-note:before {
  content: "\e9e4";
}
.linearicons-music-note2:before {
  content: "\e9e5";
}
.linearicons-music-note3:before {
  content: "\e9e6";
}
.linearicons-playlist:before {
  content: "\e9e7";
}
.linearicons-playlist-add:before {
  content: "\e9e8";
}
.linearicons-guitar:before {
  content: "\e9e9";
}
.linearicons-trumpet:before {
  content: "\e9ea";
}
.linearicons-album:before {
  content: "\e9eb";
}
.linearicons-shuffle:before {
  content: "\e9ec";
}
.linearicons-repeat-one:before {
  content: "\e9ed";
}
.linearicons-repeat:before {
  content: "\e9ee";
}
.linearicons-headphones:before {
  content: "\e9ef";
}
.linearicons-headset:before {
  content: "\e9f0";
}
.linearicons-loudspeaker:before {
  content: "\e9f1";
}
.linearicons-equalizer:before {
  content: "\e9f2";
}
.linearicons-theater:before {
  content: "\e9f3";
}
.linearicons-3d-glasses:before {
  content: "\e9f4";
}
.linearicons-ticket:before {
  content: "\e9f5";
}
.linearicons-presentation:before {
  content: "\e9f6";
}
.linearicons-play:before {
  content: "\e9f7";
}
.linearicons-film-play:before {
  content: "\e9f8";
}
.linearicons-clapboard-play:before {
  content: "\e9f9";
}
.linearicons-media:before {
  content: "\e9fa";
}
.linearicons-film:before {
  content: "\e9fb";
}
.linearicons-film2:before {
  content: "\e9fc";
}
.linearicons-surveillance:before {
  content: "\e9fd";
}
.linearicons-surveillance2:before {
  content: "\e9fe";
}
.linearicons-camera:before {
  content: "\e9ff";
}
.linearicons-camera-crossed:before {
  content: "\ea00";
}
.linearicons-camera-play:before {
  content: "\ea01";
}
.linearicons-time-lapse:before {
  content: "\ea02";
}
.linearicons-record:before {
  content: "\ea03";
}
.linearicons-camera2:before {
  content: "\ea04";
}
.linearicons-camera-flip:before {
  content: "\ea05";
}
.linearicons-panorama:before {
  content: "\ea06";
}
.linearicons-time-lapse2:before {
  content: "\ea07";
}
.linearicons-shutter:before {
  content: "\ea08";
}
.linearicons-shutter2:before {
  content: "\ea09";
}
.linearicons-face-detection:before {
  content: "\ea0a";
}
.linearicons-flare:before {
  content: "\ea0b";
}
.linearicons-convex:before {
  content: "\ea0c";
}
.linearicons-concave:before {
  content: "\ea0d";
}
.linearicons-picture:before {
  content: "\ea0e";
}
.linearicons-picture2:before {
  content: "\ea0f";
}
.linearicons-picture3:before {
  content: "\ea10";
}
.linearicons-pictures:before {
  content: "\ea11";
}
.linearicons-book:before {
  content: "\ea12";
}
.linearicons-audio-book:before {
  content: "\ea13";
}
.linearicons-book2:before {
  content: "\ea14";
}
.linearicons-bookmark:before {
  content: "\ea15";
}
.linearicons-bookmark2:before {
  content: "\ea16";
}
.linearicons-label:before {
  content: "\ea17";
}
.linearicons-library:before {
  content: "\ea18";
}
.linearicons-library2:before {
  content: "\ea19";
}
.linearicons-contacts:before {
  content: "\ea1a";
}
.linearicons-profile:before {
  content: "\ea1b";
}
.linearicons-portrait:before {
  content: "\ea1c";
}
.linearicons-portrait2:before {
  content: "\ea1d";
}
.linearicons-user:before {
  content: "\ea1e";
}
.linearicons-user-plus:before {
  content: "\ea1f";
}
.linearicons-user-minus:before {
  content: "\ea20";
}
.linearicons-user-lock:before {
  content: "\ea21";
}
.linearicons-users:before {
  content: "\ea22";
}
.linearicons-users2:before {
  content: "\ea23";
}
.linearicons-users-plus:before {
  content: "\ea24";
}
.linearicons-users-minus:before {
  content: "\ea25";
}
.linearicons-group-work:before {
  content: "\ea26";
}
.linearicons-woman:before {
  content: "\ea27";
}
.linearicons-man:before {
  content: "\ea28";
}
.linearicons-baby:before {
  content: "\ea29";
}
.linearicons-baby2:before {
  content: "\ea2a";
}
.linearicons-baby3:before {
  content: "\ea2b";
}
.linearicons-baby-bottle:before {
  content: "\ea2c";
}
.linearicons-walk:before {
  content: "\ea2d";
}
.linearicons-hand-waving:before {
  content: "\ea2e";
}
.linearicons-jump:before {
  content: "\ea2f";
}
.linearicons-run:before {
  content: "\ea30";
}
.linearicons-woman2:before {
  content: "\ea31";
}
.linearicons-man2:before {
  content: "\ea32";
}
.linearicons-man-woman:before {
  content: "\ea33";
}
.linearicons-height:before {
  content: "\ea34";
}
.linearicons-weight:before {
  content: "\ea35";
}
.linearicons-scale:before {
  content: "\ea36";
}
.linearicons-button:before {
  content: "\ea37";
}
.linearicons-bow-tie:before {
  content: "\ea38";
}
.linearicons-tie:before {
  content: "\ea39";
}
.linearicons-socks:before {
  content: "\ea3a";
}
.linearicons-shoe:before {
  content: "\ea3b";
}
.linearicons-shoes:before {
  content: "\ea3c";
}
.linearicons-hat:before {
  content: "\ea3d";
}
.linearicons-pants:before {
  content: "\ea3e";
}
.linearicons-shorts:before {
  content: "\ea3f";
}
.linearicons-flip-flops:before {
  content: "\ea40";
}
.linearicons-shirt:before {
  content: "\ea41";
}
.linearicons-hanger:before {
  content: "\ea42";
}
.linearicons-laundry:before {
  content: "\ea43";
}
.linearicons-store:before {
  content: "\ea44";
}
.linearicons-haircut:before {
  content: "\ea45";
}
.linearicons-store-24:before {
  content: "\ea46";
}
.linearicons-barcode:before {
  content: "\ea47";
}
.linearicons-barcode2:before {
  content: "\ea48";
}
.linearicons-barcode3:before {
  content: "\ea49";
}
.linearicons-cashier:before {
  content: "\ea4a";
}
.linearicons-bag:before {
  content: "\ea4b";
}
.linearicons-bag2:before {
  content: "\ea4c";
}
.linearicons-cart:before {
  content: "\ea4d";
}
.linearicons-cart-empty:before {
  content: "\ea4e";
}
.linearicons-cart-full:before {
  content: "\ea4f";
}
.linearicons-cart-plus:before {
  content: "\ea50";
}
.linearicons-cart-plus2:before {
  content: "\ea51";
}
.linearicons-cart-add:before {
  content: "\ea52";
}
.linearicons-cart-remove:before {
  content: "\ea53";
}
.linearicons-cart-exchange:before {
  content: "\ea54";
}
.linearicons-tag:before {
  content: "\ea55";
}
.linearicons-tags:before {
  content: "\ea56";
}
.linearicons-receipt:before {
  content: "\ea57";
}
.linearicons-wallet:before {
  content: "\ea58";
}
.linearicons-credit-card:before {
  content: "\ea59";
}
.linearicons-cash-dollar:before {
  content: "\ea5a";
}
.linearicons-cash-euro:before {
  content: "\ea5b";
}
.linearicons-cash-pound:before {
  content: "\ea5c";
}
.linearicons-cash-yen:before {
  content: "\ea5d";
}
.linearicons-bag-dollar:before {
  content: "\ea5e";
}
.linearicons-bag-euro:before {
  content: "\ea5f";
}
.linearicons-bag-pound:before {
  content: "\ea60";
}
.linearicons-bag-yen:before {
  content: "\ea61";
}
.linearicons-coin-dollar:before {
  content: "\ea62";
}
.linearicons-coin-euro:before {
  content: "\ea63";
}
.linearicons-coin-pound:before {
  content: "\ea64";
}
.linearicons-coin-yen:before {
  content: "\ea65";
}
.linearicons-calculator:before {
  content: "\ea66";
}
.linearicons-calculator2:before {
  content: "\ea67";
}
.linearicons-abacus:before {
  content: "\ea68";
}
.linearicons-vault:before {
  content: "\ea69";
}
.linearicons-telephone:before {
  content: "\ea6a";
}
.linearicons-phone-lock:before {
  content: "\ea6b";
}
.linearicons-phone-wave:before {
  content: "\ea6c";
}
.linearicons-phone-pause:before {
  content: "\ea6d";
}
.linearicons-phone-outgoing:before {
  content: "\ea6e";
}
.linearicons-phone-incoming:before {
  content: "\ea6f";
}
.linearicons-phone-in-out:before {
  content: "\ea70";
}
.linearicons-phone-error:before {
  content: "\ea71";
}
.linearicons-phone-sip:before {
  content: "\ea72";
}
.linearicons-phone-plus:before {
  content: "\ea73";
}
.linearicons-phone-minus:before {
  content: "\ea74";
}
.linearicons-voicemail:before {
  content: "\ea75";
}
.linearicons-dial:before {
  content: "\ea76";
}
.linearicons-telephone2:before {
  content: "\ea77";
}
.linearicons-pushpin:before {
  content: "\ea78";
}
.linearicons-pushpin2:before {
  content: "\ea79";
}
.linearicons-map-marker:before {
  content: "\ea7a";
}
.linearicons-map-marker-user:before {
  content: "\ea7b";
}
.linearicons-map-marker-down:before {
  content: "\ea7c";
}
.linearicons-map-marker-check:before {
  content: "\ea7d";
}
.linearicons-map-marker-crossed:before {
  content: "\ea7e";
}
.linearicons-radar:before {
  content: "\ea7f";
}
.linearicons-compass2:before {
  content: "\ea80";
}
.linearicons-map:before {
  content: "\ea81";
}
.linearicons-map2:before {
  content: "\ea82";
}
.linearicons-location:before {
  content: "\ea83";
}
.linearicons-road-sign:before {
  content: "\ea84";
}
.linearicons-calendar-empty:before {
  content: "\ea85";
}
.linearicons-calendar-check:before {
  content: "\ea86";
}
.linearicons-calendar-cross:before {
  content: "\ea87";
}
.linearicons-calendar-31:before {
  content: "\ea88";
}
.linearicons-calendar-full:before {
  content: "\ea89";
}
.linearicons-calendar-insert:before {
  content: "\ea8a";
}
.linearicons-calendar-text:before {
  content: "\ea8b";
}
.linearicons-calendar-user:before {
  content: "\ea8c";
}
.linearicons-mouse:before {
  content: "\ea8d";
}
.linearicons-mouse-left:before {
  content: "\ea8e";
}
.linearicons-mouse-right:before {
  content: "\ea8f";
}
.linearicons-mouse-both:before {
  content: "\ea90";
}
.linearicons-keyboard:before {
  content: "\ea91";
}
.linearicons-keyboard-up:before {
  content: "\ea92";
}
.linearicons-keyboard-down:before {
  content: "\ea93";
}
.linearicons-delete:before {
  content: "\ea94";
}
.linearicons-spell-check:before {
  content: "\ea95";
}
.linearicons-escape:before {
  content: "\ea96";
}
.linearicons-enter2:before {
  content: "\ea97";
}
.linearicons-screen:before {
  content: "\ea98";
}
.linearicons-aspect-ratio:before {
  content: "\ea99";
}
.linearicons-signal:before {
  content: "\ea9a";
}
.linearicons-signal-lock:before {
  content: "\ea9b";
}
.linearicons-signal-80:before {
  content: "\ea9c";
}
.linearicons-signal-60:before {
  content: "\ea9d";
}
.linearicons-signal-40:before {
  content: "\ea9e";
}
.linearicons-signal-20:before {
  content: "\ea9f";
}
.linearicons-signal-0:before {
  content: "\eaa0";
}
.linearicons-signal-blocked:before {
  content: "\eaa1";
}
.linearicons-sim:before {
  content: "\eaa2";
}
.linearicons-flash-memory:before {
  content: "\eaa3";
}
.linearicons-usb-drive:before {
  content: "\eaa4";
}
.linearicons-phone:before {
  content: "\eaa5";
}
.linearicons-smartphone:before {
  content: "\eaa6";
}
.linearicons-smartphone-notification:before {
  content: "\eaa7";
}
.linearicons-smartphone-vibration:before {
  content: "\eaa8";
}
.linearicons-smartphone-embed:before {
  content: "\eaa9";
}
.linearicons-smartphone-waves:before {
  content: "\eaaa";
}
.linearicons-tablet:before {
  content: "\eaab";
}
.linearicons-tablet2:before {
  content: "\eaac";
}
.linearicons-laptop:before {
  content: "\eaad";
}
.linearicons-laptop-phone:before {
  content: "\eaae";
}
.linearicons-desktop:before {
  content: "\eaaf";
}
.linearicons-launch:before {
  content: "\eab0";
}
.linearicons-new-tab:before {
  content: "\eab1";
}
.linearicons-window:before {
  content: "\eab2";
}
.linearicons-cable:before {
  content: "\eab3";
}
.linearicons-cable2:before {
  content: "\eab4";
}
.linearicons-tv:before {
  content: "\eab5";
}
.linearicons-radio:before {
  content: "\eab6";
}
.linearicons-remote-control:before {
  content: "\eab7";
}
.linearicons-power-switch:before {
  content: "\eab8";
}
.linearicons-power:before {
  content: "\eab9";
}
.linearicons-power-crossed:before {
  content: "\eaba";
}
.linearicons-flash-auto:before {
  content: "\eabb";
}
.linearicons-lamp:before {
  content: "\eabc";
}
.linearicons-flashlight:before {
  content: "\eabd";
}
.linearicons-lampshade:before {
  content: "\eabe";
}
.linearicons-cord:before {
  content: "\eabf";
}
.linearicons-outlet:before {
  content: "\eac0";
}
.linearicons-battery-power:before {
  content: "\eac1";
}
.linearicons-battery-empty:before {
  content: "\eac2";
}
.linearicons-battery-alert:before {
  content: "\eac3";
}
.linearicons-battery-error:before {
  content: "\eac4";
}
.linearicons-battery-low1:before {
  content: "\eac5";
}
.linearicons-battery-low2:before {
  content: "\eac6";
}
.linearicons-battery-low3:before {
  content: "\eac7";
}
.linearicons-battery-mid1:before {
  content: "\eac8";
}
.linearicons-battery-mid2:before {
  content: "\eac9";
}
.linearicons-battery-mid3:before {
  content: "\eaca";
}
.linearicons-battery-full:before {
  content: "\eacb";
}
.linearicons-battery-charging:before {
  content: "\eacc";
}
.linearicons-battery-charging2:before {
  content: "\eacd";
}
.linearicons-battery-charging3:before {
  content: "\eace";
}
.linearicons-battery-charging4:before {
  content: "\eacf";
}
.linearicons-battery-charging5:before {
  content: "\ead0";
}
.linearicons-battery-charging6:before {
  content: "\ead1";
}
.linearicons-battery-charging7:before {
  content: "\ead2";
}
.linearicons-chip:before {
  content: "\ead3";
}
.linearicons-chip-x64:before {
  content: "\ead4";
}
.linearicons-chip-x86:before {
  content: "\ead5";
}
.linearicons-bubble:before {
  content: "\ead6";
}
.linearicons-bubbles:before {
  content: "\ead7";
}
.linearicons-bubble-dots:before {
  content: "\ead8";
}
.linearicons-bubble-alert:before {
  content: "\ead9";
}
.linearicons-bubble-question:before {
  content: "\eada";
}
.linearicons-bubble-text:before {
  content: "\eadb";
}
.linearicons-bubble-pencil:before {
  content: "\eadc";
}
.linearicons-bubble-picture:before {
  content: "\eadd";
}
.linearicons-bubble-video:before {
  content: "\eade";
}
.linearicons-bubble-user:before {
  content: "\eadf";
}
.linearicons-bubble-quote:before {
  content: "\eae0";
}
.linearicons-bubble-heart:before {
  content: "\eae1";
}
.linearicons-bubble-emoticon:before {
  content: "\eae2";
}
.linearicons-bubble-attachment:before {
  content: "\eae3";
}
.linearicons-phone-bubble:before {
  content: "\eae4";
}
.linearicons-quote-open:before {
  content: "\eae5";
}
.linearicons-quote-close:before {
  content: "\eae6";
}
.linearicons-dna:before {
  content: "\eae7";
}
.linearicons-heart-pulse:before {
  content: "\eae8";
}
.linearicons-pulse:before {
  content: "\eae9";
}
.linearicons-syringe:before {
  content: "\eaea";
}
.linearicons-pills:before {
  content: "\eaeb";
}
.linearicons-first-aid:before {
  content: "\eaec";
}
.linearicons-lifebuoy:before {
  content: "\eaed";
}
.linearicons-bandage:before {
  content: "\eaee";
}
.linearicons-bandages:before {
  content: "\eaef";
}
.linearicons-thermometer:before {
  content: "\eaf0";
}
.linearicons-microscope:before {
  content: "\eaf1";
}
.linearicons-brain:before {
  content: "\eaf2";
}
.linearicons-beaker:before {
  content: "\eaf3";
}
.linearicons-skull:before {
  content: "\eaf4";
}
.linearicons-bone:before {
  content: "\eaf5";
}
.linearicons-construction:before {
  content: "\eaf6";
}
.linearicons-construction-cone:before {
  content: "\eaf7";
}
.linearicons-pie-chart:before {
  content: "\eaf8";
}
.linearicons-pie-chart2:before {
  content: "\eaf9";
}
.linearicons-graph:before {
  content: "\eafa";
}
.linearicons-chart-growth:before {
  content: "\eafb";
}
.linearicons-chart-bars:before {
  content: "\eafc";
}
.linearicons-chart-settings:before {
  content: "\eafd";
}
.linearicons-cake:before {
  content: "\eafe";
}
.linearicons-gift:before {
  content: "\eaff";
}
.linearicons-balloon:before {
  content: "\eb00";
}
.linearicons-rank:before {
  content: "\eb01";
}
.linearicons-rank2:before {
  content: "\eb02";
}
.linearicons-rank3:before {
  content: "\eb03";
}
.linearicons-crown:before {
  content: "\eb04";
}
.linearicons-lotus:before {
  content: "\eb05";
}
.linearicons-diamond:before {
  content: "\eb06";
}
.linearicons-diamond2:before {
  content: "\eb07";
}
.linearicons-diamond3:before {
  content: "\eb08";
}
.linearicons-diamond4:before {
  content: "\eb09";
}
.linearicons-linearicons:before {
  content: "\eb0a";
}
.linearicons-teacup:before {
  content: "\eb0b";
}
.linearicons-teapot:before {
  content: "\eb0c";
}
.linearicons-glass:before {
  content: "\eb0d";
}
.linearicons-bottle2:before {
  content: "\eb0e";
}
.linearicons-glass-cocktail:before {
  content: "\eb0f";
}
.linearicons-glass2:before {
  content: "\eb10";
}
.linearicons-dinner:before {
  content: "\eb11";
}
.linearicons-dinner2:before {
  content: "\eb12";
}
.linearicons-chef:before {
  content: "\eb13";
}
.linearicons-scale2:before {
  content: "\eb14";
}
.linearicons-egg:before {
  content: "\eb15";
}
.linearicons-egg2:before {
  content: "\eb16";
}
.linearicons-eggs:before {
  content: "\eb17";
}
.linearicons-platter:before {
  content: "\eb18";
}
.linearicons-steak:before {
  content: "\eb19";
}
.linearicons-hamburger:before {
  content: "\eb1a";
}
.linearicons-hotdog:before {
  content: "\eb1b";
}
.linearicons-pizza:before {
  content: "\eb1c";
}
.linearicons-sausage:before {
  content: "\eb1d";
}
.linearicons-chicken:before {
  content: "\eb1e";
}
.linearicons-fish:before {
  content: "\eb1f";
}
.linearicons-carrot:before {
  content: "\eb20";
}
.linearicons-cheese:before {
  content: "\eb21";
}
.linearicons-bread:before {
  content: "\eb22";
}
.linearicons-ice-cream:before {
  content: "\eb23";
}
.linearicons-ice-cream2:before {
  content: "\eb24";
}
.linearicons-candy:before {
  content: "\eb25";
}
.linearicons-lollipop:before {
  content: "\eb26";
}
.linearicons-coffee-bean:before {
  content: "\eb27";
}
.linearicons-coffee-cup:before {
  content: "\eb28";
}
.linearicons-cherry:before {
  content: "\eb29";
}
.linearicons-grapes:before {
  content: "\eb2a";
}
.linearicons-citrus:before {
  content: "\eb2b";
}
.linearicons-apple:before {
  content: "\eb2c";
}
.linearicons-leaf:before {
  content: "\eb2d";
}
.linearicons-landscape:before {
  content: "\eb2e";
}
.linearicons-pine-tree:before {
  content: "\eb2f";
}
.linearicons-tree:before {
  content: "\eb30";
}
.linearicons-cactus:before {
  content: "\eb31";
}
.linearicons-paw:before {
  content: "\eb32";
}
.linearicons-footprint:before {
  content: "\eb33";
}
.linearicons-speed-slow:before {
  content: "\eb34";
}
.linearicons-speed-medium:before {
  content: "\eb35";
}
.linearicons-speed-fast:before {
  content: "\eb36";
}
.linearicons-rocket:before {
  content: "\eb37";
}
.linearicons-hammer2:before {
  content: "\eb38";
}
.linearicons-balance:before {
  content: "\eb39";
}
.linearicons-briefcase:before {
  content: "\eb3a";
}
.linearicons-luggage-weight:before {
  content: "\eb3b";
}
.linearicons-dolly:before {
  content: "\eb3c";
}
.linearicons-plane:before {
  content: "\eb3d";
}
.linearicons-plane-crossed:before {
  content: "\eb3e";
}
.linearicons-helicopter:before {
  content: "\eb3f";
}
.linearicons-traffic-lights:before {
  content: "\eb40";
}
.linearicons-siren:before {
  content: "\eb41";
}
.linearicons-road:before {
  content: "\eb42";
}
.linearicons-engine:before {
  content: "\eb43";
}
.linearicons-oil-pressure:before {
  content: "\eb44";
}
.linearicons-coolant-temperature:before {
  content: "\eb45";
}
.linearicons-car-battery:before {
  content: "\eb46";
}
.linearicons-gas:before {
  content: "\eb47";
}
.linearicons-gallon:before {
  content: "\eb48";
}
.linearicons-transmission:before {
  content: "\eb49";
}
.linearicons-car:before {
  content: "\eb4a";
}
.linearicons-car-wash:before {
  content: "\eb4b";
}
.linearicons-car-wash2:before {
  content: "\eb4c";
}
.linearicons-bus:before {
  content: "\eb4d";
}
.linearicons-bus2:before {
  content: "\eb4e";
}
.linearicons-car2:before {
  content: "\eb4f";
}
.linearicons-parking:before {
  content: "\eb50";
}
.linearicons-car-lock:before {
  content: "\eb51";
}
.linearicons-taxi:before {
  content: "\eb52";
}
.linearicons-car-siren:before {
  content: "\eb53";
}
.linearicons-car-wash3:before {
  content: "\eb54";
}
.linearicons-car-wash4:before {
  content: "\eb55";
}
.linearicons-ambulance:before {
  content: "\eb56";
}
.linearicons-truck:before {
  content: "\eb57";
}
.linearicons-trailer:before {
  content: "\eb58";
}
.linearicons-scale-truck:before {
  content: "\eb59";
}
.linearicons-train:before {
  content: "\eb5a";
}
.linearicons-ship:before {
  content: "\eb5b";
}
.linearicons-ship2:before {
  content: "\eb5c";
}
.linearicons-anchor:before {
  content: "\eb5d";
}
.linearicons-boat:before {
  content: "\eb5e";
}
.linearicons-bicycle:before {
  content: "\eb5f";
}
.linearicons-bicycle2:before {
  content: "\eb60";
}
.linearicons-dumbbell:before {
  content: "\eb61";
}
.linearicons-bench-press:before {
  content: "\eb62";
}
.linearicons-swim:before {
  content: "\eb63";
}
.linearicons-football:before {
  content: "\eb64";
}
.linearicons-baseball-bat:before {
  content: "\eb65";
}
.linearicons-baseball:before {
  content: "\eb66";
}
.linearicons-tennis:before {
  content: "\eb67";
}
.linearicons-tennis2:before {
  content: "\eb68";
}
.linearicons-ping-pong:before {
  content: "\eb69";
}
.linearicons-hockey:before {
  content: "\eb6a";
}
.linearicons-8ball:before {
  content: "\eb6b";
}
.linearicons-bowling:before {
  content: "\eb6c";
}
.linearicons-bowling-pins:before {
  content: "\eb6d";
}
.linearicons-golf:before {
  content: "\eb6e";
}
.linearicons-golf2:before {
  content: "\eb6f";
}
.linearicons-archery:before {
  content: "\eb70";
}
.linearicons-slingshot:before {
  content: "\eb71";
}
.linearicons-soccer:before {
  content: "\eb72";
}
.linearicons-basketball:before {
  content: "\eb73";
}
.linearicons-cube:before {
  content: "\eb74";
}
.linearicons-3d-rotate:before {
  content: "\eb75";
}
.linearicons-puzzle:before {
  content: "\eb76";
}
.linearicons-glasses:before {
  content: "\eb77";
}
.linearicons-glasses2:before {
  content: "\eb78";
}
.linearicons-accessibility:before {
  content: "\eb79";
}
.linearicons-wheelchair:before {
  content: "\eb7a";
}
.linearicons-wall:before {
  content: "\eb7b";
}
.linearicons-fence:before {
  content: "\eb7c";
}
.linearicons-wall2:before {
  content: "\eb7d";
}
.linearicons-icons:before {
  content: "\eb7e";
}
.linearicons-resize-handle:before {
  content: "\eb7f";
}
.linearicons-icons2:before {
  content: "\eb80";
}
.linearicons-select:before {
  content: "\eb81";
}
.linearicons-select2:before {
  content: "\eb82";
}
.linearicons-site-map:before {
  content: "\eb83";
}
.linearicons-earth:before {
  content: "\eb84";
}
.linearicons-earth-lock:before {
  content: "\eb85";
}
.linearicons-network:before {
  content: "\eb86";
}
.linearicons-network-lock:before {
  content: "\eb87";
}
.linearicons-planet:before {
  content: "\eb88";
}
.linearicons-happy:before {
  content: "\eb89";
}
.linearicons-smile:before {
  content: "\eb8a";
}
.linearicons-grin:before {
  content: "\eb8b";
}
.linearicons-tongue:before {
  content: "\eb8c";
}
.linearicons-sad:before {
  content: "\eb8d";
}
.linearicons-wink:before {
  content: "\eb8e";
}
.linearicons-dream:before {
  content: "\eb8f";
}
.linearicons-shocked:before {
  content: "\eb90";
}
.linearicons-shocked2:before {
  content: "\eb91";
}
.linearicons-tongue2:before {
  content: "\eb92";
}
.linearicons-neutral:before {
  content: "\eb93";
}
.linearicons-happy-grin:before {
  content: "\eb94";
}
.linearicons-cool:before {
  content: "\eb95";
}
.linearicons-mad:before {
  content: "\eb96";
}
.linearicons-grin-evil:before {
  content: "\eb97";
}
.linearicons-evil:before {
  content: "\eb98";
}
.linearicons-wow:before {
  content: "\eb99";
}
.linearicons-annoyed:before {
  content: "\eb9a";
}
.linearicons-wondering:before {
  content: "\eb9b";
}
.linearicons-confused:before {
  content: "\eb9c";
}
.linearicons-zipped:before {
  content: "\eb9d";
}
.linearicons-grumpy:before {
  content: "\eb9e";
}
.linearicons-mustache:before {
  content: "\eb9f";
}
.linearicons-tombstone-hipster:before {
  content: "\eba0";
}
.linearicons-tombstone:before {
  content: "\eba1";
}
.linearicons-ghost:before {
  content: "\eba2";
}
.linearicons-ghost-hipster:before {
  content: "\eba3";
}
.linearicons-halloween:before {
  content: "\eba4";
}
.linearicons-christmas:before {
  content: "\eba5";
}
.linearicons-easter-egg:before {
  content: "\eba6";
}
.linearicons-mustache2:before {
  content: "\eba7";
}
.linearicons-mustache-glasses:before {
  content: "\eba8";
}
.linearicons-pipe:before {
  content: "\eba9";
}
.linearicons-alarm:before {
  content: "\ebaa";
}
.linearicons-alarm-add:before {
  content: "\ebab";
}
.linearicons-alarm-snooze:before {
  content: "\ebac";
}
.linearicons-alarm-ringing:before {
  content: "\ebad";
}
.linearicons-bullhorn:before {
  content: "\ebae";
}
.linearicons-hearing:before {
  content: "\ebaf";
}
.linearicons-volume-high:before {
  content: "\ebb0";
}
.linearicons-volume-medium:before {
  content: "\ebb1";
}
.linearicons-volume-low:before {
  content: "\ebb2";
}
.linearicons-volume:before {
  content: "\ebb3";
}
.linearicons-mute:before {
  content: "\ebb4";
}
.linearicons-lan:before {
  content: "\ebb5";
}
.linearicons-lan2:before {
  content: "\ebb6";
}
.linearicons-wifi:before {
  content: "\ebb7";
}
.linearicons-wifi-lock:before {
  content: "\ebb8";
}
.linearicons-wifi-blocked:before {
  content: "\ebb9";
}
.linearicons-wifi-mid:before {
  content: "\ebba";
}
.linearicons-wifi-low:before {
  content: "\ebbb";
}
.linearicons-wifi-low2:before {
  content: "\ebbc";
}
.linearicons-wifi-alert:before {
  content: "\ebbd";
}
.linearicons-wifi-alert-mid:before {
  content: "\ebbe";
}
.linearicons-wifi-alert-low:before {
  content: "\ebbf";
}
.linearicons-wifi-alert-low2:before {
  content: "\ebc0";
}
.linearicons-stream:before {
  content: "\ebc1";
}
.linearicons-stream-check:before {
  content: "\ebc2";
}
.linearicons-stream-error:before {
  content: "\ebc3";
}
.linearicons-stream-alert:before {
  content: "\ebc4";
}
.linearicons-communication:before {
  content: "\ebc5";
}
.linearicons-communication-crossed:before {
  content: "\ebc6";
}
.linearicons-broadcast:before {
  content: "\ebc7";
}
.linearicons-antenna:before {
  content: "\ebc8";
}
.linearicons-satellite:before {
  content: "\ebc9";
}
.linearicons-satellite2:before {
  content: "\ebca";
}
.linearicons-mic:before {
  content: "\ebcb";
}
.linearicons-mic-mute:before {
  content: "\ebcc";
}
.linearicons-mic2:before {
  content: "\ebcd";
}
.linearicons-spotlights:before {
  content: "\ebce";
}
.linearicons-hourglass:before {
  content: "\ebcf";
}
.linearicons-loading:before {
  content: "\ebd0";
}
.linearicons-loading2:before {
  content: "\ebd1";
}
.linearicons-loading3:before {
  content: "\ebd2";
}
.linearicons-refresh:before {
  content: "\ebd3";
}
.linearicons-refresh2:before {
  content: "\ebd4";
}
.linearicons-undo:before {
  content: "\ebd5";
}
.linearicons-redo:before {
  content: "\ebd6";
}
.linearicons-jump2:before {
  content: "\ebd7";
}
.linearicons-undo2:before {
  content: "\ebd8";
}
.linearicons-redo2:before {
  content: "\ebd9";
}
.linearicons-sync:before {
  content: "\ebda";
}
.linearicons-repeat-one2:before {
  content: "\ebdb";
}
.linearicons-sync-crossed:before {
  content: "\ebdc";
}
.linearicons-sync2:before {
  content: "\ebdd";
}
.linearicons-repeat-one3:before {
  content: "\ebde";
}
.linearicons-sync-crossed2:before {
  content: "\ebdf";
}
.linearicons-return:before {
  content: "\ebe0";
}
.linearicons-return2:before {
  content: "\ebe1";
}
.linearicons-refund:before {
  content: "\ebe2";
}
.linearicons-history:before {
  content: "\ebe3";
}
.linearicons-history2:before {
  content: "\ebe4";
}
.linearicons-self-timer:before {
  content: "\ebe5";
}
.linearicons-clock:before {
  content: "\ebe6";
}
.linearicons-clock2:before {
  content: "\ebe7";
}
.linearicons-clock3:before {
  content: "\ebe8";
}
.linearicons-watch:before {
  content: "\ebe9";
}
.linearicons-alarm2:before {
  content: "\ebea";
}
.linearicons-alarm-add2:before {
  content: "\ebeb";
}
.linearicons-alarm-remove:before {
  content: "\ebec";
}
.linearicons-alarm-check:before {
  content: "\ebed";
}
.linearicons-alarm-error:before {
  content: "\ebee";
}
.linearicons-timer:before {
  content: "\ebef";
}
.linearicons-timer-crossed:before {
  content: "\ebf0";
}
.linearicons-timer2:before {
  content: "\ebf1";
}
.linearicons-timer-crossed2:before {
  content: "\ebf2";
}
.linearicons-download:before {
  content: "\ebf3";
}
.linearicons-upload:before {
  content: "\ebf4";
}
.linearicons-download2:before {
  content: "\ebf5";
}
.linearicons-upload2:before {
  content: "\ebf6";
}
.linearicons-enter-up:before {
  content: "\ebf7";
}
.linearicons-enter-down:before {
  content: "\ebf8";
}
.linearicons-enter-left:before {
  content: "\ebf9";
}
.linearicons-enter-right:before {
  content: "\ebfa";
}
.linearicons-exit-up:before {
  content: "\ebfb";
}
.linearicons-exit-down:before {
  content: "\ebfc";
}
.linearicons-exit-left:before {
  content: "\ebfd";
}
.linearicons-exit-right:before {
  content: "\ebfe";
}
.linearicons-enter-up2:before {
  content: "\ebff";
}
.linearicons-enter-down2:before {
  content: "\ec00";
}
.linearicons-enter-vertical:before {
  content: "\ec01";
}
.linearicons-enter-left2:before {
  content: "\ec02";
}
.linearicons-enter-right2:before {
  content: "\ec03";
}
.linearicons-enter-horizontal:before {
  content: "\ec04";
}
.linearicons-exit-up2:before {
  content: "\ec05";
}
.linearicons-exit-down2:before {
  content: "\ec06";
}
.linearicons-exit-left2:before {
  content: "\ec07";
}
.linearicons-exit-right2:before {
  content: "\ec08";
}
.linearicons-cli:before {
  content: "\ec09";
}
.linearicons-bug:before {
  content: "\ec0a";
}
.linearicons-code:before {
  content: "\ec0b";
}
.linearicons-file-code:before {
  content: "\ec0c";
}
.linearicons-file-image:before {
  content: "\ec0d";
}
.linearicons-file-zip:before {
  content: "\ec0e";
}
.linearicons-file-audio:before {
  content: "\ec0f";
}
.linearicons-file-video:before {
  content: "\ec10";
}
.linearicons-file-preview:before {
  content: "\ec11";
}
.linearicons-file-charts:before {
  content: "\ec12";
}
.linearicons-file-stats:before {
  content: "\ec13";
}
.linearicons-file-spreadsheet:before {
  content: "\ec14";
}
.linearicons-link:before {
  content: "\ec15";
}
.linearicons-unlink:before {
  content: "\ec16";
}
.linearicons-link2:before {
  content: "\ec17";
}
.linearicons-unlink2:before {
  content: "\ec18";
}
.linearicons-thumbs-up:before {
  content: "\ec19";
}
.linearicons-thumbs-down:before {
  content: "\ec1a";
}
.linearicons-thumbs-up2:before {
  content: "\ec1b";
}
.linearicons-thumbs-down2:before {
  content: "\ec1c";
}
.linearicons-thumbs-up3:before {
  content: "\ec1d";
}
.linearicons-thumbs-down3:before {
  content: "\ec1e";
}
.linearicons-share:before {
  content: "\ec1f";
}
.linearicons-share2:before {
  content: "\ec20";
}
.linearicons-share3:before {
  content: "\ec21";
}
.linearicons-magnifier:before {
  content: "\ec22";
}
.linearicons-file-search:before {
  content: "\ec23";
}
.linearicons-find-replace:before {
  content: "\ec24";
}
.linearicons-zoom-in:before {
  content: "\ec25";
}
.linearicons-zoom-out:before {
  content: "\ec26";
}
.linearicons-loupe:before {
  content: "\ec27";
}
.linearicons-loupe-zoom-in:before {
  content: "\ec28";
}
.linearicons-loupe-zoom-out:before {
  content: "\ec29";
}
.linearicons-cross:before {
  content: "\ec2a";
}
.linearicons-menu:before {
  content: "\ec2b";
}
.linearicons-list:before {
  content: "\ec2c";
}
.linearicons-list2:before {
  content: "\ec2d";
}
.linearicons-list3:before {
  content: "\ec2e";
}
.linearicons-menu2:before {
  content: "\ec2f";
}
.linearicons-list4:before {
  content: "\ec30";
}
.linearicons-menu3:before {
  content: "\ec31";
}
.linearicons-exclamation:before {
  content: "\ec32";
}
.linearicons-question:before {
  content: "\ec33";
}
.linearicons-check:before {
  content: "\ec34";
}
.linearicons-cross2:before {
  content: "\ec35";
}
.linearicons-plus:before {
  content: "\ec36";
}
.linearicons-minus:before {
  content: "\ec37";
}
.linearicons-percent:before {
  content: "\ec38";
}
.linearicons-chevron-up:before {
  content: "\ec39";
}
.linearicons-chevron-down:before {
  content: "\ec3a";
}
.linearicons-chevron-left:before {
  content: "\ec3b";
}
.linearicons-chevron-right:before {
  content: "\ec3c";
}
.linearicons-chevrons-expand-vertical:before {
  content: "\ec3d";
}
.linearicons-chevrons-expand-horizontal:before {
  content: "\ec3e";
}
.linearicons-chevrons-contract-vertical:before {
  content: "\ec3f";
}
.linearicons-chevrons-contract-horizontal:before {
  content: "\ec40";
}
.linearicons-arrow-up:before {
  content: "\ec41";
}
.linearicons-arrow-down:before {
  content: "\ec42";
}
.linearicons-arrow-left:before {
  content: "\ec43";
}
.linearicons-arrow-right:before {
  content: "\ec44";
}
.linearicons-arrow-up-right:before {
  content: "\ec45";
}
.linearicons-arrows-merge:before {
  content: "\ec46";
}
.linearicons-arrows-split:before {
  content: "\ec47";
}
.linearicons-arrow-divert:before {
  content: "\ec48";
}
.linearicons-arrow-return:before {
  content: "\ec49";
}
.linearicons-expand:before {
  content: "\ec4a";
}
.linearicons-contract:before {
  content: "\ec4b";
}
.linearicons-expand2:before {
  content: "\ec4c";
}
.linearicons-contract2:before {
  content: "\ec4d";
}
.linearicons-move:before {
  content: "\ec4e";
}
.linearicons-tab:before {
  content: "\ec4f";
}
.linearicons-arrow-wave:before {
  content: "\ec50";
}
.linearicons-expand3:before {
  content: "\ec51";
}
.linearicons-expand4:before {
  content: "\ec52";
}
.linearicons-contract3:before {
  content: "\ec53";
}
.linearicons-notification:before {
  content: "\ec54";
}
.linearicons-warning:before {
  content: "\ec55";
}
.linearicons-notification-circle:before {
  content: "\ec56";
}
.linearicons-question-circle:before {
  content: "\ec57";
}
.linearicons-menu-circle:before {
  content: "\ec58";
}
.linearicons-checkmark-circle:before {
  content: "\ec59";
}
.linearicons-cross-circle:before {
  content: "\ec5a";
}
.linearicons-plus-circle:before {
  content: "\ec5b";
}
.linearicons-circle-minus:before {
  content: "\ec5c";
}
.linearicons-percent-circle:before {
  content: "\ec5d";
}
.linearicons-arrow-up-circle:before {
  content: "\ec5e";
}
.linearicons-arrow-down-circle:before {
  content: "\ec5f";
}
.linearicons-arrow-left-circle:before {
  content: "\ec60";
}
.linearicons-arrow-right-circle:before {
  content: "\ec61";
}
.linearicons-chevron-up-circle:before {
  content: "\ec62";
}
.linearicons-chevron-down-circle:before {
  content: "\ec63";
}
.linearicons-chevron-left-circle:before {
  content: "\ec64";
}
.linearicons-chevron-right-circle:before {
  content: "\ec65";
}
.linearicons-backward-circle:before {
  content: "\ec66";
}
.linearicons-first-circle:before {
  content: "\ec67";
}
.linearicons-previous-circle:before {
  content: "\ec68";
}
.linearicons-stop-circle:before {
  content: "\ec69";
}
.linearicons-play-circle:before {
  content: "\ec6a";
}
.linearicons-pause-circle:before {
  content: "\ec6b";
}
.linearicons-next-circle:before {
  content: "\ec6c";
}
.linearicons-last-circle:before {
  content: "\ec6d";
}
.linearicons-forward-circle:before {
  content: "\ec6e";
}
.linearicons-eject-circle:before {
  content: "\ec6f";
}
.linearicons-crop:before {
  content: "\ec70";
}
.linearicons-frame-expand:before {
  content: "\ec71";
}
.linearicons-frame-contract:before {
  content: "\ec72";
}
.linearicons-focus:before {
  content: "\ec73";
}
.linearicons-transform:before {
  content: "\ec74";
}
.linearicons-grid:before {
  content: "\ec75";
}
.linearicons-grid-crossed:before {
  content: "\ec76";
}
.linearicons-layers:before {
  content: "\ec77";
}
.linearicons-layers-crossed:before {
  content: "\ec78";
}
.linearicons-toggle:before {
  content: "\ec79";
}
.linearicons-rulers:before {
  content: "\ec7a";
}
.linearicons-ruler:before {
  content: "\ec7b";
}
.linearicons-funnel:before {
  content: "\ec7c";
}
.linearicons-flip-horizontal:before {
  content: "\ec7d";
}
.linearicons-flip-vertical:before {
  content: "\ec7e";
}
.linearicons-flip-horizontal2:before {
  content: "\ec7f";
}
.linearicons-flip-vertical2:before {
  content: "\ec80";
}
.linearicons-angle:before {
  content: "\ec81";
}
.linearicons-angle2:before {
  content: "\ec82";
}
.linearicons-subtract:before {
  content: "\ec83";
}
.linearicons-combine:before {
  content: "\ec84";
}
.linearicons-intersect:before {
  content: "\ec85";
}
.linearicons-exclude:before {
  content: "\ec86";
}
.linearicons-align-center-vertical:before {
  content: "\ec87";
}
.linearicons-align-right:before {
  content: "\ec88";
}
.linearicons-align-bottom:before {
  content: "\ec89";
}
.linearicons-align-left:before {
  content: "\ec8a";
}
.linearicons-align-center-horizontal:before {
  content: "\ec8b";
}
.linearicons-align-top:before {
  content: "\ec8c";
}
.linearicons-square:before {
  content: "\ec8d";
}
.linearicons-plus-square:before {
  content: "\ec8e";
}
.linearicons-minus-square:before {
  content: "\ec8f";
}
.linearicons-percent-square:before {
  content: "\ec90";
}
.linearicons-arrow-up-square:before {
  content: "\ec91";
}
.linearicons-arrow-down-square:before {
  content: "\ec92";
}
.linearicons-arrow-left-square:before {
  content: "\ec93";
}
.linearicons-arrow-right-square:before {
  content: "\ec94";
}
.linearicons-chevron-up-square:before {
  content: "\ec95";
}
.linearicons-chevron-down-square:before {
  content: "\ec96";
}
.linearicons-chevron-left-square:before {
  content: "\ec97";
}
.linearicons-chevron-right-square:before {
  content: "\ec98";
}
.linearicons-check-square:before {
  content: "\ec99";
}
.linearicons-cross-square:before {
  content: "\ec9a";
}
.linearicons-menu-square:before {
  content: "\ec9b";
}
.linearicons-prohibited:before {
  content: "\ec9c";
}
.linearicons-circle:before {
  content: "\ec9d";
}
.linearicons-radio-button:before {
  content: "\ec9e";
}
.linearicons-ligature:before {
  content: "\ec9f";
}
.linearicons-text-format:before {
  content: "\eca0";
}
.linearicons-text-format-remove:before {
  content: "\eca1";
}
.linearicons-text-size:before {
  content: "\eca2";
}
.linearicons-bold:before {
  content: "\eca3";
}
.linearicons-italic:before {
  content: "\eca4";
}
.linearicons-underline:before {
  content: "\eca5";
}
.linearicons-strikethrough:before {
  content: "\eca6";
}
.linearicons-highlight:before {
  content: "\eca7";
}
.linearicons-text-align-left:before {
  content: "\eca8";
}
.linearicons-text-align-center:before {
  content: "\eca9";
}
.linearicons-text-align-right:before {
  content: "\ecaa";
}
.linearicons-text-align-justify:before {
  content: "\ecab";
}
.linearicons-line-spacing:before {
  content: "\ecac";
}
.linearicons-indent-increase:before {
  content: "\ecad";
}
.linearicons-indent-decrease:before {
  content: "\ecae";
}
.linearicons-text-wrap:before {
  content: "\ecaf";
}
.linearicons-pilcrow:before {
  content: "\ecb0";
}
.linearicons-direction-ltr:before {
  content: "\ecb1";
}
.linearicons-direction-rtl:before {
  content: "\ecb2";
}
.linearicons-page-break:before {
  content: "\ecb3";
}
.linearicons-page-break2:before {
  content: "\ecb4";
}
.linearicons-sort-alpha-asc:before {
  content: "\ecb5";
}
.linearicons-sort-alpha-desc:before {
  content: "\ecb6";
}
.linearicons-sort-numeric-asc:before {
  content: "\ecb7";
}
.linearicons-sort-numeric-desc:before {
  content: "\ecb8";
}
.linearicons-sort-amount-asc:before {
  content: "\ecb9";
}
.linearicons-sort-amount-desc:before {
  content: "\ecba";
}
.linearicons-sort-time-asc:before {
  content: "\ecbb";
}
.linearicons-sort-time-desc:before {
  content: "\ecbc";
}
.linearicons-sigma:before {
  content: "\ecbd";
}
.linearicons-pencil-line:before {
  content: "\ecbe";
}
.linearicons-hand:before {
  content: "\ecbf";
}
.linearicons-pointer-up:before {
  content: "\ecc0";
}
.linearicons-pointer-right:before {
  content: "\ecc1";
}
.linearicons-pointer-down:before {
  content: "\ecc2";
}
.linearicons-pointer-left:before {
  content: "\ecc3";
}
.linearicons-finger-tap:before {
  content: "\ecc4";
}
.linearicons-fingers-tap:before {
  content: "\ecc5";
}
.linearicons-reminder:before {
  content: "\ecc6";
}
.linearicons-fingers-crossed:before {
  content: "\ecc7";
}
.linearicons-fingers-victory:before {
  content: "\ecc8";
}
.linearicons-gesture-zoom:before {
  content: "\ecc9";
}
.linearicons-gesture-pinch:before {
  content: "\ecca";
}
.linearicons-fingers-scroll-horizontal:before {
  content: "\eccb";
}
.linearicons-fingers-scroll-vertical:before {
  content: "\eccc";
}
.linearicons-fingers-scroll-left:before {
  content: "\eccd";
}
.linearicons-fingers-scroll-right:before {
  content: "\ecce";
}
.linearicons-hand2:before {
  content: "\eccf";
}
.linearicons-pointer-up2:before {
  content: "\ecd0";
}
.linearicons-pointer-right2:before {
  content: "\ecd1";
}
.linearicons-pointer-down2:before {
  content: "\ecd2";
}
.linearicons-pointer-left2:before {
  content: "\ecd3";
}
.linearicons-finger-tap2:before {
  content: "\ecd4";
}
.linearicons-fingers-tap2:before {
  content: "\ecd5";
}
.linearicons-reminder2:before {
  content: "\ecd6";
}
.linearicons-gesture-zoom2:before {
  content: "\ecd7";
}
.linearicons-gesture-pinch2:before {
  content: "\ecd8";
}
.linearicons-fingers-scroll-horizontal2:before {
  content: "\ecd9";
}
.linearicons-fingers-scroll-vertical2:before {
  content: "\ecda";
}
.linearicons-fingers-scroll-left2:before {
  content: "\ecdb";
}
.linearicons-fingers-scroll-right2:before {
  content: "\ecdc";
}
.linearicons-fingers-scroll-vertical3:before {
  content: "\ecdd";
}
.linearicons-border-style:before {
  content: "\ecde";
}
.linearicons-border-all:before {
  content: "\ecdf";
}
.linearicons-border-outer:before {
  content: "\ece0";
}
.linearicons-border-inner:before {
  content: "\ece1";
}
.linearicons-border-top:before {
  content: "\ece2";
}
.linearicons-border-horizontal:before {
  content: "\ece3";
}
.linearicons-border-bottom:before {
  content: "\ece4";
}
.linearicons-border-left:before {
  content: "\ece5";
}
.linearicons-border-vertical:before {
  content: "\ece6";
}
.linearicons-border-right:before {
  content: "\ece7";
}
.linearicons-border-none:before {
  content: "\ece8";
}
.linearicons-ellipsis:before {
  content: "\ece9";
}
.page-main > .page.messages .messages .message {
  padding: 12px 16px 12px 36px;
  border: none;
  border-radius: 4px;
  font-size: 1.4rem;
  margin: 8px 0;
}
.page-main > .page.messages .messages .message > div {
  position: relative;
  display: inline-block;
}
.page-main > .page.messages .messages .message > div:before {
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  margin: 0;
}
@media (max-width: 479px) {
  .page-main > .page.messages .messages .message {
    font-size: 1rem;
  }
}
.page-main > .columns .column.main > .message {
  padding: 12px 16px 12px 40px;
  margin-bottom: 0;
  border: none;
  border-radius: 4px;
}
.message-info,
.message-notice,
.message.notice,
.message.info {
  color: #0088d2;
  background-color: #e5f3fa;
  border: none;
}
.message-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.message-error {
  color: #ff5555;
  background-color: #ffeeee;
}
.message-success {
  color: #3bb141;
  background-color: #ebf7ec;
}
/*
* @subsection   Smart Header Mobile
*
* @description  Declare styles of header elements in mobile and desktop mode
*/
.sm-header_customer-menu-container .sm-header_customer-menu-toggle {
  display: none;
}
.sm-header_customer-menu-container .sm-header_customer-menu .welcome,
.sm-header_customer-menu-container .sm-header_customer-menu .switcher.currency,
.sm-header_customer-menu-container .sm-header_customer-menu .switcher.language {
  display: none;
}
.page-header__panel {
  display: block;
}
.sm-header-nav-toggle {
  display: none;
}
.customer-account span.customer-name {
  display: none;
}
@media (max-width: 999px) {
  .customer-account span.customer-name {
    display: inline-block;
  }
}
@media (max-width: 999px) {
  .customer-account {
    display: inline-block;
    position: relative;
  }
  .customer-account:before,
  .customer-account:after {
    content: '';
    display: table;
  }
  .customer-account:after {
    clear: both;
  }
  .customer-account .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-account .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-account .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-account .action.switch:hover:after {
    color: inherit;
  }
  .customer-account .action.switch:active:after {
    color: inherit;
  }
  .customer-account .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-account .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-account .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: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-account .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-account .action.switch.active:active:after {
    color: inherit;
  }
  .customer-account 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-account ul li {
    margin: 0;
    padding: 0;
  }
  .customer-account ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-account ul:before,
  .customer-account ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-account ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-account ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-account ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-account ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-account.active {
    overflow: visible;
  }
  .customer-account.active ul {
    display: block;
  }
  .customer-account ul {
    opacity: 0;
    top: calc(100% + 4px);
    z-index: -1;
    visibility: hidden;
    transform: translateY(5%);
    transform-origin: top center;
    transition: .3s all ease;
    line-height: 1.3;
  }
  .customer-account ul li {
    padding: 6px 10px;
  }
  .customer-account ul li:hover {
    cursor: default;
    background: none;
  }
  .customer-account ul.account.links {
    margin: 4px 0 0;
    padding: 8px;
    min-width: 160px;
  }
  .customer-account ul.account.links li {
    display: block;
    margin: 0;
  }
  .customer-account.active ul {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transform: translateY(0);
    transition: .3s ease;
  }
}
.customer-account ul a {
  display: inline-block;
  padding: 0;
}
.customer-account span.customer-name {
  cursor: pointer;
  transition: 0.3s color ease;
}
.customer-account span.customer-name:before {
  content: '\ea1e';
  display: inline-block;
  font-family: 'Linearicons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.customer-account span.customer-name:before {
  font-size: 24px;
  line-height: 34px;
  padding-right: 8px;
  color: #777777;
  transition: 0.3s color ease;
}
.customer-account span.customer-name:hover:before,
.customer-account span.customer-name.active:before {
  color: #282828;
}
@media (max-width: 1424px) {
  .customer-account span.customer-name span {
    display: none;
  }
}
.customer-account .customer-menu {
  display: inline-block;
}
.customer-account.logged .customer-name:before {
  content: "\ea1e";
}
.customer-account .action.switch {
  display: none;
}
.customer-account .greet {
  display: none;
}
.sm-header-nav-wrap {
  background: #ffffff;
}
.sm-header-nav-wrap .container {
  padding: 0;
  max-width: none;
  display: flex;
  background: #c11e48;
}
.navigation .level0.parent > .level-top span:last-child {
  position: relative;
}
.navigation .level0.parent > .level-top span:last-child:after {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: -19px;
  height: 4px;
  background: transparent;
  z-index: 99999;
  transition: .3s all ease;
}
.navigation .level0.parent > .level-top:hover span:last-child:after,
.navigation .level0.parent > .level-top.ui-state-focus span:last-child:after {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .navigation .mm-submenu.level1 > li > a {
    font-weight: bold;
  }
}
.modal-popup.confirm .modal-inner-wrap {
  left: 50%;
  margin-left: -350px;
  width: 700px;
}
html.rtl .modal-popup.confirm .modal-inner-wrap {
  right: 50%;
  left: auto;
  margin-right: -350px;
  margin-left: 0;
}
@media print {
  .modal-popup {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
.field {
  position: relative;
  padding: 8px 0;
}
.field.additional,
.field.choice {
  margin-bottom: 0;
}
.field.note {
  margin-bottom: 16px;
}
.field.custom-label {
  padding: 8px 0;
  transition: .3s ease;
}
.field.custom-label .label {
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 20px;
  float: none;
  padding: 0;
  text-align: left;
  pointer-events: none;
  transition: .3s ease;
  transform-origin: 0 0;
  width: auto;
}
.field.custom-label.focus .label {
  top: 6px;
  transform: scale(0.7);
  opacity: 0;
}
.field .checkbox {
  margin: .75rem .5rem 0 0;
}
.field .field-tooltip-action {
  outline: none !important;
}
.field.required div.mage-error {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  padding-left: 0;
  font-size: 12px;
  line-height: 1;
}
.field.required .control {
  position: relative;
}
.field.required .control._with-tooltip input.input-text + div.mage-error {
  top: auto;
  bottom: 24px;
}
.field.required .control .field-tooltip.toggle {
  top: -25px;
}
.field.required input.input-text {
  transition: margin-bottom 0.3s ease;
}
.field.required input.input-text.mage-error {
  margin-bottom: 0;
}
.field.required input.input-text#password.mage-error {
  margin-bottom: 30px;
}
.field.required.comment textarea.input-text.mage-error {
  margin-bottom: 0;
}
.fieldset .actions-toolbar {
  padding-top: 16px;
}
.field.required > .label:not(.admin__field-label):after,
.field._required > .label:not(.admin__field-label):after,
.fieldset > .field.required > .label:not(.admin__field-label):after,
.fieldset > .fields > .field.required > .label:not(.admin__field-label):after {
  color: #ff0000;
  content: "*";
  font-size: 12px;
  margin: 0 0 0 5px;
}
.legend,
legend {
  font-size: 1rem;
  font-weight: 600;
}
.legend + br,
legend + br {
  display: none;
}
.input-text,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
  transition: 0.2s all ease;
}
.mobile select,
.tablet select {
  width: auto;
}
input[type="number"] {
  padding-right: 5px;
}
select[multiple="multiple"] {
  padding: 0;
  min-height: 0;
}
@media (min-width: 768px) {
  select {
    box-sizing: border-box;
  }
}
textarea {
  max-width: 100%;
  max-height: 500px;
}
p.required {
  color: #ff5555;
}
.form-inline {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-inline .control input,
.form-inline .control select,
.form-inline .control textarea {
  width: auto;
}
.radio,
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
}
.field.choice {
  position: relative;
}
.field.choice > input[type=checkbox],
.field.choice > input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.field.choice > input[type=checkbox] + .label:before,
.field.choice > input[type=radio] + .label:before {
  display: inline-block;
  font-size: 16px;
  line-height: 1rem;
  width: 18px;
  height: 18px;
  font-style: normal;
  vertical-align: sub;
  color: #000000;
  text-align: center;
  padding-right: 3px;
}
.field.choice > input[type=checkbox] + .label span,
.field.choice > input[type=radio] + .label span {
  display: inline-block;
}
.field.choice > input[type=checkbox] + .label:before {
  content: "\e903";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.field.choice > input[type=checkbox]:checked + .label:before {
  content: "\e902";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.field.choice > input[type=checkbox]:disabled:checked + .label:before {
  content: "\e902";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  pointer-events: none;
  opacity: .6;
}
.field.choice > input[type=radio] + .label:before {
  content: "\e901";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.field.choice > input[type=radio]:checked + .label:before {
  content: "\e904";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.field.choice > input[type=checkbox]:disabled:checked + .label:before {
  content: "\e904";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  pointer-events: none;
  opacity: .6;
}
.field.choice > input[type=checkbox]:disabled + .label:before,
.field.choice > input[type=radio]:disabled + .label:before {
  pointer-events: none;
  opacity: .6;
}
.product.data.items > .item.content {
  padding: 19px 0;
  border: 0;
  border-top: 1px solid #a9a9a9;
}
.modal-popup.modal-slide .modal-footer {
  border: none;
  text-align: center;
}
.modal-popup .modal-inner-wrap {
  width: 60%;
}
@media (max-width: 1424px) {
  .modal-popup .modal-inner-wrap {
    width: 75%;
  }
}
/**
 * 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.
 */
.bundle-options-container .bundle-options-wrapper {
  flex-basis: 65%;
  max-width: 65%;
}
.bundle-options-container .block-bundle-summary {
  flex-basis: 35%;
  max-width: 35%;
  border-top: none;
  border-left: 1px solid #a9a9a9;
}
.bundle-options-container .product-add-form > form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.catalog-product-view.page-product-bundle .box-tocart .fieldset .actions {
  margin-bottom: 0;
}
.catalog-product-view.page-product-bundle .box-tocart .fieldset .actions button.action {
  padding-right: 25px;
  padding-left: 25px;
}
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .product-options-wrapper {
  width: 66%;
}
html.rtl .bundle-options-container .block-bundle-summary {
  border-left: none;
  border-right: 1px solid #a9a9a9;
}
.form.search.advanced .group.range {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.block-search .control {
  padding-bottom: 0;
}
.page-product-downloadable .page-main .product-options-wrapper {
  padding-top: 15px;
}
.page-product-downloadable .page-main .samples {
  padding-top: 20px;
}
.page-product-grouped .table.grouped thead tr,
.page-product-grouped .table.grouped tbody tr {
  border-bottom: 1px solid #a9a9a9;
}
.page-product-grouped .table.grouped tbody td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.block-posts-list .post-items .post-item {
  flex-basis: 50%;
}
@media (min-width: 1000px) {
  .block-posts-list .post-items .post-item {
    flex-basis: 33.3333%;
  }
}
.posts-list-wrapper .toolbar-top .toolbar-posts .limiter {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.posts-list-wrapper .toolbar-top .toolbar-posts .sorter {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.post-page .post-comments-block .post-comment {
  padding: 24px 30px;
}
.widget.blog-posts.widget-post-column .post-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
}
.widget.blog-posts.widget-post-column .post-items .post-item {
  padding-right: 15px;
  padding-left: 15px;
}
.post-comments-block .comment-add .field label.label {
  width: auto;
}
@media (min-width: 1000px) {
  .post-page .post-text img {
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .post-page .post-data {
    clear: left;
  }
}
html.rtl .post-comments-block .comment-add .field label.label {
  float: right;
  padding-right: 0;
  padding-left: 15px;
  text-align: left;
}
html.rtl .post-comments-block .comment-add .field .control {
  float: right;
}
@media (min-width: 1000px) {
  html.rtl .post-page .post-text img {
    float: right;
    padding-right: 0;
    padding-left: 30px;
  }
  html.rtl .post-page .post-data {
    clear: right;
  }
}
.widget.blog-posts {
  margin-top: 94px;
}
.widget.blog-posts .block-title {
  margin: 0;
}
.widget.blog-posts .block-title strong {
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .widget.blog-posts .block-title strong {
    margin-bottom: 70px;
    font-size: 22px;
  }
}
.widget.blog-posts .post-item {
  padding: 0 15px 0 15px;
}
@media (min-width: 1280px) {
  .widget.blog-posts .post-item {
    padding: 0 25px 0 25px;
  }
}
.widget.blog-posts .post-item .post-image {
  margin-bottom: 35px;
}
.widget.blog-posts .post-item .post-image a {
  display: block;
  overflow: hidden;
}
.widget.blog-posts .post-item .post-image a img {
  transition: 0.3s all ease;
}
.widget.blog-posts .post-item .post-image a:hover img {
  transform: scale(1.1);
}
.widget.blog-posts .post-item .post-title {
  margin-bottom: 28px;
}
.widget.blog-posts .post-item .post-title h3 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.widget.blog-posts .post-item .post-title h3 a:hover {
  color: #888888;
}
.widget.blog-posts .post-item .post-short-content {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
  color: #888888;
}
.widget.blog-posts .post-item .post-short-content .post-link {
  display: none;
}
.widget.blog-posts .post-item .post-data {
  border-top: 0;
  padding: 0;
  justify-content: flex-start;
}
.widget.blog-posts .post-item .post-data .create-date {
  padding-right: 30px;
}
.widget.blog-posts .post-item .post-data .post-comments:before,
.widget.blog-posts .post-item .post-data .create-date:before {
  position: relative;
  top: -2px;
  font-size: 22px;
  color: #888888;
}
.widget.blog-posts .post-item .post-data .post-comments time,
.widget.blog-posts .post-item .post-data .create-date time,
.widget.blog-posts .post-item .post-data .post-comments span,
.widget.blog-posts .post-item .post-data .create-date span {
  font-size: 12px;
  color: #000;
}
.widget.blog-posts .post-items.owl-carousel .owl-nav {
  top: -80px;
  right: 20px;
}
@media (max-width: 480px) {
  .widget.blog-posts .post-items.owl-carousel .owl-nav {
    top: -40px;
  }
}
.catalog-image-grid {
  padding-bottom: 0;
  margin-bottom: 0;
}
.catalog-image-grid .catalog-image-grid-title {
  display: none;
}
@media (max-width: 500px) {
  .catalog-image-grid .category-grid,
  .catalog-image-grid .category-list {
    width: 95%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.catalog-image-grid .category-grid li,
.catalog-image-grid .category-list li {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 33.33333333%;
}
@media (min-width: 1280px) {
  .catalog-image-grid .category-grid li,
  .catalog-image-grid .category-list li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 480px) {
  .catalog-image-grid .category-grid li,
  .catalog-image-grid .category-list li {
    max-width: 100%;
  }
}
.catalog-image-grid .category-grid li .grid-inner .category-link,
.catalog-image-grid .category-list li .grid-inner .category-link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.catalog-image-grid .category-grid li .grid-inner .category-link .category-image,
.catalog-image-grid .category-list li .grid-inner .category-link .category-image {
  width: 100%;
}
.catalog-image-grid .category-grid li .grid-inner .category-link .category-image img,
.catalog-image-grid .category-list li .grid-inner .category-link .category-image img {
  transition: 0.3s all ease;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.catalog-image-grid .category-grid li .grid-inner .category-link .category-name,
.catalog-image-grid .category-list li .grid-inner .category-link .category-name {
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  .catalog-image-grid .category-grid li .grid-inner .category-link .category-name,
  .catalog-image-grid .category-list li .grid-inner .category-link .category-name {
    font-size: 16px;
    font-weight: 400;
  }
}
.catalog-image-grid .category-grid li .grid-inner .category-link:hover .category-image img,
.catalog-image-grid .category-list li .grid-inner .category-link:hover .category-image img {
  opacity: 0.7;
}
.catalog-image-grid .category-list .grid-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.catalog-image-grid .category-list .grid-inner .category-image {
  float: none;
  width: 100%;
  margin-right: 0;
}
.catalog-image-grid .category-list .grid-inner .category-image img {
  max-width: 100%;
  width: 100%;
}
.slider-pro-wrapper {
  z-index: 1;
}
.slider-pro-wrapper .link-slider {
  text-transform: uppercase;
  padding: 15px 40px;
  border: 2px solid;
  transition: all 0.3s ease !important;
}
.slider-pro-wrapper .button-slider.extra .link-slider {
  background: none;
}
.slider-pro-wrapper .button-slider {
  position: absolute;
}
@media (max-width: 767px) {
  .slider-pro-wrapper .button-slider {
    min-width: 300px;
  }
}
.slider-pro-wrapper .button-slider > div {
  height: auto;
}
.slider-pro-wrapper .button-slider > div .link-slider {
  padding: 21px 43px;
  height: auto;
  position: absolute;
}
@media (max-width: 1000px) {
  .slider-pro-wrapper .button-slider > div .link-slider {
    padding: 22px 10px;
    font-size: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-pro-wrapper .button-slider > div .link-slider {
    padding: 30px 10px;
    font-size: 35px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .slider-pro-wrapper .button-slider > div .link-slider {
    transform: scale(1.3);
  }
}
.slider-pro-wrapper .sp-buttons {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
}
.slider-pro-wrapper .sp-buttons .sp-button {
  display: inline-block;
  border: 0;
  background: #ffffff;
  width: 11px;
  height: 11px;
  margin: 0 15px;
  transition: all 0.2s ease 0s;
  position: relative;
  z-index: 4;
}
@media (min-width: 480px) {
  .slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button {
    background: transparent;
  }
}
.slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button:before,
.slider-pro-wrapper .sp-buttons .sp-button:hover:before {
  width: 11px;
  height: 11px;
  opacity: 0.6;
  top: -5px;
  left: -5px;
}
.slider-pro-wrapper .sp-buttons .sp-button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 30%;
  top: 30%;
  border: 5px solid;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.slider-pro-wrapper .sp-arrow {
  font-size: 22px;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  line-height: 48px;
  transition: all 0.2s ease 0s;
}
.slider-pro-wrapper .sp-arrow:before,
.slider-pro-wrapper .sp-arrow:after {
  right: 0;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  position: relative;
  transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg);
  background: none;
  display: block;
  font-family: 'Linearicons';
}
.slider-pro-wrapper .sp-arrow:hover {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
}
.slider-pro-wrapper .sp-horizontal .sp-arrows {
  margin: 0;
}
@media (max-width: 480px) {
  .slider-pro-wrapper .sp-horizontal .sp-arrows {
    display: none;
  }
}
.slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
  left: 15%;
}
.slider-pro-wrapper .sp-horizontal .sp-previous-arrow:after {
  content: "\ec3b";
}
.slider-pro-wrapper .sp-horizontal .sp-next-arrow {
  right: 15%;
}
.slider-pro-wrapper .sp-horizontal .sp-next-arrow:after {
  content: "\ec3c";
}
@media (max-width: 1280px) {
  .slider-pro-wrapper .link-slider {
    padding: 11px 28px;
    margin-left: -5%;
  }
}
@media (max-width: 767px) {
  .slider-pro-wrapper .sp-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
    left: 2%;
  }
  .slider-pro-wrapper .sp-horizontal .sp-next-arrow {
    right: 2%;
  }
  .slider-pro-wrapper .sp-buttons {
    bottom: 30px;
  }
  .slider-pro-wrapper .desc-slider,
  .slider-pro-wrapper .slog-slider {
    display: none;
  }
  .slider-pro-wrapper .button-slider.top-min {
    margin-top: -17px;
  }
}
@media (max-width: 480px) {
  .slider-pro-wrapper .link-slider {
    margin-top: -15px;
    padding: 4px 28px;
  }
  .slider-pro-wrapper .sp-buttons {
    bottom: 10px;
  }
  .slider-pro-wrapper .sp-buttons .sp-button {
    width: 7px;
    height: 7px;
    margin: 0 10px;
  }
  .slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button:before,
  .slider-pro-wrapper .sp-buttons .sp-button:hover:before {
    display: none;
  }
}
.columns .slider-pro-wrapper {
  margin-bottom: 50px;
}
.columns .slider-pro-wrapper .sp-horizontal .sp-arrows {
  top: 46.5%;
}
.columns .slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
  left: 30px;
}
.columns .slider-pro-wrapper .sp-horizontal .sp-next-arrow {
  right: 30px;
}
.columns .slider-pro-wrapper .slog-slider {
  text-align: center;
}
.columns .slider-pro-wrapper .link-slider {
  margin: 0;
}
@media (max-width: 480px) {
  .columns .slider-pro-wrapper .sp-arrows.sp-fade-arrows {
    display: none;
  }
  .columns .slider-pro-wrapper .link-slider {
    margin: 0 0 0 20%;
  }
}
.slider-content-static {
  text-align: right;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
}
.slider-content-static.desc-slider {
  display: block;
}
.static-link-slider {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 40px;
  border: 2px solid;
  line-height: 60px;
}
.static-link-slider:hover {
  color: #ffffff;
}
.slider-content-static-2 {
  text-align: right;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
}
.slider-content-static-2.desc-slider {
  display: block;
}
slider-pro-wrapper .sp-grab {
  cursor: move;
}
slider-pro-wrapper .sp-grabbing {
  cursor: hand;
}
@media (min-width: 1425px) {
  .table-comparison .cell {
    padding: 25px;
  }
}
.list.products-list .product-item-info a.product-item-photo {
  flex-basis: 32%;
  max-width: 32%;
}
.list.products-list .product-item-info .product-item-details {
  flex-basis: 68%;
  max-width: 68%;
  padding-left: 36px;
}
html.rtl .list.products-list .product-item-info .product-item-details {
  padding-left: 0;
  padding-right: 36px;
}
.product-wrap {
  justify-content: space-between;
}
.product-wrap .column {
  width: 30%;
}
.product-wrap .column.product-info .product-brand-name {
  margin: 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 900;
  margin-bottom: 5px;
}
.product-wrap .column.product-info .overview {
  margin-bottom: 10px;
  font-size: 20px;
}
.product-wrap .column.product-info .sku .type:after {
  content: ':';
}
.product-wrap .column.product-info .sku .sku-attribute {
  color: #c11e48;
  font-size: 14px;
}
.product-wrap .column.product-info .sku .sku-attribute:before {
  content: '#';
}
.product-wrap .column.product-info .price-box {
  font-size: 44px;
  font-weight: 100;
  color: #c11e48;
  margin: 10px 0;
}
.product-wrap .column.product-info .attribute.description p {
  font-size: 14px;
}
.product-wrap .column.product-gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 40%;
}
.product-wrap .column.product-gallery .fotorama__stage {
  padding-left: 10px;
  box-sizing: border-box;
}
.product-wrap .column.product-gallery .fotorama__stage .fotorama__arr {
  background-color: transparent;
}
.product-wrap .column.product-gallery .fotorama__stage .fotorama__arr .fotorama__arr__arr {
  background-color: #f7f8fa;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-size: 120px;
}
.product-wrap .column.product-gallery .fotorama__stage .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  background-position: -70px -35px;
}
.product-wrap .column.product-gallery .fotorama__stage .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -35px -35px;
}
.product-wrap .column.product-gallery .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__thumb-border {
  display: none;
}
.product-wrap .column.product-gallery .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame {
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 2px !important;
}
.product-wrap .column.product-gallery .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame .fotorama_vertical_ratio {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.product-wrap .column.product-gallery .fotorama__stage.fotorama__shadows--right:after,
.product-wrap .column.product-gallery .fotorama__nav.fotorama__shadows--right:after,
.product-wrap .column.product-gallery .fotorama__stage.fotorama__shadows--left:before,
.product-wrap .column.product-gallery .fotorama__nav.fotorama__shadows--left:before {
  content: none;
  display: none;
}
.product-wrap .column.product-gallery .block.related .product-items {
  width: 100%;
  margin: 0;
}
.product-wrap .column.product-gallery .block.related .product-items .owl-stage-outer {
  width: 100%;
}
.product-wrap .column.product-gallery .block.related .product-items .product-item {
  width: 100%;
  padding: 0 10px;
}
.product-wrap .column.product-gallery .block.related .product-items .product-item .product-item-info {
  box-shadow: none;
}
.product-wrap .column.product-gallery .block.related .product-items .product-item .product-item-info > a {
  box-shadow: #cccccc 2px 2px 10px;
}
.product-wrap .column.product-gallery .block.related .product-items .product-item .product-item-info .product-item-details {
  padding: 15px 0px;
}
.product-wrap .column.product-gallery .block.related .product-items .product-item .product-item-info .product-item-details .product-list-brand {
  font-size: 14px;
}
.product-wrap .column.product-gallery .block.related .product-items .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 10px;
}
.product-wrap .column.product-gallery .block.related .product-items .product-item .product-item-info .product-item-details .product-list-color {
  font-size: 10px;
  margin-bottom: 5px;
}
.product-wrap .column.product-gallery .block.related .product-items .product-item .product-item-info .product-item-details span.info_line {
  font-size: 10px;
}
.product-wrap .column.product-gallery .block.related .product-items .product-item .product-item-info .product-item-details span.info_line strong {
  font-weight: 400;
}
.product-wrap .column.product-gallery .block.related .product-items .product-item .product-item-info .product-item-details .tier_price {
  line-height: 1;
}
.product-wrap .column.product-gallery .block.related .product-items .product-item .product-item-info .product-item-details .tier_price strong {
  font-size: 10px;
  font-weight: 400;
}
.product-wrap .column.product-gallery .block.related .product-items .product-item .product-item-info .product-item-details .tier_price .price {
  font-size: 10px;
}
.product-wrap .column.col2.full_width {
  width: 65%;
}
.product-wrap .page-title-wrapper {
  margin-bottom: 0;
}
.product-wrap .page-title-wrapper .page-title {
  text-align: left;
  color: #3c3d47;
  font-size: 19px !important;
  font-weight: 500 !important;
}
@media (max-width: 1424px) {
  .product-wrap .page-title-wrapper .page-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1280px) {
  .catalog-product-view .product-info-main .box-tocart .fieldset .actions-container .actions button.action.tocart {
    font-size: 14px;
    line-height: 19px;
  }
  .catalog-product-view .product-info-main .update-checkout .actions p {
    font-size: 14px;
    line-height: 19px;
  }
}
.sm-header-nav-wrap {
  position: relative;
}
.quick-look {
  position: absolute;
  right: 20px;
  top: 6px;
}
.quick-look .action.showcart-quick-look {
  height: 30px;
  column-gap: 10px;
  padding: 3px;
  border: 1px dotted #ffffff;
  top: 0 !important;
  z-index: 9;
}
.quick-look .action.showcart-quick-look:before,
.quick-look .action.showcart-quick-look:after {
  content: unset !important;
}
.quick-look .action.showcart-quick-look .text {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff !important;
  display: none !important;
}
.quick-look .action.showcart-quick-look svg {
  width: 40px;
  fill: #ffffff;
}
.quick-look .action.showcart-quick-look:focus {
  background: transparent;
}
h2.quicklook-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  padding: 15px 16px 15px 60px;
  background: #5a6170;
  color: #ffffff;
  position: relative;
}
h2.quicklook-title svg {
  width: 40px;
  height: 30px;
  fill: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.minicart-wrapper {
  padding: 0;
  margin: 0 0 0 auto;
  margin-left: auto ! IMPORTANT;
}
.minicart-wrapper .action.showcart {
  position: relative;
  top: 0px;
  right: auto;
  width: auto;
  height: auto;
  background: transparent;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart:after {
  color: #000000;
  top: 0;
  left: 0;
}
.minicart-wrapper .action.showcart .text {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  color: #282828;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
}
@media (max-width: 1424px) {
  .minicart-wrapper .action.showcart .text {
    font-size: 15px;
  }
}
.minicart-wrapper .action.showcart .counter.qty {
  top: 50%;
  right: 0;
  left: auto;
  font-size: 13px;
}
@media (max-width: 1424px) {
  .minicart-wrapper .action.showcart .counter.qty {
    font-size: 15px;
  }
}
.minicart-wrapper .block-minicart {
  display: block !important;
  opacity: 0;
  overflow: auto;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  bottom: auto;
  height: auto;
  transform: translateX(0) translateY(5%);
  visibility: hidden;
  width: 320px;
}
.minicart-wrapper .block-minicart .minicart-widgets {
  margin: 0;
}
.minicart-wrapper.active .block-minicart {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  transform: translateY(0);
}
.minicart-wrapper .quick-look-footer {
  display: flex;
  align-items: flex-start;
  background: #ebedef;
  border-top: 1px solid #d0dbe2;
}
.minicart-wrapper .quick-look-footer .subtotal {
  margin: 0;
  text-align: left;
  padding: 5px;
  flex: 1;
  word-break: break-word;
}
.minicart-wrapper .quick-look-footer .subtotal .label {
  font-size: 16px;
  color: #000000;
}
.minicart-wrapper .quick-look-footer .subtotal .label:after {
  display: none;
}
.minicart-wrapper .quick-look-footer .subtotal .amount .price-wrapper:first-child .price {
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}
.minicart-wrapper .quick-look-footer .actions {
  background: #c11e48;
  flex: 1;
}
.minicart-wrapper .quick-look-footer .actions .viewcart {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0px;
}
.minicart-wrapper .quick-look-footer .actions .viewcart .checkout-menu-icon {
  width: 21px;
  height: 23px;
  fill: #ffffff;
}
.minicart-wrapper .quick-look-footer .actions .viewcart:focus {
  background: transparent;
}
.minicart-removeitem.confirm .modal-content > div {
  text-align: center;
}
.minicart-removeitem.confirm .modal-footer {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
html.rtl .minicart-wrapper {
  margin-right: 16px;
  margin-left: 0;
}
html.rtl .minicart-wrapper .action.showcart {
  left: auto;
  padding-left: 0;
  padding-right: 33px;
}
html.rtl .minicart-wrapper .action.showcart:before,
html.rtl .minicart-wrapper .action.showcart:after {
  left: auto;
  right: 0;
}
html.rtl .minicart-wrapper .action.showcart .text {
  margin-left: 0;
  margin-right: 5px;
}
html.rtl .minicart-wrapper .action.showcart .counter.qty {
  left: auto;
  right: 25px;
}
html.rtl .minicart-wrapper .block-minicart {
  right: auto;
  left: 0;
}
#gift-options-cart .title {
  display: inline-block;
  padding: 6px 20px;
  width: auto;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1000px) {
  #gift-options-cart .title {
    padding: 14px 20px;
  }
}
#shopping-cart-table td.col.item {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1280px) {
  #shopping-cart-table td.col.item {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  #shopping-cart-table td {
    padding: 20px;
    min-width: 140px;
  }
}
@media (min-width: 1280px) {
  #shopping-cart-table td {
    padding: 30px;
  }
}
#shopping-cart-table td .item-actions {
  min-width: 80px;
}
#shopping-cart-table .cart.item {
  border-color: #a9a9a9;
}
#shopping-cart-table .cart.item td .product-item-photo {
  padding-right: 0;
  padding-left: 0;
  width: 120px;
  text-align: center;
}
@media (min-width: 1280px) {
  #shopping-cart-table .cart.item td .product-item-photo {
    padding-right: 20px;
    text-align: left;
  }
}
#shopping-cart-table .cart.item .actions-toolbar {
  justify-content: flex-start;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content {
  min-width: 300px;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content .fieldset > .field:not(.choice) > .label {
  width: 9.8%;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content .fieldset > .field:not(.choice) > .control {
  width: 90.2%;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action + .action {
  margin-top: 0;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action.action-update {
  margin-left: 1rem;
}
@media (min-width: 1000px) {
  #shopping-cart-table .cart.item .col.price,
  #shopping-cart-table .cart.item .col.subtotal {
    font-size: 24px;
  }
}
#shopping-cart-table .cart.item .product-item-details {
  flex-basis: calc(100% - 130px);
  width: calc(100% - 130px);
  text-align: center;
}
@media (min-width: 1000px) and (max-width: 1279px) {
  #shopping-cart-table .cart.item .product-item-details {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  #shopping-cart-table .cart.item .product-item-details {
    flex-basis: calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 30px;
    text-align: left;
  }
  #shopping-cart-table .cart.item .product-item-details dl.item-options {
    justify-content: flex-start;
  }
}
#shopping-cart-table .item-actions {
  border-top: 1px solid #a9a9a9;
}
@media (min-width: 1000px) {
  .cart-container .main.actions {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.cart-container .main.actions .action {
  padding: 15px 20px;
  width: auto;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1000px) {
  .cart-container .main.actions .action {
    padding: 14px 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .cart-container .main.actions .action {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cart-container .main.actions .action.clear {
  padding: 15px 20px;
  width: auto;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1000px) {
  .cart-container .main.actions .action.clear {
    padding: 14px 10px;
    margin-left: 12px;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .cart-container .main.actions .action.clear {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cart-container .main.actions .action.update {
  margin-left: 0;
}
@media (min-width: 1000px) {
  .cart-container .col-m-9 {
    max-width: 75%;
  }
  .cart-container .col-m-3 {
    max-width: 25%;
  }
}
@media (min-width: 1000px) and (max-width: 1279px) {
  .cart-container .col-m-9 {
    flex-basis: 67%;
    max-width: 67%;
  }
  .cart-container .col-m-3 {
    flex-basis: 32%;
    max-width: 32%;
  }
}
@media (max-width: 999px) {
  .cart-container .col-m-9,
  .cart-container .col-m-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.cart-container .cart-summary {
  border: 1px solid #a9a9a9;
}
@media (min-width: 1000px) {
  .cart-container .cart-summary .checkout.methods .item .primary.checkout {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .cart-container .cart-summary .checkout.methods .item .action.multicheckout {
    display: inline-block;
    width: 100%;
  }
  .cart-container .cart-summary .checkout.methods .item .action.multicheckout:before {
    content: "\edc3";
    display: inline-block;
    font-family: 'theme-icons';
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }
  .cart-container .cart-summary .checkout.methods .item .action.multicheckout:before {
    padding-right: 4px;
    display: none;
  }
}
.cart-container .cart-summary .table.totals tbody td {
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 1280px) {
  html.rtl #shopping-cart-table .cart.item td .product-item-photo {
    padding-right: 0;
    padding-left: 20px;
  }
}
html.rtl #shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action.action-update {
  margin-left: 0;
  margin-right: 1rem;
}
@media (min-width: 1280px) {
  html.rtl #shopping-cart-table .cart.item .product-item-details {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1000px) {
  html.rtl .cart-container .main.actions .action.clear {
    margin-left: auto;
    margin-right: 12px;
  }
}
html.rtl .cart-container .main.actions .action.update {
  margin-right: 0;
}
@media (min-width: 1000px) {
  html.rtl .cart-container .cart-summary .checkout.methods .item .action.multicheckout:before {
    padding-right: 0;
    padding-left: 4px;
  }
}
.one_filter_cart_title {
  flex: 0 0 calc(100% + 20px);
  color: #c11e48;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #ebedef;
  margin: 0 -10px;
  padding: 4.5px 10px;
}
#filter_by_category + span > span > span > ul.select2-selection__rendered {
  display: inline-block;
  width: 100%;
  min-width: 374px;
  position: absolute;
  top: -40px;
  left: -10px;
}
#filter_by_category + span > span > span > ul.select2-selection__rendered li {
  border: 2px solid #c11e48;
  font-weight: 500;
}
#filter_by_category + span > span > span > ul.select2-selection__rendered .select2-search--inline {
  margin: 0;
  border: none;
}
#filter_by_category + span > span > span > ul.select2-selection__rendered input {
  border: 1px solid #e0e1e2;
  margin: 5px 0;
  height: 30px;
  border-radius: 5px;
  padding: 0 5px;
  box-sizing: border-box;
  display: none;
}
#filter_by_category + span > span > span:before {
  content: "Category";
  display: block;
  text-align: left;
  padding-left: 10px;
  padding-top: 2px;
}
#filter_by_category + .select2-container .select2-selection--multiple:after {
  color: #ebedef;
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 14px;
  content: "\e926";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  line-height: 22px;
}
ul#select2-filter_by_category-results li[aria-selected="true"]:before {
  content: '\ec59';
  font-family: 'Linearicons';
  font-weight: 400;
  color: #c11e48;
  padding: 3px;
  position: absolute;
  left: 2px;
  top: -3px;
}
ul#select2-filter_by_category-results li[aria-selected="true"] {
  font-weight: 500;
  color: #c11e48;
}
ul#select2-filter_by_category-results li {
  padding-left: 20px;
  position: relative;
}
ul#select2-filter_by_category-results {
  padding: 0 !important;
}
#filter_by_category + .select2-container .select2-selection--multiple {
  min-height: 22px !important;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
a#clear_filters_inventory {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 28px;
}
.mycart-index-index .page-main > * {
  max-width: 1600px;
}
@media (max-width: 999px) {
  .checkout-index-index .opc-wrapper .fieldset > .field .label {
    width: 29.8%;
    font-size: 12px;
  }
  .checkout-index-index .opc-wrapper .fieldset > .field .control {
    width: 70.2%;
  }
}
.checkout-container .opc-wrapper {
  float: left;
  padding-right: 16px;
  width: 57.6667%;
}
.checkout-container .opc-sidebar {
  float: right;
  margin: 0 0 32px;
  width: 42.3333%;
}
@media (min-width: 1000px) {
  .checkout-container .opc-wrapper {
    width: 59.6667%;
  }
  .checkout-container .opc-sidebar {
    width: 40.3333%;
  }
}
@media (min-width: 1280px) {
  .checkout-container .opc-wrapper {
    width: 66.6667%;
  }
  .checkout-container .opc-sidebar {
    width: 33.3333%;
  }
}
.opc-progress-bar {
  float: left;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-right: 40px;
  width: 66.6667%;
}
@media (max-width: 1023px) {
  .opc-progress-bar .opc-progress-bar-item:before {
    display: none;
  }
}
@media (min-width: 1000px) {
  .opc-progress-bar .opc-progress-bar-item {
    padding: 18px 30px;
  }
  .opc-progress-bar .opc-progress-bar-item:first-child:before {
    position: absolute;
    z-index: 4;
    top: 0;
    right: -29px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 14.5px solid transparent;
    border-bottom: 14.5px solid transparent;
    border-left: 58px solid #282828;
    display: none;
  }
  .opc-progress-bar .opc-progress-bar-item:first-child:after {
    position: absolute;
    z-index: 3;
    top: -1px;
    right: -30px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 60px solid #282828;
    display: none;
  }
  .opc-progress-bar .opc-progress-bar-item:first-child._active:before {
    border-left-color: #ffffff;
  }
  .opc-progress-bar .opc-progress-bar-item:first-child._active:after {
    border-left-color: #a9a9a9;
  }
}
.opc-progress-bar .opc-progress-bar-item:last-child {
  padding-left: 40px;
}
.opc-progress-bar .opc-progress-bar-item:last-child:before {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -2px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 60px solid #ffffff;
  display: none;
}
.opc-progress-bar .opc-progress-bar-item:last-child:after {
  position: absolute;
  z-index: 0;
  top: -1px;
  left: -1px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 60px solid #282828;
  display: none;
}
.opc-progress-bar .opc-progress-bar-item:last-child._active:before {
  border-left-color: #ffffff;
}
.opc-progress-bar .opc-progress-bar-item:last-child._active:after {
  border-left-color: #a9a9a9;
}
@media (min-width: 1000px) {
  .opc-progress-bar .opc-progress-bar-item:last-child {
    padding-left: 40px;
  }
}
.opc-progress-bar .opc-progress-bar-item._active:before {
  display: none;
}
#opc-sidebar {
  padding: 5px;
}
@media (min-width: 1000px) {
  #opc-sidebar {
    padding: 30px;
  }
}
.opc-estimated-wrapper {
  display: none;
}
.checkout-container .authentication-wrapper button.action-auth-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 19px 33px;
  margin-bottom: 0;
}
.checkout-container .authentication-wrapper .authentication-dropdown {
  bottom: 0;
  top: 0;
  right: 0;
  left: auto;
  pointer-events: none;
  display: block;
  z-index: 1000;
  width: 33.3333%;
  position: absolute;
  overflow: visible;
  height: auto;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  transform: translateY(-100vh);
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  min-width: 300px;
  transform: translate(0, -100vh) scale(0);
}
.authentication-wrapper .modal-custom-overlay {
  background: none;
}
.authentication-dropdown {
  width: 33.3333%;
  right: 0;
  left: auto;
  position: absolute;
  overflow: visible;
}
.authentication-dropdown .modal-inner-wrap {
  margin: 0;
  width: 100%;
}
#co-shipping-form select {
  box-sizing: border-box;
}
html.rtl .checkout-container .opc-wrapper {
  float: right;
  padding-right: 0;
  padding-left: 16px;
}
html.rtl .checkout-container .opc-sidebar {
  float: left;
}
html.rtl .opc-progress-bar {
  float: right;
  padding-right: 0;
  padding-left: 40px;
}
@media (min-width: 1000px) {
  html.rtl .opc-progress-bar .opc-progress-bar-item:first-child:before {
    right: auto;
    left: -29px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 14.5px solid transparent;
    border-bottom: 14.5px solid transparent;
    border-right: 58px solid #282828;
  }
  html.rtl .opc-progress-bar .opc-progress-bar-item:first-child:after {
    right: auto;
    left: -30px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 60px solid #282828;
  }
  html.rtl .opc-progress-bar .opc-progress-bar-item:first-child._active:before {
    border-right-color: #ffffff;
  }
  html.rtl .opc-progress-bar .opc-progress-bar-item:first-child._active:after {
    border-right-color: #a9a9a9;
  }
}
html.rtl .opc-progress-bar .opc-progress-bar-item:last-child {
  padding-left: 0;
  padding-right: 40px;
}
html.rtl .opc-progress-bar .opc-progress-bar-item:last-child:before {
  left: auto;
  right: -2px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 60px solid #ffffff;
}
html.rtl .opc-progress-bar .opc-progress-bar-item:last-child:after {
  left: auto;
  right: -1px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 60px solid #282828;
}
html.rtl .opc-progress-bar .opc-progress-bar-item:last-child._active:before {
  border-right-color: #ffffff;
}
html.rtl .opc-progress-bar .opc-progress-bar-item:last-child._active:after {
  border-right-color: #a9a9a9;
}
@media (min-width: 1000px) {
  html.rtl .opc-progress-bar .opc-progress-bar-item:last-child {
    padding-left: 0;
    padding-right: 40px;
  }
}
html.rtl .checkout-container .authentication-wrapper button.action-auth-toggle {
  right: auto;
  left: 0;
}
html.rtl .checkout-container .authentication-wrapper .authentication-dropdown {
  right: auto;
  left: 0;
}
html.rtl .checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  transform: translateY(100vh);
}
html.rtl .checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  transform: translate(0, 100vh) scale(0);
}
html.rtl .authentication-dropdown {
  right: auto;
  left: 0;
}
.customer-account .authorization-link:last-child:after {
  display: none;
}
.customer-account .authorization-link + li {
  margin-left: 4px;
}
.customer-account ul a {
  display: inline-block;
  padding: 0;
  color: #000000;
}
.customer-account ul a:hover {
  color: #282828;
}
.customer-account .customer-name {
  display: inline-block;
  cursor: pointer;
  color: #000000;
  transition: 0.3s color ease;
}
.customer-account .customer-name:hover,
.customer-account .customer-name.active {
  color: #282828;
}
.customer-account .customer-menu {
  display: inline-block;
}
.customer-account .action.switch {
  display: none;
}
.customer-account .greet {
  display: none;
}
.customer-account .header.links .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  text-align: left;
  background-color: #ffffff;
  min-width: 310px;
}
@media (max-width: 1424px) {
  .customer-account .header.links .dropdown-menu {
    min-width: 250px;
  }
}
.customer-account .header.links .dropdown-menu > .item {
  display: block;
  position: relative;
  padding: 0;
}
.customer-account .header.links .dropdown-menu > .item:hover {
  background-color: #c11e48;
  color: #ffffff;
}
.customer-account .header.links .dropdown-menu > .item:hover strong,
.customer-account .header.links .dropdown-menu > .item:hover a {
  color: #ffffff;
}
.customer-account .header.links .dropdown-menu > .item:hover strong:before,
.customer-account .header.links .dropdown-menu > .item:hover a:before {
  color: #ffffff;
}
.customer-account .header.links .dropdown-menu > .item strong,
.customer-account .header.links .dropdown-menu > .item a {
  width: 100%;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  display: inline-block;
}
@media (max-width: 1424px) {
  .customer-account .header.links .dropdown-menu > .item strong,
  .customer-account .header.links .dropdown-menu > .item a {
    font-size: 15px;
  }
}
.customer-account .header.links .dropdown-menu > .item strong:before,
.customer-account .header.links .dropdown-menu > .item a:before {
  display: none !important;
  content: '';
}
.customer-account .dropdown {
  position: relative;
}
.customer-account .dropdown.active {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.28);
}
.customer-account .dropdown.active .dropdown-menu {
  display: inline-block;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.28);
}
.customer-account .dropdown.active .action {
  background-color: #ffffff;
}
.form-create-account .actions-toolbar,
.form-edit-account .actions-toolbar,
.form-address-edit .actions-toolbar,
.form-login .actions-toolbar,
.block-addresses-list .actions-toolbar,
.form-newsletter-manage .actions-toolbar,
.downloadable-customer-products .actions-toolbar,
.my-reviews-table__wrapper .actions-toolbar,
.account-billing-agreements__wrapper .actions-toolbar {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.form-create-account .actions-toolbar .primary + .secondary,
.form-edit-account .actions-toolbar .primary + .secondary,
.form-address-edit .actions-toolbar .primary + .secondary,
.form-login .actions-toolbar .primary + .secondary,
.block-addresses-list .actions-toolbar .primary + .secondary,
.form-newsletter-manage .actions-toolbar .primary + .secondary,
.downloadable-customer-products .actions-toolbar .primary + .secondary,
.my-reviews-table__wrapper .actions-toolbar .primary + .secondary,
.account-billing-agreements__wrapper .actions-toolbar .primary + .secondary {
  margin: 0 18px 0 0;
}
.account .actions-toolbar .secondary a.action {
  margin-top: 0;
}
.sidebar .account-navigation {
  margin-bottom: 68px;
}
.sidebar .account-navigation .block-title {
  padding-bottom: 18px;
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .block-reviews-dashboard,
  .customer-account-edit .form-edit-account,
  .block-addresses-default,
  .block-addresses-list,
  .custome-downloadable-products__wrapper,
  .orders-history__wrapper,
  .form-newsletter-manage,
  .my-reviews-table__wrapper,
  .account-billing-agreements__wrapper {
    padding: 32px 30px 40px;
    margin-bottom: 40px;
  }
  .block-dashboard-orders,
  .block-dashboard-info,
  .block-dashboard-addresses {
    padding: 15px 30px 30px;
    margin-bottom: 10px;
  }
  .block-dashboard-info .row,
  .block-dashboard-addresses .row,
  .box-billing-address .row,
  .box-address-shipping .row {
    align-items: stretch;
  }
  .block-dashboard-info .row > div,
  .block-dashboard-addresses .row > div,
  .box-billing-address .row > div,
  .box-address-shipping .row > div {
    margin-bottom: 0;
  }
  .block-addresses-default {
    padding: 0;
  }
}
.block-addresses-list .block-content {
  height: 100%;
}
@media (min-width: 1280px) {
  .block-dashboard-orders .table-order-items td,
  .block-dashboard-orders .table-order-items th {
    padding: 9px 20px;
  }
}
@media (min-width: 1000px) {
  .block-dashboard-orders .table-order-items td.actions .view {
    float: left;
  }
  .block-dashboard-orders .table-order-items td.actions .order {
    float: right;
  }
}
.popup-authentication .block-authentication {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.popup-authentication .block {
  flex-basis: 50%;
}
.popup-authentication .block:first-child {
  padding: 16px 32px 16px 0;
}
.popup-authentication .block + .block {
  border-top: none;
  border-left: 1px solid #a9a9a9;
  padding: 16px 0 16px 32px;
}
html.rtl .customer-account.logged ul {
  transform: translateY(-5%);
}
html.rtl .customer-account .authorization-link:after {
  margin-right: 2px;
  margin-left: 0;
}
html.rtl .customer-account .authorization-link + li {
  margin-left: 0;
  margin-right: 4px;
}
html.rtl .form-create-account .actions-toolbar .primary + .secondary,
html.rtl .form-edit-account .actions-toolbar .primary + .secondary,
html.rtl .form-address-edit .actions-toolbar .primary + .secondary,
html.rtl .form-login .actions-toolbar .primary + .secondary,
html.rtl .block-addresses-list .actions-toolbar .primary + .secondary,
html.rtl .form-newsletter-manage .actions-toolbar .primary + .secondary,
html.rtl .downloadable-customer-products .actions-toolbar .primary + .secondary,
html.rtl .my-reviews-table__wrapper .actions-toolbar .primary + .secondary,
html.rtl .account-billing-agreements__wrapper .actions-toolbar .primary + .secondary {
  margin-left: 18px;
  margin-right: 0;
}
@media (min-width: 1000px) {
  html.rtl .block-dashboard-orders .table-order-items td.actions .view {
    float: right;
  }
  html.rtl .block-dashboard-orders .table-order-items td.actions .order {
    float: left;
  }
}
html.rtl .popup-authentication .block:first-child {
  margin-right: 0;
  margin-left: 32px;
}
html.rtl .popup-authentication .block + .block {
  border-right: 1px solid #a9a9a9;
  border-left: none;
  padding-right: 32px;
  padding-left: 0;
}
.filter-options {
  border: 0;
}
.filter-options .filter-options-item {
  padding: 15px 0;
  border: 0;
}
.filter-options .filter-options-item .filter-options-title {
  font-weight: 500;
}
.filter-options .filter-options-item .filter-options-title:before {
  border: 0;
}
h1.account-section__title-label {
  font-size: 32px;
  font-weight: 400;
  color: #c11e48;
}
.block.newsletter {
  width: 300px;
}
.block.newsletter .title {
  display: block;
  text-align: left;
}
.block.newsletter .title strong {
  color: #c11e48;
}
.block.newsletter .slog-newsletter {
  font-weight: 600;
  line-height: 1.25;
}
@media (max-width: 999px) {
  .block.newsletter .content .form.subscribe {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    flex-direction: row;
  }
  .block.newsletter .content .form.subscribe .field {
    flex-basis: initial;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .block.newsletter .content .form.subscribe .actions {
    padding-left: 0;
  }
}
.block.newsletter {
  width: auto;
}
button.subscribe {
  padding: 14px 33px;
}
@media (max-width: 999px) {
  html.rtl .block.newsletter .content .form.subscribe .field {
    margin-left: 0;
  }
  html.rtl .block.newsletter .content .form.subscribe .actions {
    padding-right: 0;
  }
}
.block.newsletter .form.subscribe {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 480px) {
  .block.newsletter .form.subscribe {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .sales-order-history .order-history-filters > .fieldset {
    flex-wrap: wrap;
    flex: 0 0 100%;
  }
  .sales-order-history .order-history-filters .field-reange {
    min-width: unset;
    max-width: unset;
    margin: 0 0 10px 10px;
  }
  .sales-order-history .order-history-filters .limiter-order {
    width: 100%;
  }
  .sales-order-history .order-history-filters .limiter-order .control.select select {
    width: 100%;
  }
  .sales-order-history .order-history-filters .submit-order-filter button {
    width: 100%;
  }
}
.block-search {
  float: none;
  padding-left: 0;
  width: auto;
}
.block-search .search-control_wrapper .ui-dialog-buttonpane {
  display: none;
}
.block-search #search_mini_form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.block-search #search_mini_form .field {
  padding: 0;
}
.block-search #search_mini_form .control {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  display: none;
}
@media (min-width: 1000px) {
  .block-search #search_mini_form .control {
    min-width: 380px;
  }
}
@media (min-width: 1425px) {
  .block-search #search_mini_form .control {
    min-width: 478px;
  }
}
.block-search #search_mini_form .actions {
  display: none;
}
html.rtl .block-search {
  padding-right: 0;
}
.block-search #search_mini_form .search label.label:before,
.block-search #search_mini_form .search label.label:after {
  font-family: 'Linearicons';
  font-size: 22px;
  transition: 0.3s all ease;
  position: absolute;
  line-height: 50px;
}
.block-search #search_mini_form .search label.label:before {
  content: '\ec22';
}
.block-search #search_mini_form .search label.label:after {
  content: '\ec35';
  visibility: hidden;
  opacity: 0;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .block-search #search_mini_form .search label.label {
    position: fixed;
    width: 50px;
  }
  .block-search #search_mini_form .search label.label:before {
    font-weight: bold;
  }
}
.minicart-wrapper.quick-look + .block-search {
  position: absolute;
  right: 70px;
  left: unset;
  z-index: 5;
}
.page-header .block-search {
  float: none;
  padding-left: 0;
  width: auto;
  padding: 0 14px;
  position: static;
  left: 0;
  right: 0;
}
@media (max-width: 1424px) {
  .page-header .block-search {
    min-width: 30px;
    position: relative;
  }
}
.page-header .block-search .block-content {
  max-width: 100%;
}
.page-header .block-search .block-content #search_mini_form {
  position: inherit;
}
.page-header .block-search .block-content #search_mini_form .field.search {
  padding: 0;
  width: 100%;
  position: inherit;
}
.page-header .block-search .block-content #search_mini_form .field.search.active label.label {
  display: none;
}
.page-header .block-search .block-content #search_mini_form .field.search label.label {
  width: 22px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.page-header .block-search .block-content #search_mini_form .field.search label.label:before,
.page-header .block-search .block-content #search_mini_form .field.search label.label:after {
  position: absolute;
  left: 0;
  color: #ffffff;
  font-weight: bold;
}
.page-header .block-search .block-content #search_mini_form .field.search label.label.active + .search-control_wrapper {
  width: 280px;
}
.page-header .block-search .block-content #search_mini_form .field.search label.label.active + .search-control_wrapper .searchsuite-autocomplete {
  width: 280px;
  left: 0;
}
.page-header .block-search .block-content #search_mini_form .field.search .search-control_wrapper {
  visibility: visible;
  transition: 0.3s all ease;
  right: 50px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 170px;
}
.page-header .block-search .block-content #search_mini_form .field.search .search-control_wrapper .control.ui-dialog-content {
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  transition: 0.3s all ease;
}
.page-header .block-search .block-content #search_mini_form .field.search .search-control_wrapper .control.ui-dialog-content #search {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  border: 0;
  background: #ffffff;
  height: 38px;
  font-weight: 500;
  font-size: 16px;
  box-shadow: 0 0 5px #c11e48;
}
.page-header .block-search .block-content #search_mini_form .field.search.active label.label:before {
  visibility: hidden;
  opacity: 0;
}
.page-header .block-search .block-content #search_mini_form .field.search.active label.label:after {
  visibility: visible;
  opacity: 1;
  transform: rotate(0);
}
.page-header .block-search .block-content #search_mini_form .field.search.active .search-control_wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 40;
}
.page-header .block-search .block-content #search_mini_form .field.search.active .search-control_wrapper .control.ui-dialog-content {
  min-width: 50%;
  max-width: 100%;
}
.page-header .block-search .block-content #search_mini_form .active + .actions {
  display: inline-block;
  cursor: pointer;
}
.page-header .block-search .block-content #search_mini_form .active + .actions .action.search {
  position: unset;
  opacity: 1;
  padding: 0;
}
.page-header .block-search .block-content #search_mini_form .active + .actions .action.search:before {
  content: '\ec22';
  font-family: 'Linearicons';
  font-size: 22px;
  transition: 0.3s all ease;
  position: unset;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 768px) {
  #search_mini_form .search-control_wrapper #search.input-text {
    padding-left: 0;
  }
  #search_mini_form.active .search-control_wrapper {
    position: fixed;
  }
  #search_mini_form.active .search-control_wrapper #search.input-text {
    padding-left: 20px;
  }
  #search_mini_form.active .search-control_wrapper .ui-dialog-buttonpane button.action {
    border: 0;
    font-size: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
  }
  #search_mini_form.active .search-control_wrapper .ui-dialog-buttonpane button.action:hover {
    background: transparent;
    color: #000000;
  }
  #search_mini_form.active .search-control_wrapper .ui-dialog-buttonpane button.action:before {
    content: '\ec35';
    font-family: 'Linearicons';
    font-size: 22px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  #search_mini_form.active .search-control_wrapper {
    right: 0;
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  #search_mini_form.active .search-control_wrapper .ui-dialog-buttonpane {
    display: block;
  }
}
/*
* @section      Custom pages
* @description  This section holds specific style for Custom pages
*/
@media (min-width: 1000px) {
  .cms-about-us .about-us_info {
    margin-bottom: 100px;
  }
  .cms-about-us .about-us_info .heading-4 {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .cms-about-us .about-us_info {
    flex-wrap: nowrap;
  }
  .cms-about-us .about-us_info .about-us_info_txt,
  .cms-about-us .about-us_info .about-us_info_img {
    flex-basis: 50%;
  }
}
@media (min-width: 1000px) {
  .cms-about-us .skills {
    margin-bottom: 60px;
  }
  .cms-about-us .value {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 24px;
  }
  .cms-about-us .term {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (min-width: 1000px) {
  .about-us_services {
    margin-bottom: 100px;
  }
}
@media (min-width: 1000px) {
  .about-us_services li {
    flex-basis: 33.33333%;
  }
}
.about-us_services .about-us_services_txt {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1000px) {
  .cms-about-us .team {
    margin-bottom: 70px;
  }
  .cms-about-us .team h3 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .cms-about-us .team .team_name {
    font-size: 22px;
  }
}
.cms-about-us .testimonials blockquote i {
  display: block;
  flex-basis: 70px;
}
.cms-about-us .testimonials blockquote i:before {
  content: "\eb16";
  font-family: 'theme-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1000px) {
  .cms-about-us .testimonials blockquote i {
    font-size: 50px;
    line-height: 50px;
  }
}
.cms-about-us .testimonials blockquote q {
  font-size: 16px;
  line-height: 20px;
  flex-basis: calc(100% - 70px);
  margin-bottom: 12px;
}
@media (min-width: 1000px) {
  .cms-about-us .testimonials blockquote q {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}
.cms-about-us .testimonials .owl-testimonials .owl-dots {
  padding-top: 12px;
}
@media (min-width: 1000px) {
  .cms-about-us .testimonials .owl-testimonials .owl-dots {
    padding-top: 16px;
  }
}
.customer-service .table-block thead {
  color: #282828;
}
@media (min-width: 1000px) {
  .customer-service .table-block thead th {
    padding: 15px 10px 15px 35px;
  }
}
.customer-service .table-block tbody tr:first-child td {
  padding-top: 41px;
}
.customer-service .table-block tbody tr:last-child td {
  padding-bottom: 30px;
}
.customer-service .table-block tbody td {
  border-left: 1px solid #a9a9a9;
}
.customer-service .table-block tbody td:first-child {
  padding-left: 0;
  border-left: none;
}
@media (min-width: 1000px) {
  .customer-service .table-block tbody td {
    padding: 11px 10px 11px 35px;
  }
}
.not-found-page .not-found-page_top strong {
  font-size: 50px;
  line-height: 1;
}
@media (min-width: 1000px) {
  .not-found-page .not-found-page_top strong {
    font-size: 84px;
    line-height: 84px;
  }
}
.not-found-page .not-found-page_top span {
  font-size: 30px;
  line-height: 38px;
}
@media (min-width: 1000px) {
  .not-found-page .not-found-page_top span {
    font-size: 55px;
    line-height: 68px;
  }
}
@media (min-width: 1000px) {
  .not-found-page .not-found-page_bottom dt {
    font-size: 20px;
  }
}
.contact-index-index .contact-us-info .contact-us-info-item + .contact-us-info-item {
  margin-top: 40px;
}
.contact-index-index .page-main > .columns .row [class*='col-m-'] + [class*='col-m-'] {
  margin-top: 0;
}
@media (min-width: 1280px) {
  .contact-index-index .page-main > .columns {
    margin-top: 76px;
  }
}
@media (min-width: 1000px) {
  .form.search.advanced {
    max-width: 75%;
  }
}
@media (min-width: 1280px) {
  .form.search.advanced {
    max-width: 50%;
  }
}
.form-orders-search {
  max-width: 75%;
}
@media (min-width: 1000px) {
  .form-orders-search {
    max-width: 50%;
  }
  .form-orders-search .actions-toolbar {
    margin-top: 24px;
  }
}
@media (min-width: 1000px) {
  .sales-guest-form .fieldset {
    margin-top: 24px;
  }
}
@media (min-width: 1000px) {
  .shipping-delivery-page p {
    margin-bottom: 30px;
  }
  .shipping-delivery-page .shipping-delivery-page__border {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.faq-page #faq-accordion .accordion-trigger {
  display: inline-block;
}
@media (min-width: 1000px) {
  .support-page .boxes-block li div {
    margin-bottom: 50px;
  }
}
@media (min-width: 1000px) {
  .cms-template-settings .data-table thead th {
    padding: 10px 20px;
  }
  .cms-template-settings .data-table tbody tr:first-child td {
    padding-top: 35px;
  }
  .cms-template-settings .data-table tbody tr:last-child td {
    padding-bottom: 30px;
  }
  .cms-template-settings .data-table tbody td {
    padding: 10px 20px;
  }
}
.customer-account-create .field.required input.input-text.mage-error,
.customer-account-login .field.required input.input-text.mage-error,
.customer-account-forgotpassword .field.required input.input-text.mage-error,
.sales-guest-form .field.required input.input-text.mage-error {
  margin-bottom: 0;
}
.customer-account-edit .form-edit-account .fieldset .legend {
  margin-left: 19%;
}
.customer-account-edit .form-edit-account .fieldset > .field:not(.choice) > .label,
.customer-account-edit .form-edit-account .fieldset > .field.choice:before,
.customer-account-edit .form-edit-account .fieldset .fieldset > .field.no-label:before {
  width: 18.8%;
}
.customer-account-edit .column:not(.sidebar-main) form .actions-toolbar,
.customer-account-edit .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 19%;
}
.newsletter-manage-index .form-newsletter-manage .fieldset .legend {
  margin-left: 0;
}
.newsletter-manage-index .form-newsletter-manage .fieldset > .field:not(.choice) > .label,
.newsletter-manage-index .form-newsletter-manage .fieldset > .field.choice:before,
.newsletter-manage-index .form-newsletter-manage .fieldset .fieldset > .field.no-label:before {
  width: 0;
  padding: 0;
}
.newsletter-manage-index .column:not(.sidebar-main) form .actions-toolbar,
.newsletter-manage-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
}
.account.page-layout-2columns-left .column.main {
  width: 100% !important;
}
.secure-payment-page .secure-payment_icons ul {
  margin-left: -28px;
}
.secure-payment-page .secure-payment_icons ul li {
  margin-left: 28px;
}
.secure-payment-page .secure-payment_icons ul a {
  font-size: 41px;
}
.page-layout-order-via-spreadsheet {
  background-color: #ffffff;
}
.page-layout-order-via-spreadsheet .breadcrumbs {
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.page-layout-order-via-spreadsheet .column.main {
  max-width: 1395px;
  padding: 0 15px 70px;
  box-sizing: border-box;
  margin: 0px auto;
}
.page-layout-order-via-spreadsheet .page-main {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ffffff;
}
.page-layout-order-via-spreadsheet .spreadsheet-description {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.page-layout-order-via-spreadsheet .spreadsheet-description [data-content-type='html'] {
  width: 100%;
  padding-right: 400px;
}
.page-layout-order-via-spreadsheet .order-spreadsheet-description {
  max-width: 700px;
}
.page-layout-order-via-spreadsheet .import-export-container {
  max-width: 360px;
  padding: 3rem 3rem 10rem;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  right: 1rem;
  top: -6.3rem;
  z-index: 2;
  background-image: url('../Magento_Theme/images/export-bg.jpg');
  background-size: 100% 100%;
}
.page-layout-order-via-spreadsheet .import-export-container .import-execel-wrapper {
  margin: 3rem 0;
}
.page-layout-order-via-spreadsheet .import-export-container .import-execel-wrapper .round-but {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #c11e48;
  border: 2px solid #c11e48;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
}
.page-layout-order-via-spreadsheet .import-export-container .import-execel-wrapper .round-but:hover {
  background: #ebedef;
}
.page-layout-order-via-spreadsheet .import-export-container .exel-part {
  margin-top: 5rem;
}
.page-layout-order-via-spreadsheet .import-export-container .exel-part-action a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: none;
  background: transparent;
  color: #000000;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.page-layout-order-via-spreadsheet .wrapper-infographics {
  position: relative;
  margin-top: 20px;
}
.page-layout-order-via-spreadsheet .wrapper-infographics .multishipping_footer {
  font-size: 18px;
  padding: 10px 15px;
}
@media (min-width: 1425px) {
  .page-layout-order-via-spreadsheet .wrapper-infographics .multishipping_footer {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 45%;
    line-height: 1.6;
  }
}
.page-layout-order-via-spreadsheet .wrapper-infographics .round-but {
  margin: 15px 15px 15px 0;
  text-align: center;
}
.page-layout-order-via-spreadsheet .order-spreadsheet-description .title h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.12;
  color: #c11e48;
}
.page-layout-order-via-spreadsheet .order-spreadsheet-description .content {
  max-width: 700px;
}
@media (max-width: 1024px) {
  .page-layout-order-via-spreadsheet .order-spreadsheet-description .content {
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.page-layout-order-via-spreadsheet .order-spreadsheet-description .content p {
  line-height: 1.4;
}
.page-layout-order-via-spreadsheet .order-spreadsheet-description .sub-content {
  position: relative;
  margin-top: 20px;
}
.page-layout-order-via-spreadsheet .order-spreadsheet-description .sub-content > ul {
  counter-reset: my-badass-counter;
  padding-inline-start: 0;
  margin-bottom: 40px;
  list-style: none;
}
.page-layout-order-via-spreadsheet .order-spreadsheet-description .sub-content > ul > li {
  font-size: 18px;
  line-height: 2;
  margin-top: 0;
}
.page-layout-order-via-spreadsheet .order-spreadsheet-description .sub-content > ul > li:before {
  content: counter(my-badass-counter) ".";
  counter-increment: my-badass-counter;
  line-height: 2;
  font-size: 18px;
  margin-right: 5px;
}
.cms-return-policy .breadcrumbs {
  padding-top: 25px;
  padding-bottom: 25px;
}
.cms-return-policy .page-main {
  margin-top: 0;
  margin-bottom: 40px;
}
.cms-return-policy .return-policy-description .title h4 {
  color: #c11e48;
  font-weight: 500;
  font-size: 49px;
  line-height: 1.15;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cms-return-policy .return-policy-description .content {
  margin-top: 25px;
}
.cms-return-policy .return-policy-description .content > p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.08;
}
@media (max-width: 1424px) {
  .cms-return-policy .return-policy-description .content > p {
    font-size: 19px;
  }
}
.cms-return-policy .return-policy-description .content .sub-content {
  margin: 30px 0 40px;
}
.cms-return-policy .return-policy-description .content .sub-content > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1424px) {
  .cms-return-policy .return-policy-description .content .sub-content > p {
    font-size: 15px;
  }
}
.cms-return-policy .return-policy-accepting-product > .title h4,
.cms-return-policy .return-policy-balancing-other > .title h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.15;
  margin-top: 31px;
}
@media (max-width: 1424px) {
  .cms-return-policy .return-policy-accepting-product > .title h4,
  .cms-return-policy .return-policy-balancing-other > .title h4 {
    font-size: 19px;
  }
}
.cms-return-policy .return-policy-accepting-product > .content,
.cms-return-policy .return-policy-balancing-other > .content {
  margin-top: 15px;
}
.cms-return-policy .return-policy-accepting-product > .content > p,
.cms-return-policy .return-policy-balancing-other > .content > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1424px) {
  .cms-return-policy .return-policy-accepting-product > .content > p,
  .cms-return-policy .return-policy-balancing-other > .content > p {
    font-size: 15px;
  }
}
.cms-return-policy .return-policy-accepting-product address,
.cms-return-policy .return-policy-balancing-other address {
  margin-top: 25px;
  margin-bottom: 40px;
}
.cms-return-policy .return-policy-accepting-product address > p,
.cms-return-policy .return-policy-balancing-other address > p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 1424px) {
  .cms-return-policy .return-policy-accepting-product address > p,
  .cms-return-policy .return-policy-balancing-other address > p {
    font-size: 15px;
  }
}
.cms-return-policy .return-policy-accepting-product .action,
.cms-return-policy .return-policy-balancing-other .action {
  font-size: 16px;
  font-weight: 600;
  color: #c11e48;
  border: 2px solid #c11e48;
  line-height: 1.44;
  padding: 10px 30px;
  border-radius: 24px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (max-width: 1424px) {
  .cms-return-policy .return-policy-accepting-product .action,
  .cms-return-policy .return-policy-balancing-other .action {
    font-size: 15px;
  }
}
.cms-return-policy .return-policy-accepting-product article .title,
.cms-return-policy .return-policy-balancing-other article .title {
  border-top: 2px solid #c11e48;
  border-bottom: 2px solid #c11e48;
  text-align: center;
  padding: 13px 10%;
}
.cms-return-policy .return-policy-accepting-product article .title h4,
.cms-return-policy .return-policy-balancing-other article .title h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1424px) {
  .cms-return-policy .return-policy-accepting-product article .title h4,
  .cms-return-policy .return-policy-balancing-other article .title h4 {
    font-size: 15px;
  }
}
.cms-return-policy .return-policy-accepting-product article .content > p,
.cms-return-policy .return-policy-balancing-other article .content > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.22;
  margin-top: 30px;
}
@media (max-width: 1424px) {
  .cms-return-policy .return-policy-accepting-product article .content > p,
  .cms-return-policy .return-policy-balancing-other article .content > p {
    font-size: 15px;
  }
}
.cms-return-policy .return-policy-accepting-product article .footer-article,
.cms-return-policy .return-policy-balancing-other article .footer-article {
  margin-top: 25px;
}
.cms-return-policy .return-policy-accepting-product article .footer-article span,
.cms-return-policy .return-policy-balancing-other article .footer-article span {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-left: 22px;
}
@media (max-width: 1424px) {
  .cms-return-policy .return-policy-accepting-product article .footer-article span,
  .cms-return-policy .return-policy-balancing-other article .footer-article span {
    font-size: 15px;
  }
}
.cms-return-policy .return-policy-accepting-product article .footer-article span a,
.cms-return-policy .return-policy-balancing-other article .footer-article span a {
  color: #3886bd;
  margin-left: 4px;
}
.cms-terms-and-conditions .breadcrumbs {
  padding-top: 25px;
  padding-bottom: 25px;
}
.cms-terms-and-conditions .page-main {
  margin-top: 0;
  margin-bottom: 5px;
}
.cms-terms-and-conditions .terms-conditions-description .title h4 {
  color: #c11e48;
  font-weight: 500;
  font-size: 49px;
  line-height: 1.15;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cms-terms-and-conditions .terms-conditions-description .content {
  margin-top: 21px;
}
.cms-terms-and-conditions .terms-conditions-description .content > p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.15;
}
@media (max-width: 1424px) {
  .cms-terms-and-conditions .terms-conditions-description .content > p {
    font-size: 15px;
  }
}
.cms-terms-and-conditions .terms-conditions-description .content .sub-content {
  margin: 25px 0 45px;
}
.cms-terms-and-conditions .terms-conditions-description .content .sub-content > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.27;
}
@media (max-width: 1424px) {
  .cms-terms-and-conditions .terms-conditions-description .content .sub-content > p {
    font-size: 15px;
  }
}
.cms-terms-and-conditions .terms-conditions-communications .title h4,
.cms-terms-and-conditions .terms-conditions-thankyou .title h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.16;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1424px) {
  .cms-terms-and-conditions .terms-conditions-communications .title h4,
  .cms-terms-and-conditions .terms-conditions-thankyou .title h4 {
    font-size: 15px;
  }
}
.cms-terms-and-conditions .terms-conditions-communications address,
.cms-terms-and-conditions .terms-conditions-thankyou address {
  margin-bottom: 35px;
}
.cms-terms-and-conditions .terms-conditions-communications address.email a,
.cms-terms-and-conditions .terms-conditions-thankyou address.email a {
  color: #3886bd;
  margin-left: 4px;
}
.cms-terms-and-conditions .terms-conditions-communications address strong,
.cms-terms-and-conditions .terms-conditions-thankyou address strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.15;
  color: #c11e48;
}
@media (max-width: 1424px) {
  .cms-terms-and-conditions .terms-conditions-communications address strong,
  .cms-terms-and-conditions .terms-conditions-thankyou address strong {
    font-size: 15px;
  }
}
.cms-terms-and-conditions .terms-conditions-communications address > p,
.cms-terms-and-conditions .terms-conditions-thankyou address > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 1424px) {
  .cms-terms-and-conditions .terms-conditions-communications address > p,
  .cms-terms-and-conditions .terms-conditions-thankyou address > p {
    font-size: 15px;
  }
}
.cms-terms-and-conditions .terms-conditions-communications .content ul,
.cms-terms-and-conditions .terms-conditions-thankyou .content ul {
  list-style: none;
}
.cms-terms-and-conditions .terms-conditions-communications .content ul li,
.cms-terms-and-conditions .terms-conditions-thankyou .content ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.43;
  margin-bottom: 0;
}
@media (max-width: 1424px) {
  .cms-terms-and-conditions .terms-conditions-communications .content ul li,
  .cms-terms-and-conditions .terms-conditions-thankyou .content ul li {
    font-size: 15px;
  }
}
.cms-terms-and-conditions .terms-conditions-communications .content ul li:before,
.cms-terms-and-conditions .terms-conditions-thankyou .content ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  top: 12px;
  left: -20px;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #c11e48;
  border-radius: 50%;
}
.cms-terms-and-conditions .terms-conditions-communications .content > ul,
.cms-terms-and-conditions .terms-conditions-thankyou .content > ul {
  counter-reset: my-badass-counter;
  padding-inline-start: 35px;
  margin-bottom: 40px;
}
.cms-terms-and-conditions .terms-conditions-communications .content > ul > li,
.cms-terms-and-conditions .terms-conditions-thankyou .content > ul > li {
  font-size: 18px;
  line-height: 1.285;
  margin-bottom: 25px;
}
@media (max-width: 1424px) {
  .cms-terms-and-conditions .terms-conditions-communications .content > ul > li,
  .cms-terms-and-conditions .terms-conditions-thankyou .content > ul > li {
    font-size: 15px;
  }
}
.cms-terms-and-conditions .terms-conditions-communications .content > ul > li:before,
.cms-terms-and-conditions .terms-conditions-thankyou .content > ul > li:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
}
.cms-terms-and-conditions .terms-conditions-communications .content > ul > li > ul,
.cms-terms-and-conditions .terms-conditions-thankyou .content > ul > li > ul {
  padding-inline-start: 30px;
  margin-top: 20px;
}
.cms-shipping-policy .breadcrumbs {
  padding-top: 25px;
  padding-bottom: 25px;
}
.cms-shipping-policy .page-main {
  margin-top: 0;
  margin-bottom: 15px;
}
.cms-shipping-policy .return-policy-description ul {
  list-style: none;
}
.cms-shipping-policy .return-policy-description ul li {
  position: relative;
  margin-bottom: 0;
}
.cms-shipping-policy .return-policy-description ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  left: -18px;
  transform: translate(-50%, -50%);
  background-color: #c11e48;
  border-radius: 50%;
  position: absolute;
}
.cms-shipping-policy .return-policy-description .title h4 {
  color: #c11e48;
  font-weight: 500;
  font-size: 49px;
  line-height: 1.15;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cms-shipping-policy .return-policy-description .content {
  margin-top: 25px;
}
.cms-shipping-policy .return-policy-description .content > p {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.06;
}
@media (max-width: 1424px) {
  .cms-shipping-policy .return-policy-description .content > p {
    font-size: 20px;
  }
}
.cms-shipping-policy .return-policy-description .content ul {
  padding-inline-start: 20px;
  margin-bottom: 40px;
}
.cms-shipping-policy .return-policy-description .content ul li {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1424px) {
  .cms-shipping-policy .return-policy-description .content ul li {
    font-size: 15px;
  }
}
.cms-shipping-policy .return-policy-description .sub-content {
  margin-top: 30px;
}
.cms-shipping-policy .return-policy-description .sub-content .title {
  font-weight: 500;
}
.cms-shipping-policy .return-policy-description .sub-content .title h5 {
  font-weight: 400;
  font-size: 37px;
  line-height: 1.14;
}
@media (max-width: 1424px) {
  .cms-shipping-policy .return-policy-description .sub-content .title h5 {
    font-size: 20px;
  }
}
.cms-shipping-policy .return-policy-description .sub-content .title > p {
  font-weight: 400;
  font-size: 21px;
  line-height: 1.43;
  margin-bottom: 20px;
}
@media (max-width: 1424px) {
  .cms-shipping-policy .return-policy-description .sub-content .title > p {
    font-size: 15px;
  }
}
.cms-shipping-policy .return-policy-description .sub-content .title strong {
  font-weight: 400;
  font-size: 37px;
  line-height: 1.14;
}
@media (max-width: 1424px) {
  .cms-shipping-policy .return-policy-description .sub-content .title strong {
    font-size: 18px;
  }
}
.cms-shipping-policy .return-policy-description .sub-content > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.27;
  margin: 20px 0;
}
@media (max-width: 1424px) {
  .cms-shipping-policy .return-policy-description .sub-content > p {
    font-size: 15px;
  }
}
.cms-shipping-policy .return-policy-description .sub-content ul {
  margin: 10px 0 25px;
  padding-inline-start: 35px;
}
.cms-shipping-policy .return-policy-description .sub-content ul li {
  font-size: 16px;
  line-height: 1.43;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1424px) {
  .cms-shipping-policy .return-policy-description .sub-content ul li {
    font-size: 15px;
  }
}
.cms-about-us .breadcrumbs {
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.cms-about-us .about-us-communications {
  margin-left: -15px;
  margin-right: -15px;
}
.cms-about-us .about-us-communications .title h4 {
  color: #c11e48;
  font-weight: 500;
  font-size: 49px;
  line-height: 1.15;
}
.cms-about-us .about-us-communications .content {
  margin-top: 35px;
}
.cms-about-us .about-us-communications .content > p {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.06;
}
@media (max-width: 1424px) {
  .cms-about-us .about-us-communications .content > p {
    font-size: 25px;
  }
}
.cms-about-us .about-us-communications .sub-content {
  margin-top: 30px;
}
.cms-about-us .about-us-communications .sub-content > p {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.28;
}
@media (max-width: 1424px) {
  .cms-about-us .about-us-communications .sub-content > p {
    font-size: 17px;
  }
}
.cms-about-us .about-us-video {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 100px;
  text-align: center;
}
.cms-about-us .about-us-video .video-play {
  border-width: 0;
  padding: 0;
  position: relative;
  width: 111px;
  height: 111px;
  border-radius: 50%;
  margin: 40px auto;
  box-shadow: 0 0 0 22px rgba(193, 30, 72, 0.29);
}
.cms-about-us .about-us-video .video-play:hover {
  background-color: rgba(193, 30, 72, 0.29);
}
.cms-about-us .about-us-video .video-play:before {
  content: '';
  width: 185px;
  height: 185px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px dotted #c11e48;
}
.cms-about-us .about-us-video .video-play .play-icon {
  width: 111px;
  height: 111px;
  fill: #c11e48;
}
.cms-about-us .about-us-video .content > p {
  color: #c11e48;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.05;
  margin: 25px 0;
}
@media (max-width: 1424px) {
  .cms-about-us .about-us-video .content > p {
    font-size: 20px;
  }
}
.cms-about-us .about-us-value-added-services .title h4 {
  color: #c11e48;
  font-weight: 400;
  font-size: 37px;
  line-height: 1.14;
}
@media (max-width: 1424px) {
  .cms-about-us .about-us-value-added-services .title h4 {
    font-size: 32px;
  }
}
.cms-about-us .about-us-value-added-services .content {
  margin-top: 30px;
}
.cms-about-us .about-us-value-added-services .content > p {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.15;
}
@media (max-width: 1424px) {
  .cms-about-us .about-us-value-added-services .content > p {
    font-size: 25px;
  }
}
.cms-about-us .about-us-value-added-services .sub-content {
  margin-top: 25px;
}
.cms-about-us .about-us-value-added-services .sub-content > p {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.28;
}
@media (max-width: 1424px) {
  .cms-about-us .about-us-value-added-services .sub-content > p {
    font-size: 17px;
  }
}
.cms-about-us .about-us-description .content > p {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.15;
}
@media (max-width: 1424px) {
  .cms-about-us .about-us-description .content > p {
    font-size: 25px;
  }
}
.cms-about-us .about-us-core-services {
  margin-top: 55px;
}
.cms-about-us .about-us-core-services .title h4 {
  color: #c11e48;
  font-weight: 400;
  font-size: 37px;
  line-height: 1.14;
}
@media (max-width: 1424px) {
  .cms-about-us .about-us-core-services .title h4 {
    font-size: 32px;
  }
}
.cms-about-us .about-us-core-services .content {
  margin-top: 25px;
}
.cms-about-us .about-us-core-services .content > p {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.28;
}
@media (max-width: 1424px) {
  .cms-about-us .about-us-core-services .content > p {
    font-size: 17px;
  }
}
.cms-about-us .page-main {
  margin-top: 0;
  margin-bottom: 0;
}
.cms-about-us .section-title {
  margin-bottom: 78px;
}
.cms-about-us .about-us_info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 5.2vw;
}
.cms-about-us .about-us_info .heading-4 {
  font-size: 16px;
  line-height: 1.4;
  color: #282828;
  margin-bottom: 10px;
}
.cms-about-us .about-us_info img {
  display: block;
  width: 100%;
  height: auto;
}
.cms-about-us .about-us_info .about-us_info_txt,
.cms-about-us .about-us_info .about-us_info_img {
  flex-basis: 100%;
}
.cms-about-us .about-us_info .about-us_info_txt {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f0f0f0;
  padding: 20px;
}
.cms-about-us .about-us_info .about-us_info_txt p {
  max-width: 680px;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 1rem;
}
.cms-about-us .skills {
  margin-bottom: 3.125vw;
}
.cms-about-us .skills > div {
  margin-bottom: calc(10px + 1.04vw);
}
.cms-about-us .skills .value {
  color: #000000;
  font-weight: 700;
  font-size: calc(20px + 1.56vw);
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 1.25vw;
}
.cms-about-us .skills .term {
  color: #282828;
  font-size: calc(10px + 0.625vw);
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 1000px) {
  html.rtl .customer-service .table-block thead th {
    padding-right: 35px;
    padding-left: 10px;
  }
}
html.rtl .customer-service .table-block tbody td {
  border-left: none;
  border-right: 1px solid #a9a9a9;
}
html.rtl .customer-service .table-block tbody td:first-child {
  padding-right: 0;
  border-right: none;
}
@media (min-width: 1000px) {
  html.rtl .customer-service .table-block tbody td {
    padding-right: 35px;
    padding-left: 10px;
  }
}
html.rtl .customer-account-edit .form-edit-account .fieldset .legend {
  margin-left: 0;
  margin-right: 19%;
}
html.rtl .customer-account-edit .column:not(.sidebar-main) form .actions-toolbar,
html.rtl .customer-account-edit .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
  margin-right: 19%;
}
html.rtl .newsletter-manage-index .form-newsletter-manage .fieldset .legend {
  margin-right: 0;
}
html.rtl .newsletter-manage-index .column:not(.sidebar-main) form .actions-toolbar,
html.rtl .newsletter-manage-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-right: 0;
}
.cms-home .page-wrapper > .page-bottom {
  width: 100%;
}
@media (max-width: 768px) {
  .page-header {
    margin-bottom: 0;
    border-bottom: 0;
    position: relative;
    box-shadow: 0 0 27px 27px rgba(97, 97, 97, 0.38);
  }
}
.sendfriend-product-send #product-sendtofriend-form .secondary .action.remove {
  margin: 0;
  top: 0;
  position: relative;
  border: 1px solid;
  padding: 10px 20px;
}
/*
* @section      Custom pages
* @description  This section holds specific style for Static blocks
*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.page-main {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-title-wrapper {
  margin-bottom: 24px;
}
@media (min-width: 1000px) {
  .page-title-wrapper {
    margin-bottom: 42px;
  }
}
.block-title {
  font-size: 24px;
  margin-bottom: 8px;
}
@media (min-width: 1000px) {
  .block-title {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
}
.page-header__panel .container {
  padding: 24px 0;
  border-bottom: 1px solid #eae9e9;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.page-header__panel .container .sm-header_customer-menu-container {
  margin-left: auto;
}
.page-header__panel .container .rtl-component {
  border-left: 1px solid #a9a9a9;
  margin-left: 12px;
  padding-left: 12px;
}
.page-header__panel .container .welcome {
  line-height: 23px;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
}
.page-header__content {
  padding: 0;
}
.page-header__content .container {
  padding: 20px;
  border-bottom: 1px solid #eae9e9;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: none;
}
html.rtl .page-header__panel .container .sm-header_customer-menu-container {
  margin-left: 0;
  margin-right: auto;
}
html.rtl .page-header__panel .container .rtl-component {
  border-left: 1px solid #a9a9a9;
  margin-left: 12px;
  padding-left: 12px;
}
.header-content .header.links {
  margin-left: 0px;
}
.page-header .logo {
  margin-right: auto;
}
.customer-account-login .page-header .logo {
  margin-right: 0;
}
.sm-header_customer-menu-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 10;
}
.sm-header_customer-menu-container .header.links {
  white-space: nowrap;
}
@media (max-width: 999px) {
  .sm-header_customer-menu-container .header.links {
    display: flex !important;
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
  }
}
.sm-header_customer-menu-container .header.links > li.item.current strong {
  font-weight: 500;
  color: #c11e48;
}
@media (max-width: 999px) {
  .sm-header_customer-menu-container .header.links > li + li {
    margin-left: 0;
    padding: 6px 10px;
  }
}
.sm-header_customer-menu-container .header.links a {
  color: #000000;
  cursor: pointer;
}
.sm-header_customer-menu-container .header.links a:hover {
  color: #282828;
}
.sm-header_customer-menu-container .header.links li {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 1424px) {
  .sm-header_customer-menu-container .header.links li {
    font-size: 15px;
  }
}
.sm-header_customer-menu-container .header.links li.customer-account .header.links li.wishlist a:before {
  content: '\e98c';
  display: inline-block;
  font-family: 'Linearicons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.sm-header_customer-menu-container .header.links li.customer-account .header.links li.authorization-link a:before {
  content: '\ea21';
  display: inline-block;
  font-family: 'Linearicons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.sm-header_customer-menu-container .header.links li.customer-account .header.links li.order-tools .action:before {
  content: '\e976';
  display: inline-block;
  font-family: 'Linearicons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.sm-header_customer-menu-container .header.links li.customer-account .header.links li.order-tracking {
  padding: 0;
  border-bottom: 0;
}
.sm-header_customer-menu-container .header.links li.customer-account .header.links li.order-tracking .action {
  border-width: 0;
}
.sm-header_customer-menu-container .header.links li.customer-account .header.links .training-videos .training-icon {
  width: 26px;
  height: 26px;
  fill: #c11e48;
  position: absolute;
  left: 15px;
  top: 12px;
}
.sm-header_customer-menu-container .header.links li.customer-account .header.links li.account .action:before {
  content: '\ea1e';
  display: inline-block;
  font-family: 'Linearicons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
@media (max-width: 999px) {
  .sm-header_customer-menu-container .header.links li.customer-account .header.links li:first-child a:before,
  .sm-header_customer-menu-container .header.links li.customer-account .header.links li.wishlist a:before,
  .sm-header_customer-menu-container .header.links li.customer-account .header.links li.authorization-link a:before,
  .sm-header_customer-menu-container .header.links li.customer-account .header.links li:last-child a:before {
    display: none;
  }
}
.sm-header_customer-menu-container .header.links li.customer-account .header.links > li > .action,
.sm-header_customer-menu-container .header.links li.customer-account .header.links > li > strong,
.sm-header_customer-menu-container .header.links li.customer-account .header.links > li > a {
  padding: 5px 20px;
  color: #000000;
  position: relative;
  display: inline-block;
  z-index: 9;
  cursor: pointer;
}
@media (max-width: 1424px) {
  .sm-header_customer-menu-container .header.links li.customer-account .header.links > li > .action,
  .sm-header_customer-menu-container .header.links li.customer-account .header.links > li > strong,
  .sm-header_customer-menu-container .header.links li.customer-account .header.links > li > a {
    padding: 10px;
  }
}
.sm-header_customer-menu-container .header.links li.customer-account .header.links > li > .action:hover,
.sm-header_customer-menu-container .header.links li.customer-account .header.links > li > strong:hover,
.sm-header_customer-menu-container .header.links li.customer-account .header.links > li > a:hover {
  color: #282828;
}
.sm-header_customer-menu-container .header.links li.customer-account .header.links > li > .action:before,
.sm-header_customer-menu-container .header.links li.customer-account .header.links > li > strong:before,
.sm-header_customer-menu-container .header.links li.customer-account .header.links > li > a:before {
  top: 3px;
  position: relative;
  margin-right: 5px;
  font-size: 20px;
  color: #c11e48;
  font-weight: 600;
}
@media (max-width: 1424px) {
  .sm-header_customer-menu-container .header.links li.customer-account .header.links > li > .action:before,
  .sm-header_customer-menu-container .header.links li.customer-account .header.links > li > strong:before,
  .sm-header_customer-menu-container .header.links li.customer-account .header.links > li > a:before {
    font-size: 20px;
  }
}
.sm-header_customer-menu-container .header.links li.customer-account .dropdown-menu .item {
  display: block;
}
.sm-header_customer-menu-container .header.links li.logged .customer-menu > ul > li {
  border-right: 1px solid;
}
.sm-header_customer-menu-container .header.links li.logged .customer-menu > ul > li:last-child {
  border-right: none;
}
@media (max-width: 999px) {
  .sm-header_customer-menu-container .minicart-wrapper {
    padding-left: 10px;
    border-left: 1px solid #777777;
  }
}
.sm-header_customer-menu-container .minicart-wrapper .action.showcart {
  color: #000000;
  padding-right: 20px;
}
@media all and (max-width: 1540px) {
  .sm-header_customer-menu-container .minicart-wrapper .action.showcart {
    padding-right: 10px;
  }
}
.sm-header_customer-menu-container .minicart-wrapper .action.showcart:before {
  font-size: 22px;
  margin-right: 9px;
  color: #c11e48;
  content: unset;
}
@media (max-width: 999px) {
  .sm-header_customer-menu-container .minicart-wrapper .action.showcart:before {
    font-size: 20px;
  }
}
html.rtl .header-content .header.links {
  margin-left: 0;
  margin-right: 17px;
}
html.rtl .header.links > li + li {
  margin-left: 0;
  margin-right: 23px;
}
.header-switchers {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header-switchers .switcher + .switcher {
  margin-left: 8px;
}
.page-header .switcher .options .action.toggle {
  cursor: pointer;
}
.page-header .switcher .options .action.toggle:after,
.page-header .switcher .options .action.toggle.active:after {
  content: "\e926";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  font-size: 12px;
}
.page-header .switcher .options .action.toggle.active:after {
  content: "\e929";
}
.page-header .switcher .options .action.toggle.active,
.page-header .switcher .options .action.toggle:hover {
  color: #000000;
}
.page-header .switcher .options ul.switcher-dropdown {
  background: #ffffff;
  border: none;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  display: block !important;
  width: auto;
  opacity: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: calc(100% + 4px);
  z-index: -1;
  visibility: hidden;
  transform: translateY(5%);
  transform-origin: top center;
  transition: .3s all ease;
}
.page-header .switcher .options ul.switcher-dropdown:after {
  display: none;
}
.page-header .switcher .options ul.switcher-dropdown li {
  padding: 8px;
}
.page-header .switcher .options ul.switcher-dropdown li:hover {
  cursor: default;
  background: none;
}
.page-header .switcher .options ul.switcher-dropdown a {
  display: inline-block;
  padding: 0;
}
.page-header .switcher .options.active ul.switcher-dropdown {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transform: translateY(0);
  transition: .3s ease;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  margin-right: 11px;
  display: inline-block;
  max-width: 25px;
  overflow: hidden;
}
.page-header #switcher-currency-trigger strong,
.page-footer #switcher-currency-trigger strong {
  max-width: 100%;
}
html.rtl .header-switchers .switcher + .switcher {
  margin-left: 0;
  margin-right: 8px;
}
html.rtl .page-header .switcher .options ul.switcher-dropdown {
  left: auto;
  right: 0;
}
@media (max-width: 1424px) {
  .checkout-menu a {
    font-size: 15px;
  }
  .checkout-menu a span {
    margin-top: 4px;
  }
  .sm-header_customer-menu-container .header.links li.customer-account .header.links .training-videos .training-icon {
    top: 8px;
  }
  .sm-header_customer-menu-container .header.links .pay-now .pay-now-img {
    width: 30px;
    top: 5px;
  }
}
@media all and (max-width: 1200px) {
  .page-header__content .container {
    padding: 10px 20px;
  }
  .page-header .logo {
    min-width: 150px;
    max-width: 220px;
  }
  .page-header .sm-header_customer-menu {
    margin: 0 auto;
  }
  .checkout-menu {
    padding: 0 5px;
  }
  .minicart-wrapper {
    margin: 0 0 0 5px;
  }
  .sm-header_customer-menu-container .header.links li.customer-account .header.links > li > .action,
  .sm-header_customer-menu-container .header.links li.customer-account .header.links > li > strong,
  .sm-header_customer-menu-container .header.links li.customer-account .header.links > li > a {
    padding: 0px 5px;
  }
  .sm-header_customer-menu-container .pay-now .action {
    padding-left: 10px !important;
  }
}
.page-footer .footer-col {
  padding-bottom: 30px;
  padding-top: 30px;
}
.page-footer h4 {
  margin-bottom: 24px;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.footer.content .block.newsletter {
  float: none;
}
.footer.content .social-links {
  float: right;
}
.footer.content .social-links .list-icon {
  display: flex;
}
.footer.content .social-links .list-icon li {
  margin-top: 0;
  margin-right: 5px;
}
.footer.content .social-links .list-icon li a {
  font-size: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 30px;
  height: 20px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: .3s all ease;
}
.footer.content .social-links .list-icon li a:hover {
  color: #000000;
}
.footer.content .social-links .list-icon li:not(:last-child) {
  margin-right: 20px;
}
.banner-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.banner-container ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .banner-container ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-container ul .banner-box {
  flex-basis: 100%;
  width: 100%;
  position: relative;
}
.banner-container ul .banner-box .text-box {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.banner-container ul .banner-box .text-box .banner-title {
  margin: 0;
  font-size: 1.85vw;
  line-height: 2.75vw;
  font-weight: 600;
}
@media (max-width: 991px) {
  .banner-container ul .banner-box .text-box .banner-title {
    font-size: 18px;
    line-height: 30px;
  }
}
.banner-container ul .banner-box .text-box .banner-description {
  font-size: 1.1vw;
  line-height: 1.85vw;
  font-weight: 400;
}
@media (max-width: 991px) {
  .banner-container ul .banner-box .text-box .banner-description {
    font-size: 15px;
    line-height: 18px;
  }
}
.banner-container ul .banner-box .text-box .action.default,
.banner-container ul .banner-box .text-box .action.primary {
  margin-top: 2.7vw;
}
@media (max-width: 991px) {
  .banner-container ul .banner-box .text-box .action.default,
  .banner-container ul .banner-box .text-box .action.primary {
    padding: 14px 20px;
    font-size: 13px;
    line-height: 13px;
  }
}
.banner-container ul .banner-box .text-box .banner-title,
.banner-container ul .banner-box .text-box .banner-description {
  color: #000000;
  text-align: center;
}
.banner-container ul .banner-box .text-box .banner-title.white,
.banner-container ul .banner-box .text-box .banner-description.white {
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner-container .banner-1 .banner-box .img-box img {
    width: 100%;
  }
}
.banner-container .banner-1 .banner-box .text-box.top {
  top: 30%;
}
@media (max-width: 991px) {
  .banner-container .banner-1 .banner-box .text-box.top {
    top: 50%;
  }
}
footer.page-footer .footer.content {
  padding: 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  footer.page-footer .footer.content {
    padding-top: 0;
  }
}
footer.page-footer .footer.content .block-newsletter .container {
  border-top: 1px solid #f8f8f8;
  padding-top: 95px;
  padding-bottom: 100px;
}
footer.page-footer .footer.content .block-newsletter .container .row {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  footer.page-footer .footer.content .block-newsletter .container .row {
    width: 100%;
    margin: 0 auto;
  }
}
footer.page-footer .footer.content .block-newsletter .container .row .title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  footer.page-footer .footer.content .block-newsletter .container .row .title {
    margin-bottom: 35px;
  }
}
footer.page-footer .footer.content .block-newsletter .container .row .title strong {
  margin-bottom: 26px;
  text-align: center;
  font-size: 35px;
  color: #000000;
}
@media (max-width: 768px) {
  footer.page-footer .footer.content .block-newsletter .container .row .title strong {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
footer.page-footer .footer.content .block-newsletter .container .row .title .slog-newsletter {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  color: #888888;
}
@media (max-width: 768px) {
  footer.page-footer .footer.content .block-newsletter .container .row .title .slog-newsletter {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  footer.page-footer .footer.content .block-newsletter .container .row .content {
    width: 100%;
  }
}
footer.page-footer .footer.content .block-newsletter .container .row .content form.subscribe .field.newsletter {
  padding: 0;
  display: flex;
  min-width: 545px;
}
@media (max-width: 640px) {
  footer.page-footer .footer.content .block-newsletter .container .row .content form.subscribe .field.newsletter {
    flex-direction: column;
    min-width: 80%;
    max-width: 80%;
    margin: 0 auto;
  }
}
footer.page-footer .footer.content .block-newsletter .container .row .content form.subscribe .field.newsletter .control {
  width: 80%;
}
@media (max-width: 640px) {
  footer.page-footer .footer.content .block-newsletter .container .row .content form.subscribe .field.newsletter .control {
    width: 100%;
  }
}
footer.page-footer .footer.content .block-newsletter .container .row .content form.subscribe .field.newsletter .control::before {
  font-family: 'Linearicons';
  content: "\ea1e";
  font-size: 22px;
  position: absolute;
  left: 15px;
  top: 11px;
  color: #888888;
}
footer.page-footer .footer.content .block-newsletter .container .row .content form.subscribe .field.newsletter .control input {
  background: #f8f8f8;
  font-size: 12px;
  color: #888888;
  padding-left: 50px;
  height: 100%;
  border: 0;
}
@media (max-width: 640px) {
  footer.page-footer .footer.content .block-newsletter .container .row .content form.subscribe .field.newsletter .control input {
    padding: 20px;
    padding-left: 50px;
  }
}
footer.page-footer .footer.content .block-newsletter .container .row .content form.subscribe .field.newsletter .action.subscribe.primary {
  padding: 18px;
  margin-left: 9px;
  min-width: 118px;
  border: 2px solid #000000;
  text-align: center;
  transition: .3s all ease;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  background: transparent;
  color: #000000;
}
footer.page-footer .footer.content .block-newsletter .container .row .content form.subscribe .field.newsletter .action.subscribe.primary:hover {
  background: #000000;
  color: #ffffff;
}
@media (max-width: 640px) {
  footer.page-footer .footer.content .block-newsletter .container .row .content form.subscribe .field.newsletter .action.subscribe.primary {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media all and (min-width: 769px), print {
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap {
    max-width: 600px;
    width: 600px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-header h1,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 8px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer button:not(:last-child),
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 4px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .action.cancel,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-quote-update-warning .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-update-warning p {
    margin-bottom: 3rem;
  }
  .modals-wrapper .modal-popup.popup-quote-requisition-list .modal-inner-wrap {
    width: 580px;
  }
  .modals-wrapper .modal-popup.popup-quote-requisition-list .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap {
    width: 650px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .item-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col-proposed-price {
    width: 95px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.item {
    width: 200px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.price,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.stock,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.subtotal {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.discount {
    text-align: left;
    min-width: 145px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty .input-text {
    text-align: center;
    width: 47px;
    margin-top: -4px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar .primary {
    float: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 8px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 4px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext {
    font-weight: 700;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext span {
    display: block;
    font-weight: 400;
    padding-top: 8px;
  }
  .mass-actions-items-popup .modal-footer .secondary {
    color: #1979c3;
    font-weight: 400;
    background: none;
    border: none;
    margin: 0.7rem 1.5rem;
  }
}
@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 8px 4px 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 4px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-requisition-management:before,
  .block-requisition-management:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-requisition-management:after,
  .account .page-title-wrapper:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .checkout-cart-index .page-title-wrapper {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 16px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 4px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 16px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .checkout-cart-index .page-title-wrapper,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .checkout-cart-index .page-title-wrapper .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .checkout-cart-index .page-title-wrapper .action.clear,
  .checkout-cart-index .page-title-wrapper .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 8px;
  }
  .checkout-cart-index .page-title-wrapper .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1,
  .heading-1 {
    font-size: 40px;
  }
  h2,
  .heading-2 {
    font-size: 40px;
  }
  h3,
  .heading-3 {
    font-size: 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: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .ie9 .page-main {
    width: auto;
  }
  .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: 100%;
    display: inline-block;
    display: block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 100%;
    float: right;
    float: none;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 100%;
    float: left;
    float: none;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 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: 20px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #ffffff;
    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 0 0 28px;
    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: #000000;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 200px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: -10px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 10px;
  }
  .navigation .level0 .submenu > ul:before {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    color: #ffffff;
    left: 20px;
    top: -20px;
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 4;
  }
  .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: #282828;
    padding: 8px 15px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    background: #e8e8e8;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .navigation {
    background: #c11e48;
  }
  .navigation > ul {
    margin: 0px auto;
    display: block;
    max-width: fit-content;
  }
  .navigation .level0 {
    padding: 14px 0;
    line-height: 1;
    margin: 0;
    background-color: #c11e48;
  }
  .navigation .level0 > .level-top {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 22px;
    margin: 0;
    padding: 0 35px;
  }
  .navigation .level0:not(.first) > .level-top {
    border-left: 1px dotted #ffffff;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 65px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    right: 25px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    content: "\e926";
    display: inline-block;
    font-family: 'theme-icons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    font-size: 13px;
    line-height: 1;
    color: #888888;
  }
  .navigation .level0 .submenu a.ui-state-active {
    background: #e8e8e8;
    color: #282828 !important;
  }
  .navigation .level0 .submenu a.ui-state-focus,
  .navigation .level0 .submenu a:hover {
    color: #282828 !important;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    right: 8px;
    transition: 0.3s right ease;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    content: "\e928";
    display: inline-block;
    font-family: 'theme-icons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    font-size: 12px;
    line-height: 1;
  }
  .navigation .level0 .submenu li.parent > a.ui-state-focus > .ui-menu-icon,
  .navigation .level0 .submenu li.parent > a.ui-state-active > .ui-menu-icon {
    right: 3px;
  }
  nav.navigation ul {
    padding-left: 0;
    padding-right: 0;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 16px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 30px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 30px;
    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 > .switch {
    box-sizing: border-box;
    text-transform: uppercase;
  }
  .product.data.items > .item.title {
    margin: 0 4px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 700;
    line-height: 20px;
    font-size: 1.3rem;
    color: #282828;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #a9a9a9;
    border-bottom: none;
    height: 30px;
    padding: 4px 16px 4px 16px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #282828;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #282828;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #282828;
    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: #282828;
    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: 5px;
  }
  .product.data.items > .item.content {
    margin-top: 30px;
    padding: 16px 16px 16px 16px;
    border: 1px solid #a9a9a9;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 4px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .checkout-cart-index .page-title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    float: none;
    padding-right: 4%;
  }
  .checkout-cart-index .cart-container .block-requisition-list {
    display: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar > div,
  .cart.table-wrapper .cart.item .actions-toolbar > .action {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list {
    margin-bottom: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list .action {
    padding: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .action.split,
  .cart.table-wrapper .cart.item .actions-toolbar .action.toggle.change {
    float: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .requisition-list-action {
    vertical-align: baseline;
  }
  .modal-popup.requisition-popup .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .modal-popup.requisition-popup .modal-footer .secondary {
    line-height: 1.3;
    margin: 0;
    padding: 0.7rem 1.5rem;
    color: inherit;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-weight: 400;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:visited {
    color: inherit;
    text-decoration: none;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover {
    color: #000000;
    text-decoration: none;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active {
    text-decoration: none;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover,
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:focus {
    background: none;
    border: 0;
  }
  .modal-popup.requisition-popup .modal-footer .secondary.disabled,
  .modal-popup.requisition-popup .modal-footer .secondary[disabled],
  fieldset[disabled] .modal-popup.requisition-popup .modal-footer .secondary {
    color: inherit;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .modal-popup.requisition-popup .modal-footer .replace {
    margin-left: 8px;
  }
  .modal-popup.requisition-popup .modal-content {
    padding-bottom: 0;
  }
  .modal-popup .fieldset {
    margin-bottom: 0;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:first-child) {
    padding-left: 5%;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:last-child) {
    padding-right: 5%;
  }
  .data-grid-wrap .number-field,
  .data-grid-wrap .actions-field {
    text-align: right;
  }
  .data-grid-wrap .list-name-field .cell-label-line-description {
    margin-top: 4px;
  }
  .title-actions-links {
    float: right;
    margin-top: 2rem;
  }
  .block-requisition-management {
    margin-bottom: 8px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 4rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
  }
  .block-requisition-management .requisition-toolbar {
    float: right;
  }
  .requisition-toolbar-actions {
    margin-right: 8px;
  }
  .requisition-toolbar-actions .mobile-label {
    display: none;
  }
  .requisition-grid table {
    height: 100%;
  }
  .requisition-grid thead .col,
  .requisition-grid .item .col {
    height: 100%;
  }
  .requisition-grid thead .col.item,
  .requisition-grid .item .col.item {
    display: block;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    margin-top: -4px;
  }
  .requisition-grid thead .col.price,
  .requisition-grid .item .col.price,
  .requisition-grid thead .col.stock,
  .requisition-grid .item .col.stock,
  .requisition-grid thead .col.qty,
  .requisition-grid .item .col.qty,
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    text-align: right;
  }
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    height: .1rem;
    position: relative;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    height: 100%;
    position: relative;
  }
  .requisition-grid thead .col.col-checkbox,
  .requisition-grid .item .col.col-checkbox {
    max-width: .2rem;
  }
  .requisition-grid thead .col.col-checkbox input[type='checkbox'],
  .requisition-grid .item .col.col-checkbox input[type='checkbox'] {
    margin: 0;
  }
  .requisition-grid .product-item-image {
    float: left;
    margin-right: 8px;
  }
  .requisition-grid .actions-toolbar {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .requisition-grid .actions-toolbar > .action-delete {
    margin-left: 2rem;
  }
  .requisition-grid .price-excluding-tax {
    margin: 4px 0 3.5rem 0;
  }
  .product-item-description {
    float: right;
    width: calc(100% - 9rem);
  }
  .requisition-view-buttons > .primary {
    display: block;
    float: none;
    text-align: left;
  }
  .requisition-view-buttons .action.delete {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button:hover {
    text-decoration: none;
  }
  .wishlist.split.button {
    margin-right: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  .form-purchase-order {
    margin-bottom: 0;
  }
  .checkout-agreements-block {
    clear: both;
  }
  .negotiable_quote-quote-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .negotiable_quote-quote-view .quote-status {
    margin-top: .7rem;
  }
  .negotiable_quote-quote-view .tooltip.content.no-actions {
    min-width: 110px;
  }
  .order-references {
    margin-top: -1.4rem;
  }
  .negotiable-quote-quote-index .data-grid thead > tr > td,
  .negotiable-quote-quote-index .data-grid thead > tr > th {
    border-bottom: 1px solid #d1d1d1;
  }
  .negotiable-quote-quote-index .pages a.page {
    cursor: pointer;
  }
  .negotiable-quote-quote-index .page-title {
    display: block;
    margin-bottom: 20px;
  }
  .negotiable-quote-quote-view .page-title {
    margin-bottom: 4px;
  }
  .negotiable-quote-quote-view.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 50%;
  }
  .negotiable-quote-quote-view .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 16px;
  }
  .negotiable-quote-quote-view .quote-table-totals {
    float: right;
    width: 55%;
  }
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > th,
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > td {
    text-decoration: line-through;
  }
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > th,
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > td {
    text-decoration: line-through;
  }
  .quote-details-items thead .col.item,
  .quote-details-items .item .col.item {
    display: block;
  }
  .quote-details-items thead .col.price,
  .quote-details-items .item .col.price,
  .quote-details-items thead .col.stock,
  .quote-details-items .item .col.stock,
  .quote-details-items thead .col.qty,
  .quote-details-items .item .col.qty,
  .quote-details-items thead .col.subtotal,
  .quote-details-items .item .col.subtotal,
  .quote-details-items thead .col.actions,
  .quote-details-items .item .col.actions {
    text-align: right;
  }
  .quote-details-items thead .col.sku,
  .quote-details-items .item .col.sku {
    width: 65px;
  }
  .quote-details-items thead .col.discount,
  .quote-details-items .item .col.discount {
    width: 110px;
    text-align: right;
  }
  .quote-details-items thead .col.discount span,
  .quote-details-items .item .col.discount span {
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 1.4rem;
  }
  .quote-details-items thead .col.notes,
  .quote-details-items .item .col.notes {
    border-top: hidden;
  }
  .quote-details-items thead .col .price,
  .quote-details-items .item .col .price {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
  }
  .quote-details-items .content .quote-title {
    display: none;
  }
  .quote-details-items .quote-table-totals-wrap {
    border-bottom: 1px solid #e4e4e4;
  }
  .quote-details-items .quote-table {
    border: 1px solid #e4e4e4;
  }
  .page-main .block.quote-shipping-info {
    margin-bottom: 0;
    margin-top: 32px;
  }
  .page-title-wrapper .page-title {
    display: block;
  }
  .quote-name {
    font-size: 1.6rem;
    margin-bottom: 16px;
    word-wrap: break-word;
  }
  .quote-date {
    float: left;
    margin-bottom: .8rem;
  }
  .quote-sales-rep {
    float: right;
  }
  .mobile-label {
    display: none;
  }
  .admin__data-grid-wrap {
    padding-top: 16px;
  }
  .quote-shipping-info .box-shipping-address .box-content {
    font-size: 1.3rem;
  }
  .quote-shipping-info .box-content .box {
    margin-bottom: 0;
    width: 50%;
  }
  .quote-view-links.quote-view-buttons .action {
    margin-right: 8px;
  }
  .quote-actions-toolbar {
    margin-bottom: 2.8rem;
  }
  .modal-popup.popup-edit-address .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-edit-address .fieldset {
    margin-bottom: 0;
  }
  .popup-edit-address .modal-footer .primary {
    margin-right: 8px;
  }
  .popup-edit-address .field .control > .field,
  .popup-edit-address .field .control > .fields > .field {
    margin: 0 0 16px;
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    margin: 0 0 4px;
    display: inline-block;
  }
  .popup-edit-address .field .control > .field:last-child,
  .popup-edit-address .field .control > .fields > .field:last-child {
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    font-weight: 700;
  }
  .popup-edit-address .field .control > .field > .label + br,
  .popup-edit-address .field .control > .fields > .field > .label + br {
    display: none;
  }
  .popup-edit-address .field .control > .field .choice input,
  .popup-edit-address .field .control > .fields > .field .choice input {
    vertical-align: top;
  }
  .popup-edit-address .field .control > .field .fields.group:before,
  .popup-edit-address .field .control > .fields > .field .fields.group:before,
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    content: '';
    display: table;
  }
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    clear: both;
  }
  .popup-edit-address .field .control > .field .fields.group .field,
  .popup-edit-address .field .control > .fields > .field .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .popup-edit-address .field .control > .field .fields.group.group-2 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-2 .field {
    width: 50% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-3 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-4 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-4 .field {
    width: 25% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-5 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-5 .field {
    width: 20% !important;
  }
  .popup-edit-address .field .control > .field .addon,
  .popup-edit-address .field .control > .fields > .field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .popup-edit-address .field .control > .field .addon textarea,
  .popup-edit-address .field .control > .fields > .field .addon textarea,
  .popup-edit-address .field .control > .field .addon select,
  .popup-edit-address .field .control > .fields > .field .addon select,
  .popup-edit-address .field .control > .field .addon input,
  .popup-edit-address .field .control > .fields > .field .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;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore,
  .popup-edit-address .field .control > .field .addon .addafter,
  .popup-edit-address .field .control > .fields > .field .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 40px;
    line-height: 1.3;
    padding: 0 15px;
    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;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:focus,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:focus,
  .popup-edit-address .field .control > .field .addon .addafter:focus,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:focus {
    border: 1px solid #282828;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .field .addon .addafter:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:disabled {
    opacity: 0.5;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-moz-placeholder {
    color: #c2c2c2;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .popup-edit-address .field .control > .field .additional,
  .popup-edit-address .field .control > .fields > .field .additional {
    margin-top: 8px;
  }
  .popup-edit-address .field .control > .field.required > .label:after,
  .popup-edit-address .field .control > .fields > .field.required > .label:after,
  .popup-edit-address .field .control > .field._required > .label:after,
  .popup-edit-address .field .control > .fields > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 4px;
  }
  .popup-edit-address .field .control > .field .note,
  .popup-edit-address .field .control > .fields > .field .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .popup-edit-address .field .control > .field .note:before,
  .popup-edit-address .field .control > .fields > .field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .popup-edit-address .form-quote-popup {
    overflow: hidden;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-title {
    border-bottom: none;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content {
    border-bottom: 16px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content .attentional-content .with-subtext span {
    display: block;
    padding-top: 8px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer {
    border-top: none;
    padding-top: 8px;
    text-align: left;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer .action-accept {
    background: #006bb4;
    box-shadow: none;
    color: #ffffff;
  }
  .negotiable-quote-order-information .negotiable-quote-link {
    float: right;
    max-width: 49%;
    text-align: right;
  }
  .negotiable-quote-order-information .order-date {
    float: left;
    max-width: 49%;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  .quote_templates-template-index .table-wrapper th {
    text-align: center;
  }
  .quote_templates-template-index .table-wrapper td {
    text-align: center;
  }
  .quote_templates-template-index .table-wrapper .name-field {
    width: 150px;
  }
  .quote_templates-template-index .table-wrapper .total-field {
    width: 116px;
  }
  .quote_templates-template-index .table-wrapper .order-count-field {
    width: 60px;
  }
  .quote_templates-template-index .table-wrapper .view-action {
    margin-right: 30px;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .my-orders-search-advanced .field-50 {
    float: left;
    position: relative;
    width: 48%;
  }
  .my-orders-search-advanced .field-50:nth-child(odd) {
    clear: both;
    margin-right: 2%;
  }
  .my-orders-search-advanced .field-50:nth-child(even) {
    margin-left: 2%;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .purchaseorder-purchaseorder-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .purchaseorder-purchaseorder-view .purchase-order-status {
    margin-top: .7rem;
  }
  .purchase-order-totals-wrap .purchase-order-totals {
    float: right;
    width: 55%;
  }
  .multiple-skus-item .field.qty .label {
    visibility: hidden;
  }
  .account .toolbar .limiter {
    float: right;
  }
  .purchaseorder-actions-toolbar {
    float: right;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #a9a9a9;
  }
  .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 #a9a9a9;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 12px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 8px;
    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;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    font-size: 20px;
    padding: 17px 46px;
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    background: inherit;
    display: inline-block;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #ffffff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  .amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col.amrma-details {
    position: static;
  }
  .amrma-status-container {
    margin: 0 35px 50px;
  }
  .amrma-status-container .amrma-percent {
    width: 68%;
  }
  .amrma-status-container .amrma-percent.-status-1 {
    width: 34%;
  }
  .amrma-status-container .amrma-percent.-status-2 {
    width: 68%;
  }
  .amrma-status-container .amrma-step.-complete:before {
    top: -1px;
    width: 20px;
    height: 30px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiMxRTc5QzIiLz48cGF0aCBkPSJNNiAxMGwzLjUgM0wxNCA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
  }
  .amrma-status-container .amrma-step.-checked .amrma-name {
    display: none;
  }
  .amrma-status-container .amrma-steps .amrma-step.-checked {
    margin: 0;
  }
  .amrma-status-container .amrma-step.-pending.-checked {
    text-align: center;
  }
  .amrma-status-container .amrma-step.-pending.-checked:before {
    padding: 0;
    border-radius: 50%;
  }
  .amrma-status-container .amrma-step.-checked {
    flex-basis: auto;
    text-align: center;
  }
  .amrma-status-container .amrma-step.-checked:before {
    top: -1px;
    content: attr(data-number);
    background: #1e79c2;
    line-height: 30px;
    color: #fff;
  }
  .amrma-status-container .amrma-steps .amrma-step.-resolved.-checked {
    justify-content: inherit;
    text-align: center;
  }
  .amrma-status-container .amrma-steps .amrma-step.-resolved.-checked:before {
    right: auto;
    padding: 0;
    border-radius: 50%;
  }
  .amrma-status-container .amrma-steps > .amrma-step.-checked:after,
  .amrma-status-container .amrma-steps > .amrma-step:after {
    position: absolute;
    left: -38px;
    top: 30px;
    min-width: 100px;
    content: attr(data-label);
    text-align: center;
  }
  .amasty-rma-pager .limiter {
    float: right;
  }
  .amrma-return-select .amrma-select {
    font-size: 14px;
  }
  .amreturns-order-select {
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
  }
  .amreturns-order-select .amreturn-select {
    font-size: 14px;
  }
  .amreturns-orders-container {
    flex: 1 1 73%;
    margin: 0;
  }
  .amreturns-orders-container .amreturn-btn {
    margin: 0 20px 0 10px;
  }
  .amreturns-title-container {
    flex: 0 0 20%;
    margin: 0 15px 0 20px;
  }
  .amrma-customer-information {
    flex-direction: row;
  }
  .amrma-customer-information .amrma-customer-name {
    margin: 0;
  }
  .amrma-chat-send .amrma-textarea,
  .amrma-comment-block .amrma-comment,
  .amrma-input-block .amrma-field,
  .amrma-return-qty .amrma-select {
    font-size: 14px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 20px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 8px 8px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 20px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 24px;
    padding: 8px 0 24px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 4px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 16px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 16px;
    margin: 0 0 8px;
  }
  .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 4px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 8px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 16px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 8px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 20px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    float: none;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 24px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 8px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 16px;
    width: 33.33333333%;
    float: right;
    float: none;
    -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.3rem;
    border-bottom: 0;
    margin-bottom: 20px;
  }
  .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: 8px 24px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 8px 0 0 32px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 16px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 16px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 16px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 8px 8px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 16px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 16px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 16px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 16px 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: 16px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 16px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 4px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 16px;
  }
  .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: 8px;
    padding: 4px 8px 8px;
    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: 8px;
    padding: 4px 8px 8px;
  }
  .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: 20px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #a9a9a9;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 16px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -16px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 16px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 13px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 4px;
  }
  .header.content {
    padding: 24px 16px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 16px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .login-container .block.block-new-company {
    clear: none;
    float: right;
  }
  .login-container .block.block-new-company .actions-toolbar {
    margin-top: 20px;
  }
  .links-container {
    display: inline-block;
    position: relative;
  }
  .links-container:before,
  .links-container:after {
    content: '';
    display: table;
  }
  .links-container:after {
    clear: both;
  }
  .links-container .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .links-container .action.switch:hover:after {
    color: inherit;
  }
  .links-container .action.switch:active:after {
    color: inherit;
  }
  .links-container .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    color: inherit;
    content: '\e621';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .links-container .action.switch.active:hover:after {
    color: inherit;
  }
  .links-container .action.switch.active:active:after {
    color: inherit;
  }
  .links-container 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);
  }
  .links-container ul li {
    margin: 0;
    padding: 0;
  }
  .links-container ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .links-container ul:before,
  .links-container ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .links-container ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .links-container ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .links-container ul:before {
    right: 10px;
    top: -12px;
  }
  .links-container ul:after {
    right: 9px;
    top: -14px;
  }
  .links-container.active {
    overflow: visible;
  }
  .links-container.active ul {
    display: block;
  }
  .links-container li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: .8em;
  }
  .links-container li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:active {
    color: #333333;
    text-decoration: none;
  }
  .links-container .customer-menu {
    display: none;
  }
  .links-container .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;
  }
  .links-container .action.switch:focus,
  .links-container .action.switch:active {
    background: none;
    border: none;
  }
  .links-container .action.switch:hover {
    background: none;
    border: none;
  }
  .links-container .action.switch.disabled,
  .links-container .action.switch[disabled],
  fieldset[disabled] .links-container .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .links-container .header.links {
    min-width: 225px;
  }
  .links-container.active .action.switch:after {
    content: '\e621';
  }
  .links-container.active .customer-menu {
    display: block;
  }
  .links-container .greet {
    display: none;
  }
  .customer-register .links-container-title {
    cursor: pointer;
  }
  .manage-company-accounts .message + .actions-toolbar {
    margin-top: 40px;
  }
  .modal-popup .actions-toolbar .secondary .action {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .modal-popup .actions-toolbar .secondary .action:active,
  .modal-popup .actions-toolbar .secondary .action:not(:focus) {
    box-shadow: none;
  }
  .modal-popup input:hover,
  .modal-popup textarea:hover {
    border-color: #68a8e0;
  }
  .modal-popup.popup-tree .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-tree .fieldset {
    margin-bottom: 0;
  }
  .popup-tree .modal-footer .primary {
    margin-right: 8px;
  }
  .popup-tree .modal-footer .secondary {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .popup-tree .modal-footer .secondary:active,
  .popup-tree .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .page-title .edit-company-profile {
    left: -8px;
    position: relative;
  }
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content {
    line-height: 24px;
  }
  .company-profile-edit .column.main .form-edit-company {
    background: #FFFF;
    padding: 30px;
    max-width: 800px;
    margin: 0px auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset,
  .company-profile-edit .column.main .form-edit-company .actions-toolbar {
    width: 100%;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset > .legend {
    margin: 0 0 20px;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset > .field {
    margin: 0 0 20px;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset > .field:not(.choice) > .label {
    padding: 6px 0 0 0;
    max-width: 140px;
    text-align: left;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset > .field:not(.choice) > .control {
    float: right;
  }
  .company-profile-edit .column.main .form-edit-company select {
    box-sizing: border-box;
  }
  .company-profile-edit .column.main .form-edit-company .save.primary {
    border: 2px solid #c11e48;
    color: #c11e48;
    padding: 10px 22px;
    border-radius: 28px;
    min-width: 150px;
    display: inline-block;
    background: transparent;
  }
  .company-account-index .columns .column.main .block:not(.widget) .box-content strong {
    display: inline-block;
    width: 17%;
  }
  .company-account-create .columns .main .form-create-account {
    width: 51%;
  }
  .company-account-create .columns .main .form-create-account .fieldset-fullname .fields .field:last-child {
    margin: 0 0 8px;
  }
  .company-users-index .long-text-field {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .jstree li a {
    position: relative;
  }
  .col-150-max {
    max-width: 150px;
  }
  .form-create-purchase-order-rule .fieldset > .field:not(.choice) > .label {
    text-align: left;
    width: 20%;
  }
  .form-create-purchase-order-rule .fieldset > .field.no-label:before {
    content: unset;
  }
  .form-create-purchase-order-rule .fieldset > .field {
    width: 100%;
    margin: 0 0 10px;
  }
  .form-create-purchase-order-rule .fieldset > .field > .control {
    width: 80% !important;
  }
  .form-create-purchase-order-rule .fieldset > .field.choice:before {
    width: 20%;
  }
  .form-create-purchase-order-rule .fieldset > .field .control.radio-wrapper .control {
    width: 100% !important;
  }
  .form-create-purchase-order-rule .fieldset .field.rule-type .field-tooltip {
    position: absolute;
    top: 20px;
  }
  .form-create-purchase-order-rule .fieldset .field.rule-type .control {
    width: calc(80% - 40px) !important;
    float: left !important;
  }
  .form-create-purchase-order-rule .field .control {
    max-width: 760px;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control {
    display: flex;
    align-items: center;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control > .control {
    max-width: 46%;
    width: 100%;
  }
  .form-create-purchase-order-rule .field-condition-order-total .additional {
    margin-left: 10px;
    margin-top: 0;
  }
  .form-create-purchase-order-rule .field-tooltip-content {
    width: 458px;
  }
  .form-create-purchase-order-rule select {
    box-sizing: border-box !important;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 16px 0 0;
  }
  .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;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .sidebar html.rtl .block.widget .products-grid .product-item {
    margin-right: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .modal-popup.customer-popup .modal-inner-wrap {
    width: 45%;
  }
  .account .toolbar .pager {
    width: 100%;
    margin-bottom: 0;
  }
  .account .toolbar .pager .toolbar-amount {
    display: inline-block;
    max-width: 170px;
  }
  .account .toolbar .pager .pages {
    display: inline-block;
    position: relative;
    width: auto;
  }
  .account .toolbar .pager .limiter-options {
    width: auto;
    box-sizing: border-box;
    margin: 0px 10px;
    max-height: 35px;
  }
  .account .toolbar:not(.bottom) {
    margin-bottom: 0;
  }
  .account .quotes-grid-toolbar.toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .account .quotes-grid-toolbar.toolbar:after,
  .account .quotes-grid-toolbar.toolbar:before {
    content: unset;
  }
  .account .quotes-grid-toolbar.toolbar .pager {
    width: auto;
  }
  .account .quotes-grid-toolbar.toolbar .pages {
    display: inline-block;
    position: relative;
    width: auto;
  }
  .account .quotes-grid-toolbar.toolbar .limiter {
    float: none;
    display: flex;
    align-items: center;
  }
  .account .quotes-grid-toolbar.toolbar .limiter span.label {
    position: unset !important;
    width: auto !important;
    height: auto !important;
    clip: unset !important;
    font-weight: 600;
  }
  .account .quotes-grid-toolbar.toolbar .limiter-options {
    width: auto;
    box-sizing: border-box;
    margin: 0px 10px;
    max-height: 35px;
  }
  .account.customer-address-index .box-billing-address a.action.edit,
  .account.customer-address-index .box-billing-address a.action.edit:hover {
    color: #ffffff;
    background: #c11e48;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 28px;
  }
}
@media all and (min-width: 769px) and (max-width: 1424px), print and (max-width: 1424px) {
  .navigation .level0 > .level-top {
    font-size: 15px;
  }
}
@media all and (min-width: 1000px), print {
  .grid-main {
    flex-grow: 1;
  }
  .page-layout-3columns .grid-main,
  .page-layout-2columns-left .grid-main,
  .page-layout-2columns-right .grid-main {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-layout-3columns .grid-left,
  .page-layout-2columns-left .grid-left,
  .page-layout-2columns-right .grid-left,
  .page-layout-3columns .grid-right,
  .page-layout-2columns-left .grid-right,
  .page-layout-2columns-right .grid-right {
    flex-basis: 25%;
    max-width: 25%;
  }
  .page-layout-3columns .grid-main {
    flex-basis: 50%;
  }
  .page-layout-3columns .grid-left + .grid-right + .grid-main {
    max-width: 50%;
  }
  .page-layout-2columns-left .grid-main,
  .page-layout-2columns-right .grid-main {
    flex-basis: 75%;
  }
  .page-layout-2columns-left * + .grid-main,
  .page-layout-2columns-right * + .grid-main {
    max-width: 75%;
  }
  .page-layout-3columns .grid-left,
  .page-layout-2columns-left .grid-left {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .page-layout-3columns .grid-right,
  .page-layout-2columns-right .grid-right {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .field-date .control .sub-label,
  .field-order-total .control .sub-label {
    width: 20%;
  }
  .field-date .control input,
  .field-order-total .control input {
    width: 55%;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: .6rem;
  }
  .grid-content {
    padding: 0 !important;
  }
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
  .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;
  }
  .filter-options {
    border-radius: 2px;
  }
  button.action.filter-toggle {
    display: none;
  }
}
@media all and (min-width: 1280px), 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;
  }
}
