@import 'source/style.less';

/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.header.panel>.header.links>li.welcome {
    display: none !important;
}

@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;
    }
}

/**
   * Copyright © Magento, Inc. All rights reserved.
   * See COPYING.txt for license details.
   */
/* @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;
  } */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('fonts/fa-regular-400.eot');
    src: url('fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
        url('fonts/fa-regular-400.woff2') format('woff2'),
        url('fonts/fa-regular-400.woff') format('woff'),
        url('fonts/fa-regular-400.ttf') format('truetype'),
        url('fonts/fa-regular-400.svg#fontawesome') format('svg');
}

.wrap-text {
    margin-bottom: 30px;
}

.jstree-display-block {
    display: block !important;
}

.form-add-user .field.email .exist-notification-message {
    color: #999999;
    font-size: 12px;
    padding-top: 5px;
}

@media print {
    body {
        min-width: 102.4rem;
        /* font-family: 'Roboto',sans-serif; */
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 400;
        content: "\f1ea";
        color: #0a0301;
    }
}

/**
   * 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: #333333;
}

.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: #333333;
    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.
   */
/**
   * 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: 1024px) 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 */
.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;
}

/**
   * 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.
   */
.form.wishlist.share .g-recaptcha {
    margin-bottom: 40px;
}

/**
   * 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.
   */
@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.
   */
.search-grid-content {
    background: #343434;
}

.search-grid-content .search-main-grid {
    padding: 0 20px 12px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    color: #fff;
}

.search-grid-content .search-main-grid .search-by-attribute-content {
    padding: 31px 0 10px;
}

.search-grid-content .search-main-grid .search-by-attribute-content .tabcontent {
    border: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
}

.search-grid-content .search-main-grid .search-by-attribute-content .tabcontent .tire-image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.search-grid-content .search-main-grid .search-by-attribute-content .tabcontent .tire-image svg {
    fill: #b0b0b0;
    stroke: #b0b0b0;
    width: 40px;
    height: 60px;
    margin-right: 13px;
}

.search-grid-content .search-main-grid .search-by-attribute-content .tabcontent .tire-image p {
    color: #fed100;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 28px;
    max-width: 140px;
    font-size: 29px;
}

.search-grid-content .search-main-grid .search-by-attribute-content .tabcontent .tire-image p span.first-span {
    font-size: 35px;
}

.search-grid-content .search-main-grid .search-by-attribute-content .tabcontent .search-option select {
    border-radius: 100px;
    height: 40px;
    margin-top: 5px;
}

.search-grid-content .search-main-grid .search-by-attribute-content .div_medida .search-option select {
    display: inline-block;
    padding: inherit;
    margin-bottom: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #000;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-size: 30px 60px;
    text-indent: 0.01em;
    text-overflow: '';
}

@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%;
    }
}

@media all and (min-width: 769px),
print {
    .modals-wrapper .modal-popup .modal-inner-wrap {
        width: 428px;
    }

    .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap,
    .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap {
        max-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: 10px;
        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: 5px;
    }

    .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-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: 10px;
    }
}

@media all and (min-width: 769px),
print {

    .abs-product-options-list-desktop dt,
    .block-giftregistry-shared .item-options dt {
        clear: left;
        float: left;
        margin: 0 10px 5px 0;
    }

    .abs-product-options-list-desktop dt:after,
    .block-giftregistry-shared .item-options dt:after {
        content: ': ';
    }

    .abs-product-options-list-desktop dd,
    .block-giftregistry-shared .item-options dd {
        display: inline-block;
        float: left;
        margin: 0 0 5px;
        word-break: break-all;
    }

    .abs-button-desktop {
        width: auto;
    }

    .abs-blocks-2columns,
    .column .block-addbysku .block-content .box,
    .login-container .block,
    .account .column.main .block:not(.widget) .block-content .box,
    .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
    [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
    .sales-guest-view .column.main .block:not(.widget) .block-content .box {
        width: 48.8%;
    }

    .abs-blocks-2columns:nth-child(odd),
    .column .block-addbysku .block-content .box:nth-child(odd),
    .login-container .block:nth-child(odd),
    .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
    .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
    [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
        clear: left;
        float: left;
    }

    .abs-blocks-2columns:nth-child(even),
    .column .block-addbysku .block-content .box:nth-child(even),
    .login-container .block:nth-child(even),
    .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
    .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
    [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
        float: right;
    }

    .abs-reset-left-margin-desktop,
    .bundle-options-container .legend.title,
    .column.main .cart-summary .actions-toolbar,
    .cart.table-wrapper .item-actions .actions-toolbar,
    .gift-summary .actions-toolbar,
    .cart.table-wrapper .gift-summary .actions-toolbar,
    .column.main .block-giftregistry-shared-items .actions-toolbar,
    .form-new-agreement .fieldset .legend,
    .form-new-agreement .actions-toolbar,
    .column.main .paypal-review .actions-toolbar,
    .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
        margin-left: 0;
    }

    .abs-action-remove-desktop,
    .abs-add-fields-desktop .fieldset .additional .action.remove,
    .form-giftregistry-share .fieldset .additional .action.remove,
    .form-giftregistry-edit .fieldset .additional .action.remove,
    .form-add-invitations .fieldset .additional .action.remove,
    .form-create-return .fieldset .additional .action.remove,
    .form.send.friend .fieldset .additional .action.remove {
        margin-left: 75.8%;
        top: 6px;
    }

    .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
    .form-giftregistry-share .fieldset .field:not(.choice) .control,
    .form-giftregistry-edit .fieldset .field:not(.choice) .control,
    .form-add-invitations .fieldset .field:not(.choice) .control,
    .form-create-return .fieldset .field:not(.choice) .control,
    .form.send.friend .fieldset .field:not(.choice) .control {
        width: 50%;
    }

    .abs-margin-for-forms-desktop,
    .fieldset .legend,
    .column:not(.sidebar-main) form .actions-toolbar,
    .column:not(.sidebar-additional) form .actions-toolbar,
    .login-container .fieldset:after {
        margin-left: 25.8%;
    }

    .abs-visually-hidden-desktop,
    .modes-label,
    .block-search .label,
    .dashboard-welcome-toggler,
    .block-collapsible-nav .title {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .abs-add-clearfix-desktop:before,
    .abs-add-clearfix-desktop:after,
    .abs-pager-toolbar:before,
    .abs-pager-toolbar:after,
    .block-requisition-management:before,
    .block-requisition-management:after,
    .account .page-title-wrapper:before,
    .account .page-title-wrapper: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,
    .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 20px;
    }

    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.label,
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.label,
    .product-add-form .fieldset>.field:not(.choice)>.label,
    .product-add-form .fieldset .fields>.field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0;
    }

    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.control,
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.control,
    .product-add-form .fieldset>.field:not(.choice)>.control,
    .product-add-form .fieldset .fields>.field:not(.choice)>.control {
        float: none;
        width: auto;
    }

    .abs-revert-field-type-desktop .fieldset>.field>.label,
    .abs-revert-field-type-desktop .fieldset .fields>.field>.label,
    .product-add-form .fieldset>.field>.label,
    .product-add-form .fieldset .fields>.field>.label {
        margin: 0 0 5px;
        display: inline-block;
    }

    .abs-revert-field-type-desktop .fieldset>.field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields>.field.choice:before,
    .abs-revert-field-type-desktop .fieldset>.field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields>.field.no-label:before,
    .product-add-form .fieldset>.field.choice:before,
    .product-add-form .fieldset .fields>.field.choice:before,
    .product-add-form .fieldset>.field.no-label:before,
    .product-add-form .fieldset .fields>.field.no-label:before {
        display: none;
    }

    .abs-revert-field-type-desktop .fieldset>.field:not(:first-child):last-of-type,
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(:first-child):last-of-type,
    .product-add-form .fieldset>.field:not(:first-child):last-of-type,
    .product-add-form .fieldset .fields>.field:not(:first-child):last-of-type {
        margin-bottom: 0;
    }

    .abs-no-display-desktop,
    .opc-estimated-wrapper,
    .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
        display: none;
    }

    .abs-pager-toolbar,
    .account .toolbar,
    .toolbar-giftregistry-results,
    .toolbar-wishlist-results {
        margin-bottom: 20px;
        position: relative;
    }

    .abs-pager-toolbar .limiter,
    .account .toolbar .limiter,
    .toolbar-giftregistry-results .limiter,
    .toolbar-wishlist-results .limiter {
        float: right;
        position: relative;
        z-index: 1;
    }

    .abs-pager-toolbar .toolbar-amount,
    .account .toolbar .toolbar-amount,
    .toolbar-giftregistry-results .toolbar-amount,
    .toolbar-wishlist-results .toolbar-amount {
        float: left;
        line-height: normal;
        padding: 7px 0 0;
        position: relative;
        z-index: 1;
    }

    .abs-pager-toolbar .pages,
    .account .toolbar .pages,
    .toolbar-giftregistry-results .pages,
    .toolbar-wishlist-results .pages {
        position: absolute;
        width: 100%;
        z-index: 0;
    }

    .abs-shopping-cart-items-desktop,
    .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;
    }

    .abs-shopping-cart-items-desktop .action.clear,
    .abs-shopping-cart-items-desktop .action.update,
    .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: 10px;
    }

    .abs-shopping-cart-items-desktop .action.continue,
    .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 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 2em;
        width: auto;
    }

    .messages {
        position: fixed;
        width: 100%;
        z-index: 899;
        left: 50%;
        transform: translateX(-50%);
        max-width: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 2px;
    }
    
    .message {
        font-size: 1.3em;
        font-weight: bold;
        border-radius: 8px;
    }

    .page-main {
        width: 100%;
        padding-top: 5em;
    }

    .columns {
        display: block;
    }

    .column.main {
        min-height: 300px;
    }

    .page-layout-1column .column.main {
        width: 100%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .page-layout-3columns .column.main {
        width: 66.66666667%;
        display: inline-block;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .page-layout-2columns-left .column.main {
        width: 83.33333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .page-layout-2columns-right .column.main {
        width: 83.33333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .sidebar-main {
        padding-right: 2%;
    }

    .page-layout-3columns .sidebar-main {
        width: 16.66666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .page-layout-2columns-left .sidebar-main {
        width: 16.66666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .page-layout-2columns-right .sidebar-main {
        width: 16.66666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .page-layout-2columns-right .sidebar-main {
        padding-left: 2%;
        padding-right: 0;
    }

    .sidebar-additional {
        clear: right;
        padding-left: 2%;
    }

    .page-layout-3columns .sidebar-additional {
        width: 16.66666667%;
        float: right;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .page-layout-2columns-left .sidebar-additional {
        width: 16.66666667%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .page-layout-2columns-right .sidebar-additional {
        width: 16.66666667%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .page-layout-2columns-left .main {
        padding-left: 2%;
    }

    .page-layout-2columns-left .sidebar-additional {
        clear: left;
        float: left;
        padding-left: 0;
    }

    .panel.header {
        padding: 10px 20px;
    }

    .nav-toggle {
        display: none;
    }

    .nav-sections {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin-bottom: 25px;
        height: 0!important;
        background-color: #0a0301;
    }

    .nav-sections-item-title {
        display: none;
    }

    .nav-sections-item-content>* {
        display: none;
    }

    .nav-sections-item-content>.navigation {
        display: block;
        background-color: #0a0301;
    }

    .navigation {
        background: #f5f5f5;
        font-weight: 700;
        height: inherit;
        left: auto;
        overflow: inherit;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 3;
    }

    .navigation:empty {
        display: none;
    }

    .navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative;
    }

    .navigation li.level0 {
        border-top: none;
    }

    .navigation li.level1 {
        position: relative;
    }

    .navigation .level0 {
        margin: 0 10px 0 0;
        display: inline-block;
        position: relative;
    }

    .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .navigation .level0:hover:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px;
        height: calc(100% + 3px);
        z-index: 1;
    }

    .navigation .level0>.level-top {
        color: #ffffff;
        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: #fed100;
        text-decoration: none;
    }

    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        border-color: #fed100;
        border-style: solid;
        border-width: 0 0 3px;
        color: #fed100;
        text-decoration: none;
        display: inline-block;
    }

    .navigation .level0.parent:hover>.submenu {
        overflow: visible !important;
    }

    .navigation .level0.parent>.level-top {
        padding-right: 20px;
    }

    .navigation .level0.parent>.level-top>.ui-menu-icon {
        position: absolute;
        right: 0;
        display: inline-block;
        text-decoration: none;
    }

    .navigation .level0.parent>.level-top>.ui-menu-icon>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .navigation .level0.parent>.level-top>.ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e622';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .navigation .level0 .submenu {
        background: #ffffff;
        border: 1px solid #d1d1d1;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
        font-weight: 700;
        min-width: 230px;
        padding: 0;
        display: none;
        left: 0;
        margin: 0 !important;
        position: absolute;
        z-index: 1;
        margin-top: 11px;
    }

    .navigation .level0 .submenu>ul {
        margin-top: 11px;
    }

    .navigation .level0 .submenu>ul:before,
    .navigation .level0 .submenu>ul:after {
        content: '';
        display: block;
        overflow: hidden;
        position: absolute;
    }

    .navigation .level0 .submenu>ul:before {
        color: #ffffff;
        left: 20px;
        top: -20px;
        border: 10px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #ffffff;
        z-index: 4;
    }

    .navigation .level0 .submenu>ul:after {
        border: 11px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #d1d1d1;
        color: #d1d1d1;
        left: 19px;
        top: -22px;
        z-index: 3;
    }

    .navigation .level0 .submenu:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: -4px;
        z-index: 1;
    }

    .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        color: #575757;
        padding: 8px 20px;
    }

    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus {
        background: #e8e8e8;
        color: #333333;
        text-decoration: none;
    }

    .navigation .level0 .submenu .active>a {
        border-color: #fed100;
        border-style: solid;
        border-width: 0 0 0 3px;
    }

    .navigation .level0 .submenu .submenu {
        top: -1px !important;
        left: 100% !important;
    }

    .navigation .level0 .submenu .submenu-reverse {
        left: auto !important;
        right: 100%;
    }

    .navigation .level0 .submenu li {
        margin: 0;
        position: relative;
    }

    .navigation .level0 .submenu li.parent>a>.ui-menu-icon {
        position: absolute;
        right: 3px;
        display: inline-block;
        text-decoration: none;
    }

    .navigation .level0 .submenu li.parent>a>.ui-menu-icon>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .navigation .level0 .submenu li.parent>a>.ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e608';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .navigation .level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none;
    }

    .navigation .level0.more:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
        line-height: inherit;
        color: inherit;
        content: '\e607';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .navigation .level0.more:before {
        display: none;
    }

    .navigation .level0.more:after {
        cursor: pointer;
        padding: 8px 12px;
        position: relative;
        z-index: 1;
    }

    .navigation .level0.more:hover>.submenu {
        overflow: visible !important;
    }

    .navigation .level0.more li {
        display: block;
    }

    .panel.header .links,
    .panel.header .switcher {
        display: inline-block;
    }

    .fieldset>.field {
        margin: 0 0 20px;
        box-sizing: border-box;
        margin: 0 0 29px;
    }

    .fieldset>.field>.label {
        margin: 0;
    }

    .fieldset>.field:before,
    .fieldset>.field:after {
        content: '';
        display: table;
    }

    .fieldset>.field:after {
        clear: both;
    }

    .fieldset>.field.choice:before,
    .fieldset>.field.no-label:before {
        padding: 6px 15px 0 0;
        width: 25.8%;
        box-sizing: border-box;
        content: ' ';
        float: left;
        height: 1px;
    }

    .fieldset>.field .description {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left;
    }

    .fieldset>.field:not(.choice)>.label {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left;
    }

    .fieldset>.field:not(.choice)>.control {
        width: 74.2%;
        float: left;
    }

    .product.data.items {
        position: relative;
        z-index: 1;
    }

    .product.data.items:before,
    .product.data.items:after {
        content: '';
        display: table;
    }

    .product.data.items:after {
        clear: both;
    }

    .product.data.items>.item.title {
        float: left;
        width: auto;
    }

    .product.data.items>.item.title>.switch {
        height: 20px;
        display: block;
        position: relative;
        z-index: 2;
    }

    .product.data.items>.item.content {
        margin-top: 20px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
    }

    .product.data.items>.item.content:before,
    .product.data.items>.item.content:after {
        content: '';
        display: table;
    }

    .product.data.items>.item.content:after {
        clear: both;
    }

    .product.data.items>.item.content.active {
        display: block;
    }

    .product.data.items>.item.title {
        margin: 0 5px 0 0;
    }

    .product.data.items>.item.title>.switch {
        font-weight: 600;
        line-height: 20px;
        font-size: 1.4rem;
        color: #7d7d7d;
        text-decoration: none;
        background: #f0f0f0;
        border: 1px solid #d1d1d1;
        border-bottom: none;
        height: 20px;
        padding: 5px 20px 5px 20px;
    }

    .product.data.items>.item.title>.switch:visited {
        color: #7d7d7d;
        text-decoration: none;
    }

    .product.data.items>.item.title>.switch:hover {
        color: #7d7d7d;
        text-decoration: none;
    }

    .product.data.items>.item.title>.switch:active {
        color: #333333;
        text-decoration: none;
    }

    .product.data.items>.item.title:not(.disabled)>.switch:focus,
    .product.data.items>.item.title:not(.disabled)>.switch:hover {
        background: #fcfcfc;
    }

    .product.data.items>.item.title:not(.disabled)>.switch:active,
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        background: #ffffff;
        color: #333333;
        text-decoration: none;
    }

    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        padding-bottom: 6px;
    }

    .product.data.items>.item.content {
        background: #ffffff;
        margin-top: 31px;
        padding: 20px 20px 20px 20px;
        border: 0;
        border-top: 1px solid #d1d1d1;
    }

    .actions-toolbar:before,
    .actions-toolbar:after {
        content: '';
        display: table;
    }

    .actions-toolbar:after {
        clear: both;
    }

    .actions-toolbar .primary {
        float: left;
    }

    .actions-toolbar .primary,
    .actions-toolbar .secondary {
        display: inline-block;
    }

    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary a.action {
        display: inline-block;
    }

    .actions-toolbar .primary .action {
        margin: 0 5px 0 0;
    }

    .actions-toolbar .secondary a.action {
        margin-top: 6px;
    }

    .actions-toolbar>.primary,
    .actions-toolbar>.secondary {
        margin-bottom: 0;
    }

    .actions-toolbar>.primary .action,
    .actions-toolbar>.secondary .action {
        margin-bottom: 0;
        width: auto;
    }

    .modal-popup.modal-slide .modal-footer {
        border-top: 1px solid #c1c1c1;
        text-align: right;
    }

    .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.42857143;
        margin: 0;
        padding: 0.7rem 1.5rem;
        color: #1979c3;
        text-decoration: none;
        background: none;
        border: 0;
        display: inline;
        font-weight: 400;
    }

    .modal-popup.requisition-popup .modal-footer .secondary:visited {
        color: #1979c3;
        text-decoration: none;
    }

    .modal-popup.requisition-popup .modal-footer .secondary:hover {
        color: #006bb4;
        text-decoration: underline;
    }

    .modal-popup.requisition-popup .modal-footer .secondary:active {
        color: #fed100;
        text-decoration: underline;
    }

    .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: #1979c3;
        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: 10px;
    }

    .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: 5px;
    }

    .title-actions-links {
        float: right;
        margin-top: 2rem;
    }

    .block-requisition-management {
        margin-bottom: 10px;
    }

    .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: 10px;
    }

    .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: -5px;
    }

    .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: 10px;
    }

    .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: 5px 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;
    }

    .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;
    }

    .login-container .block.block-new-company {
        clear: none;
        float: right;
    }

    .login-container .block.block-new-company .actions-toolbar {
        margin-top: 25px;
    }

    .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: none;
    }

    .links-container .greet {
        display: none;
    }

    .customer-register .links-container-title {
        cursor: pointer;
    }

    .manage-company-accounts .message+.actions-toolbar {
        margin-top: 50px;
    }

    .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: 10px;
    }

    .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: -10px;
        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 {
        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: 52%;
    }

    .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 10px;
    }

    .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;
    }

    .account .column.main .block.block-dashboard-info {
        line-height: 24px;
    }

    .account .column.main .block.block-dashboard-info .block-content:before,
    .account .column.main .block.block-dashboard-info .block-content:after {
        content: normal;
    }

    .negotiable_quote-quote-view .page-title {
        margin-bottom: .7rem;
        margin-top: 0;
    }

    .negotiable_quote-quote-view .quote-status {
        margin-top: .7rem;
    }

    .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: 25px;
    }

    .negotiable-quote-quote-view .page-title {
        margin-bottom: 5px;
    }

    .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 {
    }

    .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
        float: right;
        margin: 0 0 0 20px;
    }

    .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 {
        text-align: right;
    }

    .quote-details-items thead .col .price,
    .quote-details-items .item .col .price {
        font-size: 18px;
        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: 40px;
    }

    .page-title-wrapper .page-title {
        display: block;
    }

    .quote-name {
        font-size: 1.6rem;
        margin-bottom: 20px;
        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: 20px;
    }

    .quote-shipping-info .box-shipping-address .box-content {
        font-size: 1.4rem;
    }

    .quote-shipping-info .box-content .box {
        margin-bottom: 0;
        width: 50%;
    }

    .quote-view-links.quote-view-buttons .action {
        margin-right: 10px;
    }

    .quote-actions-toolbar .print {
        float: right;
        padding-left: 25px;
        padding-right: 0;
    }

    .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: 10px;
    }

    .popup-edit-address .field .control>.field,
    .popup-edit-address .field .control>.fields>.field {
        margin: 0 0 20px;
        margin-bottom: 0;
    }

    .popup-edit-address .field .control>.field>.label,
    .popup-edit-address .field .control>.fields>.field>.label {
        margin: 0 0 5px;
        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 #c2c2c2;
        border-radius: 1px;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: 32px;
        line-height: 1.42857143;
        padding: 0 9px;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto;
    }

    .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: 10px;
    }

    .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 5px;
    }

    .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: 20px;
    }

    .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content .attentional-content .with-subtext span {
        display: block;
        padding-top: 10px;
    }

    .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer {
        border-top: none;
        padding-top: 10px;
        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
       */
    #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;
    }

    .col-150-max {
        max-width: 150px;
    }

    .form-create-purchase-order-rule .field .control {
        max-width: 500px;
    }

    .form-create-purchase-order-rule .field-condition-order-total>.control {
        display: flex;
    }

    .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-purchase-order {
        margin-bottom: 0;
    }

    .checkout-agreements-block {
        clear: both;
    }

    .block-cart-failed .actions {
        text-align: left;
    }

    .block-cart-failed .actions.primary {
        float: right;
    }

    .bundle-options-container .bundle-options-wrapper,
    .bundle-options-container .product-options-wrapper {
        float: left;
        width: 57%;
    }

    .bundle-options-container .block-bundle-summary {
        float: right;
        position: relative;
        width: 40%;
    }

    .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
    .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
    .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
    .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
    .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
    .page-layout-3columns .bundle-options-container .block-bundle-summary {
        width: 48%;
    }

    .page-products .products-grid .product-item {
        margin-left: 2%;
        padding: 0;
        width: calc((100% - 4%) / 3);
    }

    .page-products .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0;
    }

    .page-products.page-layout-1column .products-grid .product-item {
        width: 25%;
    }

    .page-products.page-layout-3columns .products-grid .product-item {
        width: 50%;
    }

    .page-products .columns {
        padding-top: 0;
        position: relative;
        z-index: 1;
    }

    .products.wrapper~.toolbar .pages {
        float: left;
    }

    .toolbar-amount {
        float: left;
    }

    .sorter {
        float: right;
    }

    .modes {
        display: inline-block;
        float: left;
        margin-right: 20px;
        display: none;
    }

    .products.wrapper~.toolbar .modes {
        display: none;
    }

    .modes-mode {
        color: #7d7d7d;
        border: 1px solid #d1d1d1;
        border-right: 0;
        float: left;
        font-weight: 400;
        line-height: 1;
        padding: 7px 10px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
    }

    .modes-mode:not(.active):hover {
        color: #7d7d7d;
        background: #dedede;
    }

    .modes-mode:last-child {
        border-right: 1px solid #d1d1d1;
    }

    .modes-mode.active {
        color: #a6a6a6;
    }

    .modes-mode>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .modes-mode:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: inherit;
        color: #7d7d7d;
        content: '\e60d';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .modes-mode:hover:before {
        color: #7d7d7d;
    }

    .mode-list:before {
        content: '\e60b';
    }

    .products.wrapper~.toolbar .limiter {
        display: block;
        float: right;
    }

    .product-info-main .box-tocart .field.qty,
    .product-options-bottom .box-tocart .field.qty {
        display: table-cell;
    }

    .product-info-main .box-tocart .actions,
    .product-options-bottom .box-tocart .actions {
        display: table-cell;
        padding-top: 25px;
        text-align: center;
        vertical-align: bottom;
    }

    .product-info-main .page-title-wrapper .page-title {
        margin-top: -13px;
    }

    .sidebar .product-items .product-item-info .product-item-photo {
        float: left;
        left: auto;
        margin: 0 10px 10px 0;
        position: relative;
        top: auto;
    }

    .sidebar .product-items .product-item-details {
        margin: 0;
    }

    .sidebar .product-items .product-item-actions {
        clear: left;
    }

    .product-info-main {
        float: right;
    }

    .product.media {
        float: left;
        margin-bottom: 25px;
    }

    .page-layout-1column .product-info-main {
        width: 40%;
    }

    .page-layout-1column .product.media {
        width: 57%;
    }

    .page-layout-2columns-left .product-info-main,
    .page-layout-2columns-right .product-info-main,
    .page-layout-3columns .product-info-main {
        width: 48%;
    }

    .page-layout-2columns-left .product.media,
    .page-layout-2columns-right .product.media,
    .page-layout-3columns .product.media {
        width: 50%;
    }

    .block-category-event.block:last-child {
        margin-bottom: 30px;
        padding: 10px 0 30px;
    }

    .block-category-event .block-title {
        margin: 0;
    }

    .block-category-event .block-title strong {
        font-size: 2.4rem;
    }

    .block-category-event .ticker li {
        display: none;
        margin: 0 50px;
    }

    .block-category-event .ticker .value {
        font-size: 6rem;
    }

    .block-category-event .ticker .label {
        font-size: 1.4rem;
        text-transform: none;
    }

    .block-category-event .dates .date {
        font-size: 5rem;
    }

    .block-category-event .dates .start {
        padding-right: 50px;
    }

    .block-category-event .dates .start:after {
        font-size: 5rem;
        right: 10px;
    }

    .block-search {
        float: right;
        padding-left: 15px;
        position: relative;
        width: 250px;
        z-index: 4;
    }

    .block-search .control {
        border-top: 0;
        margin: 0;
        padding: 0 0 25px;
    }

    .block-search .nested {
        display: block;
        padding-top: 5px;
        position: absolute;
    }

    .block-search input {
        margin: 0;
        padding-right: 35px;
        position: static;
    }

    .block-search input::-webkit-input-placeholder {
        color: #c2c2c2;
    }

    .block-search input:-moz-placeholder {
        color: #c2c2c2;
    }

    .block-search input::-moz-placeholder {
        color: #c2c2c2;
    }

    .block-search input:-ms-input-placeholder {
        color: #c2c2c2;
    }

    .block-search .action.search {
        display: inline-block;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        padding: 5px 0;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 1;
    }

    .block-search .action.search>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #8f8f8f;
        content: '\e615';
        font-family: 'icons-blank-theme';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .block-search .action.search:hover:before {
        color: inherit;
    }

    .block-search .action.search:active:before {
        color: inherit;
    }

    .block-search .action.search:focus,
    .block-search .action.search:active {
        background: none;
        border: none;
    }

    .block-search .action.search:hover {
        background: none;
        border: none;
    }

    .block-search .action.search.disabled,
    .block-search .action.search[disabled],
    fieldset[disabled] .block-search .action.search {
        pointer-events: none;
        opacity: 0.5;
    }

    .block-search .action.search:focus:before {
        color: #333333;
    }

    .search-autocomplete {
        margin-top: 0;
    }

    .cart-container .widget {
        float: left;
    }

    .cart-container .widget.block {
        margin-bottom: 20px;
    }

    .cart-summary {
        float: right;
        position: relative;
        width: 23%;
    }

    .column.main .cart-summary .actions-toolbar>.secondary {
        float: none;
    }

    .cart-summary .block .fieldset .field {
        margin: 0 0 20px;
        margin: 0 0 10px;
    }

    .cart-summary .block .fieldset .field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0;
    }

    .cart-summary .block .fieldset .field:not(.choice)>.control {
        float: none;
        width: auto;
    }

    .cart-summary .block .fieldset .field>.label {
        margin: 0 0 5px;
        display: inline-block;
    }

    .cart-summary .block .fieldset .field.choice:before,
    .cart-summary .block .fieldset .field.no-label:before {
        display: none;
    }

    .cart.table-wrapper .items {
        min-width: 100%;
        width: auto;
    }

    .cart.table-wrapper .item .col.item {
        padding: 27px 8px 10px;
    }

    .cart.table-wrapper .item-actions td {
        text-align: right;
    }

    .cart.table-wrapper .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding-right: 20px;
        position: static;
        vertical-align: top;
        width: 1%;
    }

    .cart.table-wrapper .product-item-details {
        display: table-cell;
        vertical-align: top;
        white-space: normal;
        width: 99%;
    }

    .cart.table-wrapper .item-actions .actions-toolbar {
        text-align: left;
    }

    .cart .action {
        margin-bottom: 10px;
    }

    .cart-products-toolbar .toolbar-amount {
        line-height: 30px;
        margin: 0;
    }

    .cart-products-toolbar .pages {
        float: right;
        margin: 0 0 1px;
    }

    .cart-products-toolbar .pages .item:last-child {
        margin-right: 0;
    }

    .cart.table-wrapper .cart-products-toolbar+.cart thead tr th.col {
        padding-bottom: 7px;
        padding-top: 8px;
    }

    .cart.table-wrapper .cart+.cart-products-toolbar {
        margin-top: 25px;
    }

    .minicart-wrapper {
        margin-left: 13px;
    }

    .minicart-wrapper .block-minicart {
        right: -15px;
        width: 390px;
    }

    .opc-wrapper {
        width: 66.66666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding-right: 30px;
    }

    .checkout-onepage-success .print {
        display: block;
        float: right;
        margin: 22px 0 0;
    }

    .opc-progress-bar-item {
        width: 185px;
    }

    .checkout-index-index .modal-popup .form-shipping-address {
        max-width: 600px;
    }

    .checkout-index-index .modal-popup .modal-footer .action-save-address {
        float: right;
        margin: 0 0 0 10px;
    }

    .checkout-shipping-method .actions-toolbar>.primary {
        float: right;
    }

    .checkout-shipping-method .actions-toolbar .action.primary {
        margin: 0;
    }

    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address {
        max-width: 600px;
    }

    .opc-sidebar {
        margin: 46px 0 20px;
        width: 33.33333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .opc-wrapper {
        margin: 46px 0 20px;
    }

    .opc-summary-wrapper .modal-header .action-close {
        display: none;
    }

    .authentication-dropdown {
        background-color: #ffffff;
        border: 1px solid #aeaeae;
        -webkit-transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
        position: absolute;
        text-align: left;
        top: 100%;
        transform: scale(1, 0);
        transform-origin: 0 0;
        transition: transform linear .1s, visibility 0s linear .1s;
        visibility: hidden;
        width: 100%;
    }

    .authentication-dropdown._show {
        z-index: 100;
        -webkit-transform: scale(1, 1);
        -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
        transform: scale(1, 1);
        transition: transform linear .1s, visibility 0s linear 0s;
        visibility: visible;
    }

    .authentication-wrapper {
        width: 33.33333333%;
        text-align: right;
    }

    .block-authentication .block-title {
        font-size: 2.6rem;
        border-bottom: 0;
        margin-bottom: 25px;
    }

    .block-authentication .actions-toolbar>.primary {
        display: inline;
        float: right;
        margin-right: 0;
    }

    .block-authentication .actions-toolbar>.primary .action {
        margin-right: 0;
    }

    .block-authentication .actions-toolbar>.secondary {
        float: left;
        margin-right: 2rem;
        padding-top: 1rem;
    }

    .popup-authentication .modal-inner-wrap {
        min-width: 768px;
        width: 60%;
    }

    .popup-authentication .block-authentication {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px solid #c1c1c1;
    }

    .popup-authentication .block[class],
    .popup-authentication .form-login,
    .popup-authentication .fieldset,
    .popup-authentication .block-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

    .popup-authentication .block[class] {
        box-sizing: border-box;
        float: left;
        padding: 10px 30px 0 0;
        width: 50%;
    }

    .popup-authentication .block[class]+.block {
        border-left: 1px solid #c1c1c1;
        border-top: 0;
        margin: 0;
        padding: 10px 0 0 40px;
    }

    .popup-authentication .block[class]+.block:before {
        left: 0;
        top: 50%;
    }

    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: auto;
    }

    .checkout-payment-method .actions-toolbar .primary {
        float: right;
        margin: 0;
    }

    .checkout-payment-method .fieldset>.field-select-billing>.control {
        float: none;
        width: 100%;
    }

    .checkout-payment-method .payment-method-content .fieldset>.field {
        margin: 0 0 20px;
    }

    .checkout-payment-method .payment-method-content .fieldset>.field.choice:before {
        padding: 0;
        width: 0;
    }

    .checkout-payment-method .payment-method-content .fieldset>.field.type .control {
        margin-left: 25.8%;
    }

    .checkout-payment-method .payment-method-content .fieldset>.field.type.no-detection .control {
        margin-left: 0;
    }

    .checkout-billing-address .action-update {
        float: right;
    }

    .checkout-billing-address .actions-toolbar .action-cancel {
        margin: 6px 20px 0 0;
    }

    .checkout-payment-method .payment-option-title {
        padding-left: 22px;
    }

    .checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar {
        margin-left: 0;
    }

    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        min-width: 600px;
    }

    .login-container .block .login .actions-toolbar>.primary {
        margin-bottom: 0;
        margin-right: 30px;
    }

    .fieldset .fullname .field .label {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left;
    }

    .fieldset .fullname .field .control {
        width: 74.2%;
        float: left;
    }

    .form.password.reset,
    .form.send.confirmation,
    .form.password.forget,
    .form.create.account,
    .form.search.advanced,
    .form.form-orders-search {
        min-width: 600px;
        width: 50%;
    }

    .account.page-layout-2columns-left .sidebar-main,
    .account.page-layout-2columns-left .sidebar-additional {
        width: 22.3%;
    }

    .account.page-layout-2columns-left .column.main {
        width: 77.7%;
    }

    .block-addresses-list .items.addresses {
        font-size: 0;
    }

    .block-addresses-list .items.addresses>.item {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 20px;
        vertical-align: top;
        width: 48.8%;
    }

    .block-addresses-list .items.addresses>.item:nth-last-child(1),
    .block-addresses-list .items.addresses>.item:nth-last-child(2) {
        margin-bottom: 0;
    }

    .block-addresses-list .items.addresses>.item:nth-child(even) {
        margin-left: 2.4%;
    }

    .control.captcha-image .captcha-img {
        margin: 0 10px 10px 0;
    }

    .page-product-downloadable .product-options-wrapper {
        float: left;
        width: 55%;
    }

    .page-product-downloadable .product-options-bottom {
        float: right;
        width: 40%;
    }

    .page-product-downloadable .product-options-bottom .field.qty+.actions {
        padding-top: 0;
    }

    .gift-message .field {
        margin-bottom: 20px;
    }

    .gift-options {
        position: relative;
        z-index: 1;
    }

    .gift-options .actions-toolbar {
        clear: both;
        float: right;
        position: static;
    }

    .gift-options .actions-toolbar .secondary {
        float: right;
    }

    .gift-options .actions-toolbar .secondary .action {
        float: right;
        margin-left: 20px;
    }

    .gift-options .actions-toolbar .secondary .action-cancel {
        display: block;
        float: left;
        margin-top: 6px;
    }

    .gift-options .actions-toolbar:nth-child(3):before {
        border-left: 1px solid #c1c1c1;
        bottom: 5rem;
        content: '';
        display: block;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 0;
    }

    .gift-options-title {
        font-weight: 300;
        font-size: 1.8rem;
    }

    .cart.table-wrapper .action-gift {
        float: left;
    }

    .order-options .gift-wrapping,
    .table-order-review .gift-wrapping {
        max-width: 50%;
    }

    .form-giftregistry-search .fieldset {
        margin-bottom: 29px;
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field {
        margin: 0 0 20px;
        box-sizing: border-box;
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field>.label {
        margin: 0;
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field:before,
    .form-giftregistry-search .fieldset>.fields-specific-options>.field:after {
        content: '';
        display: table;
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field:after {
        clear: both;
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field.choice:before,
    .form-giftregistry-search .fieldset>.fields-specific-options>.field.no-label:before {
        padding: 6px 15px 0 0;
        width: 25.8%;
        box-sizing: border-box;
        content: ' ';
        float: left;
        height: 1px;
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field .description {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left;
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field:not(.choice)>.label {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left;
    }

    .form-giftregistry-search .fieldset>.fields-specific-options>.field:not(.choice)>.control {
        width: 74.2%;
        float: left;
    }

    .block-giftregistry-shared-items .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding: 0 20px 0 0;
        vertical-align: top;
        width: 1%;
    }

    .block-giftregistry-shared-items .product-item-details {
        display: table-cell;
        vertical-align: top;
        width: 99%;
        word-break: normal;
    }

    .block-giftregistry-shared-items .col.product {
        width: 48%;
    }

    .block-giftregistry-shared-items .col:not(.product) {
        text-align: center;
    }

    .block-giftregistry-shared-items .col.price {
        padding-top: 17px;
    }

    .block-giftregistry-shared-items .input-text.qty {
        margin-top: -4px;
    }

    .gift-options-cart-item .gift-wrapping,
    .cart-gift-item .gift-wrapping {
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        width: 50%;
    }

    .gift-options-cart-item .gift-wrapping+.gift-message,
    .cart-gift-item .gift-wrapping+.gift-message {
        border-left: 1px solid #c1c1c1;
        box-sizing: border-box;
        float: left;
        padding-left: 4.5rem;
        width: 50%;
    }

    .form-add-invitations .additional,
    .form-add-invitations .field.text {
        margin-top: 29px;
    }

    .table-invitations .col {
        width: 50%;
    }

    .wishlist.window.popup {
        bottom: auto;
        top: 20%;
        left: 50%;
        margin-left: -212px;
        width: 380px;
        right: auto;
    }

    .wishlist.window.popup .field {
        margin: 0 0 20px;
    }

    .wishlist.window.popup .field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0;
    }

    .wishlist.window.popup .field:not(.choice)>.control {
        float: none;
        width: auto;
    }

    .wishlist.window.popup .field>.label {
        margin: 0 0 5px;
        display: inline-block;
    }

    .wishlist.window.popup .field.choice:before,
    .wishlist.window.popup .field.no-label:before {
        display: none;
    }

    .block-wishlist-management {
        margin-bottom: 20px;
    }

    .block-wishlist-management .wishlist-select {
        border-bottom: 1px solid #fed100;
        display: table;
        margin-bottom: 15px;
        width: 100%;
    }

    .block-wishlist-management .wishlist-select .wishlist-name {
        display: table-cell;
        margin-right: 10px;
        padding: 5px 10px 10px;
        vertical-align: top;
        white-space: nowrap;
        width: 5%;
    }

    .block-wishlist-management .wishlist-select-items {
        display: table-cell;
        padding-right: 160px;
        vertical-align: top;
    }

    .block-wishlist-management .wishlist-select-items .item {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 10px 10px;
    }

    .block-wishlist-management .wishlist-select-items .item:last-child {
        margin-right: 0;
    }

    .block-wishlist-management .wishlist-select-items .current {
        border-bottom: 3px solid #fed100;
        font-weight: 600;
    }

    .block-wishlist-management .wishlist-select .wishlist-name-current {
        display: none;
    }

    .block-wishlist-management .wishlist-add.item {
        position: absolute;
        right: 0;
        top: 0;
    }

    .block-wishlist-management .wishlist-title strong {
        font-size: 4rem;
    }

    .block-wishlist-management .wishlist-info {
        float: left;
    }

    .block-wishlist-management .wishlist-toolbar {
        float: right;
    }

    .block-wishlist-info-items .product-item-photo {
        margin-left: 0;
    }

    .products-grid.wishlist .product-item-checkbox {
        float: left;
    }

    .products-grid.wishlist .product-item-checkbox+.product-item-name {
        margin-left: 25px;
    }

    .block.newsletter {
        max-width: 44%;
        width: max-content;
    }

    .block.newsletter .field {
        margin-right: 5px;
    }

    .block.newsletter .field.newsletter {
        max-width: 220px;
    }

    .block.newsletter .field .control {
        width: 100%;
    }

    .block.newsletter .action.subscribe {
        border-radius: 3px;
    }

    .paypal-review .paypal-review-title {
        border-bottom: 1px solid #d1d1d1;
    }

    .paypal-review .block-content .box-order-shipping-address,
    .paypal-review .block-content .box-order-shipping-method,
    .paypal-review .block-content .box-order-shipping-method+.box-order-billing-address {
        box-sizing: border-box;
        float: left;
        width: 33%;
    }

    .paypal-review .block-content .box-order-shipping-address {
        padding: 0 5%;
        width: 34%;
    }

    .paypal-review .col.subtotal,
    .paypal-review .mark,
    .paypal-review .amount {
        text-align: right;
    }

    .products.wrapper.list .product-reviews-summary {
        margin: 0;
    }

    .reward-settings+.actions-toolbar {
        margin-top: -32px;
    }

    .form-create-return .additional .field:last-child {
        margin-top: 29px;
    }

    .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
        margin-bottom: 20px;
    }

    .block-returns-tracking .block-title .action {
        margin: 0 0 0 30px;
    }

    .block-returns-tracking .block-title .actions-track {
        float: right;
        margin-top: 12px;
    }

    .table-order-items .subtotal,
    .table-order-items .amount {
        text-align: right;
    }

    .table-order-items.creditmemo .col.qty,
    .table-order-items.creditmemo .col.discount,
    .table-order-items.creditmemo .col.subtotal {
        text-align: center;
    }

    .table-order-items.creditmemo .col.total {
        text-align: right;
    }

    .order-pager-wrapper .order-pager-wrapper-top {
        padding-left: 0;
        padding-right: 0;
    }

    .order-pager-wrapper .pages {
        float: right;
    }

    .order-actions-toolbar .action.print {
        display: block;
        float: right;
    }

    .page-title-wrapper .order-date {
        margin-top: -20px;
    }

    [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
    .sales-guest-view .column.main .block:not(.widget) .block-content .box {
        margin-bottom: 20px;
    }

    .page-wrapper>.breadcrumbs,
    .page-wrapper>.top-container,
    .page-wrapper>.widget {
        box-sizing: border-box;
        width: 100%;
    }

    .navigation ul {
        padding: 0 8px;
    }

    .header.panel>.header.links {
        float: right;
        font-size: 0;
        margin: 0;
        padding: 0;
        list-style: none none;
        margin-left: auto;
    }

    .header.panel>.header.links>li {
        display: inline-block;
        vertical-align: top;
    }

    .header.panel>.header.links>li {
        font-size: 14px;
        margin: 0 0 0 15px;
    }

    .header.panel>.header.links>li.welcome,
    .header.panel>.header.links>li a {
        line-height: 1.4;
    }

    .header.panel>.header.links>li.welcome a {
        padding-left: 5px;
    }

    .header.content {
        padding: 30px 20px 0;
    }

    .page-header {
        border: 0;
        margin-bottom: 0;
        background-color: #0a0301;
        position: fixed;
        width: 100%;
        z-index: 888;
    }

    .page-header .panel.wrapper {
        border-bottom: 1px solid #fed100;
    }

    .page-header .header.panel {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .page-header .switcher {
        display: inline-block;
    }

    .page-main>.page-title-wrapper .page-title {
        display: inline-block;
    }

    .page-main>.page-title-wrapper .page-title+.action {
        float: right;
        margin-top: 20px;
    }

    .logo {
        margin: 0 auto 25px 0;
    }

    .logo img {
        max-height: inherit;
        width: 310px;
        margin-right: 30px;
    }

    .footer.content .block {
        float: right;
    }

    .footer.content .links {
        display: inline-block;
        margin-bottom: 20px;
        padding: 0 50px 0 0;
        vertical-align: top;
    }

    .footer.content .switcher.store {
        display: inline-block;
        padding-right: 50px;
        vertical-align: top;
    }

    .my-credit-cards .card-type img {
        display: block;
    }

    .products-grid.wishlist .product-item-tooltip {
        display: inline-block;
    }

    .products-grid.wishlist .product-item-actions {
        margin: 10px 0 0;
    }

    .products-grid.wishlist .product-item .fieldset .field.qty {
        margin-bottom: 10px;
        padding-right: 10px;
    }

    .products-grid.wishlist .product-item .fieldset .field.qty .label {
        width: auto;
    }

    .products-grid.wishlist .product-item .box-tocart .actions-primary {
        margin: 0;
    }

    .products-grid.wishlist .product-item .box-tocart .stock {
        margin: 20px 0 0;
    }

    .wishlist-index-index .product-item-info {
        width: 240px;
    }

    .block.widget .products-grid .product-item {
        width: 33.33333333%;
    }

    .sidebar .block.widget .products-grid .product-item {
        margin-left: 0;
        width: 100%;
    }

    .sidebar .block.widget .products-grid .product-item .actions-secondary {
        display: block;
        padding: 10px 0;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 6%) / 4);
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 2%;
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0;
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 50%;
    }

    .sidebar .block.widget .pager .pages-item-next {
        padding: 0;
    }

    .sidebar .block.widget .pager .pages-item-next .action {
        margin: 0;
    }
}

@media all and (min-width: 1024px),
print {

    .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;
    }

    .products-grid .product-item {
        width: 20%;
    }

    .page-layout-1column .products-grid .product-item {
        width: 16.66666667%;
    }

    .page-layout-3columns .products-grid .product-item {
        width: 25%;
    }

    .page-products .products-grid .product-items {
        margin: 0;
    }

    .page-products .products-grid .product-item {
        margin-left: 2%;
        padding: 0;
        width: calc((100% - 6%) / 4);
    }

    .page-products .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 2%;
    }

    .page-products .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0;
    }

    .page-products.page-layout-1column .products-grid .product-item {
        margin-left: 0;
        width: 20%;
    }

    .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 1%;
        width: 32.667%;
    }

    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
        margin-left: 1%;
    }

    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0;
    }

    .checkout-index-index .modal-popup .modal-inner-wrap {
        margin-left: -400px;
        width: 800px;
        left: 50%;
    }

    .opc-wrapper .shipping-address-item {
        border-style: solid;
        border-width: thin;
        margin-top: 15px;
        padding: 10px;
    }

    .opc-wrapper .shipping-address-item:before {
        background: #cccccc;
        height: calc(100% - 20px);
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        width: 1px;
    }

    .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
        display: none;
    }

    .opc-wrapper .shipping-address-item.selected-item:before {
        display: none;
    }

    .opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before {
        display: none;
    }

    .table-checkout-shipping-method {
        min-width: 500px;
    }

    .wishlist-index-index .products-grid .product-items {
        margin: 0;
    }

    .wishlist-index-index .products-grid .product-item {
        margin-left: calc((100% - 4 * 24.439%) / 3);
        padding: 0;
        width: 24.439%;
    }

    .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0;
    }

    .block.widget .products-grid .product-item {
        width: 20%;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 8%) / 5);
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 2%;
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
        margin-left: 0;
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 25%;
    }

    .block.widget .products-grid .product-items {
        margin: 0;
    }

    .block.widget .products-grid .product-item {
        margin-left: calc((100% - 4 * 24.439%) / 3);
        padding: 0;
        width: 24.439%;
    }

    .block.widget .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0;
    }
}

@media all and (min-width: 1440px),
print {
    .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;
    }
}

/* Campneus Started */
/** Home */
/* .cms-home .page-wrapper .nav-sections {
    margin-bottom: 0 !important;
} */

table thead th {
    text-transform: uppercase;
    font-weight: 400;
    color: #3c3c3c;
    border-bottom: 1px solid #d6d6d6;
    font-size: 12px;
}

table tbody tr {
    border-bottom: 1px solid #d6d6d6;
}

table tbody tr td {
    padding: 15px 8px;
    vertical-align: middle;
}

tr.catalog-product-item form.addToCart .action.primary {
    background: #0a0301;
    border: 2px solid #0a0301;
    box-sizing: border-box;
    color: #fed100;
    cursor: pointer;
    display: flex;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 7px 15px;
    vertical-align: middle;
}

tr.catalog-product-item form.addToCart .action.primary svg {
    fill: #fed100;
    height: inherit;
    margin: 0 10px 0 0;
    width: 2em;
}

tr.catalog-product-item form.addToCart .action.primary:hover {
    background: #fed100;
    border: 2px solid #fed100;
    color: #0a0301;
    text-decoration: none;
    /* -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; */
}

tr.catalog-product-item form.addToCart .action.primary:hover svg {
    fill: #0a0301;
}

/* tr.catalog-product-item td {padding: 0;} */
tr.catalog-product-item td .product-sku {
    width: 80px;
}

tr.catalog-product-item td .product-name {
    width: 350px;
}

tr.catalog-product-item td input.quantity {
    width: 50px;
}

/* tr.catalog-product-item . */
/* tr.catalog-product-item . */


.stock-td {
    text-align: center;
    vertical-align: middle;
}

.stock-td,
.qty-column,
.deadline-column {
    background-color: #f3f3f3;
}

.stock-td,
.qty-column,
.deadline-column,
.class-concealable,
.quantity {
    text-align: center;
}

.outer-circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    /*margin: auto;
    margin-right: 0px;*/
}

.inner-circle {
    background: #e4e4e4;
    border-radius: 50%;
    height: 2px;
    width: 3px;
    margin: 0px 0px 0px 2px;
}

.outer-circle .tooltiptext {
    visibility: hidden;
    width: auto;
    padding: 10px !important;
    background-color: #000;
    color: #fed100;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    transition: opacity 0.3s;
    z-index: 999;
    min-width: 60px;
}

.product-info {
    height: 10px;
    display: flex;
    justify-content: space-between;
}

.product-info > p {
    z-index: 10;
    font-size: xx-small;
    color: gray;
    cursor: default;
}

.flag-red {
    background: #ba162f;
}

.flag-yellow {
    background: #ead021;
}

.flag-green {
    background: #3aa621;
}

.outer-circle:hover > .tooltiptext {
    visibility: visible;
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.customer-account-login .page-wrapper,
.customer-account-createpassword .page-wrapper {
    background-color: #0a0301 !important;
    background-image: url('../images/home-background.png') !important;
    background-repeat: no-repeat !important;
    background-position-x: center;
    background-position-y: inherit;
    /* background-size: contain; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    position: relative;
    transition: margin .3s ease-out 0s;
}

.block-customer-reset-password,
.login-container {
    background: #fff;
    margin: 1.5em auto 0;
    min-height: 100%;
    max-width: 30em;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: margin .3s ease-out 0s;
}

.block.block-customer-login {
    border-radius: 3px;
    /* width: 22em; */
    width: 100% !important;
}

.block-customer-reset-password .block-content,
.login-container .block-customer-login {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 0;
    width: 3em;
}

.block-customer-reset-password .block-title,
.login-container .block-customer-login .block-title {
    border: none;
    margin: 2em auto 0;
    padding-bottom: 8px;
    text-align: center;
    /* width: 15em; */
}

.block-customer-reset-password .block-title strong,
.login-container .block-customer-login .block-title strong {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 32px;
}

.block-customer-reset-password .block-content,
.login-container .block-customer-login .block-content {
    border: none;
    margin: 0 auto;
    padding-bottom: 8px;
    text-align: center;
    width: 22em;
}

.block-customer-reset-password .block-content form.form.password.reset {
    min-width: 22em !important;
}

.block-customer-reset-password .block-content form.form.password.reset .field.choice {
    display: flex;
    float: left;
    padding: 1em 0 0 0 !important;
}

.block-customer-reset-password .block-content form.form.password.reset .field.choice::before {
    width: 1px !important;
}

.block-customer-reset-password .block-content form.form.password.reset .field.choice label {
    width: 10em !important;
}

.block-customer-reset-password .block-content .field,
.login-container .block-customer-login .block-content .field {
    margin: 0;
}

.login-container .block-customer-login .block-content .field.note {
    color: #686868 !important;
    margin: 0 !important;
    text-align: center !important;
    /* width:15em !important; */
}

.block-customer-reset-password .block-content .field label,
.login-container .block-customer-login .block-content .field label {
    color: #363636 !important;
    display: block !important;
    float: none;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    margin-bottom: 0 0 0.5em 0 !important;
    padding: 0.6em 0 0 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

.block-customer-reset-password .block-content .field label {
    width: 100% !important;
}

.block-customer-reset-password .block-content .field .control,
.login-container .block-customer-login .block-content .field .control {
    font-size: 1.2rem;
    width: 100%;
}

.block-customer-reset-password .block-content .field .control input,
.login-container .block-customer-login .block-content .field .control input {
    border: 1px solid #4e4e4e;
    font-size: 1.2rem;
    height: 2.5em;
    width: 100%;
    appearance: menulist-button;
    background-image: none !important;
    background-color: #e8f0fe;
    border-radius: 4px;
    box-sizing: border-box;
}

.block-customer-reset-password .block-content .field .control input:hover,
.login-container .block-customer-login .block-content .field .control input:hover {
    border: 1px solid #fed100;
}

.block-customer-reset-password .block-content .field .control input:hover,
.login-container .block-customer-login .block-content .field .control input:hover,
.login-container .block-customer-login .block-content .field .control input:focus {
    border: 1px solid #fed100;
    color: #0a0301;
}

.login-container .block-customer-login .block-content .field .control input:active {
    border: 1px solid #fed100;
}

input[type='checkbox']:after {
    width: 1em;
    height: 1em;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
    box-shadow: 0 0 3px 1px #333333;
}

input[type='checkbox']:checked:after {
    width: 1em;
    height: 1em;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fed100;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
    box-shadow: 0 0 3px 1px #333333;
}



.login-container .block-customer-login .block-content .field .control div.mage-error {
    content: attr(data-hasrequired);
    display: block !important;
    float: none;
    color: #d52b1e;
    font-size: 1rem;
    margin: 0.1em 0 0em 0;
    padding: 0.1em 0 0 0;
    text-align: left;
    order: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
}

.login-container .block-customer-login .block-content .warning {
    content: attr(data-hasrequired);
    display: block !important;
    float: none;
    color: #d52b1e;
    font-size: 1rem;
    margin: .5em 0 1em 0;
    text-align: left;
    order: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
}

.block-customer-reset-password .block-content .actions-toolbar,
.login-container .block-customer-login .block-content .actions-toolbar {
    margin: 0 auto !important;
    width: 100%;
}

.block-customer-reset-password .block-content .actions-toolbar .primary,
.login-container .block-customer-login .block-content .actions-toolbar .primary {
    margin: .5em 0 0em 0;
    width: 100% !important;
}

/* .login-container .block .login .actions-toolbar > .primary {
    margin:0 auto !important;
    width: 74.2%;
} */
.block-customer-reset-password .block-content .actions-toolbar .primary button,
.login-container .block-customer-login .block-content .actions-toolbar .primary button {
    background: #0a0301;
    border: 2px solid #0a0301;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fed100;
    margin: 0 auto !important;
    /* width: 50% !important; */
}

.block-customer-reset-password .block-content .actions-toolbar .primary button:hover,
.login-container .block-customer-login .block-content .actions-toolbar .primary button:hover {
    background-color: #fed100;
    border: 2px solid #fed100;
    color: #0a0301;
}

.block-customer-reset-password .block-content .actions-toolbar .primary button:active,
.login-container .block-customer-login .block-content .actions-toolbar .primary button:active {
    border-bottom: var(--border);
    transform: translateY(5px);
}

.login-container .block-customer-login .block-content .actions-toolbar .secondary a {
    color: #0a0301;
    font-size: 1.2rem;
}

img.tire-image {
    position: absolute;
    top: 89.5%;
    width: 10em;
    right: 116%;
    display: none;
}

.customer-account-forgotpassword .page-wrapper {
    background-color: #0a0301 !important;
    background-image: url('../images/home-background.png') !important;
    background-repeat: no-repeat !important;
    background-position-x: center;
    background-position-y: inherit;
    /* background-size: contain; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    position: relative;
    transition: margin .3s ease-out 0s;
}

.customer-account-forgotpassword .page-wrapper .main {
    background: #fff;
    border-radius: 4px;
    margin: 1.5em auto 0;
    min-height: 100%;
    max-width: 30em;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: margin .3s ease-out 0s;
}

.customer-account-forgotpassword .form.password.forget {
    border: none;
    margin: 0 auto;
    padding: 0 0 1em 1em;
    text-align: center;
    max-width: 30em;
}

.customer-account-forgotpassword .form.password.forget fieldset.fieldset {
    width: 27em;
}

.customer-account-forgotpassword .form.password.forget .field {
    margin: 0;
    max-width: 30em;
}

.customer-account-forgotpassword .form.password.forget .field.note {
    color: #686868 !important;
    margin: 1.5em auto !important;
    text-align: center !important;
    width: 28em !important;
    font-weight: 900;
}

div#captcha-container-user_forgotpassword img {
    position: relative;
    width: 15em;
    float: left;
}

div#captcha-container-user_forgotpassword.refreshing img {
    position: relative;
    height: 5em;
    float: left;
}

.customer-account-forgotpassword .form.password.forget .field.email,
.customer-account-forgotpassword .form.password.forget .field.captcha {
    color: #686868 !important;
    margin: 1.5em auto !important;
    text-align: center !important;
    width: 28em !important;
    font-weight: 900;
}

.customer-account-forgotpassword .form.password.forget .field label,
.customer-account-forgotpassword .form.password.forget .field input {
    margin-left: 1.5em;
}

.customer-account-forgotpassword .form.password.forget .field label {
    color: #363636 !important;
    display: block !important;
    float: none;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    margin-bottom: 0 0 0.5em 0 !important;
    /* padding: 0.6em 0 0 0 !important; */
    text-align: left !important;
    box-sizing: border-box !important;
    width: 25em;
}

.login-container .block-customer-login .block-content .field .control {
    font-size: 1.2rem;
    width: 100%;
}

.customer-account-forgotpassword .form.password.forget .field .input {
    border: 1px solid #4e4e4e;
    font-size: 1.2rem;
    height: 2.5em;
    padding: 0 0.4em 0 3.8em;
    width: 100%;
    appearance: menulist-button;
    background-image: none !important;
    background-color: #e8f0fe;
    border-radius: 4px;
    box-sizing: border-box;
}

.customer-account-forgotpassword .form.password.forget .field .input:hover {
    border: 1px solid #fed100;
}

.customer-account-forgotpassword .form.password.forget .field .input:hover,
.customer-account-forgotpassword .form.password.forget .field .input:focus {
    border: 1px solid #fed100;
    color: #0a0301;
}

.customer-account-forgotpassword .form.password.forget .field .input:active {
    border: 1px solid #fed100;
}

.customer-account-forgotpassword .form.password.forget .field .input .control div.mage-error {
    content: attr(data-hasrequired);
    display: block !important;
    float: none;
    color: #d52b1e;
    font-size: 1rem;
    margin: 0.1em 0 0em 0;
    padding: 0.1em 0 0 0;
    text-align: left;
    order: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
}

.customer-account-forgotpassword .form.password.forget .action.primary {
    background: #0a0301;
    border: 2px solid #0a0301;
    box-sizing: border-box;
    color: #fed100;
    cursor: pointer;
    display: flex;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 7px 15px;
    vertical-align: middle;
}

.customer-account-forgotpassword .form.password.forget .action.primary:hover {
    background: #fed100;
    border: 2px solid #fed100;
    color: #0a0301;
    text-decoration: none;
}



/* Page Footer */
.page-footer {
    margin-top: auto;
    background-color: #0a0301 !important;
}

.page-footer .footer.content {
    border-top: 1px solid #fed100;
    height: 12em;
    margin-top: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.page-footer .footer.content .footer-store-content .footer-store {
    display: flex;
    float: left;
    width: 25%;
}

.page-footer .footer.content .footer-store-content .footer-store h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fed100;
    margin: 18px 0;
}

.page-footer .footer.content .footer-store-content .footer-store ul {
    padding-right: 50px;
}

.page-footer .footer.content .footer-store-content .footer-store ul li,
.page-footer .footer.content .footer-store-content .footer-store ul li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.page-footer .footer.content .footer-store-content .footer-store ul li a:hover {
    color: #fed100;
}


.page-footer .footer.content .footer-store-content .footer-store ul.footer-social li {
    display: inline-block;
}

.page-footer .footer.content .footer-store-content .footer-store ul.footer-social li a svg {
    fill: #fff;
}

.page-footer .footer.content .footer-store-content .footer-store ul.footer-social li a svg:hover {
    fill: #fed100;
}

#gift-options-cart {
    display: none;
}

.page-header .panel.wrapper {
    border-bottom: 1px solid #fed100;
    position: relative;
    display: block;
    height: 5em;
}

/* Panel Header */

.page-header .header.panel {
    display: flex !important;
    position: relative;
}

.page-header .header.panel a {
    color: #000000 !important;
    text-decoration: none !important;
}

.page-header .header.panel a.viewcart {
    color: #333333 !important;
    text-decoration: none !important;
}

.page-header .header.panel a:hover,
.page-header .header.panel a.viewcart:hover {
    color: #fed100 !important;
}

.page-header .header.panel ul.header.links .authorization-link {
    /* display: none */
}

#customer-header-links {
    display: block;
    margin-right: 5em;
    position: absolute;
    right: 0;
    width: 10em;
}

#customer-header-links > li {
    display:block;
}

#customer-header-links li button {
    background-color: #fed100;
    border-radius: 3px;
    border-color: #fed100;
    color: #0a0301;
    text-transform: uppercase;
}

#customer-header-links li button:hover {
    background-color: #0a0301;
    border-radius: 3px;
    color: #fed100;
    text-transform: uppercase;
}

#customer-header-links .customer-menu {
    background-color: #ffffff;
    border:1px solid #000000;
    display: none;
}

#customer-header-links .customer-menu ul {
    margin: 1em auto 0 auto;
    padding: 0 0 0 1em;
}
#customer-header-links .customer-menu li {
    display: block;
}
#customer-header-links .customer-menu li a{
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 900;
    text-transform: uppercase;
}
#customer-header-links .customer-menu li a:hover {
    color: #fed100 !important;
}

#mini-cart>a {
    color: #000 !important;
    text-decoration: none !important;
}

.page-header .header.panel .logos {
    float: left;
    display: block;
    order: 0;
    position: absolute;
}

.page-header .header.panel .logos .logo-pirelli {
    width: 12em;
}

.page-header .header.panel .block.block-search {
    order: 1;
}

.minicart-wrapper {
    order: 15;
    position: absolute;
    right: 0;
}

/* .minicart-wrapper .action.showcart:before {
    color: #fed100;
} */
.minicart-wrapper .action.showcart:hover:before {
    color: #fed100 !important;
}

.minicart-wrapper .action.showcart .counter.qty {
    background-color: #fed100 !important;
    color: #333333;
    box-sizing: unset;
}

/* Cart */
.checkout-cart-index .cart.table-wrapper .item .col.item {
    min-height: auto !important;
    vertical-align: middle;
}

.checkout-cart-index .cart.table-wrapper .cart.item .actions-toolbar {
    margin-left: 0 !important;
}

.checkout-cart-index .cart.table-wrapper .cart.item .actions-toolbar>.action.action-edit {
    display: none;
}

.checkout-cart-index .cart.table-wrapper .cart.item .actions-toolbar>.action.action-delete,
.checkout-cart-index button {
    font-size: 1.5rem;
    line-height: 1em;
    padding: 0.5em 0.9em;
    background-color: #fed100;
    border-color: #fed100;
    color: #333333;
}

.checkout-cart-index form#form-validate {
    margin-bottom: 2em;
}

#shopping-cart-table .product-item-photo {
    display: none;
}

form#negotiable-quote-form {
    display: none
}

.cart-summary {
    height: 100%;
    display: block;
}

.cart-summary #block-shipping {
    display: none;
}

.cart-discount {
    display: block;
    /* float: left; */
    margin-top: 1.5em;
    width: 20em;
}

.cart-discount .title strong#block-discount-heading {
    font-size: 1.6rem;
    cursor: pointer;
}

.cart-discount .control {
    float: none;
}

.cart-discount #discount-coupon-form .field {
    margin-bottom: 1em;
}

.cart-discount #discount-coupon-form .actions-toolbar {}

.cart-discount #discount-coupon-form label {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.cart-discount #discount-coupon-form button {
    font-size: 1.5rem;
    line-height: 1em;
    padding: 0.5em 0.9em;
    background-color: #fed100;
    border-color: #fed100;
    color: #333333;
}

/* .cart-discount div#block-shipping {}
strong#block-shipping-heading {
    font-size: 1.3rem;
} */

/* Checkout */
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #fed100;
    border-width: medium;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background-color: #fed100;
    color: #333333;
}

#shipping-method-buttons-container {
    display: none;
}

button.action.primary.checkout {
    background-color: #fed100;
    border-color: #fed100;
    color: #333333;
}

/* .checkout-index-index li { display:flex; } */
/* .checkout-index-index #shpping { width:12em; } */
.checkout-index-index #shpping #checkout-step-shipping {
    /* display: inline-block; */
    /* width:12em; */
}

.checkout-index-index div#checkout-step-shipping {
    display: inline-block;
}

.checkout-index-index div#checkout-step-shipping .shipping-address-items {
}

.shipping-address-item.selected-item {
}

/* .checkout-index-index #shpping .checkout-billing-address { */
.checkout-billing-address {
    display: inline-block;
    float: right;
    /* width: 67em; */
}

/* .checkout-index-index #shipping .step-title { display:none; } */
.checkout-index-index .step-title {
}

.checkout-index-index li#opc-shipping_method {

}

.checkout-index-index li#opc-shipping_method div#checkout-step-shipping_method {
}


.checkout-index-index li#opc-shipping_method .table-checkout-shipping-method {
    min-width: 30em;
}

.checkout-index-index li#opc-block-summary tr.totals.fee.excl .mark .value {
    color: #333333;
}

.checkout-index-index .payment-method-installment-options button {
    display: none;
}
.checkout-index-index .place-order.order-review-form.last .primary {float: right;}

.checkout-index-index li#payment {
    /* float: right; */
    margin: 0 !important;
    padding: 0 !important;
}

#fee-options {
    width: 25em;
}

#select-valid-fee-option-warning {
    margin: 10px 0px 15px 0px;
}

.checkout-index-index li#payment br,
.checkout-index-index li#payment hr {
    display: none;
}

.checkout-index-index li#payment button {
    font-size: 1.5rem;
    line-height: 1em;
    margin-top: 1em;
    padding: 0.5em 0.9em;
    background-color: #fed100;
    border-color: #fed100;
    color: #333333;
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #333333;
    display: inline-block;
    text-decoration: none;
}

.checkout-index-index input[type='checkbox']:after {
    width: 1em;
    height: 1em;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
    box-shadow: 0 0 3px 1px #333333;
}

.checkout-index-index input[type='checkbox']:checked:after {
    width: 1em;
    height: 1em;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fed100;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
    box-shadow: 0 0 3px 1px #333333;
}

.checkout-index-index input[type='radio']:after {
    width: 1em;
    height: 1em;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
    box-shadow: 0 0 3px 1px #333333;
}

.checkout-index-index input[type='radio']:checked:after {
    width: 1em;
    height: 1em;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fed100;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
    box-shadow: 0 0 3px 1px #333333;
}
.checkout-index-index .checkout-billing-address,
.checkout-index-index .action.action-show-popup {display:none}

.checkout-index-index #block-discount-heading span {
    font-weight: 800;
}

/* Catalog */
.pages li.item a.page {
    color: #333333;
}

.pages li.item a.page:hover {
    color: #fed100;
}

.pages li.item a.page:visited {
    color: #fed100;
}

.pages li.item.current strong.page span {
    color: #fed100;
    border-bottom: 1px solid #333333;

}

.filter-options .filter-options-content .item a {
    color: #333333;
    text-decoration: none;
}

.filter-options-title {
    text-decoration: underline;
    cursor: pointer;
}


button#search-for-fitments {
    background-color: #fed100;
    border-radius: 3px;
    border-color: #fed100;
    color: #0a0301;
	text-transform: uppercase;
}

button#search-for-fitments:hover {
    background-color: #0a0301;
    border-radius: 3px;
    color: #fed100;
	text-transform: uppercase;
}

.search-postcode {
    float: right !important;
}
.search-postcode a {
    font-size: 1rem !important;
    color: #333 !important;
}

.action-primary.action-accept,
.postcodeSearch--wrapper .postcodeSearch--form button {
    background: #0a0301;
    border: 2px solid #0a0301;
    box-sizing: border-box;
    color: #fed100;
    cursor: pointer;
    float: right;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 7px 15px;
    vertical-align: middle;
}
.action-primary.action-accept,
.postcodeSearch--wrapper .postcodeSearch--form button:hover {
    background: #fed100;
    border: 2px solid #fed100;
    color: #0a0301;
    text-decoration: none;
}
.checkout-onepage-success .checkout-success a {
    color: #0a0301;
    text-decoration: none;
}
.checkout-onepage-success .checkout-success a:hover {
    color: #fed100;
}
.checkout-onepage-success .checkout-success .action.primary.continue {
    background: #0a0301;
    border: 2px solid #0a0301;
    box-sizing: border-box;
    color: #fed100;
    cursor: pointer;
    display: flex;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 7px 15px;
    vertical-align: middle;
}
.checkout-onepage-success .checkout-success .action.primary.continue:hover {
    background: #fed100;
    border: 2px solid #fed100;
    color: #0a0301;
    text-decoration: none;
}

.row-fluid {
    display: flex !important;
}

.campneus-catalog-index .sidebar {
}

.page-content {
    width: 100%;
}

.campneus-catalog-index .sidebar .block-content .filter-options-item{
    border: 1px solid black;
    border-radius: 0.5em;
    margin-bottom: 1em;
    width:15em;
}
.campneus-catalog-index .sidebar .block-content .filter-options-item .filter-options-title{
    background-color: #f3f3f3;
    border-radius: 0.5em 0.5em 0 0;
    cursor: pointer;
    padding: 1em 0;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.campneus-catalog-index .sidebar .block-content .filter-options-item .filter-options-content {
    display: block !important;
    text-align: center;
}
.campneus-catalog-index .toolbar {
}
.campneus-catalog-index .toolbar .pages {
    /* width: 0 !important; */
}
.campneus-catalog-index .toolbar .pager {
    display: flex;
    justify-content: space-between;
}
.campneus-catalog-index .toolbar .limiter {
    /* float: right; */
    /* display: flex; */
    width: 20em;
}
.toolbar-amount {
    /* display: none */
    width: 30em;
}
.toolbar.bottom {
    padding-top: 2em;
}
.campneus-catalog-index .catalog.list {
}

/* CONTENT PAGES */
.cms-sobre-a-campneus,
.cms-sobre-pirelli,
.cms-sobre-credenciado
{
    color:#333333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}
.cms-sobre-a-campneus .cms-menu,
.cms-sobre-pirelli .cms-menu,
.cms-sobre-credenciado .cms-menu
{
    margin-right: 3em;
    padding-left: 2em;
    width: 25em !important
}
.cms-sobre-a-campneus .cms-menu .menu_title,
.cms-sobre-pirelli .cms-menu .menu_title,
.cms-sobre-credenciado .cms-menu .menu_title
{
    font-size: 2.5rem;
    font-weight: 900;
    padding: 1em 0 1em 1em;
}

.cms-sobre-a-campneus .cms-menu .box_left_menu,
.cms-sobre-pirelli .cms-menu .box_left_menu,
.cms-sobre-credenciado .cms-menu .box_left_menu
{
    border-left: 0.7em solid #0a0301;
    font-size: 2.5rem;
    font-weight: 900;
}
.cms-sobre-a-campneus .cms-menu .box_left_menu ul.menu_content,
.cms-sobre-pirelli .cms-menu .box_left_menu ul.menu_content,
.cms-sobre-credenciado .cms-menu .box_left_menu ul.menu_content
{
    background-color: #f3f3f3;
    display:block;
    font-weight: 900;
    margin: 0;
    padding: 0;
}
.cms-sobre-a-campneus .cms-menu .box_left_menu ul.menu_content li,
.cms-sobre-pirelli .cms-menu .box_left_menu ul.menu_content li,
.cms-sobre-credenciado .cms-menu .box_left_menu ul.menu_content li
{
    display:block;
    font-size: 1.5rem;
    padding: 0.5em 0 0.5em 0;
    position: relative;
}
.cms-sobre-a-campneus .cms-menu .box_left_menu ul.menu_content li:hover,
.cms-sobre-pirelli .cms-menu .box_left_menu ul.menu_content li:hover,
.cms-sobre-credenciado .cms-menu .box_left_menu ul.menu_content li:hover
{
    background-color: #e8e8e8;

}
.cms-sobre-a-campneus .cms-menu .box_left_menu ul.menu_content li:hover:before,
.cms-sobre-pirelli .cms-menu .box_left_menu ul.menu_content li:hover:before,
.cms-sobre-credenciado .cms-menu .box_left_menu ul.menu_content li:hover:before
{
    left: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(10,3,1,0);
    border-left-color: #0a0301;
    border-width: 7px;
    margin-top: -8px;
}
.cms-sobre-a-campneus .cms-menu .box_left_menu ul.menu_content li a,
.cms-sobre-pirelli .cms-menu .box_left_menu ul.menu_content li a,
.cms-sobre-credenciado .cms-menu .box_left_menu ul.menu_content li a
{
    color:#333333;
    padding: 0 0 0 3em;
    text-decoration: none;
    text-transform: uppercase;
}
.cms-sobre-a-campneus .cms-menu .box_left_menu ul.menu_content li a:hover,
.cms-sobre-pirelli .cms-menu .box_left_menu ul.menu_content li a:hover,
.cms-sobre-credenciado .cms-menu .box_left_menu ul.menu_content li a:hover
{
    /* color:#fed100; */
}

.card {
    margin: 5px;
    width: 24%!important;
}

.card:hover {
    border-color: #fed100;
}

.addproduct {
    width: 100%
}

form.addToCart .action.primary {
    background: #0a0301;
    border: 2px solid #0a0301;
    box-sizing: border-box;
    color: #fed100;
}

form.addToCart .action.primary:hover {
    background: #fed100;
    border: 2px solid #fed100;
    color: #0a0301;
    text-decoration: none;
}

.card:hover .addproduct {
    visibility: visible;
}

.product-name {
    height: 42px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

a, a:visited, a:hover, a:active {
    color: inherit;
}

a:link {
    text-decoration: none;
}

.quantity {
    height: 100%!important;
}

.item-price {
    margin-top: 20px;
    margin-bottom: 20px;
}

.qty-area {
    display: flex;
    height: 100%;
    flex-wrap: unset;
}

.qty-area > .quantity {
    height: auto!important;
    outline: none!important;
    box-shadow: none!important;
}

.qty-area .btn {
    height: 100%;
}

.btn:focus {
    outline: none!important;
    box-shadow: none!important;
}

.input-group-prepend > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav {
    display: block;
    flex-wrap: unset;
}

.opc-block-summary > .table {
    --bs-table-bg: unset;
}

button.primary {
    background-color: #fed100;
}

.box-tocart > .fieldset {
}

.fieldset > .qty {
}

a.product-name {
    display: block;
}

.action.primary:hover {
    border: none;
}

#maincontent > div.columns > div {
    padding-top: 2em;
}

.payment-method-title {
    padding: 15px;
}

.campneus-payment-area {
    padding-left: 3em;
}

div.payment-option-content > div {
    position: relative;
    z-index: unset;
}

div.payment-method-content > div.messages {
    position: relative;
}

.table-checkout-shipping-method .col {
    padding-left: 25px!important;
    flex: 0 0 5%!important;
}

