/* default import from gulp -- unused sections removed */

@font-face {
    font-family: 'whitelabel-icons';
    src: url(../fonts/whitelabel-icons/whitelabel-icons.eot);
    src: url(../fonts/whitelabel-icons/whitelabel-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/whitelabel-icons/whitelabel-icons.woff2) format("woff2"), url(../fonts/whitelabel-icons/whitelabel-icons.woff) format("woff"), url(../fonts/whitelabel-icons/whitelabel-icons.ttf) format("truetype"), url(../fonts/whitelabel-icons/whitelabel-icons.svg#whitelabel-icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

#lib-layout-columns {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

#lib-layout-columns:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.read-more-checkbox {
    display: none
}

.read-more-checkbox:checked~.read-more-element {
    height: 100%
}

.read-more-checkbox:checked~.read-more-element .read-more-link {
    -webkit-animation: fadeinout linear 1 forwards;
    animation: fadeinout linear 1 forwards;
    bottom: 2.4rem;
    top: auto
}

@-webkit-keyframes fadeinout {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeinout {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.read-more-checkbox:checked~.read-more-element .read-more-link:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.actions-toolbar>.primary,
.actions-toolbar>.secondary {
    margin: 0;
    max-width: 100%;
    text-align: center
}

.actions-toolbar>.primary .action,
.actions-toolbar>.secondary .action {
    margin-bottom: 10px
}

.actions-toolbar>.primary .action:last-child,
.actions-toolbar>.secondary .action:last-child {
    margin-bottom: 0
}

.actions-toolbar>.primary .action span,
.actions-toolbar>.secondary .action span {
    white-space: nowrap
}

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

.actions-toolbar>.secondary:last-child {
    float: left;
    margin-left: 2.4rem
}

@media only screen and (min-width:768px) {
    .actions-toolbar:after,
    .actions-toolbar:before {
        content: "";
        display: table
    }
    .actions-toolbar:after {
        clear: both
    }
    .actions-toolbar .primary {
        float: left
    }
    .actions-toolbar .secondary {
        float: right
    }
    .actions-toolbar .primary,
    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary,
    .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
    }
    .column:not(.sidebar) form.form .actions-toolbar {
        margin: 0
    }
    .actions-toolbar .secondary a.action {
        margin-top: 1.2rem
    }
    .login-container .fieldset:after {
        margin-left: 0
    }
}

@media only screen and (min-width:1024px) {
    .column:not(.sidebar) form.form .actions-toolbar,
    .login-container .fieldset:after {
        margin-left: 0
    }
}

.cart.table-wrapper .actions-toolbar>.action,
a.action.primary,
a.action.secondary,
button {
    border-radius: 4px
}

.cart.table-wrapper .actions-toolbar>.action:active,
a.action.primary:active,
a.action.secondary:active,
button:active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .12)
}

a.action.primary,
a.action.secondary {
    display: inline-block;
    text-decoration: none
}

a.action.primary:active,
a.action.primary:focus,
a.action.primary:hover,
a.action.secondary:active,
a.action.secondary:focus,
a.action.secondary:hover {
    text-decoration: none
}

.action.secondary,
.button.secondary,
.cart .secondary.action-gift {
    background-image: none;
    background: #3d3c3d;
    border: .2rem solid #353435;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 1.5rem;
    line-height: 4.4rem;
    box-sizing: border-box;
    vertical-align: middle
}

.action.secondary:active,
.action.secondary:focus,
.action.secondary:hover,
.button.secondary:active,
.button.secondary:focus,
.button.secondary:hover,
.cart .secondary.action-gift:active,
.cart .secondary.action-gift:focus,
.cart .secondary.action-gift:hover {
    background: #454445;
    border: .2rem solid #353435;
    color: #fff
}

.action.secondary.disabled,
.action.secondary[disabled],
.button.secondary.disabled,
.button.secondary[disabled],
.cart .secondary.action-gift[disabled],
.cart .secondary.disabled.action-gift,
.cart fieldset[disabled] .secondary.action-gift,
fieldset[disabled] .action.secondary,
fieldset[disabled] .button.secondary,
fieldset[disabled] .cart .secondary.action-gift {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

#partfinder-form .action.primary,
#partfinder-form .button.primary {
    padding: 0;
}

.owl-item .action.primary {
    padding: 8px 26px;
}

.action.primary,
.button.primary,
.cart .primary.action-gift {
    background-image: none;
    background: var(--theme-support-color);
    border: .2rem solid var(--theme-support-color);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 12px 30px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    vertical-align: middle;
}

.action.primary:active,
.action.primary:focus,
.action.primary:hover,
.button.primary:active,
.button.primary:focus,
.button.primary:hover,
.cart .primary.action-gift:active,
.cart .primary.action-gift:focus,
.cart .primary.action-gift:hover {
    background: var(--theme-support-color-hover);
    border: .2rem solid var(--theme-support-color-hover);
    color: #fff;
}

.action.primary.disabled,
.action.primary[disabled],
.button.primary.disabled,
.button.primary[disabled],
.cart .primary.action-gift[disabled],
.cart .primary.disabled.action-gift,
.cart fieldset[disabled] .primary.action-gift,
fieldset[disabled] .action.primary,
fieldset[disabled] .button.primary,
fieldset[disabled] .cart .primary.action-gift {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

.cart .sidebar .primary.action-gift,
.cart .sidebar .secondary.action-gift,
.sidebar .action.primary,
.sidebar .action.secondary,
.sidebar .button.primary,
.sidebar .button.secondary,
.sidebar .cart .primary.action-gift,
.sidebar .cart .secondary.action-gift {
    padding: 0 10px
}

.abs-reset-list,
.block-banners-inline .banner-items,
.block-banners .banner-items,
.block-wishlist-management .wishlist-select-items,
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.checkout-agreements-items,
.image-list,
.opc-progress-bar,
.opc-wrapper .opc,
.order-details-items .items-qty,
.paypal-review .items-qty,
.prices-tier {
    margin: 0;
    padding: 0;
    list-style: none none
}

.abs-reset-list>li,
.block-banners-inline .banner-items>li,
.block-banners .banner-items>li,
.block-wishlist-management .wishlist-select-items>li,
.bundle-options-container .block-bundle-summary .bundle.items>li,
.cart-container .checkout-methods-items>li,
.checkout-agreements-items>li,
.image-list>li,
.opc-progress-bar>li,
.opc-wrapper .opc>li,
.order-details-items .items-qty>li,
.paypal-review .items-qty>li,
.prices-tier>li {
    margin: 0
}

.abs-action-addto-product,
.abs-action-link-button,
.bundle-options-container .block-bundle-summary .product-addto-links>.action {
    background-image: none;
    background: #000;
    border: .2rem solid #000;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 1.5rem;
    line-height: 4.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px
}

.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-link-button:hover,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover {
    background: #080808;
    border: .2rem solid #000;
    color: #fff
}

.abs-action-addto-product[disabled],
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
.bundle-options-container .block-bundle-summary .product-addto-links>.action[disabled],
.bundle-options-container .block-bundle-summary .product-addto-links>.disabled.action,
.bundle-options-container .block-bundle-summary fieldset[disabled] .product-addto-links>.action,
.disabled.abs-action-addto-product,
fieldset[disabled] .abs-action-addto-product,
fieldset[disabled] .abs-action-link-button,
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links>.action {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-link-button:hover,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover {
    text-decoration: none
}

.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.multicheckout .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0
}

.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.multicheckout .item-options dt:after {
    content: ": "
}

.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.multicheckout .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px
}

@media only screen and (min-width:768px) {
    .abs-product-options-list-desktop dt {
        clear: left;
        float: left;
        margin: 0 10px 5px 0
    }
    .abs-product-options-list-desktop dt:after {
        content: ": "
    }
    .abs-product-options-list-desktop dd {
        display: inline-block;
        float: left;
        margin: 0 0 5px
    }
}

.abs-button-responsive,
.actions-toolbar>.primary .action,
.actions-toolbar>.secondary .action {
    width: 100%
}

@media only screen and (min-width:768px) {
    .abs-button-desktop {
        width: auto
    }
}

@media only screen and (max-width:767px) {
    .abs-button-responsive-smaller,
    .product-info-main .box-tocart .actions .action.tocart,
    .product-options-bottom .box-tocart .actions .action.tocart {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .abs-blocks-2columns,
    .account .column.main .block:not(.widget) .block-content .box,
    .block-addresses-list .items.addresses>.item,
    .login-container .block {
        width: 48.8%
    }
    .abs-blocks-2columns:nth-child(odd),
    .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
    .block-addresses-list .items.addresses>.item:nth-child(odd),
    .login-container .block:nth-child(odd) {
        clear: left;
        float: left
    }
    .abs-blocks-2columns:nth-child(2n),
    .account .column.main .block:not(.widget) .block-content .box:nth-child(2n),
    .block-addresses-list .items.addresses>.item:nth-child(2n),
    .login-container .block:nth-child(2n) {
        float: right
    }
}

@media only screen and (min-width:640px) {
    .abs-blocks-2columns-s {
        width: 48.8%
    }
    .abs-blocks-2columns-s:nth-child(odd) {
        clear: left;
        float: left
    }
    .abs-blocks-2columns-s:nth-child(2n) {
        float: right
    }
}

.abs-reset-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
    height: auto;
    padding: 0!important
}

.abs-reset-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo {
    position: static
}

.abs-adaptive-images {
    display: block;
    height: auto;
    max-width: 100%
}

.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

.abs-login-block-title,
.login-container .block .block-title {
    font-size: 1.8rem;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding-bottom: 12px
}

.abs-login-block-title strong,
.login-container .block .block-title strong {
    font-weight: 500
}

.abs-account-blocks .block-title,
.abs-block-title,
.account .column.main .block:not(.widget) .block-title,
.block-compare .block-title,
.block-reorder .block-title,
.block-subcategorylistview .block-title,
.block-wishlist-search-results .block-title,
.block-wishlist .block-title,
.cms-nav .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title,
.widget .block-title,
[class^=sales-guest-] .column.main .block:not(.widget) .block-title {
    margin-bottom: 15px
}

.abs-account-blocks .block-title>strong,
.abs-block-title>strong,
.account .column.main .block:not(.widget) .block-title>strong,
.block-compare .block-title>strong,
.block-reorder .block-title>strong,
.block-subcategorylistview .block-title>strong,
.block-wishlist-search-results .block-title>strong,
.block-wishlist .block-title>strong,
.cms-nav .block-title>strong,
.multicheckout .block-title>strong,
.paypal-review .block .block-title>strong,
.sales-guest-view .column.main .block:not(.widget) .block-title>strong,
.widget .block-title>strong,
[class^=sales-guest-] .column.main .block:not(.widget) .block-title>strong {
    font-weight: 400;
    line-height: 24px;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 24px
}

.abs-account-blocks .block-title>.action,
.account .column.main .block:not(.widget) .block-title>.action,
.multicheckout .block-title>.action,
.paypal-review .block .block-title>.action,
.sales-guest-view .column.main .block:not(.widget) .block-title>.action,
[class^=sales-guest-] .column.main .block:not(.widget) .block-title>.action {
    margin-left: 15px
}

.abs-account-blocks .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title,
[class^=sales-guest-] .column.main .block:not(.widget) .box-title {
    display: inline-block;
    margin: 0 0 5px
}

.abs-account-blocks .box-title>span,
.account .column.main .block:not(.widget) .box-title>span,
.multicheckout .box-title>span,
.paypal-review .block .box-title>span,
.sales-guest-view .column.main .block:not(.widget) .box-title>span,
[class^=sales-guest-] .column.main .block:not(.widget) .box-title>span {
    font-weight: 400;
    line-height: 2.4rem;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 2.4rem
}

.abs-account-blocks .box-title>.action,
.account .column.main .block:not(.widget) .box-title>.action,
.multicheckout .box-title>.action,
.paypal-review .block .box-title>.action,
.sales-guest-view .column.main .block:not(.widget) .box-title>.action,
[class^=sales-guest-] .column.main .block:not(.widget) .box-title>.action {
    font-weight: 400;
    margin-left: 10px
}

.abs-account-blocks .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child,
[class^=sales-guest-] .column.main .block:not(.widget) .block-content p:last-child {
    margin-bottom: 0
}

.abs-account-blocks .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box,
[class^=sales-guest-] .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px
}

.abs-dropdown-simple,
.wishlist-dropdown {
    display: inline-block;
    position: relative
}

.abs-dropdown-simple:after,
.abs-dropdown-simple:before,
.wishlist-dropdown:after,
.wishlist-dropdown:before {
    content: "";
    display: table
}

.abs-dropdown-simple:after,
.wishlist-dropdown:after {
    clear: both
}

.abs-dropdown-simple .action.toggle,
.wishlist-dropdown .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.abs-dropdown-simple .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #0e0e0e;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-dropdown-simple .action.toggle:active:after,
.abs-dropdown-simple .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:hover:after {
    color: inherit
}

.abs-dropdown-simple .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
    display: inline-block;
    text-decoration: none
}

.abs-dropdown-simple .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #0e0e0e;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-dropdown-simple .action.toggle.active:active:after,
.abs-dropdown-simple .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:hover:after {
    color: inherit
}

.abs-dropdown-simple ul.dropdown,
.wishlist-dropdown ul.dropdown {
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #b0b7c1;
    border-radius: 4px;
    margin: 4px 0 0;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: none
}

.abs-dropdown-simple ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
    margin: 0;
    padding: 5px 5px 5px 23px
}

.abs-dropdown-simple ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.abs-dropdown-simple ul.dropdown:after,
.abs-dropdown-simple ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before {
    border-bottom-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.abs-dropdown-simple ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
    border: 6px solid transparent;
    border-bottom-color: #fff;
    z-index: 99
}

.abs-dropdown-simple ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
    border: 7px solid transparent;
    border-bottom-color: #b0b7c1;
    z-index: 98
}

.abs-dropdown-simple ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
    left: 10px;
    top: -12px
}

.abs-dropdown-simple ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
    left: 9px;
    top: -14px
}

.abs-dropdown-simple.active,
.active.wishlist-dropdown {
    overflow: visible
}

.abs-dropdown-simple.active ul.dropdown,
.active.wishlist-dropdown ul.dropdown {
    display: block
}

.abs-input-qty,
.account .table-return-items .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.block-wishlist-info-items .input-text.qty,
.bundle-options-container .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.products-grid.wishlist .product-item .box-tocart input.qty,
.table.grouped .control .qty {
    text-align: center;
    width: 47px
}

.abs-margin-for-blocks-and-widgets,
.block,
.block-banners,
.block-banners-inline,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
    margin-bottom: 4.8rem
}

.abs-remove-button-for-blocks,
.block-compare .action.delete,
.filter-current .action.remove,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete {
    display: inline-block;
    text-decoration: none
}

.abs-remove-button-for-blocks>span,
.block-compare .action.delete>span,
.filter-current .action.remove>span,
.sidebar .action.delete>span,
.table-comparison .cell.remove .action.delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-remove-button-for-blocks:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-remove-button-for-blocks:active:before,
.abs-remove-button-for-blocks:hover:before,
.block-compare .action.delete:active:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:active:before,
.filter-current .action.remove:hover:before,
.sidebar .action.delete:active:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:active:before,
.table-comparison .cell.remove .action.delete:hover:before {
    color: #303030
}

.abs-product-link,
.product.name {
    font-weight: 400
}

.abs-product-link>a,
.abs-product-link>a:active,
.abs-product-link>a:hover,
.product.name>a,
.product.name>a:active,
.product.name>a:hover {
    color: #333;
    text-decoration: none
}

.abs-reset-left-margin,
.fieldset .review-legend.legend,
.form-new-agreement .actions-toolbar,
.form.wishlist.items .actions-toolbar {
    margin-left: 0
}

@media only screen and (min-width:768px) {
    .abs-reset-left-margin-desktop,
    .bundle-options-container .legend.title,
    .cart.table-wrapper .gift-summary .actions-toolbar,
    .cart.table-wrapper .item .item-actions .actions-toolbar,
    .column.main .cart-summary .actions-toolbar,
    .column.main .paypal-review .actions-toolbar,
    .form-new-agreement .actions-toolbar,
    .form-new-agreement .fieldset .legend,
    .gift-summary .actions-toolbar,
    .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
        margin-left: 0
    }
}

@media only screen and (min-width:640px) {
    .abs-reset-left-margin-desktop-s,
    .column:not(.sidebar-main) .multicheckout .actions-toolbar,
    .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
        margin-left: 0
    }
}

.abs-action-remove,
.abs-add-fields .action.remove,
.form.send.friend .action.remove {
    left: 10px;
    margin-left: 70%;
    position: absolute;
    top: 31px;
    width: auto
}

@media only screen and (min-width:768px) {
    .abs-action-remove-desktop,
    .abs-add-fields-desktop .fieldset .additional .action.remove,
    .form.send.friend .fieldset .additional .action.remove {
        margin-left: 50%;
        top: 6px
    }
}

.abs-add-fields .fieldset,
.form.send.friend .fieldset {
    margin-bottom: 50px
}

.abs-add-fields .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
    width: 70%
}

.abs-add-fields .fieldset .actions-toolbar:not(:first-child)>.secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child)>.secondary {
    float: left
}

.abs-add-fields .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add {
    margin-top: 30px
}

.abs-add-fields .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0
}

.abs-add-fields .message.notice,
.form.send.friend .message.notice {
    margin: 30px 0 0
}

.abs-add-fields .additional,
.form.send.friend .additional {
    margin-top: 55px;
    position: relative
}

@media only screen and (min-width:768px) {
    .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
    .form.send.friend .fieldset .field:not(.choice) .control {
        width: 50%
    }
}

@media only screen and (min-width:768px) {
    .abs-margin-for-forms-desktop,
    .column:not(.sidebar-additional) form .actions-toolbar,
    .column:not(.sidebar-main) form .actions-toolbar,
    .fieldset .legend,
    .login-container .fieldset:after {
        margin-left: 0
    }
}

@media only screen and (min-width:640px) {
    .abs-margin-for-forms-desktop-s {
        margin-left: 0
    }
}

.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: 0;
    visibility: hidden
}

.abs-visually-hidden,
.account-nav .title,
.account .column.main .limiter>.label,
.action.skip:not(:focus),
.block-reorder .product-item .label,
.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,
.cart.table-wrapper .col.qty .label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .ccard .legend,
.checkout-payment-method .field-select-billing>.label,
.checkout-payment-method .payments .legend,
.field.street .field.additional .label,
.fieldset>.field.no-label>.label,
.fieldset>.fields>.field.no-label>.label,
.filter-options-content .filter-count-label,
.multicheckout .block .methods-shipping .item-content .fieldset>.legend,
.multicheckout .table-wrapper .col .label,
.opc-wrapper .form-discount .field .label,
.orderbysku-upload-wrapper .file-uploader input,
.page-footer .switcher .label,
.page-header .switcher .label,
.page-multiple-wishlist .page-title-wrapper .page-title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.product-item-actions .actions-secondary>.action span,
.products-grid.wishlist .product-item .comment-box .label,
.table-comparison .cell.label.product span,
.table-comparison .cell.label.remove span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@media only screen and (max-width:639px) {
    .abs-visually-hidden-mobile {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
}

@media only screen and (max-width:767px) {
    .abs-visually-hidden-mobile-m {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
}

@media only screen and (min-width:640px) {
    .abs-visually-hidden-desktop-s {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
}

@media only screen and (min-width:768px) {
    .abs-visually-hidden-desktop,
    .block-search .label,
    .dashboard-welcome-toggler,
    .modes-label {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
}

.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.abs-add-clearfix:after,
.abs-add-clearfix:before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.cart.table-wrapper .item-options:after,
.cart.table-wrapper .item-options:before,
.checkout-container:after,
.checkout-container:before,
.checkout-onepage-success:after,
.checkout-onepage-success:before,
.customer-review .product-details:after,
.customer-review .product-details:before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.gift-item-block .content:after,
.gift-item-block .content:before,
.gift-options:after,
.gift-options:before,
.map-popup .map-info-price:after,
.map-popup .map-info-price:before,
.minicart-items .product-item>.product:after,
.minicart-items .product-item>.product:before,
.multicheckout .block-content:after,
.multicheckout .block-content:before,
.multicheckout .block:after,
.multicheckout .block:before,
.multicheckout .item-options:after,
.multicheckout .item-options:before,
.opc-estimated-wrapper:after,
.opc-estimated-wrapper:before,
.opc-wrapper .field.addresses:after,
.opc-wrapper .field.addresses:before,
.order-details-items .block-order-details-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .order-gift-message:before,
.page-header .header.panel:after,
.page-header .header.panel:before,
.page-product-downloadable .product-add-form:after,
.page-product-downloadable .product-add-form:before,
.payment-method-braintree .hosted-date-wrap:after,
.payment-method-braintree .hosted-date-wrap:before,
.sidebar .product-items-images:after,
.sidebar .product-items-images:before,
.toolbar-products:after,
.toolbar-products:before,
.toolbar:after,
.toolbar:before {
    content: "";
    display: table
}

.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .item-options:after,
.checkout-container:after,
.checkout-onepage-success:after,
.customer-review .product-details:after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after,
.gift-item-block .content:after,
.gift-options:after,
.map-popup .map-info-price:after,
.minicart-items .product-item>.product:after,
.multicheckout .block-content:after,
.multicheckout .block:after,
.multicheckout .item-options:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.order-details-items .block-order-details-gift-message:after,
.order-details-items .order-gift-message:after,
.page-header .header.panel:after,
.page-product-downloadable .product-add-form:after,
.payment-method-braintree .hosted-date-wrap:after,
.sidebar .product-items-images:after,
.toolbar-products:after,
.toolbar:after {
    clear: both
}

@media only screen and (min-width:768px) {
    .abs-add-clearfix-desktop:after,
    .abs-add-clearfix-desktop:before,
    .abs-pager-toolbar:after,
    .abs-pager-toolbar:before,
    .account .column.main .block.block-order-details-view:after,
    .account .column.main .block.block-order-details-view:before,
    .account .column.main .block:not(.widget) .block-content:after,
    .account .column.main .block:not(.widget) .block-content:before,
    .account .toolbar:after,
    .account .toolbar:before,
    .block-addresses-list .items.addresses:after,
    .block-addresses-list .items.addresses:before,
    .block-wishlist-management:after,
    .block-wishlist-management:before,
    .bundle-options-container form:after,
    .bundle-options-container form:before,
    .cart-container:after,
    .cart-container:before,
    .login-container:after,
    .login-container:before,
    .order-links:after,
    .order-links:before,
    .paypal-review .block-content:after,
    .paypal-review .block-content:before,
    .sales-guest-view .column.main .block.block-order-details-view:after,
    .sales-guest-view .column.main .block.block-order-details-view:before,
    .toolbar-wishlist-results:after,
    .toolbar-wishlist-results:before,
    [class^=sales-guest-] .column.main .block.block-order-details-view:after,
    [class^=sales-guest-] .column.main .block.block-order-details-view:before {
        content: "";
        display: table
    }
    .abs-add-clearfix-desktop:after,
    .abs-pager-toolbar:after,
    .account .column.main .block.block-order-details-view:after,
    .account .column.main .block:not(.widget) .block-content:after,
    .account .toolbar:after,
    .block-addresses-list .items.addresses:after,
    .block-wishlist-management:after,
    .bundle-options-container form:after,
    .cart-container:after,
    .login-container:after,
    .order-links:after,
    .paypal-review .block-content:after,
    .sales-guest-view .column.main .block.block-order-details-view:after,
    .toolbar-wishlist-results:after,
    [class^=sales-guest-] .column.main .block.block-order-details-view:after {
        clear: both
    }
}

@media only screen and (min-width:640px) {
    .abs-add-clearfix-desktop-s:after,
    .abs-add-clearfix-desktop-s:before,
    .multicheckout .block-billing:after,
    .multicheckout .block-billing:before {
        content: "";
        display: table
    }
    .abs-add-clearfix-desktop-s:after,
    .multicheckout .block-billing:after {
        clear: both
    }
}

@media only screen and (max-width:639px) {
    .abs-add-clearfix-mobile:after,
    .abs-add-clearfix-mobile:before,
    .abs-checkout-order-review tbody tr:after,
    .abs-checkout-order-review tbody tr:before,
    .multicheckout.order-review .data.table tbody tr:after,
    .multicheckout.order-review .data.table tbody tr:before,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before {
        content: "";
        display: table
    }
    .abs-add-clearfix-mobile:after,
    .abs-checkout-order-review tbody tr:after,
    .multicheckout.order-review .data.table tbody tr:after,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after {
        clear: both
    }
}

@media only screen and (max-width:767px) {
    .abs-add-clearfix-mobile-m:after,
    .abs-add-clearfix-mobile-m:before {
        content: "";
        display: table
    }
    .abs-add-clearfix-mobile-m:after {
        clear: both
    }
}

.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.bundle-options-container .block-bundle-summary,
.cart-summary,
.columns .column.main,
.columns .sidebar-additional,
.columns .sidebar-main,
.elasticsearch-autocomplete .has-results .search-autocomplete,
.field .control._with-tooltip,
.field.date .control,
.opc-block-summary,
.opc-wrapper .shipping-address-item,
.product-item,
.search-autocomplete,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.sidebar .product-items-images .product-item {
    box-sizing: border-box
}

@media only screen and (min-width:768px) {
    .abs-add-box-sizing-desktop,
    .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .column.main,
    .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .sidebar-additional,
    .sidebar-main,
    [class^=sales-guest-] .column.main .block.block-order-details-view .block-content:not(.widget) .box {
        box-sizing: border-box
    }
}

@media only screen and (min-width:640px) {
    .abs-add-box-sizing-desktop-s,
    .multicheckout .block-billing .box-billing-address,
    .multicheckout .block-billing .box-billing-method,
    .multicheckout .block-shipping .box {
        box-sizing: border-box
    }
}

@media only screen and (min-width:768px) {
    .abs-add-box-sizing-desktop-m,
    .opc-wrapper {
        box-sizing: border-box
    }
}

@media only screen and (min-width:768px) {
    .abs-revert-field-type-desktop .fieldset .fields>.field,
    .abs-revert-field-type-desktop .fieldset>.field,
    .product-add-form .fieldset .fields>.field,
    .product-add-form .fieldset>.field {
        margin: 0 0 24px
    }
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.label,
    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.label,
    .product-add-form .fieldset .fields>.field:not(.choice)>.label,
    .product-add-form .fieldset>.field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0
    }
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.control,
    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.control,
    .product-add-form .fieldset .fields>.field:not(.choice)>.control,
    .product-add-form .fieldset>.field:not(.choice)>.control {
        float: none;
        width: auto
    }
    .abs-revert-field-type-desktop .fieldset .fields>.field>.label,
    .abs-revert-field-type-desktop .fieldset>.field>.label,
    .product-add-form .fieldset .fields>.field>.label,
    .product-add-form .fieldset>.field>.label {
        margin: 0;
        display: inline-block
    }
    .abs-revert-field-type-desktop .fieldset .fields>.field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields>.field.no-label:before,
    .abs-revert-field-type-desktop .fieldset>.field.choice:before,
    .abs-revert-field-type-desktop .fieldset>.field.no-label:before,
    .product-add-form .fieldset .fields>.field.choice:before,
    .product-add-form .fieldset .fields>.field.no-label:before,
    .product-add-form .fieldset>.field.choice:before,
    .product-add-form .fieldset>.field.no-label:before {
        display: none
    }
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(:first-child):last-of-type,
    .abs-revert-field-type-desktop .fieldset>.field:not(:first-child):last-of-type,
    .product-add-form .fieldset .fields>.field:not(:first-child):last-of-type,
    .product-add-form .fieldset>.field:not(:first-child):last-of-type {
        margin-bottom: 0
    }
}

.abs-navigation-icon {
    display: block;
    text-decoration: none
}

.abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 1.2;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 0
}

.abs-split-button {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.abs-split-button:after,
.abs-split-button:before {
    content: "";
    display: table
}

.abs-split-button:after {
    clear: both
}

.abs-split-button .action.split {
    float: left;
    margin: 0
}

.abs-split-button .action.toggle {
    float: right;
    margin: 0
}

.abs-split-button .cart.table-wrapper .actions-toolbar>.action.split,
.abs-split-button button.action.split,
.cart.table-wrapper .abs-split-button .actions-toolbar>.action.split {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.abs-split-button .cart.table-wrapper .actions-toolbar>.action+.action.toggle,
.abs-split-button button+.action.toggle,
.cart.table-wrapper .abs-split-button .actions-toolbar>.action+.action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0
}

.abs-split-button .action.toggle {
    padding: 4px 5px;
    display: inline-block;
    text-decoration: none
}

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

.abs-split-button .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #0e0e0e;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-split-button .action.toggle:active:after,
.abs-split-button .action.toggle:hover:after {
    color: inherit
}

.abs-split-button .action.toggle.active {
    display: inline-block;
    text-decoration: none
}

.abs-split-button .action.toggle.active>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-split-button .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #0e0e0e;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-split-button .action.toggle.active:active:after,
.abs-split-button .action.toggle.active:hover:after {
    color: inherit
}

.abs-split-button .items {
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #b0b7c1;
    border-radius: 4px;
    margin: 4px 0 0;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: none
}

.abs-split-button .items li {
    margin: 0;
    padding: 3px 5px
}

.abs-split-button .items li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.abs-split-button .items:after,
.abs-split-button .items:before {
    border-bottom-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.abs-split-button .items:before {
    border: 6px solid transparent;
    border-bottom-color: #fff;
    z-index: 99
}

.abs-split-button .items:after {
    border: 7px solid transparent;
    border-bottom-color: #b0b7c1;
    z-index: 98
}

.abs-split-button .items:before {
    right: 10px;
    top: -12px
}

.abs-split-button .items:after {
    right: 9px;
    top: -14px
}

.abs-split-button.active {
    overflow: visible
}

.abs-split-button.active .items {
    display: block
}

.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links>.action {
    line-height: 23.6rem;
    padding: 0 20px;
    font-size: 1.1rem
}

.abs-actions-addto-gridlist,
.cart.item .wishlist.split.action-gift>.action.split,
.cart.item .wishlist.split.button>.action.split,
.cart .product-items .wishlist.split.action-gift>.action.split,
.cart .table-comparison .wishlist.split.action-gift>.action.split,
.product-item-actions .actions-secondary>.action,
.product-items .cart .wishlist.split.action-gift>.action.split,
.product-items .wishlist.split.button>.action.split,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.table-comparison .cart .wishlist.split.action-gift>.action.split,
.table-comparison .wishlist.split.button>.action.split {
    display: inline-block;
    text-decoration: none
}

.abs-actions-addto-gridlist>span,
.cart.item .wishlist.split.action-gift>.action.split>span,
.cart.item .wishlist.split.button>.action.split>span,
.cart .product-items .wishlist.split.action-gift>.action.split>span,
.cart .table-comparison .wishlist.split.action-gift>.action.split>span,
.product-item-actions .actions-secondary>.action>span,
.product-items .cart .wishlist.split.action-gift>.action.split>span,
.product-items .wishlist.split.button>.action.split>span,
.products.list.items .action.towishlist>span,
.table-comparison .action.towishlist>span,
.table-comparison .cart .wishlist.split.action-gift>.action.split>span,
.table-comparison .wishlist.split.button>.action.split>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-actions-addto-gridlist:before,
.cart.item .wishlist.split.action-gift>.action.split:before,
.cart.item .wishlist.split.button>.action.split:before,
.cart .product-items .wishlist.split.action-gift>.action.split:before,
.cart .table-comparison .wishlist.split.action-gift>.action.split:before,
.product-item-actions .actions-secondary>.action:before,
.product-items .cart .wishlist.split.action-gift>.action.split:before,
.product-items .wishlist.split.button>.action.split:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.table-comparison .cart .wishlist.split.action-gift>.action.split:before,
.table-comparison .wishlist.split.button>.action.split:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #595959;
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-actions-addto-gridlist:hover:before,
.cart.item .wishlist.split.action-gift>.action.split:hover:before,
.cart.item .wishlist.split.button>.action.split:hover:before,
.cart .product-items .wishlist.split.action-gift>.action.split:hover:before,
.cart .table-comparison .wishlist.split.action-gift>.action.split:hover:before,
.product-item-actions .actions-secondary>.action:hover:before,
.product-items .cart .wishlist.split.action-gift>.action.split:hover:before,
.product-items .wishlist.split.button>.action.split:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.table-comparison .cart .wishlist.split.action-gift>.action.split:hover:before,
.table-comparison .wishlist.split.button>.action.split:hover:before {
    color: #0072bd
}

.abs-button-l,
.block-authentication .action.action-login,
.block-authentication .action.action-register,
.block-minicart .block-content>.actions>.primary .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
    line-height: 2.1rem;
    padding: 1.1rem 20px;
    font-size: 18px;
}

.abs-action-button-as-link,
.abs-action-remove,
.abs-add-fields .action.remove,
.action-auth-toggle,
.cart.item .wishlist.split.action-gift>.action,
.cart.item .wishlist.split.button>.action,
.cart .product-items .wishlist.split.action-gift>.action,
.cart .table-comparison .wishlist.split.action-gift>.action,
.cart.table-wrapper .action.help.map,
.checkout-agreements-block .action-show,
.checkout-payment-method .checkout-billing-address .action-cancel,
.form.send.friend .action.remove,
.gift-options .actions-toolbar .action-cancel,
.opc-block-shipping-information .shipping-information-title .action-edit,
.opc-wrapper .edit-address-link,
.paypal-button-widget .paypal-button,
.product-items .cart .wishlist.split.action-gift>.action,
.product-items .wishlist.split.button>.action,
.table-comparison .cart .wishlist.split.action-gift>.action,
.table-comparison .wishlist.split.button>.action {
    line-height: 2.4rem;
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #3d3c3d;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    border-radius: 0;
    font-size: inherit;
    font-weight: 400
}

.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.action-auth-toggle:hover,
.cart.item .wishlist.split.action-gift>.action:hover,
.cart.item .wishlist.split.button>.action:hover,
.cart .product-items .wishlist.split.action-gift>.action:hover,
.cart .table-comparison .wishlist.split.action-gift>.action:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-agreements-block .action-show:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.form.send.friend .action.remove:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-wrapper .edit-address-link:hover,
.paypal-button-widget .paypal-button:hover,
.product-items .cart .wishlist.split.action-gift>.action:hover,
.product-items .wishlist.split.button>.action:hover,
.table-comparison .cart .wishlist.split.action-gift>.action:hover,
.table-comparison .wishlist.split.button>.action:hover {
    text-decoration: underline
}

.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-add-fields .action.remove:active,
.action-auth-toggle:active,
.cart.item .wishlist.split.action-gift>.action:active,
.cart.item .wishlist.split.button>.action:active,
.cart .product-items .wishlist.split.action-gift>.action:active,
.cart .table-comparison .wishlist.split.action-gift>.action:active,
.cart.table-wrapper .action.help.map:active,
.checkout-agreements-block .action-show:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.form.send.friend .action.remove:active,
.gift-options .actions-toolbar .action-cancel:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-wrapper .edit-address-link:active,
.paypal-button-widget .paypal-button:active,
.product-items .cart .wishlist.split.action-gift>.action:active,
.product-items .wishlist.split.button>.action:active,
.table-comparison .cart .wishlist.split.action-gift>.action:active,
.table-comparison .wishlist.split.button>.action:active {
    color: #0072bd;
    text-decoration: underline
}

.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.action-auth-toggle:hover,
.cart.item .wishlist.split.action-gift>.action:hover,
.cart.item .wishlist.split.button>.action:hover,
.cart .product-items .wishlist.split.action-gift>.action:hover,
.cart .table-comparison .wishlist.split.action-gift>.action:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-agreements-block .action-show:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.form.send.friend .action.remove:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-wrapper .edit-address-link:hover,
.paypal-button-widget .paypal-button:hover,
.product-items .cart .wishlist.split.action-gift>.action:hover,
.product-items .wishlist.split.button>.action:hover,
.table-comparison .cart .wishlist.split.action-gift>.action:hover,
.table-comparison .wishlist.split.button>.action:hover {
    color: #0072bd
}

.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-button-as-link:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-action-remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.abs-add-fields .action.remove:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.action-auth-toggle:hover,
.cart.item .wishlist.split.action-gift>.action:active,
.cart.item .wishlist.split.action-gift>.action:focus,
.cart.item .wishlist.split.action-gift>.action:hover,
.cart.item .wishlist.split.button>.action:active,
.cart.item .wishlist.split.button>.action:focus,
.cart.item .wishlist.split.button>.action:hover,
.cart .product-items .wishlist.split.action-gift>.action:active,
.cart .product-items .wishlist.split.action-gift>.action:focus,
.cart .product-items .wishlist.split.action-gift>.action:hover,
.cart .table-comparison .wishlist.split.action-gift>.action:active,
.cart .table-comparison .wishlist.split.action-gift>.action:focus,
.cart .table-comparison .wishlist.split.action-gift>.action:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.cart.table-wrapper .action.help.map:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.checkout-agreements-block .action-show:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus,
.form.send.friend .action.remove:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-wrapper .edit-address-link:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.paypal-button-widget .paypal-button:hover,
.product-items .cart .wishlist.split.action-gift>.action:active,
.product-items .cart .wishlist.split.action-gift>.action:focus,
.product-items .cart .wishlist.split.action-gift>.action:hover,
.product-items .wishlist.split.button>.action:active,
.product-items .wishlist.split.button>.action:focus,
.product-items .wishlist.split.button>.action:hover,
.table-comparison .cart .wishlist.split.action-gift>.action:active,
.table-comparison .cart .wishlist.split.action-gift>.action:focus,
.table-comparison .cart .wishlist.split.action-gift>.action:hover,
.table-comparison .wishlist.split.button>.action:active,
.table-comparison .wishlist.split.button>.action:focus,
.table-comparison .wishlist.split.button>.action:hover {
    background: none;
    border: 0
}

.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
.abs-action-remove[disabled],
.abs-add-fields .action.remove[disabled],
.abs-add-fields .disabled.action.remove,
.abs-add-fields fieldset[disabled] .action.remove,
.action-auth-toggle[disabled],
.cart.item .wishlist.split.action-gift>.action[disabled],
.cart.item .wishlist.split.action-gift>.disabled.action,
.cart.item .wishlist.split.button>.action[disabled],
.cart.item .wishlist.split.button>.disabled.action,
.cart.item fieldset[disabled] .wishlist.split.action-gift>.action,
.cart.item fieldset[disabled] .wishlist.split.button>.action,
.cart .product-items .wishlist.split.action-gift>.action[disabled],
.cart .product-items .wishlist.split.action-gift>.disabled.action,
.cart .product-items fieldset[disabled] .wishlist.split.action-gift>.action,
.cart .table-comparison .wishlist.split.action-gift>.action[disabled],
.cart .table-comparison .wishlist.split.action-gift>.disabled.action,
.cart .table-comparison fieldset[disabled] .wishlist.split.action-gift>.action,
.cart.table-wrapper .action.help.map[disabled],
.cart.table-wrapper .disabled.action.help.map,
.cart.table-wrapper fieldset[disabled] .action.help.map,
.checkout-agreements-block .action-show[disabled],
.checkout-agreements-block .disabled.action-show,
.checkout-agreements-block fieldset[disabled] .action-show,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
.checkout-payment-method .checkout-billing-address .disabled.action-cancel,
.checkout-payment-method .checkout-billing-address fieldset[disabled] .action-cancel,
.disabled.abs-action-remove,
.disabled.action-auth-toggle,
.form.send.friend .action.remove[disabled],
.form.send.friend .disabled.action.remove,
.form.send.friend fieldset[disabled] .action.remove,
.gift-options .actions-toolbar .action-cancel[disabled],
.gift-options .actions-toolbar .disabled.action-cancel,
.gift-options .actions-toolbar fieldset[disabled] .action-cancel,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
.opc-block-shipping-information .shipping-information-title .disabled.action-edit,
.opc-block-shipping-information .shipping-information-title fieldset[disabled] .action-edit,
.opc-wrapper .disabled.edit-address-link,
.opc-wrapper .edit-address-link[disabled],
.opc-wrapper fieldset[disabled] .edit-address-link,
.paypal-button-widget .disabled.paypal-button,
.paypal-button-widget .paypal-button[disabled],
.paypal-button-widget fieldset[disabled] .paypal-button,
.product-items .cart .wishlist.split.action-gift>.action[disabled],
.product-items .cart .wishlist.split.action-gift>.disabled.action,
.product-items .cart fieldset[disabled] .wishlist.split.action-gift>.action,
.product-items .wishlist.split.button>.action[disabled],
.product-items .wishlist.split.button>.disabled.action,
.product-items fieldset[disabled] .wishlist.split.button>.action,
.table-comparison .cart .wishlist.split.action-gift>.action[disabled],
.table-comparison .cart .wishlist.split.action-gift>.disabled.action,
.table-comparison .cart fieldset[disabled] .wishlist.split.action-gift>.action,
.table-comparison .wishlist.split.button>.action[disabled],
.table-comparison .wishlist.split.button>.disabled.action,
.table-comparison fieldset[disabled] .wishlist.split.button>.action,
fieldset[disabled] .abs-action-button-as-link,
fieldset[disabled] .abs-action-remove,
fieldset[disabled] .abs-add-fields .action.remove,
fieldset[disabled] .action-auth-toggle,
fieldset[disabled] .cart.item .wishlist.split.action-gift>.action,
fieldset[disabled] .cart.item .wishlist.split.button>.action,
fieldset[disabled] .cart .product-items .wishlist.split.action-gift>.action,
fieldset[disabled] .cart .table-comparison .wishlist.split.action-gift>.action,
fieldset[disabled] .cart.table-wrapper .action.help.map,
fieldset[disabled] .checkout-agreements-block .action-show,
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
fieldset[disabled] .form.send.friend .action.remove,
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
fieldset[disabled] .opc-wrapper .edit-address-link,
fieldset[disabled] .paypal-button-widget .paypal-button,
fieldset[disabled] .product-items .cart .wishlist.split.action-gift>.action,
fieldset[disabled] .product-items .wishlist.split.button>.action,
fieldset[disabled] .table-comparison .cart .wishlist.split.action-gift>.action,
fieldset[disabled] .table-comparison .wishlist.split.button>.action {
    color: #3d3c3d;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.cart.item .wishlist.split.action-gift>.action:active,
.cart.item .wishlist.split.action-gift>.action:not(:focus),
.cart.item .wishlist.split.button>.action:active,
.cart.item .wishlist.split.button>.action:not(:focus),
.cart .product-items .wishlist.split.action-gift>.action:active,
.cart .product-items .wishlist.split.action-gift>.action:not(:focus),
.cart .table-comparison .wishlist.split.action-gift>.action:active,
.cart .table-comparison .wishlist.split.action-gift>.action:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.product-items .cart .wishlist.split.action-gift>.action:active,
.product-items .cart .wishlist.split.action-gift>.action:not(:focus),
.product-items .wishlist.split.button>.action:active,
.product-items .wishlist.split.button>.action:not(:focus),
.table-comparison .cart .wishlist.split.action-gift>.action:active,
.table-comparison .cart .wishlist.split.action-gift>.action:not(:focus),
.table-comparison .wishlist.split.button>.action:active,
.table-comparison .wishlist.split.button>.action:not(:focus) {
    box-shadow: none
}

.abs-revert-secondary-color,
.block-compare .action.compare,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action,
.cart-summary .actions-toolbar>.primary button,
.cart.table-wrapper .cart-summary .actions-toolbar>.primary .actions-toolbar>.action,
.paypal-review .block .actions-toolbar .action.primary {
    background: #000;
    border: .2rem solid #000;
    color: #fff
}

.abs-revert-secondary-color:active,
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:hover,
.block-compare .action.compare:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:active,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:focus,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:hover,
.cart-summary .actions-toolbar>.primary button:active,
.cart-summary .actions-toolbar>.primary button:focus,
.cart-summary .actions-toolbar>.primary button:hover,
.cart.table-wrapper .cart-summary .actions-toolbar>.primary .actions-toolbar>.action:active,
.cart.table-wrapper .cart-summary .actions-toolbar>.primary .actions-toolbar>.action:focus,
.cart.table-wrapper .cart-summary .actions-toolbar>.primary .actions-toolbar>.action:hover,
.paypal-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:hover {
    background: #080808;
    border: .2rem solid #000;
    color: #fff
}

.abs-revert-secondary-size {
    font-size: 1.5rem;
    line-height: 4.4rem;
    padding: 0 15px
}

.abs-box-tocart,
.bundle-actions {
    margin: 10px 0
}

.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .weee,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .weee {
    font-size: 1.4rem;
    display: inline-block;
    white-space: nowrap
}

.abs-adjustment-incl-excl-tax .price-including-tax+.price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax,
.cart-summary .price-including-tax+.price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax {
    display: inline-block;
    font-size: 1.1rem
}

.abs-adjustment-incl-excl-tax .price-including-tax+.price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:before,
.cart-summary .price-including-tax+.price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax:before {
    content: "(" attr(data-label) ": "
}

.abs-adjustment-incl-excl-tax .price-including-tax+.price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:after,
.cart-summary .price-including-tax+.price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax:after {
    content: ")"
}

.abs-tax-total,
.order-details-items .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.price-including-tax .cart-tax-total {
    cursor: pointer;
    padding-right: 12px;
    position: relative;
    display: inline-block;
    text-decoration: none
}

.abs-tax-total:after,
.order-details-items .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.price-including-tax .cart-tax-total:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 10px;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 3px
}

.abs-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after {
    content: ""
}

.abs-methods-shipping-title {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 15px
}

@media only screen and (max-width:639px) {
    .abs-checkout-order-review tbody tr:not(:last-child),
    .multicheckout.order-review .data.table tbody tr:not(:last-child) {
        border-bottom: 1px solid #b0b7c1
    }
    .abs-checkout-order-review tbody tr .col.item:before,
    .multicheckout.order-review .data.table tbody tr .col.item:before {
        display: none
    }
    .abs-checkout-order-review tbody tr .col.price,
    .abs-checkout-order-review tbody tr .col.qty,
    .abs-checkout-order-review tbody tr .col.subtotal,
    .multicheckout.order-review .data.table tbody tr .col.price,
    .multicheckout.order-review .data.table tbody tr .col.qty,
    .multicheckout.order-review .data.table tbody tr .col.subtotal {
        box-sizing: border-box;
        float: left;
        text-align: center;
        white-space: nowrap;
        width: 33%
    }
    .abs-checkout-order-review tbody tr .col.price:before,
    .abs-checkout-order-review tbody tr .col.qty:before,
    .abs-checkout-order-review tbody tr .col.subtotal:before,
    .multicheckout.order-review .data.table tbody tr .col.price:before,
    .multicheckout.order-review .data.table tbody tr .col.qty:before,
    .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
        content: attr(data-th) ":";
        display: block;
        font-weight: 500;
        padding-bottom: 10px
    }
    .abs-checkout-order-review tbody tr .product-item-name,
    .multicheckout.order-review .data.table tbody tr .product-item-name {
        margin: 0
    }
}

.abs-colon:after,
.block-minicart .subtotal .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.order-details-items .order-gift-message .label:after {
    content: ": "
}

.abs-dropdown-items-new .action.new,
.abs-icon-add,
.cart .wishlist.split.action-gift .action.new,
.wishlist-dropdown .action.new,
.wishlist.split.button .action.new {
    display: inline-block;
    text-decoration: none
}

.abs-dropdown-items-new .action.new:before,
.abs-icon-add:before,
.cart .wishlist.split.action-gift .action.new:before,
.wishlist-dropdown .action.new:before,
.wishlist.split.button .action.new:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

@media only screen and (max-width:767px) {
    .abs-icon-add-mobile,
    .block-wishlist-management .wishlist-add.item .add {
        display: block;
        text-decoration: none
    }
    .abs-icon-add-mobile:before,
    .block-wishlist-management .wishlist-add.item .add:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 10px;
        color: #0072bd;
        content: "";
        font-family: var(--theme-icon-font);
        margin: 0 5px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
}

.abs-dropdown-items-new .items .item:last-child:hover,
.cart .wishlist.split.action-gift .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover {
    background: #e8e8e8
}

.abs-dropdown-items-new .action.new:before,
.cart .wishlist.split.action-gift .action.new:before,
.wishlist-dropdown .action.new:before,
.wishlist.split.button .action.new:before {
    margin-left: -17px;
    margin-right: 5px
}

@media only screen and (max-width:767px) {
    .abs-toggling-title-mobile,
    .block-collapsible-nav .title,
    .block-wishlist-management .wishlist-select .wishlist-name {
        border-bottom: 1px solid #b0b7c1;
        border-top: 1px solid #b0b7c1;
        cursor: pointer;
        margin-bottom: 0;
        padding: 10px 40px 10px 16px;
        position: relative;
        display: block;
        text-decoration: none
    }
    .abs-toggling-title-mobile:after,
    .block-collapsible-nav .title:after,
    .block-wishlist-management .wishlist-select .wishlist-name:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: inherit;
        color: #0072bd;
        content: "";
        font-family: var(--theme-icon-font);
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
        position: absolute;
        right: 10px;
        top: 0
    }
    .abs-toggling-title-mobile.active:after,
    .block-collapsible-nav .active.title:after,
    .block-wishlist-management .wishlist-select .active.wishlist-name:after {
        content: ""
    }
}

.abs-no-display,
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate>.legend,
.cart-summary .block .fieldset.estimate>.legend+br,
.cart-totals .table-caption,
.minicart-items .product-item-details .weee[data-label] .label,
.multicheckout .block .methods-shipping .item-content .fieldset>.legend+br,
.multicheckout .hidden,
.no-display,
.opc-block-summary .table-totals .table-caption,
.order-details-items .order-items .order-gift-message .action.close,
.sidebar .subtitle,
[class^=multishipping-] .nav-sections,
[class^=multishipping-] .nav-toggle {
    display: none
}

@media only screen and (max-width:639px) {
    .abs-no-display-s,
    .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item,
    .order-details-items .table-order-items .options-label,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .abs-no-display-desktop,
    .opc-estimated-wrapper,
    .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
        display: none
    }
}

.abs-status,
.order-status {
    display: inline-block;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .abs-pager-toolbar-mobile .limiter,
    .abs-pager-toolbar-mobile .pages,
    .abs-pager-toolbar-mobile .toolbar-amount,
    .account .toolbar .limiter,
    .account .toolbar .pages,
    .account .toolbar .toolbar-amount,
    .toolbar-wishlist-results .limiter,
    .toolbar-wishlist-results .pages,
    .toolbar-wishlist-results .toolbar-amount {
        float: none;
        margin-bottom: 25px
    }
}

@media only screen and (max-width:639px) {
    .abs-pager-toolbar-mobile-s .limiter,
    .abs-pager-toolbar-mobile-s .pages,
    .abs-pager-toolbar-mobile-s .toolbar-amount {
        margin-bottom: 25px
    }
}

@media only screen and (min-width:768px) {
    .abs-pager-toolbar,
    .account .toolbar,
    .toolbar-wishlist-results {
        margin-bottom: 20px;
        position: relative
    }
    .abs-pager-toolbar .limiter,
    .account .toolbar .limiter,
    .toolbar-wishlist-results .limiter {
        float: right;
        position: relative;
        z-index: 1
    }
    .abs-pager-toolbar .toolbar-amount,
    .account .toolbar .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-wishlist-results .pages {
        position: absolute;
        width: 100%;
        z-index: 0
    }
}

.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
    color: #0072bd;
    font-size: 12px;
    display: block;
    white-space: nowrap
}

.abs-shopping-cart-items .action.continue {
    border-radius: 3px;
    background-image: none;
    background: #000;
    border: .2rem solid #000;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    margin: 0;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 1.5rem;
    line-height: 4.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none
}

.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:hover {
    text-decoration: none
}

.abs-shopping-cart-items .action.continue:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.2rem;
    line-height: 4.4rem;
    color: inherit;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-shopping-cart-items .action.continue:active:before,
.abs-shopping-cart-items .action.continue:hover:before {
    color: inherit
}

.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:hover {
    background: #080808;
    border: .2rem solid #000;
    color: #fff
}

.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.abs-shopping-cart-items .action.continue:active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .12)
}

.abs-shopping-cart-items .action.update {
    display: inline-block;
    text-decoration: none;
    padding-left: 5px
}

.abs-shopping-cart-items .action.update:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.2rem;
    line-height: 4.4rem;
    color: inherit;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-shopping-cart-items .action.update:active:before,
.abs-shopping-cart-items .action.update:hover:before {
    color: inherit
}

@media only screen and (max-width:767px) {
    .abs-shopping-cart-items-mobile .actions,
    .cart-container .form-cart .actions {
        text-align: center
    }
    .abs-shopping-cart-items-mobile .action.clear,
    .abs-shopping-cart-items-mobile .action.continue,
    .abs-shopping-cart-items-mobile .action.update,
    .cart-container .form-cart .action.clear,
    .cart-container .form-cart .action.continue,
    .cart-container .form-cart .action.update {
        margin: 0 auto 10px
    }
    .abs-shopping-cart-items-mobile .action.clear,
    .abs-shopping-cart-items-mobile .action.update,
    .cart-container .form-cart .action.clear,
    .cart-container .form-cart .action.update {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .abs-shopping-cart-items-desktop,
    .cart-container .cart-gift-item,
    .cart-container .form-cart {
        float: left;
        position: relative;
        width: 60%
    }
    .abs-shopping-cart-items-desktop .actions,
    .cart-container .cart-gift-item .actions,
    .cart-container .form-cart .actions {
        text-align: right
    }
    .abs-shopping-cart-items-desktop .action.clear,
    .abs-shopping-cart-items-desktop .action.update,
    .cart-container .cart-gift-item .action.clear,
    .cart-container .cart-gift-item .action.update,
    .cart-container .form-cart .action.clear,
    .cart-container .form-cart .action.update {
        margin-left: 10px
    }
    .abs-shopping-cart-items-desktop .action.continue,
    .cart-container .cart-gift-item .action.continue,
    .cart-container .form-cart .action.continue {
        float: left
    }
}

.abs-field-date .control,
.field.date .control {
    position: relative
}

.abs-field-date-input,
.abs-field-date input,
.field.date input {
    margin-right: 10px;
    width: calc(100% - 33px)
}

.abs-field-tooltip,
.field .control._with-tooltip {
    position: relative
}

.abs-field-tooltip input,
.abs-field-tooltip textarea,
.field .control._with-tooltip input,
.field .control._with-tooltip textarea {
    margin-right: 10px;
    width: calc(100% - 36px)
}

.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto
}

.abs-checkout-tooltip-content-position-top:after,
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0
}

.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999
}

.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px
}

@media only screen and (max-width:768px) {
    .abs-checkout-tooltip-content-position-top-mobile,
    .field-tooltip .field-tooltip-content {
        right: -10px;
        top: 40px;
        left: auto
    }
    .abs-checkout-tooltip-content-position-top-mobile:after,
    .abs-checkout-tooltip-content-position-top-mobile:before,
    .field-tooltip .field-tooltip-content:after,
    .field-tooltip .field-tooltip-content:before {
        border: 10px solid transparent;
        height: 0;
        width: 0;
        margin-top: -21px;
        right: 10px;
        left: auto;
        top: 0
    }
    .abs-checkout-tooltip-content-position-top-mobile:before,
    .field-tooltip .field-tooltip-content:before {
        border-bottom-color: #999
    }
    .abs-checkout-tooltip-content-position-top-mobile:after,
    .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 1px
    }
}

.abs-checkout-title,
.checkout-agreements-items .checkout-agreements-item-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary>.title,
.opc-wrapper .step-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    line-height: 48px;
    font-size: 26px;
}

.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
    font-weight: 400;
    padding-left: 4px
}

.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
    font-weight: 400
}

.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
    padding-right: 4px;
    text-align: right;
    white-space: nowrap
}

.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
    font-weight: 400
}

.abs-sidebar-totals .grand .amount,
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .amount,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark {
    padding-top: 20px
}

.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
    padding-right: 4px;
    text-align: right
}

.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
    font-weight: 500
}

.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
    margin-bottom: 10px
}

.abs-sidebar-totals .totals-tax-summary .amount,
.abs-sidebar-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark {
    border-top: 1px solid #b0b7c1;
    border-bottom: 1px solid #b0b7c1;
    cursor: pointer
}

.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
    display: block;
    text-decoration: none;
    padding-right: 25px;
    position: relative
}

.abs-sidebar-totals .totals-tax-summary .amount .price>span,
.cart-totals .totals-tax-summary .amount .price>span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: -5px;
    top: -12px
}

.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark {
    border-bottom: 0
}

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
    content: ""
}

.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
    display: none;
    border-bottom: 1px solid #b0b7c1
}

.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
    display: table-row
}

.abs-discount-block>.title,
.cart-summary .block>.title,
.paypal-review-discount .block>.title {
    border-top: 1px solid #b0b7c1;
    cursor: pointer;
    font-weight: 500;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    overflow: hidden;
    padding: 7px 30px 7px 5px;
    position: relative
}

.abs-discount-block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: -5px;
    top: 7px
}

.cart-summary .column.main .block>.title strong,
.column.main .abs-discount-block>.title strong,
.column.main .cart-summary .block>.title strong,
.column.main .paypal-review-discount .block>.title strong,
.paypal-review-discount .column.main .block>.title strong {
    font-size: 1.8rem;
    font-weight: 400
}

.abs-discount-block>.content,
.cart-summary .block>.content,
.paypal-review-discount .block>.content {
    display: none
}

.abs-discount-block.active>.title:after,
.cart-summary .active.block>.title:after,
.paypal-review-discount .active.block>.title:after {
    content: ""
}

.abs-discount-block.active>.content,
.cart-summary .active.block>.content,
.paypal-review-discount .active.block>.content {
    display: block
}

.fieldset {
    border: 0;
    margin: 0 0 24px;
    padding: 0;
    letter-spacing: -.31em
}

.fieldset>* {
    letter-spacing: normal
}

.fieldset>.legend {
    margin: 0 0 1.2rem;
    padding: 1.2rem 0;
    box-sizing: border-box;
    float: left;
    line-height: 2.4rem;
    font-size: 2rem
}

.fieldset>.legend+br {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.fieldset:last-child {
    margin-bottom: 0
}

.fieldset>.field,
.fieldset>.fields>.field {
    margin: 0 0 24px
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    margin: 0;
    display: inline-block
}

.fieldset>.field:last-child,
.fieldset>.fields>.field:last-child {
    margin-bottom: 0
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    font-weight: 500
}

.fieldset>.field>.label+br,
.fieldset>.fields>.field>.label+br {
    display: none
}

.fieldset>.field .choice,
.fieldset>.fields>.field .choice {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline
}

.fieldset>.field .choice input,
.fieldset>.fields>.field .choice input {
    margin-right: 1.2rem
}

.fieldset>.field .fields.group:after,
.fieldset>.field .fields.group:before,
.fieldset>.fields>.field .fields.group:after,
.fieldset>.fields>.field .fields.group:before {
    content: "";
    display: table
}

.fieldset>.field .fields.group:after,
.fieldset>.fields>.field .fields.group:after {
    clear: both
}

.fieldset>.field .fields.group .field,
.fieldset>.fields>.field .fields.group .field {
    box-sizing: border-box;
    float: left
}

.fieldset>.field .fields.group.group-2 .field,
.fieldset>.fields>.field .fields.group.group-2 .field {
    width: 50%!important
}

.fieldset>.field .fields.group.group-3 .field,
.fieldset>.fields>.field .fields.group.group-3 .field {
    width: 33.3%!important
}

.fieldset>.field .fields.group.group-4 .field,
.fieldset>.fields>.field .fields.group.group-4 .field {
    width: 25%!important
}

.fieldset>.field .fields.group.group-5 .field,
.fieldset>.fields>.field .fields.group.group-5 .field {
    width: 20%!important
}

.fieldset>.field .addon,
.fieldset>.fields>.field .addon {
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%
}

.fieldset>.field .addon input,
.fieldset>.field .addon select,
.fieldset>.field .addon textarea,
.fieldset>.fields>.field .addon input,
.fieldset>.fields>.field .addon select,
.fieldset>.fields>.field .addon textarea {
    -webkit-box-ordinal-group: 3;
    order: 2;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto
}

.fieldset>.field .addon .addafter,
.fieldset>.field .addon .addbefore,
.fieldset>.fields>.field .addon .addafter,
.fieldset>.fields>.field .addon .addbefore {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #b0b7c1;
    border-radius: 4px;
    font-size: 1.6rem;
    height: 4.8rem;
    line-height: 4.4rem;
    padding: 0 1.2rem;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 4;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto
}

.fieldset>.field .addon .addafter:disabled,
.fieldset>.field .addon .addbefore:disabled,
.fieldset>.fields>.field .addon .addafter:disabled,
.fieldset>.fields>.field .addon .addbefore:disabled {
    opacity: .5
}

.fieldset>.field .addon .addafter::-moz-placeholder,
.fieldset>.field .addon .addbefore::-moz-placeholder,
.fieldset>.fields>.field .addon .addafter::-moz-placeholder,
.fieldset>.fields>.field .addon .addbefore::-moz-placeholder {
    color: #999
}

.fieldset>.field .addon .addafter::-webkit-input-placeholder,
.fieldset>.field .addon .addbefore::-webkit-input-placeholder,
.fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder,
.fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder {
    color: #999
}

.fieldset>.field .addon .addafter:-ms-input-placeholder,
.fieldset>.field .addon .addbefore:-ms-input-placeholder,
.fieldset>.fields>.field .addon .addafter:-ms-input-placeholder,
.fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder {
    color: #999
}

.fieldset>.field .addon .addbefore,
.fieldset>.fields>.field .addon .addbefore {
    float: left;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.fieldset>.field .additional,
.fieldset>.fields>.field .additional {
    margin-top: 2.4rem
}

.fieldset>.field._required>.label:after,
.fieldset>.field.required>.label:after,
.fieldset>.fields>.field._required>.label:after,
.fieldset>.fields>.field.required>.label:after {
    content: "*";
    color: #e02b27;
    font-size: 1.5rem;
    margin: 0 0 0 5px
}

.fieldset>.field .note,
.fieldset>.fields>.field .note {
    font-size: 1.3rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none
}

.fieldset>.field .note:before,
.fieldset>.fields>.field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 13px;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.fieldset>.field.choice .label,
.fieldset>.fields>.field.choice .label {
    display: inline;
    font-weight: 400
}

.column:not(.main) .fieldset>.field .label,
.column:not(.main) .fieldset>.fields>.field .label {
    font-weight: 400
}

.fieldset>.field .field.choice,
.fieldset>.fields>.field .field.choice {
    margin-bottom: 10px
}

.fieldset>.field .field.choice:last-child,
.fieldset>.fields>.field .field.choice:last-child {
    margin-bottom: 0
}

.fieldset>.field input[type=file],
.fieldset>.fields>.field input[type=file] {
    margin: 5px 0
}

.legend+.fieldset,
.legend+div {
    clear: both
}

.legend strong {
    margin-left: 5px
}

fieldset.field {
    border: 0;
    padding: 0
}

.field.date .time-picker {
    display: inline-block;
    margin-top: 10px;
    white-space: nowrap
}

.field .message.warning {
    margin-top: 10px
}

.field-error,
div.mage-error[generated] {
    margin-top: 7px
}

.field-error {
    color: #e02b27;
    font-size: 1.3rem
}

.field .tooltip {
    position: relative
}

.field .tooltip .tooltip-content {
    background: #fff;
    max-width: 320px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #0072bd;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-left: 5px;
    left: 100%;
    top: 0
}

.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
    border: solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0
}

.field .tooltip .tooltip-content:after {
    border-width: 5px;
    border-color: transparent
}

.field .tooltip .tooltip-content:before {
    border-width: 6px;
    border-color: transparent
}

.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
    right: 100%
}

.field .tooltip .tooltip-content:after {
    border-right-color: #fff;
    margin-top: -5px;
    top: 15px
}

.field .tooltip .tooltip-content:before {
    border-right-color: #bbb;
    margin-top: -6px;
    top: 15px
}

.field .tooltip .tooltip-toggle {
    cursor: help
}

.field .tooltip .tooltip-toggle:focus+.tooltip-content,
.field .tooltip .tooltip-toggle:hover+.tooltip-content,
.field .tooltip:hover .tooltip-content {
    display: block
}

.field .tooltip .tooltip-content {
    min-width: 200px;
    white-space: normal
}

input:focus~.tooltip .tooltip-content,
select:focus~.tooltip .tooltip-content {
    display: block
}

._has-datepicker~.ui-datepicker-trigger {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    display: block;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle
}

._has-datepicker~.ui-datepicker-trigger:active,
._has-datepicker~.ui-datepicker-trigger:focus,
._has-datepicker~.ui-datepicker-trigger:hover {
    background: none;
    border: none
}

._has-datepicker~.ui-datepicker-trigger.disabled,
._has-datepicker~.ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

._has-datepicker~.ui-datepicker-trigger>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

._has-datepicker~.ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #52baff;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

._has-datepicker~.ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0
}

.sidebar .fieldset {
    margin: 0
}

.sidebar .fieldset .fields>.field:not(:last-child),
.sidebar .fieldset>.field:not(.choice):not(:last-child) {
    margin: 0 0 24px
}

.sidebar .fieldset .fields>.field .label,
.sidebar .fieldset>.field:not(.choice) .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%
}

.sidebar .fieldset .fields>.field .control,
.sidebar .fieldset>.field:not(.choice) .control {
    width: 100%
}

@media only screen and (min-width:768px) {
    .fieldset>.field {
        box-sizing: border-box;
        margin: 0 0 24px
    }
    .fieldset>.field>.label {
        margin: 0
    }
    .fieldset>.field:after,
    .fieldset>.field:before {
        content: "";
        display: table
    }
    .fieldset>.field:after {
        clear: both
    }
    .fieldset>.field.choice:before,
    .fieldset>.field.no-label:before {
        padding: 1.2rem 15px 0 0;
        width: 0;
        box-sizing: border-box;
        content: " ";
        height: 1px
    }
    .fieldset>.field .description {
        text-align: right;
        width: 0;
        float: left
    }
    .fieldset>.field .description,
    .fieldset>.field:not(.choice)>.label {
        padding: 1.2rem 15px 0 0;
        box-sizing: border-box
    }
    .fieldset>.field:not(.choice)>.control {
        width: 74.2%
    }
    .form .recaptcha {
        margin-left: 0;
        margin-top: 0
    }
}

.columns {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

.columns:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.columns .column {
    max-width: 100%
}

.columns .column.main {
    padding-bottom: 4.8rem
}

.columns .sidebar-additional {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    order: 2
}

html.ie8 .page-products .columns,
html.ie9 .page-products .columns,
html.ie10 .page-products .columns {
    z-index: 0
}

.containment {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--theme-content-max-width);
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}


/*
.page-main{
    padding-left: 16px;
    padding-right: 16px;
}
@media only screen and (min-width:768px) {
    .page-main {
        padding-left: 0;
        padding-right: 0;
    }
}
*/

@media only screen and (max-width:768px) {
    .block.category.event,
    .breadcrumbs,
    .containment,
    .header.content,
    .navigation,
    .page-header .header.panel,
    .page-main,
    .page-wrapper>.page-bottom,
    .page-wrapper>.widget,
    .top-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .account .page-main,
    .cms-privacy-policy .page-main {
        padding-top: 41px;
        position: relative
    }
}

@media only screen and (min-width:768px) {
    .block.category.event,
    .breadcrumbs,
    .footer.content,
    .header.content,
    .navigation,
    .page-header .header.panel,
    .page-main,
    .page-wrapper>.page-bottom,
    .page-wrapper>.widget,
    .top-container {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: var(--theme-content-max-width);
        padding-left: var(--theme-content-horizontal-padding);
        padding-right: var(--theme-content-horizontal-padding);
        width: 100%;
    }
    .page-main {
        width: 100%;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: auto
    }
    .ie9 .page-main {
        width: auto
    }
    .column.main {
        min-height: 300px
    }
    .page-layout-1column .column.main {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .page-layout-3columns .column.main {
        width: 50%;
        display: inline-block;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .page-layout-2columns-left .column.main {
        width: 75%;
        float: right;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .page-layout-2columns-right .column.main {
        width: 75%;
        float: left;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .sidebar-main {
        padding-right: 2%
    }
    .page-layout-2columns-left .sidebar-main,
    .page-layout-2columns-right .sidebar-main,
    .page-layout-3columns .sidebar-main {
        width: 25%;
        float: left;
        -webkit-box-ordinal-group: 2;
        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: 25%;
        float: right;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .page-layout-2columns-left .sidebar-additional,
    .page-layout-2columns-right .sidebar-additional {
        width: 25%;
        float: right;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .page-layout-2columns-left .sidebar-additional {
        clear: left;
        float: left;
        padding-left: 0;
        padding-right: 2%
    }
    .page-layout-1column-full-width .block.category.event,
    .page-layout-1column-full-width .breadcrumbs,
    .page-layout-1column-full-width .page-main,
    .page-layout-1column-full-width .page-wrapper>.page-bottom,
    .page-layout-1column-full-width .page-wrapper>.widget,
    .page-layout-1column-full-width .top-container {
        max-width: none
    }
    .panel.header {
        padding: 10px 20px
    }
}

@media only screen and (min-width:1280px) {
    .page-layout-1column .column.main {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .page-layout-3columns .column.main {
        width: 50%;
        display: inline-block;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .page-layout-2columns-left .column.main {
        width: 75%;
        float: right;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .page-layout-2columns-right .column.main {
        width: 75%;
        float: left;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .page-layout-2columns-left.cms-page-view .column.main {
        width: 62.5%;
        float: right;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .page-layout-2columns-left .sidebar-main,
    .page-layout-2columns-right .sidebar-main,
    .page-layout-3columns .sidebar-main {
        width: 25%;
        float: left;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .page-layout-2columns-left.cms-page-view .sidebar-main {
        width: 37.5%;
        float: right;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .page-layout-3columns .sidebar-additional {
        width: 25%;
        float: right;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .page-layout-2columns-left .sidebar-additional,
    .page-layout-2columns-right .sidebar-additional {
        width: 25%;
        float: right;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .page-layout-2columns-left.cms-page-view .sidebar-additional {
        width: 37.5%;
        float: right;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .page-layout-2columns-left .sidebar-additional {
        clear: left;
        float: left;
        padding-left: 0;
        padding-right: 2%
    }
}

.load.indicator {
    background-color: hsla(0, 0%, 100%, .5);
    z-index: 9999;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    position: absolute
}

.load.indicator:before {
    background: transparent url(../images/loader-2.gif) no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    padding: inherit;
    width: 160px;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.load.indicator>span {
    display: none
}

.loading-mask {
    background: hsla(0, 0%, 100%, .5)
}

.loading-mask,
.loading-mask .loader>img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.loading-mask .loader>p {
    display: none
}

body>.loading-mask {
    z-index: 9999
}

._block-content-loading,
.message.info {
    position: relative
}

.message.info {
    border-radius: 4px;
    margin: 0 0 24px;
    display: block;
    line-height: 2.4rem;
    font-size: 1.5rem;
    background: #fed52f;
    color: #333;
    padding: 1.2rem 1.2rem 1.2rem 40px
}

.message.info a,
.message.info a:active,
.message.info a:hover {
    color: #333
}

.message.info>:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #c07600;
    content: "";
    font-family: var(--theme-icon-font);
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 50%;
    width: 40px;
    position: absolute;
    text-align: center
}

.message.error {
    border-radius: 4px;
    margin: 0 0 5px;
    display: block;
    line-height: 16px;
    font-size: 14px;
    background: #e02b27;
    color: #fae5e5;
    padding: 1.2rem 1.2rem 1.2rem 40px;
    position: relative;
}

.cart.item.message.error,
.cart.item.message.notice {
    width: 300px;
    font-size: 14px;
    margin: 0 0 5px
}

.message.error a,
.message.error a:active,
.message.error a:hover {
    color: #fae5e5
}

.message.error>:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #fae5e5;
    content: "";
    font-family: var(--theme-icon-font);
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 50%;
    width: 40px;
    position: absolute;
    text-align: center
}

.message.warning {
    border-radius: 4px;
    margin: 0 0 24px;
    display: block;
    line-height: 24px;
    font-size: 15px;
    background: #fed52f;
    color: #333;
    padding: 1.2rem 1.2rem 1.2rem 40px;
    position: relative
}

.message.warning a,
.message.warning a:active,
.message.warning a:hover {
    color: #333
}

.message.warning>:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #c07600;
    content: "";
    font-family: var(--theme-icon-font);
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 50%;
    width: 40px;
    position: absolute;
    text-align: center
}

.message.notice {
    border-radius: 4px;
    margin: 0 0 24px;
    display: block;
    line-height: 24px;
    font-size: 15px;
    background: #fed52f;
    color: #333;
    padding: 1.2rem 1.2rem 1.2rem 40px;
    position: relative
}

.message.notice a,
.message.notice a:active,
.message.notice a:hover {
    color: #333
}

.message.notice>:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #c07600;
    content: "";
    font-family: var(--theme-icon-font);
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 50%;
    width: 40px;
    position: absolute;
    text-align: center
}

.message.success {
    border-radius: 4px;
    margin: 0 0 24px;
    display: block;
    line-height: 2.4rem;
    font-size: 1.5rem;
    background: #0072bd;
    color: #e5efe5;
    padding: 1.2rem 1.2rem 1.2rem 40px;
    position: relative
}

.message.success a,
.message.success a:active,
.message.success a:hover {
    color: #e5efe5
}

.message.success>:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #006400;
    content: "";
    font-family: var(--theme-icon-font);
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 50%;
    width: 40px;
    position: absolute;
    text-align: center
}

.nav-toggle-wrapper {
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 16px;
    position: absolute;
    top: 16px;
    z-index: 5
}

.nav-toggle-wrapper .nav-toggle {
    cursor: pointer;
    display: block;
    height: 19px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    width: 24px
}

.nav-toggle-wrapper .nav-toggle span {
    background: #000;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    width: 24px
}

.nav-toggle-wrapper .nav-toggle span.middle {
    top: 8px
}

.nav-toggle-wrapper .nav-toggle span.bottom {
    top: 16px
}

.navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative
}

.navigation .parent .level-top.ui-state-active:after,
.navigation .parent .level-top.ui-state-focus:after {
    content: ""
}

@media only screen and (max-width:767px) {
    .page-header {
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 98
    }
    .navigation {
        padding: 0
    }
    .nav-sections {
        color: #fff;
        height: 100%;
        left: -100%;
        position: fixed;
        top: 0;
        -webkit-transition: left .3s;
        transition: left .3s;
        width: 100%;
    }
    .nav-sections .ui-dialog {
        width: auto;
    }
    .nav-sections .header.links {
        margin: 0;
        padding: 0;
        list-style: none none
    }
    .nav-sections .header.links li {
        display: block;
        font-size: 1.6rem;
        margin: 0
    }
    .nav-sections .header.links li.greet.welcome {
        border-top: 1px solid #d1d1d1;
        padding: .8rem 20px
    }
    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        padding: 1.2rem 10px
    }
    .nav-sections .header.links a:hover:not(.no-display),
    .nav-sections .header.links a:not(.no-display) {
        display: block
    }
    .nav-sections .header.links .header.links {
        border: 0
    }
    .nav-before-open,
    .nav-before-open body {
        height: 100%;
        width: 100%
    }
    .nav-before-open body {
        overflow: hidden;
        position: fixed
    }
    .nav-before-open .page-wrapper {
        left: 0;
        -webkit-transition: left .3s;
        transition: left .3s;
        height: 100%;
        overflow: hidden;
        position: relative
    }
    .nav-open .page-wrapper {
        left: 100%;
    }
    .nav-open .nav-sections {
        left: 0;
        z-index: 99;
    }
    .nav-sections-items {
        position: relative;
        z-index: 1
    }
    .nav-sections-items:after,
    .nav-sections-items:before {
        content: "";
        display: table
    }
    .nav-sections-items:after {
        clear: both
    }
    .nav-sections-item-title {
        background: #0063a4;
        border: solid #00538a;
        border-width: 0 0 1px 1px;
        box-sizing: border-box;
        float: left;
        height: 53px;
        line-height: 3.6rem;
        padding-top: 10px;
        text-align: center;
        width: 33.33%
    }
    .nav-sections-item-title:first-of-type {
        border-width: 0 0 1px
    }
    .nav-sections-item-title:last-of-type {
        width: 67.67%
    }
    .nav-sections-item-title.active {
        background: transparent;
        border-bottom: 0
    }
    .nav-sections-item-title .nav-sections-item-switch:hover {
        text-decoration: none
    }
    .nav-sections-item-title a,
    .nav-sections-item-title a:active,
    .nav-sections-item-title a:focus,
    .nav-sections-item-title a:hover {
        color: #fff
    }
    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        padding: 0 0 24px;
        width: 100%
    }
    .nav-sections-item-content:after,
    .nav-sections-item-content:before {
        content: "";
        display: table
    }
    .nav-sections-item-content:after {
        clear: both
    }
    .nav-sections-item-content.active {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .nav-toggle-wrapper {
        display: none
    }
    .nav-sections {
        flex-shrink: 0;
        flex-basis: auto
    }
    .nav-sections-item-content>*,
    .nav-sections-item-title {
        display: none
    }
    .nav-sections-item-content>.navigation {
        display: block
    }
    .navigation {
        background: #0072bd;
        border: "";
        font-size: "";
        font-weight: 500;
        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;
        font-weight: 400;
    }
    .navigation ul:after,
    .navigation ul:before {
        content: "";
        display: table;
    }
    .navigation ul:after {
        clear: both;
    }
    .navigation li.level0 {
        border-top: none;
    }
    .navigation .level0 {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: inline-block;
        margin: 0;
        position: relative
    }
    .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0
    }
    .navigation .level0>.level-top {
        background: "";
        border: "";
        color: #fff;
        line-height: 40px;
        padding: 0 10px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative
    }
    .navigation .level0>.level-top.ui-state-active,
    .navigation .level0>.level-top.ui-state-focus,
    .navigation .level0>.level-top:hover {
        background: #fff;
        border: "";
        color: #333;
        text-decoration: none
    }
    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        background: "";
        border: 0 solid #fff;
        color: #fff;
        text-decoration: none;
        display: inline-block
    }
    .navigation .level0.active>.level-top.ui-state-active,
    .navigation .level0.active>.level-top.ui-state-focus,
    .navigation .level0.active>.level-top:hover,
    .navigation .level0.has-active>.level-top.ui-state-active,
    .navigation .level0.has-active>.level-top.ui-state-focus,
    .navigation .level0.has-active>.level-top:hover {
        color: #333
    }
    .navigation .level0.parent:hover>.submenu {
        overflow: visible!important
    }
    .navigation .level0 .submenu {
        background: #fff;
        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:after,
    .navigation .level0 .submenu>ul:before {
        content: "";
        display: block;
        overflow: hidden;
        position: absolute
    }
    .navigation .level0 .submenu>ul:before {
        color: #fff;
        left: 20px;
        top: -20px;
        height: 0;
        width: 0;
        border: 10px solid transparent;
        border-bottom-color: #fff;
        z-index: 4
    }
    .navigation .level0 .submenu>ul:after {
        height: 0;
        width: 0;
        border: 11px solid transparent;
        border-bottom-color: #b0b7c1;
        color: #b0b7c1;
        left: 19px;
        top: -22px;
        z-index: 3
    }
    .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        background: "";
        border: "";
        color: #333;
        padding: 0;
        -webkit-text-decoration: "";
        text-decoration: ""
    }
    .navigation .level0 .submenu a.ui-state-focus,
    .navigation .level0 .submenu a:hover {
        background: none;
        border: "";
        color: #333;
        text-decoration: none
    }
    .navigation .level0 .submenu .active>a {
        background: "";
        border: 0 transparent;
        color: "";
        -webkit-text-decoration: "";
        text-decoration: ""
    }
    .navigation .level0 .submenu .submenu {
        top: 0!important;
        left: 100%!important
    }
    .navigation .level0 .submenu .submenu-reverse {
        left: auto!important;
        right: 100%
    }
    .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: 22966px;
        line-height: inherit;
        color: #0072bd;
        content: "";
        font-family: var(--theme-icon-font);
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .navigation .level0.more:before {
        display: none
    }
    .navigation .level0.more:after {
        cursor: pointer;
        padding: 8px 12px;
        position: relative;
        z-index: 1
    }
    .navigation .level0.more:hover>.submenu {
        overflow: visible!important
    }
    .navigation .level0.more li {
        display: block
    }
    .navigation .parent .level-top {
        overflow: hidden;
        padding-right: 10px
    }
    .navigation .parent .level-top:after {
        float: right;
        font-size: 16px;
        line-height: inherit;
        position: relative;
        right: auto;
        top: .2rem
    }
}

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

.pages .items {
    font-size: 0;
    letter-spacing: -1px;
    line-height: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500
}

.pages .item {
    font-size: 1.5rem;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 2.4rem;
    margin: 0 2px 0 0;
    display: -webkit-box;
    display: flex
}

.pages .item .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.pages a.page {
    color: #3d3c3d;
    display: -webkit-box;
    display: flex;
    padding: 0 6px;
    text-decoration: none
}

.pages a.page:visited {
    color: #3d3c3d
}

.pages a.page:hover {
    color: #0072bd;
    text-decoration: none
}

.pages a.page:active {
    color: #0072bd
}

.pages strong.page {
    font-size: 1.5rem;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 2.4rem;
    color: #0072bd;
    display: -webkit-box;
    display: flex;
    font-weight: 500;
    padding: 0 6px
}

.pages .action {
    border: 1px solid #b0b7c1;
    color: #595959;
    display: -webkit-box;
    display: flex;
    padding: 0;
    text-decoration: none
}

.pages .action:visited {
    color: #595959
}

.pages .action:hover {
    color: #595959;
    text-decoration: none
}

.pages .action:active {
    color: #595959
}

.pages .action.next {
    display: inline-block;
    text-decoration: none
}

.pages .action.next:visited:before {
    color: #595959
}

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

.pages .action.next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 3.2rem;
    color: #595959;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.pages .action.next:active:before,
.pages .action.next:hover:before {
    color: #595959
}

.pages .action.previous {
    display: inline-block;
    text-decoration: none
}

.pages .action.previous:visited:before {
    color: #595959
}

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

.pages .action.previous:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 3.2rem;
    color: #595959;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.pages .action.previous:active:before,
.pages .action.previous:hover:before {
    color: #595959
}

.pages .action {
    width: 34px
}

.pages .action.previous {
    margin-right: 12px
}

.pages .action.next {
    margin-left: 12px
}

.ui-dialog.popup .action.close {
    position: absolute;
    height: 40px;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1001;
    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;
    text-transform: none;
    font-weight: 400
}

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

.ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: inherit;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.ui-dialog.popup .action.close:active:before,
.ui-dialog.popup .action.close:hover:before {
    color: inherit
}

.ui-dialog.popup .action.close:active,
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:hover {
    background: none;
    border: none
}

.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.popup-pointer {
    margin-left: -14px;
    position: absolute;
    top: -14px
}

.popup-pointer:after,
.popup-pointer:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid
}

.popup-pointer:before {
    left: 2px;
    top: 2px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    z-index: 99
}

.popup-pointer:after {
    left: 1px;
    top: 0;
    border: 7px solid transparent;
    border-bottom-color: #b0b7c1;
    z-index: 98
}

@media only screen and (min-width:640px) {
    .ui-dialog.popup {
        width: 420px
    }
}

.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
    display: inline
}

.price-excluding-tax,
.price-including-tax {
    font-size: 18px;
    line-height: 1
}

.price-excluding-tax .price,
.price-including-tax .price {
    font-weight: 500
}

.price-including-tax+.price-excluding-tax,
.weee[data-label] {
    font-size: 18px
}

.price-including-tax+.price-excluding-tax:before,
.weee[data-label]:before {
    content: attr(data-label) ": ";
    font-size: 14px
}

.price-including-tax+.price-excluding-tax .price,
.weee[data-label] .price {
    font-size: 14px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

nav ol,
nav ul {
    list-style: none none
}

img {
    border: 0
}

embed,
img,
object,
video {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0
}

abbr[title] {
    border-bottom: 1px dotted #b0b7c1;
    cursor: help
}

b,
strong {
    font-weight: 500
}

em,
i {
    font-style: italic
}

mark {
    background: #cdd3df;
    color: #00060b
}

.small,
small {
    font-size: 13px
}

hr {
    border: 0;
    border-top: 1px solid #b0b7c1;
    margin-bottom: 20px;
    margin-top: 20px
}

sub,
sup {
    font-size: 73.33333%
}

h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    color: #0072bd;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.alink,
a {
    color: #3d3c3d;
    text-decoration: none
}

.alink:active,
.alink:hover,
a:active,
a:hover {
    text-decoration: underline
}

.alink:active,
a:active {
    color: #0072bd
}

dl,
dt {
    margin-bottom: 0;
    margin-top: 0
}

dt {
    font-weight: 500
}

dd {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0
}

code,
kbd,
pre,
samp {
    font-family: Courier New, monospace
}

code {
    white-space: nowrap
}

code,
kbd {
    padding: 2px 4px
}

code,
kbd,
pre {
    background: #cdd3df;
    color: #004878;
    font-size: 1.3rem
}

pre {
    border: 1px solid #b0b7c1;
    line-height: 2.4rem;
    margin: 0 0 10px;
    padding: 10px;
    display: block;
    word-wrap: break-word
}

pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap
}

blockquote {
    border-left: 0 solid #b0b7c1;
    margin: 0 0 20px 40px;
    padding: 0;
    color: #333;
    font-style: italic;
    font-weight: 400;
    line-height: 2.4rem;
    font-size: 1.5rem
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    color: #0072bd;
    line-height: 2.4rem;
    font-size: 1.1rem;
    display: block
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "— "
}

blockquote cite {
    font-style: normal
}

blockquote:after,
blockquote:before {
    content: ""
}

q {
    quotes: none
}

q:after,
q:before {
    content: "";
    content: none
}

cite {
    font-style: normal
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

table th {
    text-align: left;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th {
    vertical-align: top;
}

table>thead>tr>td,
table>thead>tr>th {
    vertical-align: bottom;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    padding: 5px 10px;
}

.cart.table-wrapper .actions-toolbar>.action,
button {
    background-image: none;
    background: #000;
    border: .2rem solid #000;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 1.5rem;
    line-height: 4.4rem;
    box-sizing: border-box;
    vertical-align: middle
}

.cart.table-wrapper .actions-toolbar>.action:active,
.cart.table-wrapper .actions-toolbar>.action:focus,
.cart.table-wrapper .actions-toolbar>.action:hover,
button:active,
button:focus,
button:hover {
    background: #080808;
    border: .2rem solid #000;
    color: #fff
}

.cart.table-wrapper .actions-toolbar>.action[disabled],
.cart.table-wrapper .actions-toolbar>.disabled.action,
.cart.table-wrapper fieldset[disabled] .actions-toolbar>.action,
button.disabled,
button[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action,
fieldset[disabled] button {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.cart.table-wrapper .actions-toolbar>.action::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.product.data.items {
    padding: 0;
    margin: 0 0 20px;
}

.product.data.items>.item.title {
    box-sizing: border-box;
    float: left;
    width: auto;
}

.product.data.items>.item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
}

.product.data.items>.item.content:after,
.product.data.items>.item.content:before {
    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 0 5px
}

.product.data.items>.item.title>.switch {
    background: none;
    border: 1px solid #b0b7c1;
    height: 2.2rem;
    padding: 0 20px;
    font-weight: 500;
    line-height: 2.2rem;
    font-size: 1.7rem;
    color: #595959;
    text-decoration: none
}

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

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

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

.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover,
.product.data.items>.item.title:not(.disabled)>.switch:active {
    background: none;
    padding-bottom: 0
}

.product.data.items>.item.content {
    border: 1px solid #b0b7c1;
    margin: 0 0 5px;
    padding: 2.4rem 20px
}

.sectiontitle {
    line-height: 2.4rem;
    font-size: 1.7rem;
    margin-top: 0;
    margin-bottom: 2.4rem;
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
}

@media only screen and (min-width:768px) {
    .product.data.items {
        position: relative;
        z-index: 1
    }
    .product.data.items:after,
    .product.data.items:before {
        content: "";
        display: table
    }
    .product.data.items:after {
        clear: both
    }
    .product.data.items>.item.title {
        float: left;
        width: auto
    }
    .product.data.items>.item.title>.switch {
        display: block;
        position: relative;
        z-index: 2
    }
    .product.data.items>.item.content {
        box-sizing: border-box;
        width: 100%
    }
    .product.data.items>.item.content:after,
    .product.data.items>.item.content:before {
        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:hover {
        color: #595959;
        text-decoration: none
    }
    .product.data.items>.item.title>.switch:active {
        color: #333;
        text-decoration: none
    }
    .product.data.items>.item.title:not(.disabled)>.switch:focus,
    .product.data.items>.item.title:not(.disabled)>.switch:hover {
        background: none
    }
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover,
    .product.data.items>.item.title:not(.disabled)>.switch:active {
        background: none;
        color: #333
    }
    .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: 1px
    }
    .product.data.items>.item.content {
        background: #fff;
        margin-top: 0;
        padding: 2.4rem 20px;
        border: 0;
        border: none;
        padding: 1.2rem 0
    }
}

.table-wrapper {
    margin-bottom: 2.4rem
}

table>caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.table:not(.cart):not(.totals),
.table:not(.cart):not(.totals)>tbody>tr>td,
.table:not(.cart):not(.totals)>tbody>tr>th,
.table:not(.cart):not(.totals)>tfoot>tr>td,
.table:not(.cart):not(.totals)>tfoot>tr>th,
.table:not(.cart):not(.totals)>thead>tr>td,
.table:not(.cart):not(.totals)>thead>tr>th {
    border: none
}

.table:not(.cart):not(.totals)>thead>tr>td,
.table:not(.cart):not(.totals)>thead>tr>th {
    border-bottom: 1px solid #b0b7c1
}

.table:not(.cart):not(.totals) tfoot>tr:first-child td,
.table:not(.cart):not(.totals) tfoot>tr:first-child th {
    border-top: 1px solid #b0b7c1;
    padding-top: 20px
}

.table:not(.cart):not(.totals) tfoot .mark {
    font-weight: 400;
    text-align: right
}

@media only screen and (max-width:639px) {
    .table-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        position: relative
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
        border: none;
        display: block
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>thead>tr>th {
        display: none
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr {
        display: block
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th {
        border-bottom: none;
        display: block;
        padding: .6rem
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td:before,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th:before {
        padding-right: 10px;
        content: attr(data-th) ": ";
        display: inline-block;
        color: #202020;
        font-weight: 500
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:first-child {
        padding-top: 20px
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:last-child {
        padding-bottom: 20px
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
        border: none;
        padding: 0 0 5px
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
        display: block
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th {
        padding-top: 20px
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
        box-sizing: border-box;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        width: 70%
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
        box-sizing: border-box;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: right;
        width: 30%
    }
    .data-table-definition-list thead {
        display: none
    }
    .data-table-definition-list tbody th {
        padding-bottom: 0
    }
    .data-table-definition-list tbody td,
    .data-table-definition-list tbody th {
        display: block;
        padding-left: 0;
        padding-right: 0
    }
}

.tooltip.wrapper {
    position: relative
}

.tooltip.wrapper .tooltip.content {
    background: #fff;
    max-width: 320px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #0072bd;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-top: 5px;
    left: 0;
    top: 100%
}

.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
    border: solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0
}

.tooltip.wrapper .tooltip.content:after {
    border-width: 5px;
    border-color: transparent
}

.tooltip.wrapper .tooltip.content:before {
    border-width: 6px;
    border-color: transparent
}

.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
    bottom: 100%
}

.tooltip.wrapper .tooltip.content:after {
    border-bottom-color: #fff;
    left: 15px;
    margin-left: -5px
}

.tooltip.wrapper .tooltip.content:before {
    border-bottom-color: #bbb;
    left: 15px;
    margin-left: -6px
}

.tooltip.wrapper .tooltip.toggle {
    cursor: help
}

.tooltip.wrapper .tooltip.toggle:focus+.tooltip.content,
.tooltip.wrapper .tooltip.toggle:hover+.tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
    display: block
}

.tooltip.wrapper .tooltip.content dl {
    margin-bottom: 0
}

.tooltip.wrapper .tooltip.content dd {
    white-space: normal
}

.tooltip.wrapper .tooltip.content .subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.tooltip.wrapper .tooltip.content .label {
    margin-top: 10px
}

.tooltip.wrapper .tooltip.content .label:first-child {
    margin-top: 0
}

.tooltip.wrapper .tooltip.content .values {
    margin: 0
}

.ui-tooltip {
    position: absolute;
    z-index: 9999
}

@media only screen and (max-width:479px) {
    .tooltip.wrapper .tooltip.content {
        min-width: 10rem
    }
}

.items {
    margin: 0;
    padding: 0;
    list-style: none none
}

body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%
}

body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000
}

.modals-overlay {
    z-index: 1000;
    background-color: rgba(51, 51, 51, .5)
}

.modal-popup,
.modal-slide,
.modals-overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.modal-popup,
.modal-slide {
    min-width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease
}

.modal-popup._show,
.modal-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.modal-popup._show .modal-inner-wrap,
.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-popup .modal-inner-wrap,
.modal-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, .35);
    opacity: 1;
    pointer-events: auto
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    padding: 0;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
    margin: 25px
}

.modal-custom .action-close:active,
.modal-custom .action-close:focus,
.modal-custom .action-close:hover,
.modal-popup .action-close:active,
.modal-popup .action-close:focus,
.modal-popup .action-close:hover,
.modal-slide .action-close:active,
.modal-slide .action-close:focus,
.modal-slide .action-close:hover {
    background: none;
    border: none
}

.modal-custom .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close.disabled,
.modal-popup .action-close[disabled],
.modal-slide .action-close.disabled,
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.modal-custom .action-close>span,
.modal-popup .action-close>span,
.modal-slide .action-close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #8f8f8f;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
    color: #00538a
}

.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
    color: inherit
}

.modal-slide {
    left: 44px;
    z-index: 900
}

.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: auto
}

.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.modal-slide._inner-scroll .modal-footer,
.modal-slide._inner-scroll .modal-header {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0
}

.modal-slide._inner-scroll .modal-content {
    overflow-y: auto
}

.modal-slide._inner-scroll .modal-footer {
    margin-top: auto
}

.modal-slide .action-close {
    padding: 2.1rem 3rem
}

.modal-slide .page-main-actions {
    margin-bottom: 2.1rem;
    margin-top: 2.1rem
}

.modal-slide .modal-content,
.modal-slide .modal-footer,
.modal-slide .modal-header {
    padding: 0 2.6rem 2.6rem
}

.modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem
}

.modal-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto
}

.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.modal-popup._inner-scroll {
    overflow-y: visible
}

.ie9 .modal-popup._inner-scroll,
.ie10 .modal-popup._inner-scroll,
.ie11 .modal-popup._inner-scroll {
    overflow-y: auto
}

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%
}

.ie9 .modal-popup._inner-scroll .modal-inner-wrap,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none
}

.modal-popup._inner-scroll .modal-content {
    overflow-y: auto
}

.modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word
}

.modal-popup .action-close {
    padding: 10px
}

.modal-popup .modal-content,
.modal-popup .modal-footer,
.modal-popup .modal-header {
    padding-left: 3rem;
    padding-right: 3rem
}

.modal-popup .modal-footer,
.modal-popup .modal-header {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0
}

.modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem
}

.modal-popup .modal-footer-actions {
    text-align: right
}

@media only screen and (max-width:767px) {
    .modal-popup.modal-slide {
        left: 44px;
        z-index: 900
    }
    .modal-popup.modal-slide._show .modal-inner-wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .modal-popup.modal-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        width: auto;
        margin: 0;
        max-height: none
    }
    .custom-slide {
        bottom: 0;
        left: 0;
        min-width: 0;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s .3s, opacity .3s ease;
        transition: visibility 0s .3s, opacity .3s ease;
        left: 44px;
        z-index: 900
    }
    .custom-slide._show {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease
    }
    .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    .custom-slide .modal-inner-wrap {
        background-color: #fff;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, .35);
        opacity: 1;
        pointer-events: auto
    }
    .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .custom-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        width: auto
    }
    .custom-slide._show {
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto
    }
    .custom-slide .modal-inner-wrap {
        background-color: #f4f4f4;
        box-sizing: border-box;
        height: auto;
        min-height: 100%
    }
    body._has-modal-custom {
        height: 100vh;
        overflow: hidden;
        width: 100vw
    }
    body._has-modal-custom .modal-custom-overlay {
        background-color: rgba(51, 51, 51, .5)
    }
}

@media only screen and (max-width:768px) {
    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #f4f4f4
    }
    .modal-popup.modal-slide._inner-scroll._show {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto;
        min-height: 100%
    }
    .modal-popup .modal-title {
        font-size: 15px;
        font-weight: 500
    }
}

@media only screen and (min-width:769px) {
    .modal-popup.modal-slide .modal-footer {
        border-top: 1px solid #c1c1c1;
        text-align: right
    }
}

[class*=-align-] {
    display: -webkit-box;
    display: flex
}

[class*=horizontal-align-left] {
    align-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

[class*=horizontal-align-left]>* {
    align-self: flex-start
}

[class*=horizontal-align-center] {
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

[class*=horizontal-align-center]>* {
    align-self: center
}

[class*=horizontal-align-right] {
    align-content: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

[class*=horizontal-align-right]>* {
    align-self: flex-end
}

[class*=vertical-align-top] {
    align-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start
}

[class*=vertical-align-center] {
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
}

[class*=vertical-align-bottom] {
    align-content: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.bx-wrapper {
    padding: 0 40px
}

.bx-wrapper .bx-has-pager {
    padding-bottom: 4.8rem
}

.bx-loading {
    background: transparent url(../images/loader-2.gif) no-repeat 50% 50%
}

.bx-wrapper .bx-prev:before {
    font-size: 40px
}

.bx-wrapper .bx-next:before {
    font-size: 40px;
    line-height: 40px
}

.bx-wrapper .bx-controls-direction a {
    height: 40px;
    width: 40px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    width: 40px
}

.content-slider .gutter {
    display: block;
    height: 0;
    width: 20px
}

.content-slider .bxslider {
    background: transparent url(../images/loader-2.gif) no-repeat 50% 50%;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0
}

.content-slider .bxslider.loaded {
    background: none;
    height: auto
}

.content-slider .bxslider.loaded .slide {
    visibility: visible
}

.content-slider .bxslider .slide {
    flex-basis: 25%;
    text-align: left;
    visibility: hidden
}

.content-slider .bxslider .slide:last-of-type {
    margin-right: 0
}

.content-slider .bx-viewport .bxslider .slide {
    flex-basis: auto
}

.content-slider .image {
    text-align: center
}

.content-slider .image img {
    display: inline-block;
    max-height: 100%
}

.qty-control {
    display: inline-block;
    position: relative;
    white-space: nowrap
}

.qty-control:after,
.qty-control:before {
    content: "";
    display: table
}

.qty-control:after {
    clear: both
}

.qty-control .input-text.qty {
    height: 44px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.qty-control .input-text.qty.mage-error {
    border-color: #fae5e5;
    color: #fae5e5
}

.qty-control .qty-button {
    background: #000;
    border-color: #000;
    height: 4.8rem;
    line-height: 4.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (min-width:768px) {
    .qty-control .qty-button:hover {
        background: #0d0d0d;
        border-color: #0d0d0d
    }
}

.qty-control .qty-button:not(.disabled) {
    cursor: pointer
}

.qty-control .mage-error[generated] {
    border-radius: 4px;
    padding: 1.2rem;
    display: block;
    line-height: 2.4rem;
    font-size: 1.5rem;
    background: #e02b27;
    color: #fae5e5;
    font-size: 11px;
    left: 50%;
    margin: 1.2rem 0 0 -100%;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 200%;
    white-space: normal
}

.qty-control .mage-error[generated] a,
.qty-control .mage-error[generated] a:active,
.qty-control .mage-error[generated] a:hover {
    color: #fae5e5
}

.block-banners-inline .banner-item,
.block-banners .banner-item {
    display: block
}

.block-banners-inline .banner-item-content,
.block-banners .banner-item-content {
    margin-bottom: 2.4rem
}

.block-banners-inline .banner-item-content img,
.block-banners .banner-item-content img {
    display: block;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .payment-method-braintree .cvv .field-tooltip {
        left: 6rem
    }
}

.payment-method-braintree .hosted-control {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #b0b7c1;
    border-radius: 4px;
    font-size: 1.6rem;
    height: 4.8rem;
    line-height: 4.4rem;
    padding: 0 1.2rem;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    width: 225px
}

.payment-method-braintree .hosted-control:disabled {
    opacity: .5
}

.payment-method-braintree .hosted-control::-moz-placeholder {
    color: #999
}

.payment-method-braintree .hosted-control::-webkit-input-placeholder {
    color: #999
}

.payment-method-braintree .hosted-control:-ms-input-placeholder {
    color: #999
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
    border-color: #006bb4
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
    border-color: #fae5e5
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error {
    height: auto;
    opacity: 1
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
    border-color: #e5efe5
}

.payment-method-braintree .hosted-control.hosted-cid {
    width: 5rem
}

.payment-method-braintree .hosted-control.hosted-date {
    float: left;
    margin-bottom: 7px;
    width: 6rem
}

.payment-method-braintree .hosted-control.hosted-date:first-of-type {
    margin-right: 50px
}

.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
    content: "/";
    display: inline;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    right: -25px;
    top: 5px
}

.payment-method-braintree .field-tooltip {
    right: 0
}

.payment-method-braintree .hosted-error {
    clear: both;
    color: #fae5e5;
    font-size: 1.2rem;
    height: 0;
    margin-top: 7px;
    opacity: 0
}

.braintree-paypal-logo {
    margin-top: 10px;
    text-align: center
}

.braintree-paypal-account {
    padding: 15px 0 15px 50px;
    position: relative;
    display: inline-block
}

.braintree-paypal-account:before {
    background-image: url(../Magento_Braintree/images/paypal-small.png);
    background-position-x: 0;
    background-position-y: 0;
    line-height: 16px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    margin: ""
}

@media only screen and (min-width:768px) {
    .braintree-paypal-account {
        border-color: #ccc;
        border-style: solid;
        border-width: 1px 0;
        display: inline-block;
        width: 50%
    }
}

.braintree-paypal-account:before {
    left: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.braintree-paypal-account .payment-method-type {
    font-weight: 500
}

.braintree-paypal-account .payment-method-description {
    color: #575757
}

.braintree-paypal-fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.action-braintree-paypal-logo {
    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;
    text-transform: none;
    font-weight: 400
}

.action-braintree-paypal-logo:active,
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:hover {
    background: none;
    border: none
}

.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.action-braintree-paypal-logo img {
    margin: 0;
    width: 114px
}

.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
    margin-left: 0
}

.account .table .col.paypal-account+.actions,
.account .table .col.paypal-account img {
    vertical-align: middle
}

@media only screen and (min-width:768px) {
    .account .table-credit-cards .col.actions {
        width: 100px
    }
}

.bundle-info .product-image-container {
    display: inline-block
}

.bundle-info .name {
    display: block
}

.bundle-info .available {
    margin-bottom: 0
}

.bundle-options-container {
    clear: both;
    margin-bottom: 40px
}

.bundle-options-container .legend.title {
    font-weight: 400;
    line-height: 4.8rem;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 2.4rem
}

@media only screen and (min-width:768px) {
    .bundle-options-container .bundle-options-wrapper,
    .bundle-options-container .product-options-wrapper {
        float: left;
        width: 57%
    }
}

@media only screen and (min-width:768px) {
    .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
    .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
    .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
    .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
    .page-layout-3columns .bundle-options-container .block-bundle-summary,
    .page-layout-3columns .bundle-options-container .bundle-options-wrapper {
        width: 48%
    }
}

.bundle-options-container .product-add-form {
    display: none
}

.bundle-options-container .action.back,
.bundle-options-container .product-options-wrapper {
    margin-bottom: 30px
}

.bundle-options-container .price-box .price {
    font-size: 17px;
    font-weight: 500
}

.bundle-options-container .price-box .price-from,
.bundle-options-container .price-box .price-to {
    margin: 0
}

.bundle-options-container .block-bundle-summary {
    background: #000;
    border: 1px solid #b0b7c1;
    padding: 0 20px 2.4rem
}

@media only screen and (min-width:768px) {
    .bundle-options-container .block-bundle-summary {
        float: right;
        position: relative;
        width: 40%
    }
}

.bundle-options-container .block-bundle-summary>.title>strong {
    font-weight: 400;
    line-height: 4.8rem;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 2.4rem
}

.bundle-options-container .block-bundle-summary .bundle-summary {
    margin-top: 30px
}

.bundle-options-container .block-bundle-summary .bundle-summary.empty {
    display: none
}

.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle {
    font-weight: 400;
    line-height: 2.4rem;
    font-size: 1.7rem;
    margin-top: 0;
    margin-bottom: 2.4rem;
    display: block
}

.bundle-options-container .block-bundle-summary .bundle.items>li {
    margin-bottom: 10px
}

.bundle-options-container .block-bundle-summary .box-tocart .actions {
    display: inline-block;
    margin-bottom: 10px
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action {
    vertical-align: top
}

.bundle-options-container .nested .field.qty {
    margin-top: 2.4rem
}

.bundle-options-container .nested .field.qty .label {
    font-weight: 500;
    margin: 0 0 5px;
    display: inline-block
}

.bundle-options-container p.required {
    color: #e02b27
}

.bundle-options-container .product-options-bottom {
    clear: left
}

.category-view {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media only screen and (min-width:768px) {
    .category-view {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.category-image {
    margin-bottom: 2.4rem
}

@media only screen and (min-width:768px) {
    .category-image {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        box-sizing: border-box;
        max-width: 100%;
        width: 100%;
    }
}

.category-image .image {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.products {
    margin: 2.4rem 0
}

#compare-items .product-item-name {
    font-size: 12px;
}

.product-item-name {
    display: block;
    font-size: 13px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 1.2rem;
    word-wrap: break-word
}

.product-item-photo {
    position: relative
}

.product-item-details {
    text-align: left
}

.product-item-actions {
    display: none
}

.product-item-actions .actions-secondary>.action:before {
    margin: 0
}

.product-item-actions .actions-secondary>.action.towishlist:before {
    content: ""
}

.product-item-actions .actions-secondary>.action.tocompare:before {
    content: "";
    font-size: 3.8rem
}

.product-item-description {
    margin: 2.4rem 0
}

.product-item-description p:last-of-type {
    margin-bottom: 0
}

.product-item .price-box {
    display: -webkit-box;
    display: flex;
    font-size: 13px
}

.product-item .price-box .price {
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap
}

.product-item .price-box .price-label {
    display: none
}

.product-item .price-box+.field.related {
    margin-top: -2.4rem
}

.product-item .price-box>.price-box {
    padding: 0
}

.product-item .old-price * {
    text-decoration: inherit
}

.product-item .old-price .price {
    font-size: 16px;
    font-weight: 400
}

.product-item .special-price {
    float: right;
}

.product-item .minimal-price .price-container {
    display: block
}

.product-item .minimal-price-link {
    margin-left: 1.2rem
}

.product-item .price-from,
.product-item .price-to {
    margin: 0
}

.price-container .price {
    font-size: 15px
}

.price-container .price-excluding-tax,
.price-container .price-including-tax {
    display: block;
    line-height: 2.4rem
}

.price-container .price-including-tax+.price-excluding-tax,
.price-container .price-including-tax+.price-excluding-tax .price,
.price-container .weee,
.price-container .weee+.price-excluding-tax .price,
.price-container .weee+.price-excluding-tax:before,
.price-container .weee .price {
    font-size: 15px
}

.price-container .weee:before {
    content: "(" attr(data-label) ": "
}

.price-container .weee:after {
    content: ")"
}

.price-container .weee+.price-excluding-tax:before {
    content: attr(data-label) ": "
}

.products-grid-slider div.product-item-info {
    margin: 0
}

@media only screen and (min-width:768px) {
    .main .product-item-actions {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .main .product-item-actions .actions-primary+.actions-secondary>.action {
        margin-right: 10px
    }
}

@media only screen and (min-width:768px) {
    .main .product-item-actions .actions-primary+.actions-secondary>.action:last-child {
        margin-right: 0
    }
}

.products-grid {
    margin-right: -8px;
    margin-left: -8px;
}

.products-grid .product-item-info {
    border: 1px solid #efefef;
    border-radius: 1px;
    padding: 1.2rem
}

.products-grid .product-items {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.products-grid .product-items .product-item {
    flex-basis: 50%;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 16px;
}

.products-grid .product-items .product-item-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0.8rem;
}

.products-grid .product-items .product-item-photo {
    flex-shrink: 0;
    float: none;
    margin: 0 auto;
    width: 100%
}

.products-grid .product-items .product-item-photo a {
    cursor: pointer;
    display: block
}

.products-grid .product-items .product-item-name {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.products-grid .product-items .product-item-link {
    color: #333
}

.products-grid .product-items .product-item-details {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%
}

.products-grid .product-items .product-item-details .product-item-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.products-grid .product-items .product-item-details .product-item-price {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end
}

.products-grid .product-items .product-item-details .price-box .minimal-price {
    margin-bottom: 0
}

.products-grid .product-items .product-item-inner {
    padding: 1.6rem 0 0;
    width: 100%
}

.products-grid .product-items .product-item-inner .stock.unavailable {
    line-height: 48px
}

.products-grid .product-reviews-summary {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.products-grid .product-reviews-summary .reviews-actions {
    display: none
}

.products-grid .tocart {
    padding: 0 1.2rem;
    width: 100%
}

.products-grid .product-item-actions .actions-secondary>* {
    margin-top: 8px;
}

.products-grid .product-item-info {
    padding: 10px
}

@media only screen and (min-width:768px) {
    .products-grid .product-item-info {
        border: 1px solid #efefef;
        border-radius: 1px;
        padding: 1.2rem;
        -webkit-transition: border-color .25s ease-out;
        transition: border-color .25s ease-out
    }
}

@media only screen and (min-width:768px) {
    .products-grid .product-item-info:hover .product-item-inner {
        opacity: 1
    }
}

@media only screen and (min-width:768px) {
    .products-grid .product-item-photo {
        display: block;
        position: relative;
        text-align: center
    }
}

@media only screen and (min-width:768px) {
    .products-grid .product-item-inner {
        padding: 1.2rem 0 0;
        opacity: 0;
        -webkit-transition: opacity .25s ease-out;
        transition: opacity .25s ease-out
    }
}

@media only screen and (min-width:640px) {
    .products-grid .product-item {
        flex-basis: 33.33%;
        width: 33.33%;
    }
}

@media only screen and (min-width:1024px) {
    .products-grid .product-item {
        flex-basis: 25%;
        width: 25%;
    }
}

@media only screen and (min-width:1280px) {
    .products-grid .product-item {
        flex-basis: 20%;
        width: 20%;
    }
}

.block-new-products .block-content,
.block.crosssell .block-content,
.block.related .block-content {
    overflow-x: scroll
}

.block-new-products .products-grid .product-items,
.block.crosssell .products-grid .product-items,
.block.related .products-grid .product-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap
}

@media only screen and (min-width:640px) {
    .page-layout-1column .products-grid .product-item,
    .page-layout-3columns .products-grid .product-item,
    .page-products.page-layout-1column .products-grid .product-item,
    .page-products.page-layout-3columns .products-grid .product-item,
    .page-products .products-grid .product-item {
        flex-basis: 33.33%;
        width: 33.33%;
    }
}

@media only screen and (min-width:768px) {
    .page-products.page-layout-1column .products-grid .product-item {
        flex-basis: 25%;
        width: 25%;
    }
}

@media only screen and (min-width:1024px) {
    .page-products .products-grid .product-item {
        flex-basis: 25%;
        width: 25%;
    }
}

@media only screen and (min-width:1024px) {
    .page-products.page-layout-1column .products-grid .product-item {
        flex-basis: 20%;
        width: 20%;
    }
}

@media only screen and (min-width:1024px) {
    .page-products.page-layout-3columns .products-grid .product-item {
        flex-basis: 33.33%;
        width: 33.33%;
    }
}

@media only screen and (min-width:1280px) {
    .grid.products-grid .product-item {
        flex-basis: 25%;
        width: 25%;
    }
}

@media only screen and (min-width:1280px) {
    .page-products.page-layout-1column .grid.products-grid .product-item {
        flex-basis: 20%;
        width: 20%;
    }
}

@media only screen and (min-width:1280px) {
    .page-products.page-layout-3columns .grid.products-grid .product-item {
        flex-basis: 25%;
        width: 25%;
    }
}

.products-list .product-item {
    margin: 2.4rem 0;
    width: 100%
}

.products-list .product-item-info {
    display: -webkit-box;
    display: flex
}

.products-list .product-item-photo {
    padding-right: 2.4rem;
    text-align: center;
    width: 40%
}

@media only screen and (min-width:768px) {
    .products-list .product-item-photo {
        width: 25%
    }
}

.products-list .product-item-details {
    box-sizing: border-box;
    width: 60%
}

@media only screen and (min-width:768px) {
    .products-list .product-item-details {
        display: -webkit-box;
        display: flex;
        width: 75%
    }
}

.products-list .product-item-content {
    padding-right: 2.4rem
}

@media only screen and (min-width:768px) {
    .products-list .product-item-content {
        width: 60%
    }
}

@media only screen and (min-width:768px) {
    .products-list .product-item-inner {
        width: 40%
    }
}

.products-list .product-item-description {
    display: none
}

@media only screen and (min-width:480px) {
    .products-list .product-item-description {
        display: block
    }
}

.products-list .price-box {
    margin-bottom: 2.4rem
}

.products-list .product-reviews-summary {
    position: absolute;
    top: 0;
    left: 0
}

.products-list .qty-control {
    float: left;
    margin-bottom: 1.2rem;
    padding-right: 1.2rem
}

.products-list .tocart {
    padding: 0 1.2rem;
    height: 4.8rem
}

.page-products .columns {
    position: relative;
    /*    z-index:1; */
}

@media only screen and (min-width:768px) {
    .page-products .columns {
        padding-top: 0
    }
}

.products-grid+.toolbar-products .dummy-filter-btn {
    display: none !important;
}

.toolbar .pages .item {
    cursor: pointer
}

.toolbar .pages .item.current .page {
    text-align: center
}

.toolbar-amount {
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    display: none;
    line-height: 2.4rem;
    margin: 0;
    vertical-align: middle
}

@media only screen and (min-width:768px) {
    .toolbar-amount {
        display: block;
        float: left
    }
}

.products.wrapper~.toolbar .toolbar-amount {
    display: none
}

.toolbar-products {
    margin-bottom: 4.8rem;
    text-align: right
}

.toolbar-products .pages {
    display: none
}

.products.wrapper~.toolbar-products .pages {
    display: block
}

.toolbar-products .limiter {
    display: none
}

.toolbar-products .limiter .control {
    display: inline-block
}

@media only screen and (min-width:768px) {
    .sorter {
        float: right;
        margin-top: 13px;
    }
}

.products.wrapper~.toolbar .sorter,
.sorter label {
    display: none
}

.sorter-options {
    margin: 0 0 0 7px;
    width: auto
}

.sorter-action {
    display: inline-block;
    text-decoration: none;
    vertical-align: top
}

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

.sorter-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 4.8rem;
    color: #0e0e0e;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.sorter-action:hover:before {
    color: #333
}

.sorter-action.sort-desc:before {
    content: ""
}

.modes {
    display: none
}

@media only screen and (min-width:768px) {
    .modes {
        display: inline-block;
        float: left;
        margin-right: 20px
    }
}

@media only screen and (min-width:768px) {
    .products.wrapper~.toolbar .modes {
        display: none
    }
}

.limiter-options {
    margin: 0 5px 0 7px;
    width: auto
}

.limiter-label {
    font-weight: 400
}

.page-products .toolbar .limiter {
    display: none
}

@media only screen and (min-width:768px) {
    .products.wrapper~.toolbar .pages {
        float: left
    }
}

@media only screen and (min-width:768px) {
    .modes-mode {
        color: #595959;
        border: 1px solid #b0b7c1;
        border-right: 0;
        float: left;
        font-weight: 400;
        line-height: 1;
        padding: 1.1rem;
        text-align: center
    }
}

@media only screen and (min-width:768px) {
    .modes-mode:not(.active):hover {
        color: #595959;
        background: #b7c0d1
    }
}

@media only screen and (min-width:768px) {
    .modes-mode:last-child {
        border-right: 1px solid #b0b7c1
    }
}

@media only screen and (min-width:768px) {
    .modes-mode.active {
        color: #fff;
        background: #0072bd
    }
}

@media only screen and (min-width:768px) {
    .modes-mode {
        display: inline-block;
        text-decoration: none
    }
    .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: 2.4rem;
        line-height: inherit;
        color: inherit;
        content: "";
        font-family: var(--theme-icon-font);
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .modes-mode:hover:before {
        color: inherit
    }
}

@media only screen and (min-width:768px) {
    .mode-list:before {
        content: ""
    }
}

@media only screen and (min-width:768px) {
    .limiter {
        float: right
    }
}

@media only screen and (min-width:768px) {
    .products.wrapper~.toolbar .limiter {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .toolbar-sorter {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        float: right;
        text-align: right;
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .toolbar-products {
        text-align: left
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .product.media {
        width: 54%
    }
}

@media only screen and (min-width:768px) {
    .page-layout-2columns-left .product.media,
    .page-layout-2columns-right .product.media,
    .page-layout-3columns .product.media {
        width: 50%
    }
}

.product-image-container {
    display: inline-block;
    max-width: 100%
}

.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (max-width:767px) {
    .product.media {
        -webkit-box-ordinal-group: 0;
        order: -1
    }
}

@media only screen and (min-width:768px) {
    .product.media {
        float: left
    }
}

.product.media .fotorama-item {
    cursor: pointer
}

.product.media .fotorama__arr {
    width: 70px
}

.product.media .fotorama__nav-wrap {
    margin-bottom: 2.4rem;
    margin-top: 2.4rem
}

.product.media .fotorama__nav__frame {
    cursor: pointer
}

.product.media .fotorama__nav-wrap .fotorama__thumb-border {
    border: 1px solid #3d3c3d
}

.product.media .fotorama__stage {
    margin: 2.4rem 0
}

@media only screen and (min-width:768px) {
    .product.media .fotorama__stage {
        margin: 0 0 24px
    }
}

.product.media .placeholder .photo.container {
    max-width: 100%
}

.product.media .notice {
    color: #595959;
    font-size: 13px;
    margin: 10px 0
}

.product.media .fotorama__nav--dots {
    height: auto!important
}

.product.media .fotorama__active .fotorama__dot {
    background-color: #3d3c3d;
    border-color: #3d3c3d
}

.product.media .product.thumbs {
    margin: 20px 0 30px
}

.product.media .items.thumbs {
    margin: 0;
    padding: 0;
    list-style: none none
}

.product.media .items.thumbs>li {
    display: inline-block;
    vertical-align: top
}

.product.media .items.thumbs .active {
    display: block;
    line-height: 1
}

.ui-dialog-titlebar-close {
    line-height: 2.4rem;
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #3d3c3d;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline
}

.ui-dialog-titlebar-close:hover {
    text-decoration: underline
}

.ui-dialog-titlebar-close:active {
    color: #0072bd;
    text-decoration: underline
}

.ui-dialog-titlebar-close:hover {
    color: #0072bd
}

.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus,
.ui-dialog-titlebar-close:hover {
    background: none;
    border: 0
}

.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
    color: #3d3c3d;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

@media only screen and (min-width:768px) {
    .product-wrapper {
        position: relative
    }
}

.block-bundle-summary .bundle-info .box-tocart,
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
    position: relative;
    width: 100%
}

.block-bundle-summary .bundle-info .box-tocart .fieldset,
.product-info-main .box-tocart .fieldset,
.product-options-bottom .box-tocart .fieldset {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.block-bundle-summary .bundle-info .box-tocart .field.qty,
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
    padding-right: 10px;
    text-align: left
}

.block-bundle-summary .bundle-info .box-tocart .field.qty .label,
.product-info-main .box-tocart .field.qty .label,
.product-options-bottom .box-tocart .field.qty .label {
    display: none
}

.block-bundle-summary .bundle-info .box-tocart .field.qty .control,
.product-info-main .box-tocart .field.qty .control,
.product-options-bottom .box-tocart .field.qty .control {
    white-space: nowrap
}

.block-bundle-summary .bundle-info .box-tocart .qty-button,
.product-info-main .box-tocart .qty-button,
.product-options-bottom .box-tocart .qty-button {
    cursor: pointer;
    vertical-align: baseline
}

.block-bundle-summary .bundle-info .product-info-stock-sku,
.product-info-main .product-info-stock-sku,
.product-options-bottom .product-info-stock-sku {
    margin-top: 1.2rem
}

@media only screen and (min-width:768px) {
    .product-info-main {
        float: right
    }
}

.product-info-main .additional-attributes-wrapper,
.product-info-main .page-title-wrapper .page-title {
    margin-bottom: 0
}

.product-info-main .sku>strong {
    float: left;
    margin-right: 7px
}

.product-info-main .product.attibute.sku {
    color: #595959;
    display: inline-block;
    vertical-align: top
}

.product-info-main .product.attibute.sku>.value {
    display: inline-block;
    vertical-align: top
}

.product-info-main .product.attibute.sku .type {
    margin-right: 5px
}

.product-info-main .product.attibute.overview {
    margin: 2.4rem 0
}

.product-info-main .product.alert {
    margin: 1.2rem 0
}

.product-info-main .product-reviews-summary {
    margin-top: 1.2rem;
    margin-bottom: 2.4rem
}

.product-info-main .product-reviews-summary .reviews-actions {
    font-size: 15px
}

@media only screen and (min-width:768px) {
    .product-add-form .fieldset>.field>.label {
        line-height: 4.8rem;
        margin: 0
    }
}

.product-options-wrapper .fieldset-product-options-inner .legend {
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 14px;
    border: none;
    display: inline-block;
    float: none;
    padding: 0
}

.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
    margin: 0 0 0 5px;
    color: #e02b27;
    font-size: 1.5rem;
    content: "*"
}

.product-options-wrapper .field .note {
    display: block
}

.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
    min-width: 250px
}

.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
    margin: 2.4rem 0
}

.product-info-main .action,
.product-options-bottom .action {
    margin-right: .6rem
}

.product-info-main .action:last-child,
.product-options-bottom .action:last-child {
    margin-right: 0
}

.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
    display: inline-block;
    vertical-align: middle
}

@media only screen and (min-width:768px) {
    .page-layout-1column .product-info-main {
        position: -webkit-sticky;
        position: sticky;
        top: 152px;
        width: 40%;
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .product-info-main.stickit {
        left: 50%;
        margin-left: 155.2px;
        width: 620.8px;
        margin-right: 24px;
        position: fixed;
        right: 0;
        top: 78px;
        width: calc(40% - 19.2px);
        z-index: 1
    }
}

.page-layout-1column .product-info-main.stickit-end {
    bottom: 0;
    position: absolute;
    right: 0
}

@media only screen and (min-width:768px) {
    .page-layout-2columns-left .product-info-main,
    .page-layout-2columns-right .product-info-main,
    .page-layout-3columns .product-info-main {
        width: 48%
    }
}

.stock {
    font-weight: 600;
    margin-bottom: 0;
}

.stock.available {
    display: inline-block;
    text-decoration: none;
    color: #4caf50;
    display: block
}

.stock.available:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #4caf50;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    float: left;
    margin-right: 5px;
}

.stock.unavailable {
    color: #e02b27
}

.stock.limited-available {
    color: #333
}

.old-price,
.old.price {
    text-decoration: line-through
}

.price-tier_price .price-including-tax+.price-excluding-tax:before {
    content: "(" attr(data-label) ": ";
    font-size: 13px
}

.price-tier_price .price-including-tax+.price-excluding-tax:last-child:after {
    content: ")"
}

.price-tier_price .weee[data-label] {
    display: inline
}

.price-tier_price .weee[data-label]:before {
    content: " +" attr(data-label) ": "
}

.actual-price {
    font-weight: 500
}

.product-info-main .price-box,
.product-options-bottom .price-box {
    margin: 1.2rem 0
}

.product-info-main .price-box .price-including-tax+.price-excluding-tax .price,
.product-info-main .price-box .weee+.price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .price-including-tax+.price-excluding-tax .price,
.product-options-bottom .price-box .weee+.price-excluding-tax .price,
.product-options-bottom .price-box .weee .price {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem
}

.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
    font-size: 25px;
    font-weight: 500;
    line-height: 4.8rem
}

.product-info-main .price-box .old-price .price,
.product-options-bottom .price-box .old-price .price {
    font-size: 20px;
    font-weight: 400
}

.product-info-main .price-from,
.product-options-bottom .price-from {
    margin-bottom: 0
}

.product-info-main .special-price,
.product-options-bottom .special-price {
    display: block
}

.product-info-main .special-price .price-label+.price-wrapper,
.product-options-bottom .special-price .price-label+.price-wrapper {
    display: inline-block
}

.product-info-main .old-price .price-label,
.product-options-bottom .old-price .price-label,
.product-options-bottom .special-price .price-label {
    display: none
}

.prices-tier {
    background: #f5f5f5;
    margin: 1.2rem 0;
    padding: 1.2rem 15px
}

.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax,
.prices-tier .price-tier_price,
.prices-tier .weee {
    display: inline-block
}

.prices-tier .price-excluding-tax .price,
.prices-tier .price-including-tax .price,
.prices-tier .weee .price {
    font-size: 14px;
    font-weight: 500
}

.product.info.detailed {
    clear: both;
    margin-bottom: 2.4rem
}

@media only screen and (min-width:768px) {
    .page-layout-1column .product.info.detailed {
        width: 54%;
    }
}

.product.info.detailed .additional-attributes {
    width: auto
}

.product.info.detailed .additional-attributes>tbody>tr>td,
.product.info.detailed .additional-attributes>tfoot>tr>td,
.product.info.detailed .additional-attributes>thead>tr>td {
    padding: .6rem 5px 10px
}

.product.info.detailed .additional-attributes>tbody>tr>th,
.product.info.detailed .additional-attributes>tfoot>tr>th,
.product.info.detailed .additional-attributes>thead>tr>th {
    padding: .6rem 30px 10px 10px
}

.product.info.detailed .item.content {
    clear: both
}

@media only screen and (min-width:768px) {
    .product.info.detailed .item.title {
        border-bottom: none;
        border-top: none;
        display: inline-block;
    }
}

.product.info.detailed .item.title>.data.switch {
    color: #3d3c3d;
    text-decoration: none;
    background: none;
    border: 0;
    border-bottom: 2px solid #b0b7c1;
    font-size: 15px;
    padding: 5px 10px
}

.product.info.detailed .item.title>.data.switch:active,
.product.info.detailed .item.title>.data.switch:hover {
    color: #0072bd;
    text-decoration: underline
}

.product.info.detailed .item.title>.data.switch:focus,
.product.info.detailed .item.title>.data.switch:hover {
    background: transparent
}

.block.related .action.select {
    margin: 0 5px
}

.sidebar .product-items .product-item {
    margin-bottom: 2.4rem;
    position: relative
}

.sidebar .product-items .product-item-info {
    position: relative;
    width: auto
}

.sidebar .product-items .product-item-info .product-item-photo {
    left: 0;
    position: absolute;
    top: 0
}

@media only screen and (min-width:768px) {
    .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-name {
    margin-top: 0;
    padding-right: 15px
}

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

@media only screen and (min-width:768px) {
    .sidebar .product-items .product-item-details {
        margin: 0
    }
}

.sidebar .product-items .product-item-details>:not(.product-item-actions) {
    margin: 0 0 0 85px
}

.sidebar .product-items .product-item-actions {
    display: block
}

@media only screen and (min-width:768px) {
    .sidebar .product-items .product-item-actions {
        clear: left
    }
}

.sidebar .product-items .price-box {
    display: block
}

.sidebar .product-items .text {
    margin-right: 8px
}

.sidebar .product-items .counter {
    color: #52baff;
    font-size: 12px;
    white-space: nowrap
}

.sidebar .product-items .minilist .price {
    display: inline;
    padding: 0
}

.sidebar .product-items .minilist .weee:before {
    display: inline-block
}

.sidebar .action.delete {
    position: absolute;
    right: 0;
    top: 0
}

.sidebar .product-items-images {
    margin-left: -5px
}

.sidebar .product-items-images .product-item {
    float: left;
    padding-left: 5px
}

.sidebar .product-items-names .product-item {
    margin-bottom: 12px
}

.sidebar .product-items-names .product-item-name {
    margin: 0
}

body.catalog-product-compare-index .action.print {
    float: right;
    margin: 12px 0
}

.table-wrapper.comparison {
    clear: both;
    max-width: 100%;
    overflow-x: auto
}

.table-comparison {
    table-layout: fixed
}

.table-comparison .cell.label,
.table-comparison td:last-child {
    border-right: 1px solid #b0b7c1
}

.table-comparison .cell {
    padding: 1.2rem 15px;
    width: 140px
}

.table-comparison .cell .attibute.value {
    overflow: hidden;
    width: 100%
}

.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
    border-bottom: 1px solid #b0b7c1
}

.table-comparison .cell.label .attribute.label {
    display: block;
    width: 100%;
    word-wrap: break-word
}

.table-comparison .cell.attribute {
    font-size: 13px
}

.table-comparison .cell.attribute img {
    height: auto;
    max-width: 100%
}

.table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 2.4rem
}

.table-comparison .product-image-photo {
    margin-left: 0
}

.table-comparison .price-box,
.table-comparison .product-item-actions,
.table-comparison .product-item-name,
.table-comparison .product.rating {
    margin-bottom: 2.4rem;
    margin-top: 2.4rem;
    display: block
}

.table-comparison .product-addto-links {
    margin-top: 2.4rem
}

.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
    line-height: 23.6rem;
    padding: 0 20px;
    font-size: 1.1rem
}

.table-comparison .product-addto-links .action.toggle {
    padding: 0
}

.table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right
}

.table-comparison .cell.remove .action.delete:before {
    font-size: 2.4rem
}

.table-comparison .product-item-actions>.actions-primary+.actions-secondary {
    margin-top: 1.2rem
}

.table-comparison .action.tocart {
    white-space: nowrap
}

.comparison.headings {
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 2
}

.block-compare .product-items {
    list-style-type: none;
    padding: 0
}

.block-compare .product-item .product-item-name {
    margin-left: 22px
}

.block-compare .action.delete {
    left: -6px;
    position: absolute;
    top: 0
}

.block-compare .action.compare {
    padding: 0 10px
}

.block-compare .actions-toolbar {
    margin: 2.4rem 0 0
}

.block-category-link.widget,
.block-product-link.widget {
    display: block;
    margin-bottom: 20px
}

.block-product-link-inline.widget {
    margin: 0
}

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

.block.widget .product-item-info {
    width: auto
}

.block.widget .pager {
    padding: 0
}

.block.widget .pager .toolbar-amount {
    float: none;
    font-size: 1.2rem
}

.block.widget .pager .pages-item-previous {
    padding-left: 0
}

.block.widget .pager .pages-item-next {
    position: relative
}

.block.widget .pager .items {
    white-space: nowrap
}

@media only screen and (min-width:768px) {
    .sidebar .block.widget .products-grid .product-item {
        width: 100%
    }
    .sidebar .block.widget .products-grid .product-item .actions-secondary {
        display: block;
        padding: 10px 0
    }
}

@media only screen and (min-width:1024px) {
    .block.widget .products-grid .product-item {
        width: 20%
    }
    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 25%
    }
}

@media only screen and (min-width:768px) {
    .sidebar .block.widget .pager .pages-item-next {
        padding: 0
    }
    .sidebar .block.widget .pager .pages-item-next .action {
        margin: 0
    }
}

.search-autocomplete {
    display: none;
    margin-top: -15px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 15
}

@media only screen and (min-width:768px) {
    .search-autocomplete {
        margin-top: 0
    }
}

.search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none
}

.search-autocomplete ul li {
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 0;
    padding: 5px 40px 5px 10px;
    position: relative;
    text-align: left;
    white-space: normal
}

.search-autocomplete ul li:not(:empty) {
    background: #fff;
    border: 1px solid #b0b7c1;
    border-top: 0
}

.search-autocomplete ul li:first-child {
    border-top: none
}

.search-autocomplete ul li.selected,
.search-autocomplete ul li:hover {
    background: #e8e8e8
}

.search-autocomplete ul li .amount {
    color: #999;
    position: absolute;
    right: 7px;
    top: 5px
}

.form.search.advanced .fields.range .field:first-child {
    position: relative
}

.form.search.advanced .fields.range .field:first-child .control {
    padding-right: 25px
}

.form.search.advanced .fields.range .field:first-child .control:after {
    content: " \2013 ";
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6px;
    width: 25px
}

.form.search.advanced .fields.range .field:last-child {
    position: relative
}

.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
    left: 0;
    position: absolute;
    top: 32px
}

.form.search.advanced .fields.range .field.with-addon .control {
    padding-right: 45px
}

.form.search.advanced .group.price .addon .addafter {
    background: none;
    border: 0;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 0
}

.widget.block-products-list .block-title {
    text-align: center
}

.cart-summary {
    background: #f5f5f5;
    margin-bottom: 2.4rem;
    padding: 0 15px 1.2rem
}

.cart-summary:after,
.cart-summary:before {
    content: "";
    display: table
}

.cart-summary:after {
    clear: both
}

@media only screen and (min-width:768px) {
    .cart-summary {
        float: right;
        position: relative;
        width: 30%
    }
}

.cart-summary>.title {
    font-weight: 400;
    font-size: 1.7rem;
    display: block;
    line-height: 2.4rem;
    margin: 1.2rem 0;
    padding: 0 5px
}

.cart-summary .block {
    margin-bottom: 0
}

.cart-summary .block .item-options {
    margin-left: 0
}

.cart-summary .block .fieldset {
    margin: 0 0 24px 5px
}

.cart-summary .block .fieldset .field {
    margin: 0 0 24px
}

@media only screen and (min-width:768px) {
    .cart-summary .block .fieldset .field {
        margin: 0 0 24px
    }
    .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;
        display: inline-block
    }
    .cart-summary .block .fieldset .field.choice:before,
    .cart-summary .block .fieldset .field.no-label:before {
        display: none
    }
}

.cart-summary .block .fieldset .field.note {
    font-size: 13px
}

.cart-summary .block .fieldset .methods .field>.label {
    display: inline
}

@media only screen and (min-width:768px) {
    .column.main .cart-summary .actions-toolbar>.secondary {
        float: none
    }
}

.cart-totals {
    border-top: 1px solid #b0b7c1;
    padding: 1.1rem 0 1.2rem
}

.cart-totals .table-wrapper {
    margin-bottom: 0;
    overflow: inherit
}

@media only screen and (max-width:1023px) {
    .cart.table-wrapper {
        overflow: inherit
    }
}

@media only screen and (min-width:768px) {
    .cart.table-wrapper .items {
        min-width: 100%;
        width: auto
    }
}

.cart.table-wrapper .items thead+.item {
    border-top: 1px solid #b0b7c1
}

.cart.table-wrapper .items>.item {
    border-bottom: 1px solid #b0b7c1;
    position: relative
}

@media only screen and (max-width:1023px) {
    .cart.table-wrapper thead .col:not(.item) {
        display: none
    }
}

.cart.table-wrapper th {
    font-size: 17px;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem
}

@media only screen and (min-width:768px) {
    .cart.table-wrapper td {
        padding-top: 2.4rem
    }
}

@media only screen and (max-width:1023px) {
    .cart.table-wrapper .col.qty {
        width: 66%
    }
}

.cart.table-wrapper .col.qty .field {
    margin-top: -1.2rem
}

@media only screen and (max-width:1023px) {
    .cart.table-wrapper .col.msrp,
    .cart.table-wrapper .col.price,
    .cart.table-wrapper .col.qty,
    .cart.table-wrapper .col.subtotal {
        box-sizing: border-box;
        display: block;
        float: left;
        text-align: center;
        white-space: nowrap;
        width: 33%
    }
}

@media only screen and (max-width:1023px) {
    .cart.table-wrapper .col.msrp:before,
    .cart.table-wrapper .col.price:before,
    .cart.table-wrapper .col.qty:before,
    .cart.table-wrapper .col.subtotal:before {
        content: attr(data-th) ":";
        display: block;
        font-weight: 500;
        padding-bottom: 2.4rem
    }
}

@media only screen and (max-width:1023px) {
    .cart.table-wrapper .col.msrp {
        white-space: normal
    }
}

.cart.table-wrapper .item-actions td {
    padding-bottom: 0;
    text-align: center;
    white-space: normal
}

.cart.table-wrapper .item .col.item {
    display: block;
    min-height: 7.2rem;
    padding: 2.4rem 0 2.4rem 7.2rem;
    position: relative
}

@media only screen and (max-width:1023px) {
    .cart.table-wrapper .item .col.item {
        padding-bottom: 0
    }
}

@media only screen and (min-width:768px) {
    .cart.table-wrapper .item .col.item {
        padding: 2.4rem 8px
    }
}

@media only screen and (min-width:768px) {
    .cart.table-wrapper .item-actions td {
        padding: 0;
        text-align: right
    }
}

@media only screen and (min-width:768px) {
    .cart.table-wrapper .item .item-actions .actions-toolbar {
        text-align: left
    }
}

.cart.table-wrapper .actions-toolbar {
    display: -webkit-box;
    display: flex
}

.cart.table-wrapper .actions-toolbar>.action {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 2.4rem;
    margin-right: 10px
}

.cart.table-wrapper .actions-toolbar>.action:active,
.cart.table-wrapper .actions-toolbar>.action:focus,
.cart.table-wrapper .actions-toolbar>.action:hover {
    text-decoration: none
}

.cart.table-wrapper .actions-toolbar>.action:last-child {
    margin-right: 0
}

.cart.table-wrapper .actions-toolbar>.action-delete {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none
}

.cart.table-wrapper .actions-toolbar>.action-delete:active,
.cart.table-wrapper .actions-toolbar>.action-delete:focus,
.cart.table-wrapper .actions-toolbar>.action-delete:hover {
    background: none;
    border: none
}

.cart.table-wrapper .actions-toolbar>.action-delete.disabled,
.cart.table-wrapper .actions-toolbar>.action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action-delete {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.cart.table-wrapper .actions-toolbar>.action-delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.cart.table-wrapper .actions-toolbar>.action-delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: inherit;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart.table-wrapper .actions-toolbar>.action-towishlist {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none
}

.cart.table-wrapper .actions-toolbar>.action-towishlist:active,
.cart.table-wrapper .actions-toolbar>.action-towishlist:focus,
.cart.table-wrapper .actions-toolbar>.action-towishlist:hover {
    background: none;
    border: none
}

.cart.table-wrapper .actions-toolbar>.action-towishlist.disabled,
.cart.table-wrapper .actions-toolbar>.action-towishlist[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action-towishlist {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.cart.table-wrapper .actions-toolbar>.action-towishlist>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.cart.table-wrapper .actions-toolbar>.action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: inherit;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart.table-wrapper .action.help.map {
    font-weight: 400
}

.cart.table-wrapper .product-item-photo {
    display: block;
    left: 0;
    max-width: 60px;
    padding: 0;
    position: absolute;
    top: 15px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .cart.table-wrapper .product-item-photo {
        display: table-cell;
        padding-right: 20px;
        position: static;
        vertical-align: top;
        width: 1%
    }
}

@media only screen and (min-width:1024px) {
    .cart.table-wrapper .product-item-photo {
        max-width: 100%
    }
}

.cart.table-wrapper .product-item-details {
    white-space: normal
}

@media only screen and (min-width:768px) {
    .cart.table-wrapper .product-item-details {
        display: table-cell;
        vertical-align: top;
        white-space: normal;
        width: 99%
    }
}

.cart.table-wrapper .product-item-name {
    display: inline-block;
    font-weight: 400;
    margin: 0
}

.cart.table-wrapper .gift-registry-name-label:after {
    content: ":"
}

.cart.table-wrapper .item-options {
    font-size: 13px;
    margin-bottom: 2.4rem
}

.cart.table-wrapper .product-item-name+.item-options {
    margin-top: 2.4rem
}

.cart.table-wrapper .product-image-container {
    display: block
}

.cart.table-wrapper .product-image-photo {
    max-height: 14.4rem
}

.cart.table-wrapper .action.configure {
    display: inline-block;
    margin: 0 0 24px
}

@media only screen and (min-width:768px) {
    .cart-container .widget {
        float: left
    }
}

.cart-container .checkout-methods-items {
    margin-top: 2.4rem;
    padding: 0 5px;
    text-align: center
}

.cart-container .checkout-methods-items .action.primary {
    width: 100%
}

.cart-container .checkout-methods-items .item+.item {
    margin-top: 2.4rem
}

.block.crosssell {
    margin-top: 70px
}

.cart-tax-info+.cart-tax-total,
.cart .cart-tax-info+.cart-tax-total {
    display: block
}

.cart.table-wrapper .col.msrp,
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.msrp,
.order-items.table-wrapper .col.price,
.order-items.table-wrapper .col.qty,
.order-items.table-wrapper .col.subtotal {
    text-align: right
}

.block-minicart .items-total {
    float: left;
    margin: 0 10px
}

.block-minicart .items-total .count {
    font-weight: 500
}

.block-minicart .subtotal {
    margin: 0 10px;
    text-align: left;
    clear: both;
}

.block-minicart .amount.price-container {
    float: right;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 17px;
    font-weight: 500
}

.block-minicart .subtitle {
    display: none
}

.block-minicart .subtitle.empty {
    display: block;
    font-size: 12px;
    padding: 20px 0;
    text-align: center
}

.block-minicart .text.empty {
    text-align: center
}

.block-minicart .block-content>.actions {
    margin-top: 1.2rem;
    text-align: center
}

.block-minicart .block-content>.actions>.primary {
    margin: 0 10px 15px
}

.block-minicart .block-content>.actions>.primary .action.primary {
    display: block;
    margin-bottom: 15px;
    width: 100%
}

.block-minicart .block-content>.actions>.primary .action.primary:last-child {
    margin-bottom: 0
}

.block-minicart .block-banners,
.block-minicart .block-category-link,
.block-minicart .block-cms-link,
.block-minicart .block-product-link {
    margin: 15px 0 0;
    text-align: center
}

.minicart-wrapper {
    display: inline-block;
    position: relative
}

.minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.minicart-wrapper .action.showcart.active {
    display: inline-block;
    text-decoration: none
}

.minicart-wrapper .action.showcart.active:hover:before {
    color: #333
}

.minicart-wrapper .action.showcart.active:active:before {
    color: #0e0e0e
}

.minicart-wrapper .block-minicart {
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #b0b7c1;
    border-radius: 4px;
    margin: 4px 0 0;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: none
}

.minicart-wrapper .block-minicart li {
    margin: 0
}

.minicart-wrapper .block-minicart li:hover {
    cursor: pointer
}

.minicart-wrapper .block-minicart:after,
.minicart-wrapper .block-minicart:before {
    border-bottom-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.minicart-wrapper .block-minicart:before {
    border: 6px solid transparent;
    border-bottom-color: #fff;
    z-index: 99
}

.minicart-wrapper .block-minicart:after {
    border: 7px solid transparent;
    border-bottom-color: #b0b7c1;
    z-index: 98
}

.minicart-wrapper .block-minicart:before {
    left: 10px;
    top: -12px
}

.minicart-wrapper .block-minicart:after {
    left: 9px;
    top: -14px
}

.minicart-wrapper.active {
    overflow: visible
}

.minicart-wrapper.active .block-minicart {
    display: block
}

@media only screen and (min-width:768px) {
    .minicart-wrapper {
        margin-left: 13px
    }
}

.minicart-wrapper .block-minicart {
    padding: 1.6rem;
    right: 0;
    width: 320px
}

@media only screen and (max-width:479px) {
    .minicart-wrapper .block-minicart {
        width: 290px
    }
}

@media only screen and (min-width:768px) {
    .minicart-wrapper .block-minicart {
        right: -15px;
        width: 390px
    }
}

.minicart-wrapper .block-minicart .block-title {
    display: none
}

.minicart-wrapper .block-minicart:after {
    left: auto;
    right: 25px
}

.minicart-wrapper .block-minicart:before {
    left: auto;
    right: 26px
}

.minicart-wrapper .product .actions {
    float: right;
    margin: -3.6rem -10px 0 0;
    text-align: right
}

.minicart-wrapper .product .actions>.primary,
.minicart-wrapper .product .actions>.secondary {
    display: inline
}

.minicart-wrapper .action.close {
    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;
    text-transform: none;
    font-weight: 400;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    color: #0072bd
}

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

.minicart-wrapper .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: inherit;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-wrapper .action.close:active:before,
.minicart-wrapper .action.close:hover:before {
    color: inherit
}

.minicart-wrapper .action.close:active,
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:hover {
    background: none;
    border: none
}

.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.minicart-wrapper .action.showcart {
    color: #0072bd;
    white-space: nowrap
}

@media only screen and (min-width:768px) {
    .minicart-wrapper .action.showcart.active:before,
    .minicart-wrapper .action.showcart:before {
        font-size: 24px;
        line-height: 24px
    }
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #0072bd;
    color: #fff;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    display: inline-block;
    font-size: 11px;
    left: 13px;
    min-width: 20px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -10px;
    white-space: normal
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: none
}

.minicart-wrapper .action.showcart .counter.qty .loader>img {
    max-width: 20px
}

.minicart-wrapper .action.showcart .subtotal {
    display: none;
}

@media only screen and (min-width:768px) {
    .minicart-wrapper .action.showcart .subtotal {
        display: inline-block;
        margin-left: 10px;
    }
}

.minicart-wrapper .minicart-widgets {
    margin-top: 15px;
}

.minicart-items-wrapper {
    border: 1px solid #ccc;
    margin: 0 -1.6rem;
    border-left: 0;
    border-right: 0;
    max-height: 50vh;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 0 1.6rem;
    width: 100%
}

@media only screen and (max-width:767px) {
    .minicart-items-wrapper {
        max-height: 20rem
    }
}

.minicart-items {
    margin: 0;
    padding: 0;
    list-style: none none
}

.minicart-items .product-item {
    display: block;
    padding: 20px 0
}

.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #ccc
}

.minicart-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem
}

.minicart-items .price-minicart {
    margin-bottom: 5px
}

.minicart-items .product>.product-image-container,
.minicart-items .product>.product-item-photo {
    float: left
}

.minicart-items .product .toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative
}

.minicart-items .product .toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 16px;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: static;
    right: 20px;
    top: 0
}

.minicart-items .product.active>.toggle:after {
    content: ""
}

.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px
}

.minicart-items .product-item-name a {
    color: #3d3c3d
}

.minicart-items .product-item-details {
    padding-left: 88px
}

.minicart-items .product-item-details .price {
    font-weight: 500
}

.minicart-items .product-item-details .price-excluding-tax,
.minicart-items .product-item-details .price-including-tax {
    margin: 5px 0 0
}

.minicart-items .product-item-details .weee[data-label] {
    font-size: 11px
}

.minicart-items .product-item-details .details-qty {
    margin-top: 1.2rem
}

.minicart-items .product-item-details .details-qty .label {
    margin-right: 10px
}

.minicart-items .product.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none
}

.minicart-items .product.options .tooltip.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.minicart-items .product.options .tooltip.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    margin: -3px 0 0 7px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-items .product.options .tooltip.toggle .details {
    display: none
}

.minicart-items .item-qty {
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 4.8rem
}

.minicart-items .update-cart-item {
    font-size: 11px;
    vertical-align: top
}

.minicart-items .subtitle {
    display: none
}

.minicart-items .action.delete,
.minicart-items .action.edit {
    display: inline-block;
    text-decoration: none
}

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

.minicart-items .action.delete:before,
.minicart-items .action.edit:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

@media only screen and (min-width:768px) {
    .minicart-items .action.delete:before,
    .minicart-items .action.edit:before {
        font-size: 28px;
        line-height: 28px
    }
}

.minicart-items .action.delete:before {
    content: "";
}

.checkout-index-index .page-header .header.content {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.checkout-container,
.opc-wrapper {
    margin: 0 0 20px
}

@media only screen and (min-width:768px) {
    .opc-wrapper {
        width: 66.66667%;
        float: left;
        -webkit-box-ordinal-group: 2;
        order: 1;
        padding-right: 30px
    }
}

@media only screen and (max-width:639px) {
    .opc-wrapper .step-title {
        font-size: 18px;
        border-bottom: 0;
        padding-bottom: 0
    }
}

.opc-wrapper .step-content {
    margin: 0 0 40px
}

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle-wrapper {
    display: none
}

.checkout-index-index .logo {
    margin-left: 0
}

.checkout-onepage-success .print {
    display: none
}

@media only screen and (min-width:768px) {
    .checkout-onepage-success .print {
        display: block;
        float: right;
        margin: 22px 0 0
    }
}

@media only screen and (max-width:767px) {
    .checkout-index-index .minicart-wrapper {
        float: right
    }
}

@media only screen and (max-width:767px) {
    .checkout-index-index .minicart-wrapper .action.showcart {
        background: none;
        border: none
    }
}

.opc-estimated-wrapper {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 18px 15px
}

@media only screen and (min-width:768px) {
    .opc-estimated-wrapper {
        display: none
    }
}

.opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    font-weight: 500;
    float: left
}

.opc-estimated-wrapper .estimated-block .estimated-label {
    display: block;
    margin: 0 0 5px
}

.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    line-height: inherit
}

.opc-progress-bar {
    margin: 0 0 24px;
    counter-reset: i;
    font-size: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap
}

.opc-progress-bar-item {
    margin: 0 0 10px;
    display: inline-block;
    flex-shrink: 1;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 50%
}

.opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%
}

.opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px
}

.opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0
}

.opc-progress-bar-item>span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 18px;
}

.opc-progress-bar-item>span:after,
.opc-progress-bar-item>span:before {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    width: 38px;
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    top: 0
}

.opc-progress-bar-item>span:after {
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #0072bd;
    font-weight: 500;
    font-size: 1.8rem
}

.opc-progress-bar-item._active:before {
    background: #0072bd
}

.opc-progress-bar-item._active>span {
    color: #0072bd
}

.opc-progress-bar-item._active>span:before {
    background: #0072bd
}

.opc-progress-bar-item._active>span:after {
    content: "";
    font-family: var(--theme-icon-font);
    line-height: 1;
    font-size: 2.8rem
}

.opc-progress-bar-item._complete {
    cursor: pointer
}

.opc-progress-bar-item._complete>span {
    color: #0072bd
}

.opc-progress-bar-item._complete>span:after {
    content: "";
    font-family: var(--theme-icon-font);
    line-height: 1;
    font-size: 2.8rem
}

@media only screen and (min-width:768px) {
    .opc-progress-bar-item {
        width: 185px
    }
}

.field.choice .field-tooltip {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px
}

.field.choice .field-tooltip-action {
    line-height: 21px
}

.field._error .control input,
.field._error .control select,
.field._error .control textarea {
    border-color: #ed8380
}

.field.street>.control>.field>.label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.opc-wrapper .fieldset>.field>.label {
    font-weight: 400
}

@media only screen and (min-width:768px) {
    .opc-wrapper .fieldset>.field._required,
    .opc-wrapper .fieldset>.field.required {
        position: relative
    }
}

@media only screen and (min-width:768px) {
    .opc-wrapper .fieldset>.field._required>label,
    .opc-wrapper .fieldset>.field.required>label {
        padding-right: 25px
    }
}

@media only screen and (min-width:768px) {
    .opc-wrapper .fieldset>.field._required>label:after,
    .opc-wrapper .fieldset>.field.required>label:after {
        margin-left: 10px;
        position: absolute;
        top: 9px
    }
}

@media only screen and (min-width:768px) {
    .checkout-index-index .modal-popup .form-shipping-address {
        max-width: 500px
    }
}

@media only screen and (min-width:768px) {
    .checkout-index-index .modal-popup .modal-footer .action-save-address {
        float: right;
        margin: 0 0 0 10px
    }
}

@media only screen and (min-width:1024px) {
    .checkout-index-index .modal-popup .modal-inner-wrap {
        margin-left: -400px;
        width: 800px;
        left: 50%
    }
}

.field-tooltip {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 1px
}

.field-tooltip._active {
    z-index: 100
}

.field-tooltip._active .field-tooltip-content {
    display: block
}

.field-tooltip._active .field-tooltip-action:before {
    color: #0072bd
}

.field-tooltip .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none
}

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

.field-tooltip .field-tooltip-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    line-height: inherit;
    color: #bbb;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.field-tooltip .field-tooltip-action:hover:before {
    color: #0072bd
}

._keyfocus .field-tooltip .field-tooltip-action:focus {
    z-index: 100
}

._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content {
    display: block
}

._keyfocus .field-tooltip .field-tooltip-action:focus:before {
    color: #0072bd
}

.field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999;
    border-radius: 1px;
    font-size: 15px;
    padding: 12px;
    width: 270px;
    display: none;
    position: absolute;
    text-transform: none;
    word-wrap: break-word;
    z-index: 2
}

@media only screen and (min-width:769px) {
    .field-tooltip .field-tooltip-content {
        left: 38px;
        right: auto;
        top: -9px
    }
}

.field-tooltip .field-tooltip-content:after,
.field-tooltip .field-tooltip-content:before {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    top: 0;
    z-index: 3
}

@media only screen and (min-width:769px) {
    .field-tooltip .field-tooltip-content:after,
    .field-tooltip .field-tooltip-content:before {
        height: 0;
        width: 0;
        border: 10px solid transparent;
        border-right-color: #f4f4f4;
        left: -20px;
        top: 12px;
        margin-top: 0
    }
}

.field-tooltip .field-tooltip-content:before {
    border-width: 11px
}

@media only screen and (max-width:768px) {
    .field-tooltip .field-tooltip-content:before {
        border-bottom-color: #999;
        right: 9px
    }
}

@media only screen and (min-width:769px) {
    .field-tooltip .field-tooltip-content:before {
        border-right-color: #666;
        left: -22px;
        top: 11px
    }
}

@media only screen and (max-width:768px) {
    .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 2px
    }
}

@media only screen and (max-width:479px) {
    .modal-popup .field-tooltip .field-tooltip-content {
        width: 200px
    }
}

@media only screen and (max-width:639px) {
    .opc-wrapper .form-login {
        border-bottom: 1px solid #ccc;
        margin: 2.4rem 0;
        padding: 2.4rem 0
    }
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
    margin-top: 2.4rem;
    margin-bottom: 20px
}

@media only screen and (min-width:768px) {
    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address {
        max-width: 500px
    }
}

.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 15px;
    margin-top: 10px
}

.cart.table-wrapper .opc-wrapper .checkout-shipping-address .actions-toolbar>.action,
.opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar>.action,
.opc-wrapper .checkout-shipping-address button.action {
    background-image: none;
    background: #3d3c3d;
    border: .2rem solid #353435;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 1.5rem;
    line-height: 4.4rem;
    box-sizing: border-box;
    vertical-align: middle
}

.cart.table-wrapper .opc-wrapper .checkout-shipping-address .actions-toolbar>.action:active,
.cart.table-wrapper .opc-wrapper .checkout-shipping-address .actions-toolbar>.action:focus,
.cart.table-wrapper .opc-wrapper .checkout-shipping-address .actions-toolbar>.action:hover,
.opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar>.action:active,
.opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar>.action:focus,
.opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar>.action:hover,
.opc-wrapper .checkout-shipping-address button.action:active,
.opc-wrapper .checkout-shipping-address button.action:focus,
.opc-wrapper .checkout-shipping-address button.action:hover {
    background: #454445;
    border: .2rem solid #353435;
    color: #fff
}

.cart.table-wrapper .opc-wrapper .checkout-shipping-address .actions-toolbar>.action.disabled,
.cart.table-wrapper .opc-wrapper .checkout-shipping-address .actions-toolbar>.action[disabled],
.cart.table-wrapper fieldset[disabled] .opc-wrapper .checkout-shipping-address .actions-toolbar>.action,
.opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar>.action.disabled,
.opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar>.action[disabled],
.opc-wrapper .checkout-shipping-address button.action.disabled,
.opc-wrapper .checkout-shipping-address button.action[disabled],
fieldset[disabled] .opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar>.action,
fieldset[disabled] .opc-wrapper .checkout-shipping-address button.action {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.opc-wrapper .shipping-address-items {
    font-size: 0
}

.opc-wrapper .shipping-address-item {
    border: 2px solid transparent;
    line-height: 30px;
    margin: 2.4rem 0;
    padding: 2.4rem 35px 2.4rem 20px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    width: 50%;
    display: inline-block;
    font-size: 15px;
    position: relative;
    vertical-align: top;
    word-wrap: break-word
}

@media only screen and (min-width:1024px) {
    .opc-wrapper .shipping-address-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:639px) {
    .opc-wrapper .shipping-address-item {
        border-bottom: 1px solid #ccc;
        margin: 2.4rem 0;
        padding: 2.4rem 0;
        width: 100%
    }
}

@media only screen and (min-width:1024px) {
    .opc-wrapper .shipping-address-item:before {
        background: #ccc;
        height: calc(100% - 2.4rem);
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        width: 1px
    }
}

@media only screen and (min-width:1024px) {
    .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
        display: none
    }
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #ff5501
}

@media only screen and (max-width:639px) {
    .opc-wrapper .shipping-address-item.selected-item {
        padding: 2.4rem 35px 2.4rem 18px;
        border-bottom-width: 2px
    }
}

@media only screen and (min-width:1024px) {
    .opc-wrapper .shipping-address-item.selected-item:before {
        display: none
    }
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #ff5501;
    color: #fff;
    content: "";
    font-family: var(--theme-icon-font);
    height: 2.4rem;
    width: 29px;
    font-size: 27px;
    line-height: 21px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

@media only screen and (min-width:1024px) {
    .opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before {
        display: none
    }
}

@media only screen and (max-width:639px) {
    .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
        right: 39px
    }
}

.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    visibility: hidden
}

.opc-wrapper .action-show-popup {
    margin: 0 0 20px
}

@media only screen and (max-width:639px) {
    .opc-wrapper .action-show-popup {
        width: 100%
    }
}

.opc-wrapper .action-show-popup>span:before {
    content: "+";
    padding-right: 5px
}

.opc-wrapper .action-select-shipping-item {
    float: right;
    margin: 20px 0 0
}

@media only screen and (max-width:639px) {
    .opc-wrapper .action-select-shipping-item {
        float: none;
        margin-top: 10px;
        width: 100%
    }
}

.opc-wrapper .edit-address-link {
    display: block;
    float: left;
    margin: 26px 5px 0 0
}

@media only screen and (max-width:639px) {
    .opc-wrapper .edit-address-link .edit-address-link {
        display: inline-block;
        text-decoration: none;
        margin: 0;
        position: absolute;
        right: 0;
        top: 1px
    }
    .opc-wrapper .edit-address-link .edit-address-link>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .opc-wrapper .edit-address-link .edit-address-link:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: 28px;
        color: #303030;
        content: icon-settings;
        font-family: var(--theme-icon-font);
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .opc-wrapper .edit-address-link .edit-address-link:active:before,
    .opc-wrapper .edit-address-link .edit-address-link:hover:before {
        color: #303030
    }
}

.checkout-shipping-method .step-title {
    margin-bottom: 0
}

.checkout-shipping-method .no-quotes-block {
    margin: 20px 0
}

@media only screen and (min-width:768px) {
    .checkout-shipping-method .actions-toolbar>.primary {
        float: right
    }
}

@media only screen and (min-width:768px) {
    .checkout-shipping-method .actions-toolbar .action.primary {
        margin: 0
    }
}

.methods-shipping .actions-toolbar .action.primary {
    margin: 20px 0 0
}

@media only screen and (min-width:768px) {
    .table-checkout-shipping-method {
        width: auto
    }
}

@media only screen and (min-width:1024px) {
    .table-checkout-shipping-method {
        min-width: 500px
    }
}

.table-checkout-shipping-method thead th {
    display: none
}

.table-checkout-shipping-method tbody td {
    border-top: 1px solid #ccc;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem
}

.table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 20px
}

.table-checkout-shipping-method tbody tr:first-child td {
    border-top: none
}

.table-checkout-shipping-method tbody .row-error td {
    border-top: none;
    padding-bottom: 10px;
    padding-top: 0
}

.checkout-shipping-method {
    position: relative
}

.shipping-policy-block.field-tooltip {
    top: 12px
}

@media only screen and (max-width:639px) {
    .shipping-policy-block.field-tooltip {
        margin-bottom: 20px;
        position: relative;
        right: auto;
        top: auto
    }
}

.shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #3d3c3d;
    cursor: pointer
}

.shipping-policy-block.field-tooltip .field-tooltip-action:before {
    display: none
}

.shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 420px;
    top: 30px
}

@media only screen and (max-width:639px) {
    .shipping-policy-block.field-tooltip .field-tooltip-content {
        width: 300px;
        right: auto
    }
}

@media only screen and (max-width:639px) {
    .shipping-policy-block.field-tooltip .field-tooltip-content:after,
    .shipping-policy-block.field-tooltip .field-tooltip-content:before {
        right: auto
    }
}

@media only screen and (min-width:768px) {
    .opc-sidebar {
        margin: 4.8rem 0 2.4rem;
        width: 33.33333%;
        float: right;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

.opc-block-shipping-information {
    padding: 0 2.4rem
}

.opc-block-shipping-information .shipping-information-title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    position: relative
}

.opc-block-shipping-information .shipping-information-title .action-edit {
    top: 10px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0
}

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

.opc-block-shipping-information .shipping-information-title .action-edit:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0e0e0e;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
    color: #0072bd
}

.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
    color: #0e0e0e
}

.opc-block-shipping-information .shipping-information-content {
    line-height: 27px
}

.opc-block-shipping-information .shipping-information-content .actions-toolbar {
    margin-left: 0
}

.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
    margin: 0 0 20px
}

.opc-block-summary {
    background: #f5f5f5;
    padding: 2.4rem 20px;
    margin: 0 0 20px
}

.opc-block-summary>.title {
    display: block
}

.opc-block-summary .mark .value {
    color: #999;
    display: block
}

.opc-block-summary .grand.incl+.grand.excl .amount,
.opc-block-summary .grand.incl+.grand.excl .mark {
    border-top: 0;
    font-size: 14px;
    padding-top: 0
}

.opc-block-summary .grand.incl+.grand.excl .amount strong,
.opc-block-summary .grand.incl+.grand.excl .mark strong {
    font-weight: 400
}

.opc-block-summary .not-calculated {
    font-style: italic
}

.opc-block-summary .items-in-cart>.title {
    border-bottom: 1px solid #b0b7c1;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    position: relative
}

.opc-block-summary .items-in-cart>.title>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.opc-block-summary .items-in-cart>.title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 12px;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px
}

.opc-block-summary .items-in-cart>.title strong {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0
}

.opc-block-summary .items-in-cart.active>.title:after {
    content: ""
}

.opc-block-summary .items-in-cart .product {
    position: relative
}

.opc-block-summary .minicart-items-wrapper {
    margin: -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0
}

.column.main .opc-block-summary .product-item {
    margin: 0;
    padding-left: 0
}

.opc-block-summary .product-item .product-item-inner {
    display: table;
    margin: 0 0 10px;
    width: 100%
}

.opc-block-summary .product-item .product-item-name-block {
    display: table-cell;
    padding-right: 5px;
    text-align: left
}

.opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: right
}

.opc-block-summary .product-item .price-including-tax+.price-excluding-tax {
    margin: 0
}

.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price {
    font-size: 1rem
}

.opc-block-summary .actions-toolbar {
    position: relative;
    z-index: 1
}

.opc-block-summary .actions-toolbar .secondary {
    border-top: 1px solid #b0b7c1;
    display: block;
    float: none;
    margin: -1px 0 0;
    padding: 15px 0 0;
    text-align: left
}

.opc-block-summary .actions-toolbar .secondary .action {
    margin: 0
}

@media only screen and (min-width:768px) {
    .opc-summary-wrapper .modal-header .action-close {
        display: none
    }
}

.authentication-dropdown {
    box-sizing: border-box
}

@media only screen and (min-width:768px) {
    .authentication-dropdown {
        background-color: #fff;
        border: 1px solid #aeaeae;
        position: absolute;
        text-align: left;
        top: 100%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: visibility 0s linear .1s, -webkit-transform .1s linear;
        transition: visibility 0s linear .1s, -webkit-transform .1s linear;
        transition: transform .1s linear, visibility 0s linear .1s;
        transition: transform .1s linear, visibility 0s linear .1s, -webkit-transform .1s linear;
        visibility: hidden;
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .authentication-dropdown._show {
        z-index: 100;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: visibility 0s linear 0s, -webkit-transform .1s linear;
        transition: visibility 0s linear 0s, -webkit-transform .1s linear;
        transition: transform .1s linear, visibility 0s linear 0s;
        transition: transform .1s linear, visibility 0s linear 0s, -webkit-transform .1s linear;
        visibility: visible
    }
}

.authentication-dropdown .modal-inner-wrap {
    padding: 2.4rem 20px
}

.authentication-wrapper {
    float: right;
    margin-top: -60px;
    max-width: 50%;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .authentication-wrapper {
        width: 33.33333%;
        text-align: right
    }
}

._has-auth-shown .authentication-wrapper {
    z-index: 900
}

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

@media only screen and (min-width:768px) {
    .block-authentication .block-title {
        font-size: 2.5rem;
        border-bottom: 0
    }
}

.block-authentication .block-title strong {
    font-weight: 300
}

.block-authentication .field .label {
    font-weight: 400
}

.block-authentication .actions-toolbar {
    margin-bottom: 5px
}

@media only screen and (min-width:768px) {
    .block-authentication .actions-toolbar>.primary {
        display: inline;
        float: right;
        margin-right: 0
    }
}

@media only screen and (min-width:768px) {
    .block-authentication .actions-toolbar>.primary .action {
        margin-right: 0
    }
}

.block-authentication .actions-toolbar>.secondary {
    padding-top: 25px;
    text-align: left
}

@media only screen and (min-width:768px) {
    .block-authentication .actions-toolbar>.secondary {
        float: left;
        margin-right: 2rem;
        padding-top: 1rem
    }
}

.block-authentication .block[class] {
    margin: 0
}

.block-authentication .block[class] ul {
    list-style: none;
    padding-left: 10px
}

.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
    float: none;
    width: auto
}

.block-authentication .block[class]+.block {
    border-top: 1px solid #c1c1c1;
    margin-top: 40px;
    padding-top: 40px;
    position: relative
}

.block-authentication .block[class]+.block:before {
    height: 36px;
    line-height: 34px;
    margin: -19px 0 -18px;
    min-width: 36px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    box-sizing: border-box;
    color: #c1c1c1;
    content: attr(data-label);
    display: inline-block;
    left: 50%;
    letter-spacing: normal;
    padding: 0 .2rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0
}

@media only screen and (min-width:768px) {
    .popup-authentication .modal-inner-wrap {
        min-width: 768px;
        width: 60%
    }
}

@media only screen and (min-width:768px) {
    .popup-authentication .block-authentication {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        border-top: 1px solid #c1c1c1
    }
}

@media only screen and (min-width:768px) {
    .popup-authentication .block-content,
    .popup-authentication .block[class],
    .popup-authentication .fieldset,
    .popup-authentication .form-login {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-flex: 1;
        flex-grow: 1
    }
}

@media only screen and (min-width:768px) {
    .popup-authentication .block[class] {
        box-sizing: border-box;
        float: left;
        padding: 10px 30px 0 0;
        width: 50%
    }
}

@media only screen and (min-width:768px) {
    .popup-authentication .block[class]+.block {
        border-left: 1px solid #c1c1c1;
        border-top: 0;
        margin: 0;
        padding: 10px 0 0 40px
    }
}

@media only screen and (min-width:768px) {
    .popup-authentication .block[class]+.block:before {
        left: 0;
        top: 50%
    }
}

@media only screen and (min-width:768px) {
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: auto
    }
}

.checkout-payment-method .step-title {
    border-bottom: 0;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .checkout-payment-method .payment-methods {
        margin: 0 -15px
    }
}

@media only screen and (min-width:768px) {
    .checkout-payment-method .actions-toolbar .primary {
        float: right;
        margin: 0
    }
}

@media only screen and (min-width:768px) {
    .checkout-payment-method .fieldset>.field-select-billing>.control {
        float: none;
        width: 100%
    }
}

.checkout-payment-method .payment-method:first-child .payment-method-title {
    border-top: 0
}

.checkout-payment-method .payment-method._active .payment-method-content {
    display: block
}

.checkout-payment-method .payment-method+.payment-method .payment-method-title {
    border-top: 1px solid #ccc
}

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

@media only screen and (min-width:768px) {
    .checkout-payment-method .payment-method-title {
        padding: 2.4rem 0
    }
}

.checkout-payment-method .payment-method-title .radio {
    margin-right: 10px
}

.checkout-payment-method .payment-method-title .payment-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.checkout-payment-method .payment-method-title .action-help {
    display: inline-block;
    margin-left: 5px
}

.checkout-payment-method .payment-method-content {
    display: none;
    padding: 0 15px 20px
}

@media only screen and (min-width:768px) {
    .checkout-payment-method .payment-method-content {
        padding: 0 0 20px 2.4rem
    }
}

.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 0 20px
}

@media only screen and (min-width:768px) {
    .checkout-payment-method .payment-method-content .fieldset>.field {
        margin: 0 0 20px
    }
}

@media only screen and (min-width:768px) {
    .checkout-payment-method .payment-method-content .fieldset>.field.type .control {
        margin-left: 25.8%
    }
}

@media only screen and (min-width:768px) {
    .checkout-payment-method .payment-method-content .fieldset>.field.type.no-detection .control {
        margin-left: 0
    }
}

.checkout-payment-method .payment-group+.payment-group .step-title {
    margin: 20px 0 0
}

.checkout-payment-method .billing-address-form,
.checkout-payment-method .field-select-billing {
    max-width: 500px
}

.checkout-payment-method .billing-address-same-as-shipping-block {
    margin: 0 0 10px
}

.checkout-payment-method .checkout-billing-address {
    margin: 0 0 20px
}

@media only screen and (min-width:768px) {
    .checkout-payment-method .checkout-billing-address .action-update {
        float: right
    }
}

@media only screen and (max-width:767px) {
    .checkout-payment-method .checkout-billing-address .action-cancel {
        margin-top: 10px
    }
}

@media only screen and (min-width:768px) {
    .checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel {
        margin: 6px 20px 0 0
    }
}

.checkout-payment-method .checkout-billing-address .primary .action-update {
    margin-right: 0
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 27px;
    padding: 0 0 0 23px
}

.checkout-payment-method .payment-method-note+.checkout-billing-address {
    margin-top: 20px
}

.checkout-payment-method .payment-method-iframe {
    background-color: transparent;
    display: none;
    width: 100%
}

.checkout-payment-method .no-payments-block {
    margin: 20px 0
}

@media only screen and (max-width:767px) {
    .checkout-payment-method .payment-option {
        margin: 0 -15px
    }
}

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
    content: ""
}

.checkout-payment-method .payment-option._collapsible .payment-option-title {
    cursor: pointer
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: none
}

.checkout-payment-method .payment-option .payment-option-title {
    padding: 15px
}

@media only screen and (min-width:768px) {
    .checkout-payment-method .payment-option .payment-option-title {
        padding-left: 2.4rem
    }
}

@media only screen and (max-width:767px) {
    .checkout-payment-method .payment-option .payment-option-content {
        padding: 0 15px 20px
    }
}

@media only screen and (min-width:768px) {
    .checkout-payment-method .payment-option .payment-option-content .payment-option-inner+.actions-toolbar {
        margin-left: 0
    }
}

.checkout-payment-method .payment-option-title {
    border-top: 1px solid #ccc;
    padding: 2.4rem 0
}

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

.checkout-payment-method .payment-option-title .action-toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 16px;
    color: #0e0e0e;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.checkout-payment-method .payment-option-title .action-toggle:hover:after {
    color: #0072bd
}

.checkout-payment-method .payment-option-title .action-toggle:active:after {
    color: #0e0e0e
}

.checkout-payment-method .payment-option-content {
    padding: 0 0 20px 2.4rem
}

.checkout-payment-method .payment-option-inner {
    margin: 0 0 20px
}

.checkout-payment-method .credit-card-types {
    padding: 0
}

.checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
    vertical-align: top
}

.checkout-payment-method .credit-card-types .item._active {
    font-weight: 500
}

.checkout-payment-method .credit-card-types .item._active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.checkout-payment-method .credit-card-types .item._inactive {
    opacity: .4
}

.checkout-payment-method .credit-card-types .item span {
    display: inline-block;
    padding-top: 6px;
    vertical-align: top
}

.checkout-payment-method .credit-card-types img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.checkout-payment-method .ccard .fields>.year {
    padding-left: 5px
}

.checkout-payment-method .ccard .fields .select {
    padding-left: 5px;
    padding-right: 5px
}

.checkout-payment-method .ccard .month .select {
    width: 140px
}

.checkout-payment-method .ccard .year .select {
    width: 80px
}

.checkout-payment-method .ccard .number .input-text {
    width: 225px
}

.checkout-payment-method .ccard>.field.cvv>.control {
    padding-right: 20px;
    width: auto
}

.checkout-payment-method .ccard .cvv .input-text {
    width: 55px
}

.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
    width: auto!important
}

.checkout-agreements-block .checkout-agreements {
    margin-bottom: 20px
}

.checkout-agreements-block .action-show {
    vertical-align: baseline
}

.checkout-agreements-items {
    padding-bottom: 30px
}

.checkout-agreements-items .checkout-agreements-item {
    margin-bottom: 20px
}

.checkout-agreements-items .checkout-agreements-item-title {
    border-bottom: 0
}

.checkout-agreement-item-content {
    overflow: auto
}

.block-cms-link.widget,
.block-static-block.widget {
    margin-bottom: 2.4rem
}

.links .block-cms-link.widget,
.links .block-static-block.widget {
    margin-bottom: 0
}

.block-cms-link-inline.widget {
    margin: 0
}

.login-container .block-new-customer .actions-toolbar {
    margin-top: 2.4rem
}

.login-container .block .block-title {
    font-size: 23px;
    font-weight: 400
}

@media only screen and (min-width:768px) {
    .login-container .block .actions-toolbar>.primary {
        margin-bottom: 0;
        margin-right: 30px
    }
}

@media only screen and (min-width:768px) {
    .login-container .block .actions-toolbar>.secondary {
        float: left;
        margin-left: 30px
    }
}

.login-container .fieldset:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.3rem;
    margin-top: 2.4rem;
    text-align: center
}

@media only screen and (min-width:768px) {
    .login-container .fieldset:after {
        text-align: left
    }
}

@media only screen and (min-width:768px) {
    .login-container .fieldset>.field>.control {
        width: 55%
    }
}

@media only screen and (min-width:768px) {
    .form-create-account .fieldset-fullname .fields .field {
        float: left;
        margin: 0 10px 2.4rem 0
    }
}

@media only screen and (min-width:768px) {
    .form-create-account .fieldset-fullname .field-name-prefix,
    .form-create-account .fieldset-fullname .field-name-suffix {
        width: 50px
    }
}

.field.password .control {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.field.password .control .mage-error {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.field.password .control .input-text {
    -webkit-box-ordinal-group: 1;
    order: 0
}

.password-strength-meter {
    background-color: #f4f4f4;
    height: 4.8rem;
    line-height: 4.8rem;
    padding: 0 1.2rem;
    position: relative;
    z-index: 1
}

.password-strength-meter:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1
}

.password-strength-meter-0 .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%
}

.password-strength-meter-1 .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%
}

.password-strength-meter-2 .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%
}

.password-strength-meter-3 .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%
}

.password-strength-meter-4 .password-strength-meter:before {
    background-color: #81b562;
    width: 100%
}

.control.captcha-image {
    margin-top: 2.4rem
}

.control.captcha-image .captcha-img {
    vertical-align: middle
}

@media only screen and (max-width:767px) {
    .control.captcha-image .captcha-img {
        margin-bottom: 2.4rem;
        display: block
    }
}

@media only screen and (min-width:768px) {
    .control.captcha-image .captcha-img {
        margin: 0 10px 2.4rem 0
    }
}

@media only screen and (min-width:768px) {
    .form.create.account,
    .form.password.forget,
    .form.password.reset,
    .form.send.confirmation {
        min-width: 600px;
        width: 50%
    }
}

.block-addresses-list .items.addresses>.item {
    margin-bottom: 2.4rem
}

@media only screen and (min-width:768px) {
    .block-addresses-list .items.addresses>.item {
        margin-bottom: 2.4rem
    }
}

.block-addresses-list .items.addresses>.item:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .block-addresses-list .items.addresses>.item:last-child,
    .block-addresses-list .items.addresses>.item:nth-last-child(2) {
        margin-bottom: 0
    }
}

.box-billing-address .box-content,
.box-information .box-content,
.box-newsletter .box-content,
.box-shipping-address .box-content {
    line-height: 2.4rem
}

@media only screen and (max-width:767px) {
    .customer-account-index .page-title-wrapper {
        position: relative
    }
}

@media only screen and (min-width:768px) {
    .account.page-layout-2columns-left .sidebar-additional,
    .account.page-layout-2columns-left .sidebar-main {
        width: 30%
    }
}

@media only screen and (min-width:1024px) {
    .account.page-layout-2columns-left .sidebar-additional,
    .account.page-layout-2columns-left .sidebar-main {
        width: 25%
    }
}

@media only screen and (min-width:768px) {
    .account.page-layout-2columns-left .column.main {
        width: 70%
    }
}

@media only screen and (min-width:1024px) {
    .account.page-layout-2columns-left .column.main {
        width: 75%
    }
}

@media only screen and (max-width:639px) {
    .account .column.main,
    .account .sidebar-additional {
        margin: 0
    }
}

.account .column.main h2 {
    margin-top: 0
}

.account .column.main .toolbar {
    text-align: center
}

.account .column.main .toolbar .limiter-options {
    width: auto
}

@media only screen and (min-width:768px) {
    .account .column.main .block:not(.widget) .block-title strong {
        font-size: 23px;
        font-weight: 400
    }
}

.account .table-wrapper:last-child {
    margin-bottom: 0
}

.account .table-wrapper .action {
    margin-right: 15px
}

.account .table-wrapper .action:last-child {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .account .page-main {
        padding-top: 0
    }
}

@media only screen and (max-width:767px) {
    .account .page.messages {
        margin-bottom: 4.8rem
    }
}

.column.main .block:last-child {
    margin-bottom: 0
}

.block .title {
    margin-bottom: 2.4rem
}

.block .title strong {
    font-weight: 400;
    line-height: 2.4rem;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 2.4rem
}

.column.main .block .title strong {
    font-size: 17px
}

.block p:last-child {
    margin: 0
}

.block .box-actions {
    padding: 1.2rem 0
}

.block .box-actions a {
    margin-right: 10px
}

.block .box-actions a:last-child {
    margin-right: 0
}

.account-nav .content {
    background: #f5f5f5
}

.account-nav .item {
    margin: 0
}

.account-nav .item>strong,
.account-nav .item a {
    color: false;
    border-left: 3px solid transparent;
    display: block;
    padding: 1.2rem 18px 1.2rem 15px
}

.account-nav .item a {
    text-decoration: none
}

.account-nav .item a:hover {
    background: #e8e8e8
}

.account-nav .item.current a,
.account-nav .item.current strong {
    border-color: #0072bd;
    color: false;
    font-weight: 500
}

.account-nav .item.current a {
    border-color: #0072bd
}

.downloadable.samples {
    margin-bottom: 20px
}

.downloadable.samples dd {
    margin: 0 0 10px
}

.table-downloadable-products .product-name {
    margin-right: 15px
}

.field.downloads .price-container {
    display: inline;
    white-space: nowrap
}

.field.downloads .price-container:before {
    content: " + ";
    display: inline
}

.field.downloads .price-excluding-tax {
    display: inline
}

.field.downloads .price-excluding-tax:before {
    content: " (" attr(data-label) ": "
}

.field.downloads .price-excluding-tax:after {
    content: ")"
}

.field.downloads .price-including-tax {
    font-size: 1.4rem;
    display: inline;
    font-weight: 500
}

.field.downloads .sample.link {
    float: right
}

.page-product-downloadable .product-add-form {
    clear: both;
    margin-bottom: 25px
}

.page-product-downloadable .product-options-bottom .field.qty {
    display: none!important
}

@media only screen and (min-width:768px) {
    .gift-message .field {
        margin: 0 0 24px;
        box-sizing: border-box
    }
    .gift-message .field>.label {
        margin: 0
    }
    .gift-message .field:after,
    .gift-message .field:before {
        content: "";
        display: table
    }
    .gift-message .field:after {
        clear: both
    }
    .gift-message .field.choice:before,
    .gift-message .field.no-label:before {
        padding: 1.2rem 15px 0 0;
        width: 0;
        box-sizing: border-box;
        content: " ";
        height: 1px
    }
    .gift-message .field .description {
        text-align: left;
        width: 0;
        float: left
    }
    .gift-message .field .description,
    .gift-message .field:not(.choice)>.label {
        padding: 1.2rem 15px 0 0;
        box-sizing: border-box
    }
    .gift-message .field:not(.choice)>.control {
        width: 74.2%
    }
}

.gift-message .field .label {
    color: #666;
    font-weight: 400
}

@media only screen and (min-width:768px) {
    .gift-options {
        position: relative;
        z-index: 1
    }
}

@media only screen and (min-width:768px) {
    .gift-options .actions-toolbar {
        clear: both;
        float: right;
        position: static
    }
}

@media only screen and (min-width:768px) {
    .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
    }
}

@media only screen and (min-width:768px) {
    .gift-options .actions-toolbar .secondary {
        float: right
    }
}

@media only screen and (min-width:768px) {
    .gift-options .actions-toolbar .secondary .action {
        float: right;
        margin-left: 20px
    }
}

@media only screen and (min-width:768px) {
    .gift-options .actions-toolbar .secondary .action-cancel {
        display: block;
        float: left;
        margin-top: 6px
    }
}

.gift-options .actions-toolbar .action-cancel {
    display: none
}

@media only screen and (max-width:767px) {
    .gift-options .actions-toolbar .action-update {
        width: 100%
    }
}

.gift-options-title {
    margin: 0 0 24px
}

@media only screen and (min-width:768px) {
    .gift-options-title {
        font-size: 23px;
        font-weight: 300
    }
}

.gift-options-content .fieldset {
    margin: 0 0 24px
}

.gift-summary .actions-toolbar>.secondary {
    float: none
}

.gift-summary .actions-toolbar>.secondary .action {
    margin: 1.2rem 20px 0 0
}

@media only screen and (max-width:639px) {
    .cart.table-wrapper .gift-content {
        border-bottom: 1px solid #b0b7c1;
        margin-bottom: 2.4rem
    }
}

@media only screen and (max-width:767px) {
    .cart.table-wrapper .gift-content {
        margin-right: -10px
    }
}

@media only screen and (min-width:768px) {
    .cart.table-wrapper .action-gift {
        float: left
    }
}

.cart .gift-content {
    clear: left;
    display: none;
    float: left;
    margin: 2.4rem 0;
    text-align: left;
    width: 100%
}

.cart .gift-content._active {
    display: table;
    table-layout: fixed
}

.cart .action-gift {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 2.4rem;
    margin-right: 10px
}

.cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart .action-gift:active:after,
.cart .action-gift:hover:after {
    color: inherit
}

.cart .action-gift:active,
.cart .action-gift:focus,
.cart .action-gift:hover {
    text-decoration: none
}

.cart .action-gift:last-child {
    margin-right: 0
}

.cart .action-gift._active:after {
    content: ""
}

.gift-item-block {
    margin: 0
}

@media only screen and (max-width:767px) {
    .gift-item-block {
        border-bottom: 0;
        border-top: 1px solid #c1c1c1
    }
}

.gift-item-block._active .title:after {
    content: ""
}

.gift-item-block .title {
    border-radius: 3px;
    background-image: none;
    background: #000;
    border: .2rem solid #000;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin: 20px 0 0;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 1.5rem;
    line-height: 4.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

.gift-item-block .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.2rem;
    line-height: 4.2rem;
    color: inherit;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.gift-item-block .title:active:after,
.gift-item-block .title:hover:after {
    color: inherit
}

.gift-item-block .title:active,
.gift-item-block .title:focus,
.gift-item-block .title:hover {
    background: #080808;
    border: .2rem solid #000;
    color: #fff
}

.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.gift-item-block .title:active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .12)
}

.gift-item-block .content {
    border-bottom: 1px solid #c1c1c1;
    padding: 1.2rem 10px 2.4rem;
    position: relative
}

.order-details-items .block-order-details-gift-message .item-options dt,
.order-details-items .order-gift-message .item-options dt {
    font-weight: 400;
    margin: 1.2rem 0
}

.order-details-items .block-order-details-gift-message dt:after,
.order-details-items .order-gift-message dt:after {
    content: ""
}

.order-details-items .block-order-details-gift-message .item-message,
.order-details-items .order-gift-message .item-message {
    clear: left
}

.order-details-items .order-items .action.show {
    display: inline-block;
    text-decoration: none;
    padding-right: 20px;
    position: relative
}

.order-details-items .order-items .action.show:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 0;
    top: -4px
}

.order-details-items .order-items .action.show.expanded:after {
    content: ""
}

.block-order-details-gift-message {
    border-top: 1px solid #b0b7c1;
    padding-top: 1.2rem
}

.grouped-table-wrapper {
    margin-bottom: 2.4rem
}

.table.grouped>tbody>tr>td,
.table.grouped>tbody>tr>th,
.table.grouped>tfoot>tr>td,
.table.grouped>tfoot>tr>th,
.table.grouped>thead>tr>td,
.table.grouped>thead>tr>th {
    border-top: 1px solid #b0b7c1
}

.table.grouped>caption+thead>tr:first-child>td,
.table.grouped>caption+thead>tr:first-child>th,
.table.grouped>colgroup+thead>tr:first-child>td,
.table.grouped>colgroup+thead>tr:first-child>th,
.table.grouped>thead:first-child>tr:first-child>td,
.table.grouped>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table.grouped>tbody+tbody {
    border-top: 1px solid #b0b7c1
}

.table.grouped>thead>tr>th {
    border-bottom: 0
}

.table.grouped .product-item-name {
    font-weight: 400
}

.table.grouped .price-box .price {
    font-size: 15px
}

.table.grouped .stock.unavailable {
    font-weight: 400;
    margin: 0;
    text-transform: none;
    white-space: nowrap
}

.table.grouped .row-tier-price td {
    border-top: 0
}

.table.grouped .row-tier-price .prices-tier {
    margin: 0 -10px 10px
}

.dummy-filter-btn {
    display: none
}

.filter.block {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .filter.block {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:768px) {
    .filter-title {
        display: none
    }
}

.filter-title strong {
    background-image: none;
    background: #3d3c3d;
    border: .2rem solid #353435;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    padding: 0 30px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 1.5rem;
    line-height: 4.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none
}

.filter-title strong:active,
.filter-title strong:focus,
.filter-title strong:hover {
    background: #454445;
    border: .2rem solid #353435;
    color: #fff
}

.filter-title strong.disabled,
.filter-title strong[disabled],
fieldset[disabled] .filter-title strong {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: 1;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.filter-title strong[data-count]:after {
    color: #fff;
    background: #fc5e10;
    border-radius: 2px;
    content: attr(data-count);
    display: inline-block;
    font-size: .8em;
    line-height: 1;
    margin: 0 5px;
    min-width: 1em;
    padding: 2px
}

.filter-title strong.disabled {
    opacity: .5
}

@media only screen and (min-width:768px) {
    .filter-content ol.items>li,
    .filter-content ul.items>li {
        margin: 0
    }
}

.filter .block-subtitle {
    border-bottom: 1px solid #b0b7c1;
    font-size: 15px;
    font-weight: 500;
    line-height: 4.4rem;
    padding: 0 10px
}

@media only screen and (min-width:768px) {
    .filter .block-subtitle {
        font-size: 17px;
        line-height: 4.7rem
    }
}

@media only screen and (min-width:768px) {
    .filter .filter-current-subtitle {
        border-bottom: 1px solid #b0b7c1;
        padding-bottom: 0
    }
}

.filter-subtitle {
    display: none
}

@media only screen and (min-width:768px) {
    .filter-subtitle {
        display: block;
        position: static
    }
}

.filter-current {
    margin: 0 0 24px
}

.filter-current .items {
    padding: 0 10px
}

.filter-current .item {
    position: relative;
    z-index: 1
}

.filter .filter-current-subtitle {
    border: none;
    display: block;
    padding-bottom: .1rem
}

.filter-current .action.remove {
    left: -2px;
    position: absolute;
    top: -1px
}

.filter-actions {
    margin-bottom: 1.2rem;
    padding: 0 10px
}

@media only screen and (min-width:768px) {
    .filter-actions {
        margin-bottom: 2.4rem
    }
}

@media only screen and (min-width:768px) {
    .filter-options,
    .filter.active .filter-options {
        background: transparent;
        clear: both;
        display: block;
        overflow: initial;
        position: static
    }
}

.filter-label {
    font-weight: 500
}

.filter-label:after {
    content: ": "
}

.filter-value {
    color: #858585
}

.filter-options {
    margin: 0
}

.filter-options-title {
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    padding: 1.2rem 40px 1.1rem 10px;
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
    z-index: 1
}

.filter-options-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 8px;
    top: 1.2rem
}

.filter-options-title:hover {
    color: #000
}

.active>.filter-options-title:after {
    content: ""
}

.filter-options-content {
    display: none;
    margin: 0;
    padding: 0 1.2rem 10px
}

.active .filter-options-content {
    display: block
}

.filter-options-content .item {
    margin: 1.2rem 0
}

.filter-options-content .item [type=radio] {
    display: none
}

.filter-options-content .label {
    margin-left: 2.4rem
}

.filter-options-content a {
    color: #494949;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.filter-options-content a.am_shopby_link_selected .label:before {
    content: "";
    border-color: #0072bd;
    background-color: #0072bd;
    opacity: 1
}

.filter-options-content a .label {
    position: relative
}

.filter-options-content a .label:before {
    -webkit-box-align: center;
    align-items: center;
    content: "";
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 14px;
    width: 14px;
    border-radius: 4px;
    border: 2px solid #0072bd;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .4;
    font-size: 12px;
    color: #fff;
    left: -2rem;
    top: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-sizing: border-box
}

.filter-options-content a:hover {
    color: #3b3b3b
}

@media only screen and (min-width:768px) {
    .filter-options-content a:hover .label:before {
        opacity: 1
    }
}

.filter-options-content .count {
    color: #858585;
    padding-right: 5px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.filter-options-content .count:before {
    content: "("
}

.filter-options-content .count:after {
    content: ")"
}

@media only screen and (min-width:768px) {
    .page-layout-1column .toolbar-products {
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .products~.toolbar-products {
        position: static
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column.page-with-filter .column.main {
        padding-top: 4.8rem;
        position: relative;
        z-index: 1
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter.block {
        border-top: 1px solid #b0b7c1
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-content {
        margin-top: 10px
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-subtitle {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-options-item {
        border: 0;
        display: inline-block;
        margin-right: 25px
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-options-item.active {
        position: relative;
        z-index: 2
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-options-item.active:hover {
        z-index: 3
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-options-item.active:after,
    .page-layout-1column .filter-options-item.active:before {
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #0e0e0e;
        bottom: -1px;
        content: "";
        display: block;
        left: 50%;
        margin-left: -20px;
        position: absolute;
        z-index: 3
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-options-item.active:after {
        border-bottom-color: #fff;
        margin-top: 2px;
        z-index: 4
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-options-title {
        padding: 0 20px 0 0
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-options-title:after {
        right: 2px;
        top: 3px;
        z-index: 3
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-options-content {
        background: #fff;
        box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .75);
        border: 1px solid #b0b7c1;
        padding: 1.2rem 0;
        position: absolute;
        top: 100%;
        width: 180px;
        z-index: 2
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-options-content .item {
        margin: 0;
        padding: 1.2rem 5px
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-options-content .item a {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-options-content .item:hover {
        background-color: #e8e8e8
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-current {
        display: inline;
        line-height: 35px
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-current-subtitle {
        color: #595959;
        display: inline;
        font-size: 15px;
        font-weight: 400;
        padding: 0
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-current-subtitle:after {
        content: ":"
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-current .item,
    .page-layout-1column .filter-current .items {
        display: inline
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-current .item {
        margin-right: 25px
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-current .action.remove {
        line-height: normal
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-actions {
        display: inline
    }
}

@media only screen and (min-width:768px) {
    .page-layout-1column .filter-actions~.filter-options {
        margin-top: 2.4rem
    }
}

@media only screen and (min-width:768px) {
    .page-with-filter .filter-title strong {
        width: auto
    }
}

@media only screen and (min-width:768px) {
    .page-with-filter .filter-current {
        margin: 0
    }
}

@media only screen and (min-width:768px) {
    .page-with-filter .filter-current .items {
        padding: 10px
    }
}

@media only screen and (max-width:767px) {
    .filter .filter-subtitle {
        font-size: 20px;
        font-weight: 300;
    }
    .filter-actions {
        margin: -2.4rem 1.2rem 2.4rem
    }
    .filter-options-content {
        padding: 5px 10px
    }
    .page-with-filter .filter .filter-current {
        margin: 0 0 9.6rem
    }
    .page-with-filter .filter .filter-current .items {
        display: none
    }
    .page-with-filter .filter .filter-current-subtitle {
        display: block;
        text-decoration: none;
        position: relative;
        text-transform: uppercase;
        z-index: 1
    }
    .page-with-filter .filter .filter-current-subtitle:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: inherit;
        color: #0072bd;
        content: "";
        font-family: var(--theme-icon-font);
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
        position: absolute;
        right: 10px
    }
    .page-with-filter .filter .filter-current-subtitle:after {
        color: #595959;
        content: " (" attr(data-count) ")";
        font-size: .9em
    }
    .page-with-filter .filter .filter-current.active .block-subtitle:before {
        content: ""
    }
    .page-with-filter .filter .filter-current.active .items {
        display: block
    }
    .page-with-filter .filter .filter-current+.block-actions {
        display: none
    }
    .filter-no-options .filter-title:before {
        background: hsla(0, 0%, 100%, .5);
        content: "";
        display: block;
        height: 40px;
        left: -15px;
        margin-top: -60px;
        position: relative;
        width: 100px;
        z-index: 99
    }
    .filter-no-options .filter-content {
        margin-bottom: 20px
    }
    .page-with-filter .toolbar .dummy-filter-btn:after {
        color: #0072bd;
    }
    .page-with-filter .columns .sidebar-main {
        -webkit-box-ordinal-group: 1;
        order: 0;
        margin-bottom: 2.4rem
    }
    .page-with-filter:not(.filter-active) .filter-title {
        display: none
    }
    .page-with-filter .dummy-filter-btn.disabled,
    .page-with-filter .dummy-filter-btn[disabled],
    fieldset[disabled] .page-with-filter .dummy-filter-btn {
        opacity: .5;
        cursor: default;
        pointer-events: none
    }
    .page-with-filter .dummy-filter-btn:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: inherit;
        line-height: 1;
        color: #0072bd;
        content: "";
        font-family: var(--theme-icon-font);
        margin: 0 0 0 5px;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
}

.page-with-filter .filter-title strong {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 120px;
}

.page-with-filter .filter-current .item {
    line-height: 2.4rem;
    margin: 0;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem
}

.page-with-filter .filter-current .item .amshopby-filter-name {
    margin-right: 5px
}

.page-with-filter .filter-current .action.remove {
    top: 1.1rem
}

.page-with-filter .columns .sidebar-main {
    margin-bottom: 0
}

.map-popup-wrapper.popup .action.close {
    top: 10px
}

.map-popup {
    background: #fff;
    border: none;
    padding: 24px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    left: 0;
    margin-top: 10px;
    position: absolute;
    top: 0;
    z-index: 1001;
    display: none;
    opacity: 0;
    box-sizing: border-box
}

.map-popup .popup-header {
    margin: 0 0 24px;
    padding-right: 24px
}

.map-popup .popup-header .title {
    font-weight: 400;
    line-height: 2.4rem;
    font-size: 1.7rem;
    margin-top: 0;
    margin-bottom: 2.4rem
}

.map-popup .popup-content {
    margin: 10px 0 0
}

.map-popup .popup-actions .action.close {
    position: absolute;
    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;
    text-transform: none;
    font-weight: 400;
    right: 10px;
    top: 10px
}

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

.map-popup .popup-actions .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: inherit;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.map-popup .popup-actions .action.close:active:before,
.map-popup .popup-actions .action.close:hover:before {
    color: inherit
}

.map-popup .popup-actions .action.close:active,
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:hover {
    background: none;
    border: none
}

.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.map-popup.active {
    opacity: 1
}

@media only screen and (max-width:767px) {
    .map-popup {
        max-width: 100%
    }
}

.map-popup .map-info-price {
    margin-bottom: 15px
}

.map-popup .map-info-price .price-box {
    margin: 0 0 20px
}

.map-popup .map-info-price .price-box .label:after {
    content: ": "
}

.map-popup .regular-price .price-label {
    display: none
}

@media only screen and (max-width:767px) {
    .map-old-price,
    .map-show-info {
        display: inline-block
    }
}

@media only screen and (max-width:767px) {
    .map-old-price:not(:last-child),
    .map-show-info:not(:last-child) {
        margin-bottom: 10px
    }
}

.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
    margin-right: 10px
}

.map-old-price {
    text-decoration: none
}

.map-old-price .price-wrapper {
    text-decoration: line-through
}

.map-form-addtocart {
    display: inline-block;
    text-align: center
}

.map-form-addtocart img {
    display: block;
    margin: 0 auto
}

.cart.table-wrapper .actions-toolbar>.map-show-info.action,
button.map-show-info {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    line-height: 2.4rem;
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #3d3c3d;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline
}

.cart.table-wrapper .actions-toolbar>.map-show-info.action:active,
.cart.table-wrapper .actions-toolbar>.map-show-info.action:focus,
.cart.table-wrapper .actions-toolbar>.map-show-info.action:hover,
button.map-show-info:active,
button.map-show-info:focus,
button.map-show-info:hover {
    background: none;
    border: none
}

.cart.table-wrapper .actions-toolbar>.map-show-info.action[disabled],
.cart.table-wrapper .actions-toolbar>.map-show-info.disabled.action,
.cart.table-wrapper fieldset[disabled] .actions-toolbar>.map-show-info.action,
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar>.map-show-info.action,
fieldset[disabled] button.map-show-info {
    cursor: not-allowed
}

.cart.table-wrapper .actions-toolbar>.map-show-info.action:hover,
button.map-show-info:hover {
    text-decoration: underline
}

.cart.table-wrapper .actions-toolbar>.map-show-info.action:active,
button.map-show-info:active {
    color: #0072bd;
    text-decoration: underline
}

.cart.table-wrapper .actions-toolbar>.map-show-info.action:hover,
button.map-show-info:hover {
    color: #0072bd
}

.cart.table-wrapper .actions-toolbar>.map-show-info.action:active,
.cart.table-wrapper .actions-toolbar>.map-show-info.action:focus,
.cart.table-wrapper .actions-toolbar>.map-show-info.action:hover,
button.map-show-info:active,
button.map-show-info:focus,
button.map-show-info:hover {
    background: none;
    border: 0
}

.cart.table-wrapper .actions-toolbar>.map-show-info.action[disabled],
.cart.table-wrapper .actions-toolbar>.map-show-info.disabled.action,
.cart.table-wrapper fieldset[disabled] .actions-toolbar>.map-show-info.action,
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar>.map-show-info.action,
fieldset[disabled] button.map-show-info {
    color: #3d3c3d;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.multicheckout .title {
    margin-bottom: 30px
}

.multicheckout .title strong {
    font-weight: 400
}

@media only screen and (max-width:639px) {
    .multicheckout .data.table .address:before {
        margin-bottom: 5px
    }
}

@media only screen and (max-width:639px) {
    .multicheckout .price-excluding-tax,
    .multicheckout .price-including-tax,
    .multicheckout .product-item-name {
        display: inline-block
    }
}

.multicheckout .table-wrapper {
    margin-bottom: 0
}

.multicheckout .table-wrapper .action.delete,
.multicheckout .table-wrapper .col .qty {
    display: inline-block
}

.multicheckout .table-wrapper .col.item .action.edit {
    font-weight: 400;
    margin-left: 10px
}

.multicheckout:not(.address) .table-wrapper .product-item-name {
    margin: 0
}

.multicheckout>.actions-toolbar {
    margin-top: 40px
}

.multicheckout .actions-toolbar>.secondary {
    display: block
}

@media only screen and (min-width:768px) {
    .multicheckout .actions-toolbar>.secondary {
        float: none;
        text-align: right;
        width: 50%
    }
}

.multicheckout .actions-toolbar>.secondary .action {
    margin-bottom: 25px
}

.multicheckout .actions-toolbar>.secondary .action.back {
    display: block;
    margin-left: 0
}

@media only screen and (max-width:639px) {
    .multicheckout .actions-toolbar .action {
        margin-bottom: 25px
    }
}

.multicheckout .actions-toolbar>.primary {
    margin-bottom: 25px
}

@media only screen and (max-width:639px) {
    .multicheckout .actions-toolbar>.primary {
        margin-right: 0
    }
}

@media only screen and (min-width:768px) {
    .multicheckout .actions-toolbar>.primary {
        float: none;
        width: 50%
    }
}

@media only screen and (min-width:768px) {
    .multicheckout .actions-toolbar>.primary .action {
        width: 100%
    }
}

.multicheckout .item-options {
    margin: 10px 0 0
}

.multicheckout .block .methods-shipping .item-content .fieldset>.field:before {
    display: none
}

.multicheckout .block .methods-shipping .item-content .fieldset>.field .control {
    display: inline-block
}

.multicheckout .block-content .title,
.multicheckout .block-title {
    border-bottom: 1px solid #b0b7c1;
    padding-bottom: 10px
}

.multicheckout .block-content .title strong,
.multicheckout .block-title strong {
    font-weight: 400
}

.multicheckout .block-content .title strong span,
.multicheckout .block-title strong span {
    color: #a4dbff
}

.multicheckout .block-content .title {
    border-bottom: none;
    padding-bottom: 0
}

@media only screen and (min-width:640px) {
    .multicheckout .block-content .box {
        margin-bottom: 0
    }
}

@media only screen and (max-width:639px) {
    .multicheckout .block-content .box:not(:last-child) {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:639px) {
    .multicheckout .block-content .box:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:640px) {
    .multicheckout .block-shipping .box {
        float: left;
        width: 25%
    }
}

@media only screen and (min-width:640px) {
    .multicheckout .block-shipping .box-shipping-method {
        padding-left: 25px;
        padding-right: 25px;
        width: 50%
    }
}

@media only screen and (min-width:640px) {
    .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
        display: none
    }
}

@media only screen and (min-width:640px) {
    .multicheckout .block-billing .box-billing-address {
        float: left;
        width: 25%
    }
}

@media only screen and (min-width:640px) {
    .multicheckout .block-billing .box-billing-method {
        float: left;
        padding-left: 25px;
        width: 50%
    }
}

@media only screen and (min-width:640px) {
    .multicheckout.form.address .table-wrapper .applicable {
        margin: 7px 0 0
    }
}

.multicheckout.order-review .block-title>strong {
    font-size: 2.4rem
}

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
    margin-bottom: 40px
}

@media only screen and (min-width:640px) {
    .multicheckout.order-review .box-items {
        clear: left;
        float: none;
        padding-top: 40px;
        width: auto
    }
}

@media only screen and (max-width:639px) {
    .multicheckout.order-review .box-items .data.table thead,
    .multicheckout.order-review .box-items .data.table thead tr {
        display: block
    }
}

@media only screen and (max-width:639px) {
    .multicheckout.order-review .box-items .data.table thead .col.item {
        display: block;
        padding: 0
    }
}

@media only screen and (min-width:640px) {
    .multicheckout.order-review .col.item {
        width: 75%
    }
}

@media only screen and (min-width:640px) {
    .multicheckout .methods-payment .item-content>.fieldset {
        width: auto
    }
}

@media only screen and (min-width:640px) {
    .multicheckout .methods-payment .item-content>.fieldset .field.cvv {
        display: inline-block;
        width: auto
    }
}

@media only screen and (min-width:640px) {
    .multicheckout .methods-payment .fieldset>.field:not(.choice)>.label {
        float: none;
        margin-bottom: 8px;
        text-align: left;
        width: auto
    }
}

@media only screen and (min-width:640px) {
    .multicheckout .methods-payment .fieldset>.field:not(.choice):not(.cvv) .control {
        width: 100%
    }
}

.multicheckout .box-title span {
    margin-right: 10px
}

.multicheckout .box-title>.action {
    margin: 0
}

.multicheckout .box-shipping-method .price {
    font-weight: 500
}

.multicheckout .box-billing-method .fieldset {
    margin: 0
}

.multicheckout .box-billing-method .fieldset .legend.box-title {
    margin: 0 0 5px
}

.multicheckout .checkout-review .grand.totals {
    font-size: 2.3rem;
    margin-bottom: 40px
}

.multicheckout .checkout-review .grand.totals .mark {
    font-weight: 400
}

[class^=multishipping-] .logo {
    margin-left: 0
}

.multishipping-checkout-success .nav-sections {
    display: block
}

.paypal.after:before {
    margin: 5px 5px 10px
}

.paypal.after:before,
.paypal.before:before {
    content: "- " attr(data-label) " -";
    display: block;
    text-transform: uppercase
}

.paypal.before:before {
    margin: 10px 5px;
    text-align: center
}

.paypal.acceptance {
    display: block;
    margin: 0 0 20px
}

.paypal.acceptance img {
    max-width: 100%
}

.block-minicart .paypal img,
.box-tocart .paypal img {
    display: block;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .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%
    }
}

@media only screen and (min-width:768px) {
    .paypal-review .block-content .box-order-shipping-address {
        padding: 0 5%;
        width: 34%
    }
}

@media only screen and (min-width:768px) {
    .paypal-review .amount,
    .paypal-review .col.subtotal,
    .paypal-review .mark {
        text-align: right
    }
}

@media only screen and (min-width:768px) {
    .paypal-review .paypal-review-title {
        border-bottom: 1px solid #b0b7c1
    }
}

.paypal-review .items-qty .item {
    white-space: nowrap
}

.paypal-review .items-qty .title:after {
    content: ": "
}

.paypal-review .paypal-review-title>strong {
    font-weight: 400;
    line-height: 2.4rem;
    font-size: 1.7rem;
    margin-top: 0;
    margin-bottom: 2.4rem;
    display: inline-block
}

.paypal-review .actions-toolbar {
    margin-top: 10px
}

.paypal-review .item-options dt {
    display: inline-block
}

.paypal-review .item-options dt:after {
    content: ": "
}

.paypal-review .item-options dd {
    margin: 0
}

.paypal-review-discount {
    border-bottom: 1px solid #b0b7c1;
    margin: 20px 0
}

.paypal-review-discount .block {
    margin-bottom: 0
}

.paypal-review-discount .block .fieldset {
    padding: 10px 0 20px
}

.fotorama-video-container:after {
    background: url(../Magento_ProductVideo/img/gallery-sprite.png) 100% 100%;
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px
}

.fotorama-video-container .magnify-lens {
    display: none!important
}

.fotorama-video-container.video-unplayed:hover img {
    opacity: .6
}

.fotorama-video-container.video-unplayed:hover:after {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.video-thumb-icon:after {
    background: url(../Magento_ProductVideo/img/gallery-sprite.png) 0 100%;
    content: "";
    height: 40px;
    top: 10px;
    width: 49px
}

.product-video,
.video-thumb-icon:after {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0
}

.product-video {
    height: 75%;
    top: 0;
    width: 100%
}

.product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999
}

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px
}

.fotorama__product-video--loading:after {
    visibility: hidden
}

@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape) {
    .product-video {
        height: 100%;
        width: 81%
    }
}

.rating-summary {
    overflow: hidden;
    white-space: nowrap
}

.rating-summary .rating-result {
    width: 80px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.rating-summary .rating-result:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #d9d9d9;
    font-family: var(--theme-icon-font);
    font-size: 20px;
    height: 20px;
    letter-spacing: -5px;
    line-height: 20px;
    content: "";
    display: block;
    font-style: normal;
    font-weight: 400;
    speak: none
}

.rating-summary .rating-result>span {
    display: block;
    overflow: hidden
}

.rating-summary .rating-result>span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #0072bd;
    font-family: var(--theme-icon-font);
    font-size: 20px;
    height: 20px;
    letter-spacing: -5px;
    line-height: 20px;
    content: "";
    display: block;
    font-style: normal;
    font-weight: 400;
    speak: none
}

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

.rating-summary .rating-result {
    display: block
}

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.review-control-vote {
    overflow: hidden
}

.review-control-vote:before {
    color: #d9d9d9;
    font-family: var(--theme-icon-font);
    font-size: 20px;
    height: 20px;
    letter-spacing: -5px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: "";
    display: block;
    position: absolute;
    z-index: 1
}

.review-control-vote input[type=radio] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.review-control-vote input[type=radio]:checked+label:before,
.review-control-vote input[type=radio]:focus+label:before {
    opacity: 1
}

.review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute
}

.review-control-vote label span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.review-control-vote label:before {
    color: #0072bd;
    font-family: var(--theme-icon-font);
    font-size: 20px;
    height: 20px;
    letter-spacing: -5px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    opacity: 0
}

.review-control-vote label:hover:before {
    opacity: 1
}

.review-control-vote label:hover~label:before {
    opacity: 0
}

.review-control-vote .rating-5 {
    z-index: 2
}

.review-control-vote .rating-5:before {
    content: ""
}

.review-control-vote .rating-4 {
    z-index: 3
}

.review-control-vote .rating-4:before {
    content: ""
}

.review-control-vote .rating-3 {
    z-index: 4
}

.review-control-vote .rating-3:before {
    content: ""
}

.review-control-vote .rating-2 {
    z-index: 5
}

.review-control-vote .rating-2:before {
    content: ""
}

.review-control-vote .rating-1 {
    z-index: 6
}

.review-control-vote .rating-1:before {
    content: ""
}

.review-link {
    display: inline-block;
    line-height: 4.8rem
}

.block.add.review {
    margin-bottom: 4.8rem
}

.block.add.review>.title {
    line-height: 4.8rem;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 2.4rem
}

.block.add.review .legend {
    line-height: 2.4rem;
    font-size: 1.7rem;
    margin: 0 0 24px;
    padding: 0
}

.block.add.review .field.rating {
    display: table-row
}

.block.add.review .field.rating .label {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle
}

.block.add.review .field.rating .control {
    display: table-cell;
    vertical-align: top
}

.block.reviews.list>.title {
    font-weight: 400;
    line-height: 4.8rem;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 2.4rem
}

.block.reviews.list .review.item {
    margin-bottom: 4.8rem
}

.block.reviews.list .review.title {
    font-weight: 400;
    line-height: 2.4rem;
    font-size: 1.7rem;
    margin-top: 0;
    margin-bottom: 2.4rem
}

.data.table.reviews .rating-summary {
    margin-top: -4px
}

.customer-review.view,
.customer-review.view .product-details,
.customer-review.view .ratings-summary,
.customer-review.view .review.title {
    margin-bottom: 2.4rem
}

@media only screen and (min-width:768px) {
    .review-add fieldset.field.review-field-ratings {
        margin-bottom: 20px
    }
}

.product-reviews-summary {
    display: table
}

@media only screen and (min-width:768px) {
    .products.wrapper.list .product-reviews-summary {
        margin: 0
    }
}

.product-reviews-summary.empty {
    margin-left: 0
}

.product-reviews-summary .rating-summary {
    display: table-cell;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.product-reviews-summary .rating-summary+.reviews-actions {
    padding-left: 10px
}

.product-reviews-summary .reviews-actions {
    display: table-cell;
    line-height: 2.4rem;
    vertical-align: middle
}

.product-reviews-summary .reviews-actions a {
    margin-right: 5px;
    white-space: nowrap
}

.customer-review .product-details {
    margin-bottom: 4.8rem
}

.customer-review .product-media {
    float: left;
    margin-right: 3%;
    max-width: 285px;
    width: 30%
}

.customer-review .review-details .customer-review-rating {
    margin-bottom: 2.4rem
}

.customer-review .review-details .customer-review-rating .item {
    margin-bottom: 1.2rem
}

.customer-review .review-details .customer-review-rating .item:last-child {
    margin-bottom: 0
}

.customer-review .review-details .review-title {
    line-height: 2.4rem;
    font-size: 1.7rem;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 2.4rem
}

.customer-review .review-details .review-content {
    margin-bottom: 2.4rem
}

.review-field-ratings .nested {
    display: table
}

.review-field-ratings .review-field-rating {
    display: table-row
}

.review-field-ratings .review-field-rating .control,
.review-field-ratings .review-field-rating .label {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top
}

.review-field-ratings .review-field-rating .label {
    padding-right: 10px;
    padding-top: 6px
}

.review-field-ratings .review-field-rating .control {
    padding-top: 5px
}

.fieldset>.field.review-field-ratings>legend.label {
    padding-top: 6px
}

.review-toolbar {
    margin: 0 0 24px;
    text-align: center
}

@media only screen and (min-width:640px) {
    .review-toolbar {
        margin: 0 0 24px
    }
}

.review-toolbar:first-child {
    display: none
}

.review-toolbar .pages {
    border-bottom: 1px solid #b0b7c1;
    display: block;
    padding: 20px 0;
    text-align: center
}

@media only screen and (min-width:640px) {
    .review-toolbar .pages {
        padding: 2.4rem 0
    }
}

.review-add .block-title,
.review-toolbar .limiter {
    display: none
}

.review-add .field.review-field-rating {
    display: table-row
}

.review-add .field.review-field-ratings {
    margin-bottom: 10px
}

@media only screen and (min-width:640px) {
    .review-form {
        max-width: 500px
    }
}

.review-form .action.submit.primary {
    background-image: none;
    background: #3d3c3d;
    border: .2rem solid #353435;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 1.5rem;
    line-height: 4.4rem;
    box-sizing: border-box;
    vertical-align: middle
}

.review-form .action.submit.primary:active,
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:hover {
    background: #454445;
    border: .2rem solid #353435;
    color: #fff
}

.review-form .action.submit.primary.disabled,
.review-form .action.submit.primary[disabled],
fieldset[disabled] .review-form .action.submit.primary {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.fieldset .review-legend.legend {
    margin-bottom: 2.4rem;
    padding: 0
}

@media only screen and (min-width:640px) {
    .fieldset .review-legend.legend {
        margin-bottom: 2.4rem
    }
}

.fieldset .review-legend.legend strong {
    display: block;
    margin-left: 0
}

.review-field-rating .control {
    margin-bottom: 4.8rem;
    margin-top: 10px
}

.review-list {
    margin-bottom: 30px
}

.review-list .block-title strong {
    font-weight: 400;
    line-height: 4.8rem;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 2.4rem
}

.review-item {
    border-bottom: 1px dashed #b0b7c1;
    margin: 0;
    padding: 2.4rem 0
}

.review-item:after {
    clear: both;
    content: "";
    display: table
}

@media only screen and (min-width:640px) {
    .review-item {
        padding: 2.4rem 0
    }
}

.review-item:first-child {
    border-top: 1px dashed #b0b7c1
}

.review-ratings {
    display: table;
    margin-bottom: 10px;
    max-width: 100%
}

@media only screen and (min-width:640px) {
    .review-ratings {
        float: left;
        margin-bottom: 0;
        max-width: 240px
    }
}

@media only screen and (min-width:640px) {
    ~.review-ratings-content,
    ~.review-ratings-details {
        margin-left: 280px
    }
}

.review-author {
    display: inline
}

.review-title {
    font-weight: 400;
    line-height: 2.4rem;
    font-size: 1.7rem;
    margin: 0 0 20px
}

@media only screen and (min-width:640px) {
    .review-title {
        margin: 0 0 24px
    }
}

.review-content {
    margin-bottom: 20px
}

.order-links .item {
    line-height: 4.8rem;
    margin: 0 0 -1px
}

@media only screen and (min-width:768px) {
    .order-links .item {
        float: left;
        margin: 0 5px 0 0
    }
}

.order-links .item strong {
    background: none;
    border: 1px solid #b0b7c1;
    display: block;
    font-weight: 500;
    padding: 0 20px
}

@media only screen and (min-width:768px) {
    .order-links .item strong {
        border-bottom: 0;
        margin-bottom: -1px;
        padding: 0 20px 1
    }
}

.order-links .item a {
    background: none;
    border: 1px solid #b0b7c1;
    display: block;
    font-weight: 500;
    padding: 0 20px
}

@media only screen and (min-width:768px) {
    .order-links .item a {
        padding: 0 20px
    }
}

.order-links .item a:hover {
    background: none;
    text-decoration: none
}

.order-details-items {
    border: 1px solid #b0b7c1;
    margin-bottom: 40px;
    padding: 10px
}

@media only screen and (min-width:768px) {
    .order-details-items.ordered .order-title {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .order-details-items {
        margin-top: -1px;
        padding: 25px
    }
}

.order-details-items .order-title {
    border-bottom: 1px solid #b0b7c1;
    padding: 0 0 10px
}

.order-details-items .order-title>strong {
    font-size: 26px;
    font-weight: 300
}

@media only screen and (max-width:639px) {
    .order-details-items .order-title>strong {
        display: block
    }
}

.order-details-items .order-title .action {
    display: inline-block
}

@media only screen and (min-width:640px) {
    .order-details-items .order-title .action {
        margin: 12px 0 0 30px
    }
}

@media only screen and (max-width:639px) {
    .order-details-items .order-title .action {
        margin-top: 10px
    }
}

@media only screen and (min-width:640px) {
    .order-details-items .order-title .action.track {
        float: right
    }
}

@media only screen and (max-width:639px) {
    .order-details-items .data.table .col.options {
        padding: 0 10px 15px
    }
}

@media only screen and (max-width:639px) {
    .order-details-items .data.table .col.options:before {
        display: none
    }
}

.order-details-items .table-wrapper {
    margin: 0
}

.order-details-items .table-wrapper+.actions-toolbar {
    display: none
}

.order-details-items .table-wrapper:not(:last-child) {
    margin-bottom: 30px
}

@media only screen and (max-width:639px) {
    .order-details-items .item-options-container+.item-options-container:before,
    .order-details-items .options-label+.item-options-container:before {
        content: attr(data-th) ":";
        display: block;
        font-weight: 500;
        padding-left: 10px
    }
}

@media only screen and (max-width:639px) {
    .order-details-items .item-options-container+.item-options-container .col,
    .order-details-items .options-label+.item-options-container .col {
        font-size: 13px;
        padding: 0 10px
    }
}

@media only screen and (max-width:639px) {
    .order-details-items .item-options-container+.item-options-container .col:first-child,
    .order-details-items .options-label+.item-options-container .col:first-child {
        padding-top: 3px
    }
}

@media only screen and (max-width:639px) {
    .order-details-items .item-options-container+.item-options-container .col:last-child,
    .order-details-items .options-label+.item-options-container .col:last-child {
        padding-bottom: 20px
    }
}

.order-details-items .table-order-items>thead>tr>th {
    border-bottom: 1px solid #b0b7c1
}

.order-details-items .table-order-items tbody+tbody {
    border-top: 1px solid #b0b7c1
}

.account .order-details-items .table-order-items tbody tr:nth-child(2n) td {
    background: none
}

.order-details-items .table-order-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px
}

@media only screen and (min-width:768px) {
    .order-details-items .table-order-items tbody td {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.order-details-items .table-order-items tbody .col.label {
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 0
}

.order-details-items .table-order-items tbody .col.options {
    padding: 0 0 15px
}

.order-details-items .table-order-items tbody>.item-parent td {
    padding-bottom: 5px
}

.order-details-items .table-order-items tbody>.item-parent+tr td {
    padding-top: 5px
}

.order-details-items .table-order-items tbody .item-options-container td {
    padding-bottom: 15px;
    padding-top: 0
}

.order-details-items .table-order-items .product-item-name {
    margin: 0 0 10px
}

.order-details-items .item-options,
.order-details-items .item-options dt {
    margin: 0
}

.order-details-items .item-options dd {
    margin: 0 0 15px
}

.order-details-items .item-options dd:last-child {
    margin-bottom: 0
}

.order-details-items .item-options.links dt {
    display: inline-block
}

.order-details-items .item-options.links dt:after {
    content: ": "
}

.order-details-items .item-options.links dd {
    margin: 0
}

.order-details-items thead .col.qty {
    text-align: center
}

@media only screen and (max-width:639px) {
    .order-details-items .col.price .price-excluding-tax,
    .order-details-items .col.price .price-including-tax,
    .order-details-items .col.subtotal .price-excluding-tax,
    .order-details-items .col.subtotal .price-including-tax {
        display: inline-block
    }
}

.order-details-items .col.name {
    padding-top: 16px
}

@media only screen and (min-width:768px) {
    .order-details-items .col.name {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) {
    .order-details-items .col.price {
        text-align: center
    }
}

@media only screen and (min-width:768px) {
    .order-details-items .col.subtotal,
    .order-details-items tfoot .amount,
    .order-details-items tfoot .mark {
        text-align: right
    }
}

.order-details-items .action.show {
    display: inline-block;
    text-decoration: none;
    color: #0072bd
}

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

.order-details-items .action.show:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.order-details-items .action.show.expanded:after {
    content: ""
}

.order-details-items .product-item-name {
    font-size: font-size__l
}

@media only screen and (max-width:639px) {
    .order-details-items .items-qty {
        display: inline-block;
        vertical-align: top
    }
}

.order-details-items .items-qty .item {
    white-space: nowrap
}

.order-details-items .items-qty .title:after {
    content: ": "
}

.block-order-details-comments {
    margin: 0 0 40px
}

@media only screen and (min-width:768px) {
    .block-order-details-comments {
        margin: 0 0 60px
    }
}

.block-order-details-comments .comment-date {
    font-weight: 500
}

@media only screen and (min-width:768px) {
    .block-order-details-comments .comment-date {
        clear: left;
        float: left;
        margin-right: 50px;
        max-width: 90px
    }
}

.block-order-details-comments .comment-content {
    line-height: 1.6;
    margin: 0 0 20px
}

@media only screen and (min-width:768px) {
    .block-order-details-comments .comment-content {
        overflow: hidden
    }
}

.block-order-details-view .block-content .box {
    margin-bottom: 30px
}

.block-order-details-view .box-title {
    font-weight: 500
}

.block-order-details-view .box-content .payment-method .title {
    font-weight: 400
}

.block-order-details-view .box-content .payment-method .content {
    margin: 0
}

.block-order-details-view .box-content .payment-method .content>strong {
    font-weight: 400
}

.block-order-details-view .box-content .payment-method .content>strong:after {
    content: ": "
}

.column.main .order-details-items .block-order-details-gift-message {
    margin: 40px 0 0
}

.block-order-details-gift-message+.actions-toolbar {
    display: none
}

.order-tracking {
    margin: 0;
    padding: 20px 0
}

.order-title+.order-tracking {
    border-bottom: 1px solid #b0b7c1
}

.order-tracking .tracking-title {
    display: inline-block
}

.order-tracking .tracking-content {
    display: inline-block;
    margin: 0 0 0 5px
}

.order-actions-toolbar {
    margin-bottom: 25px
}

.order-actions-toolbar .action {
    margin-right: 30px
}

.order-actions-toolbar .action.print {
    display: none;
    margin: 0
}

@media only screen and (min-width:768px) {
    .order-actions-toolbar .action.print {
        display: block;
        float: right
    }
}

@media only screen and (min-width:768px) {
    .table-order-items tbody .col.label,
    .table-order-items tbody .col.value {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) {
    .table-order-items.creditmemo .col.discount,
    .table-order-items.creditmemo .col.qty,
    .table-order-items.creditmemo .col.subtotal,
    .table-order-items.invoice .col.qty,
    .table-order-items.shipment .col.qty {
        text-align: center
    }
}

@media only screen and (min-width:768px) {
    .table-order-items.creditmemo .col.total {
        text-align: right
    }
}

@media only screen and (max-width:639px) {
    .account .table-order-items tbody tr {
        display: block
    }
}

@media only screen and (max-width:639px) {
    .account .table-order-items .product-item-name {
        display: inline-block;
        margin: 0
    }
}

@media only screen and (max-width:639px) {
    .account .table-order-items .action.show {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) {
    .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    [class^=sales-guest-] .column.main .block.block-order-details-view .block-content:not(.widget) .box {
        clear: none;
        float: left;
        width: 100%/4
    }
}

.form-orders-search .field:last-child {
    margin-bottom: 20px
}

.block-reorder .actions-toolbar {
    margin: 17px 0
}

.block-reorder .product-item-name {
    display: inline-block;
    font-weight: 400
}

.block-reorder .product-item .field.item {
    display: inline-block
}

.opc-wrapper .form-discount {
    max-width: 500px
}

.action.mailto.friend {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle
}

.action.mailto.friend:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0 .6rem 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.action.mailto.friend:hover span {
    text-decoration: underline
}

.action.mailto.friend span {
    display: inline-block;
    line-height: 2.4rem
}

.swatch-attribute-label {
    font-weight: 700;
    position: relative
}

.swatch-attribute-label.required {
    padding-right: 10px
}

.swatch-attribute-label[data-required="1"]:after {
    content: "*";
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: 700;
    font-size: 1em
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px
}

.swatch-attribute-options {
    margin-top: 10px
}

.swatch-option {
    border-radius: 100%;
    padding: 1px 2px;
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 2px solid #dadada;
    overflow: hidden;
    text-overflow: ellipsis
}

.swatch-option.text {
    background: #f0f0f0;
    color: #686868;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 22px;
    margin-right: 7px
}

.swatch-option.selected {
    border: 2px solid #ff5501;
    color: #333
}

.swatch-option.text.selected {
    background-color: #fff
}

.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.swatch-attribute.manufacturer .swatch-option,
.swatch-attribute.size .swatch-option {
    background: #f0f0f0;
    color: #949494
}

.swatch-attribute.manufacturer .swatch-option.selected,
.swatch-attribute.size .swatch-option.selected {
    color: #000;
    background: #fff;
    border: 1px solid #fff
}

.swatch-option:not(.disabled):hover {
    border: 2px solid #999;
    color: #333
}

.swatch-option.color:not(.disabled):hover,
.swatch-option.image:not(.disabled):hover {
    border: 2px solid #e00
}

.swatch-option.disabled {
    cursor: default
}

.swatch-option.disabled:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(42%, hsla(0, 0%, 100%, 0)), color-stop(43%, #fff), color-stop(46%, #fff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #fff), color-stop(57%, #fff), color-stop(58%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(to left top, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, hsla(0, 0%, 100%, 0) 58%, hsla(0, 0%, 100%, 0))
}

.swatch-option-tooltip {
    max-width: 140px;
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: #949494;
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    text-align: center
}

.swatch-option-tooltip-layered .corner,
.swatch-option-tooltip .corner {
    left: 40%;
    position: absolute;
    bottom: 0;
    height: 8px
}

.swatch-option-tooltip-layered .corner:after,
.swatch-option-tooltip .corner:after {
    content: "";
    position: relative;
    top: 1px;
    left: -15px;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 7px 7.5px 0;
    font-size: 1px
}

.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:before {
    content: "";
    position: relative;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-color: #adadad transparent transparent;
    border-style: solid;
    border-width: 8px 8.5px 0;
    font-size: 1px
}

.swatch-option-tooltip-layered .image,
.swatch-option-tooltip .image {
    display: block;
    height: 130px;
    width: 130px;
    margin: 0 auto
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: #282828;
    text-align: center;
    display: block;
    overflow: hidden
}

.swatch-opt {
    margin: 20px 0
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none;
    position: static;
    z-index: 1
}

.swatch-option-link-layered {
    position: relative;
    margin: 0;
    padding: 0
}

.swatch-option-link-layered:focus>div {
    box-shadow: 0 0 3px 1px #68a8e0
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: #949494;
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px
}

.swatch-option-link-layered:hover>.swatch-option-tooltip-layered {
    display: block
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: #282828;
    text-align: center;
    margin-bottom: 10px
}

.swatch-option-disabled:after {
    content: "";
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px
}

.swatch-option-disabled {
    outline: none;
    cursor: default;
    border: 0
}

.swatch-opt-listing {
    margin-bottom: 10px
}

.swatch-option-loading {
    content: url(../images/loader-2.gif)
}

.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden
}

.swatch-attribute .swatch-attribute-options {
    margin-top: 0
}

.swatch-attribute-options .swatch-option,
.swatch-attribute-options .swatch-option.text {
    box-sizing: border-box;
    height: 3rem;
    line-height: 2.4rem;
    margin: 0 10px 10px 0;
    min-width: 3rem;
    padding: 1px 2px
}

.sidebar .swatch-attribute-options .swatch-option,
.sidebar .swatch-attribute-options .swatch-option.text {
    margin-bottom: 1.2rem;
    margin-top: 1.2rem
}

.swatch-attribute-options .swatch-option.color.selected,
.swatch-attribute-options .swatch-option.color:not(.disabled):hover,
.swatch-attribute-options .swatch-option.image.selected,
.swatch-attribute-options .swatch-option.image:not(.disabled):hover,
.swatch-attribute-options .swatch-option.selected,
.swatch-attribute-options .swatch-option:not(.disabled):hover {
    margin-left: 0;
    outline: 2px solid #3d3c3d
}

.swatch-option-tooltip {
    pointer-events: none
}

.products-grid [class^=swatch-opt-] {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

@media only screen and (min-width:768px) {
    .products-grid .product-item-info:hover [class^=swatch-opt-] {
        opacity: 1;
        z-index: 3
    }
}

.product-options-wrapper {
    margin-bottom: 2.4rem
}

.product-options-wrapper .swatch-opt {
    margin-bottom: 0;
    margin-top: 0
}

.product-options-wrapper .swatch-opt .swatch-attribute-label {
    display: inline-block;
    line-height: 4.8rem
}

.product-options-wrapper .swatch-opt .swatch-option {
    margin-top: 0
}

body.cms-index-index .column.main>p,
body.cms-page-view .column.main>p {
    margin-bottom: 0
}

h1 .alink,
h1 .alink:hover,
h1 .alink:visited,
h1 a,
h1 a:hover,
h1 a:visited,
h2 .alink,
h2 .alink:hover,
h2 .alink:visited,
h2 a,
h2 a:hover,
h2 a:visited,
h3 .alink,
h3 .alink:hover,
h3 .alink:visited,
h3 a,
h3 a:hover,
h3 a:visited,
h4 .alink,
h4 .alink:hover,
h4 .alink:visited,
h4 a,
h4 a:hover,
h4 a:visited,
h5 .alink,
h5 .alink:hover,
h5 .alink:visited,
h5 a,
h5 a:hover,
h5 a:visited,
h6 .alink,
h6 .alink:hover,
h6 .alink:visited,
h6 a,
h6 a:hover,
h6 a:visited {
    color: inherit;
    text-decoration: none
}

.button,
.cart .action-gift {
    background-image: none;
    background: #000;
    border: .2rem solid #000;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 1.5rem;
    line-height: 4.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: default
}

.button:active,
.button:focus,
.button:hover,
.cart .action-gift:active,
.cart .action-gift:focus,
.cart .action-gift:hover {
    background: #080808;
    border: .2rem solid #000;
    color: #fff
}

.button.disabled,
.button[disabled],
.cart .action-gift[disabled],
.cart .disabled.action-gift,
.cart fieldset[disabled] .action-gift,
fieldset[disabled] .button,
fieldset[disabled] .cart .action-gift {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.cart.table-wrapper .actions-toolbar>.action.action-gift,
.cart.table-wrapper .actions-toolbar>.button.action,
.cart a.action-gift,
.cart button.action-gift,
a.button,
button.button {
    cursor: pointer;
    text-decoration: none
}

@media only screen and (min-width:768px) {
    .page-main>.page-title-wrapper .page-title {
        display: inline-block
    }
}

.page-main>.page-title-wrapper .page-title+.action {
    margin-top: 2.4rem
}

@media only screen and (min-width:768px) {
    .page-main>.page-title-wrapper .page-title+.action {
        float: right;
        margin-top: 2.4rem
    }
}

.action.skip:focus {
    background: #f0f0f0;
    padding: 10px;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 15
}

.nav-sections {
    -webkit-overflow-scrolling: touch
}

.page-main {
    margin-top: 2.4rem
}

@media only screen and (min-width:768px) {
    .page-wrapper {
        min-height: 100%
    }
    .ie10 .page-wrapper,
    .ie11 .page-wrapper {
        height: 100%
    }
}

.message.global p {
    margin: 0
}

.message.global.cookie,
.message.global.noscript {
    border-radius: 4px;
    padding: 1.2rem;
    display: block;
    line-height: 2.4rem;
    font-size: 1.5rem;
    background: #fed52f;
    color: #333;
    margin: 0
}

.message.global.cookie a,
.message.global.cookie a:active,
.message.global.cookie a:hover,
.message.global.noscript a,
.message.global.noscript a:active,
.message.global.noscript a:hover {
    color: #333
}

.message.global.cookie {
    bottom: 0;
    left: 0;
    padding: 1.2rem;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 3
}

.message.global.cookie p {
    display: inline-block;
    margin-bottom: 1.2rem;
    vertical-align: middle
}

@media only screen and (min-width:768px) {
    .message.global.cookie p {
        margin: 0 1.2rem 0 0
    }
}

.message.global.cookie .actions {
    display: inline-block;
    vertical-align: middle
}

.message.global.cookie .actions.primary {
    line-height: 2.4rem;
    padding: 0 1.2rem
}

.message.global.demo {
    border-radius: 4px;
    padding: 1.2rem;
    display: block;
    line-height: 2.4rem;
    font-size: 1.5rem;
    background: #fed52f;
    color: #333;
    margin: 0;
    text-align: center
}

.message.global.demo a,
.message.global.demo a:active,
.message.global.demo a:hover {
    color: #333
}

.block.block-search {
    margin-bottom: 0
}

.block .control {
    border: none
}

.abs-remove-button-for-blocks:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before {
    font-size: inherit
}

.widget {
    clear: both
}

.products-grid-slider.bx-active .product-items {
    margin: 0
}

.products-grid-slider.bx-active .product-item,
.ui-datepicker td {
    padding: 0
}

@media only screen and (max-width:767px) {
    .block-collapsible-nav {
        left: 0;
        position: absolute;
        top: -21px;
        width: 100%;
        z-index: 5
    }
}

.block-collapsible-nav .content {
    background: #f5f5f5;
    padding: 15px 0
}

@media only screen and (max-width:767px) {
    .block-collapsible-nav .content {
        display: none;
        border-bottom: 1px solid #b0b7c1
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .block-collapsible-nav .content.active {
        display: block
    }
}

.block-collapsible-nav .item {
    margin: 3px 0 0
}

.block-collapsible-nav .item:first-child {
    margin-top: 0
}

.block-collapsible-nav .item>strong,
.block-collapsible-nav .item a {
    border-left: 3px solid transparent;
    color: false;
    display: block;
    padding: 5px 18px 5px 15px
}

.block-collapsible-nav .item a {
    text-decoration: none
}

.block-collapsible-nav .item a:hover {
    background: #000
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
    border-color: #ff5501;
    color: false;
    font-weight: 500
}

.block-collapsible-nav .item.current a {
    border-color: #ff5501
}

@media only screen and (min-width:768px) {
    .navigation ul {
        padding: 0
    }
}

@media only screen and (min-width:768px) {
    .navigation ul li {
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) {
    .navigation ul li.all-category {
        width: 100%;
        padding-bottom: 10px
    }
}

@media only screen and (min-width:768px) {
    .navigation ul ul {
        padding: 0
    }
}

@media only screen and (min-width:768px) {
    .navigation ul ul a.has-children {
        font-weight: 400;
        line-height: 2.4rem;
        font-size: 1.7rem;
        margin-top: 0;
        margin-bottom: 2.4rem
    }
}

@media only screen and (min-width:768px) {
    .navigation .level0 {
        display: inline;
        float: left
    }
}

@media only screen and (min-width:768px) {
    .navigation .level0>.level-top {
        float: left
    }
}

.navigation .level0 .submenu ul {
    font-weight: 400
}

.page-header .switcher {
    display: inline-block;
    float: right;
    height: 24px;
    margin-left: 15px;
    margin-right: 0
}

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

.page-header .header.links>li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem
}

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

@media only screen and (min-width:768px) {
    .page-header .header.wrapper {
        background: #fff
    }
    .page-header .header.panel>.header.links a.account-link>span {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }
    .page-header .header.panel>.header.links .compare .counter,
    .page-header .header.panel>.header.links .wishlist .counter {
        color: #333
    }
    .page-header .header.panel>.header.links .compare .counter:before,
    .page-header .header.panel>.header.links .wishlist .counter:before {
        content: " ("
    }
    .page-header .header.panel>.header.links .compare .counter:after,
    .page-header .header.panel>.header.links .wishlist .counter:after {
        content: ")"
    }
    .page-header .header.panel>.header.links>li.authorization-link.loggedin {
        display: inline-block;
        text-decoration: none;
        position: relative
    }
    .page-header .header.panel>.header.links>li.authorization-link.loggedin>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .page-header .header.panel>.header.links>li.authorization-link.loggedin:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: inherit;
        color: #0e0e0e;
        content: "";
        font-family: var(--theme-icon-font);
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .page-header .header.panel>.header.links>li.authorization-link.loggedin:hover .top-links {
        display: block
    }
    .page-header .header.panel>.header.links .top-links {
        background: #cdd3df;
        list-style-type: none;
        padding: 15px 5px 5px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 24px;
        min-width: 140px;
        z-index: 9
    }
    .page-header .header.panel>.header.links .top-links a {
        color: #333
    }
}

.page-header .header.sticky {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff;
    left: 0;
    max-width: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}

.page-header .header .block-search {
    -webkit-box-ordinal-group: 3;
    order: 2
}

@media only screen and (min-width:768px) {
    .page-header .header .block-search .control {
        margin-top: 0
    }
}

.page-header .header .miniorderbysku-wrapper {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.page-header .header .minicart-wrapper {
    -webkit-box-ordinal-group: 5;
    order: 4
}


/*

.page-footer .switcher.currency strong>span,.page-header .switcher.currency strong>span{
    display:inline-block
}
.page-footer .switcher .options,.page-header .switcher .options{
    display:inline-block;
    position:relative
}
.page-footer .switcher .options:after,.page-footer .switcher .options:before,.page-header .switcher .options:after,.page-header .switcher .options:before{
    content:"";
    display:table
}
.page-footer .switcher .options:after,.page-header .switcher .options:after{
    clear:both
}
.page-footer .switcher .options .action.toggle,.page-header .switcher .options .action.toggle{
    padding:0;
    cursor:pointer;
    display:inline-block;
    text-decoration:none
}
.page-footer .switcher .options .action.toggle>span,.page-header .switcher .options .action.toggle>span{
    border:0;
    clip:rect(0,0,0,0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
.page-footer .switcher .options .action.toggle:after,.page-header .switcher .options .action.toggle:after{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:22px;
    line-height:2.4rem;
    color:#0e0e0e;
    content:"";
    font-family:var(--theme-icon-font);
    margin:0;
    vertical-align:top;
    display:inline-block;
    font-weight:400;
    overflow:hidden;
    speak:none;
    text-align:center
}
.page-footer .switcher .options .action.toggle:active:after,.page-footer .switcher .options .action.toggle:hover:after,.page-header .switcher .options .action.toggle:active:after,.page-header .switcher .options .action.toggle:hover:after{
    color:inherit
}
.page-footer .switcher .options .action.toggle.active,.page-header .switcher .options .action.toggle.active{
    display:inline-block;
    text-decoration:none
}
.page-footer .switcher .options .action.toggle.active>span,.page-header .switcher .options .action.toggle.active>span{
    border:0;
    clip:rect(0,0,0,0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
.page-footer .switcher .options .action.toggle.active:after,.page-header .switcher .options .action.toggle.active:after{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:22px;
    line-height:2.4rem;
    color:#0e0e0e;
    content:"";
    font-family:var(--theme-icon-font);
    margin:0;
    vertical-align:top;
    display:inline-block;
    font-weight:400;
    overflow:hidden;
    speak:none;
    text-align:center
}
.page-footer .switcher .options .action.toggle.active:active:after,.page-footer .switcher .options .action.toggle.active:hover:after,.page-header .switcher .options .action.toggle.active:active:after,.page-header .switcher .options .action.toggle.active:hover:after{
    color:inherit
}
.page-footer .switcher .options ul.dropdown,.page-header .switcher .options ul.dropdown{
    padding:0;
    list-style:none none;
    background:#fff;
    border:1px solid #b0b7c1;
    border-radius:4px;
    margin:4px 0 0;
    min-width:0;
    z-index:100;
    box-sizing:border-box;
    display:none;
    position:absolute;
    top:100%;
    right:0;
    box-shadow:none
}
.page-footer .switcher .options ul.dropdown li,.page-header .switcher .options ul.dropdown li{
    margin:0;
    padding:0
}
.page-footer .switcher .options ul.dropdown li:hover,.page-header .switcher .options ul.dropdown li:hover{
    background:#e8e8e8;
    cursor:pointer
}
.page-footer .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:before,.page-header .switcher .options ul.dropdown:after,.page-header .switcher .options ul.dropdown:before{
    border-bottom-style:solid;
    content:"";
    display:block;
    height:0;
    position:absolute;
    width:0
}
.page-footer .switcher .options ul.dropdown:before,.page-header .switcher .options ul.dropdown:before{
    border:6px solid transparent;
    border-bottom-color:#fff;
    z-index:99
}
.page-footer .switcher .options ul.dropdown:after,.page-header .switcher .options ul.dropdown:after{
    border:7px solid transparent;
    border-bottom-color:#b0b7c1;
    z-index:98
}
.page-footer .switcher .options ul.dropdown:before,.page-header .switcher .options ul.dropdown:before{
    right:10px;
    top:-12px
}
.page-footer .switcher .options ul.dropdown:after,.page-header .switcher .options ul.dropdown:after{
    right:9px;
    top:-14px
}
.page-footer .switcher .options.active,
.page-header .switcher .options.active{
    overflow:visible
}
.page-footer .switcher .options.active ul.dropdown,
.page-header .switcher .options.active ul.dropdown{
    display:block
}
.page-footer .switcher .options ul.dropdown a,
.page-header .switcher .options ul.dropdown a{
    display:block;
    padding:8px
}
.page-footer .switcher .options ul.dropdown a:hover,
.page-header .switcher .options ul.dropdown a:hover{
    text-decoration:none
}
.page-footer .switcher li,.page-header .switcher li{
    margin:0
}
.page-footer .switcher .switcher-option span,.page-header .switcher .switcher-option span{
    display:none
}
*/

.my-credit-cards .status {
    font-style: italic
}

.my-credit-cards .action.delete {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    line-height: 2.4rem;
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #3d3c3d;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline
}

.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:hover {
    background: none;
    border: none
}

.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
    cursor: not-allowed
}

.my-credit-cards .action.delete:hover {
    text-decoration: underline
}

.my-credit-cards .action.delete:active {
    color: #0072bd;
    text-decoration: underline
}

.my-credit-cards .action.delete:hover {
    color: #0072bd
}

.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:hover {
    background: none;
    border: 0
}

.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
    color: #3d3c3d;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status,
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .my-credit-cards .card-type img {
        vertical-align: middle
    }
}

@media only screen and (min-width:768px) {
    .my-credit-cards .card-type img {
        display: block
    }
}

.my-credit-cards-popup .modal-footer {
    text-align: right
}

.my-credit-cards-popup .action.secondary {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #3d3c3d;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin: 0 20px 0 0
}

.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:hover {
    background: none;
    border: none
}

.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
    cursor: not-allowed
}

.my-credit-cards-popup .action.secondary:hover {
    text-decoration: underline
}

.my-credit-cards-popup .action.secondary:active {
    color: #0072bd;
    text-decoration: underline
}

.my-credit-cards-popup .action.secondary:hover {
    color: #0072bd
}

.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:hover {
    background: none;
    border: 0
}

.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
    color: #3d3c3d;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.minilist .weee {
    display: table-row;
    font-size: 1.1rem
}

.minilist .weee:before,
.price-container.weee:before {
    display: none
}

.block-bundle-summary .action.towishlist,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist {
    display: inline-block;
    vertical-align: middle
}

.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
    content: ""
}

.account .table-wrapper .data.table.wishlist>tbody>tr>td,
.account .table-wrapper .data.table.wishlist>tbody>tr>th,
.account .table-wrapper .data.table.wishlist>tfoot>tr>td,
.account .table-wrapper .data.table.wishlist>tfoot>tr>th,
.account .table-wrapper .data.table.wishlist>thead>tr>td,
.account .table-wrapper .data.table.wishlist>thead>tr>th {
    border-top: 1px solid #b0b7c1
}

.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td,
.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td,
.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td,
.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th {
    border-top: 0
}

.account .table-wrapper .data.table.wishlist>tbody+tbody {
    border-top: 1px solid #b0b7c1
}

.account .table-wrapper .data.table.wishlist thead>tr>th {
    border-bottom: 0
}

.account .table-wrapper .data.table.wishlist tbody>tr:last-child>td {
    border-bottom: 1px solid #b0b7c1
}

.account .table-wrapper .data.table.wishlist .product.name {
    display: inline-block;
    margin-bottom: 2.4rem
}

.account .table-wrapper .data.table.wishlist .box-tocart {
    margin: 1.2rem 0
}

.account .table-wrapper .data.table.wishlist .box-tocart .qty {
    vertical-align: middle
}

.account .table-wrapper .data.table.wishlist .col.item {
    width: 50%
}

.account .table-wrapper .data.table.wishlist .col.photo {
    max-width: 150px
}

.account .table-wrapper .data.table.wishlist .col.selector {
    max-width: 15px
}

.account .table-wrapper .data.table.wishlist textarea {
    margin: 1.2rem 0
}

.account .table-wrapper .data.table.wishlist .input-text.qty {
    margin-bottom: 2.4rem
}

.account .table-wrapper .data.table.wishlist .action.primary {
    vertical-align: top
}

.account .table-wrapper .data.table.wishlist .price {
    font-weight: 500
}

.block-wishlist .product-item-name {
    margin-right: 25px
}

@media only screen and (max-width:767px) {
    .products-grid.wishlist {
        margin-bottom: 2.4rem;
        margin-right: -10px
    }
}

@media only screen and (max-width:767px) {
    .products-grid.wishlist .product-image-container {
        max-width: 80px
    }
}

.products-grid.wishlist .product-items {
    padding: 0
}

.products-grid.wishlist .product-item {
    position: relative
}

@media only screen and (max-width:639px) {
    .products-grid.wishlist .product-item {
        border-bottom: 1px solid #000
    }
}

@media only screen and (max-width:767px) {
    .products-grid.wishlist .product-item {
        padding: 2.4rem 10px 2.4rem 20px;
        width: 100%
    }
}

@media only screen and (max-width:639px) {
    .products-grid.wishlist .product-item:first-child {
        border-top: 1px solid #000
    }
}

.products-grid.wishlist .product-item-photo {
    display: block;
    margin-bottom: 2.4rem
}

@media only screen and (max-width:767px) {
    .products-grid.wishlist .product-item-photo {
        float: left;
        margin-right: 20px
    }
}

.products-grid.wishlist .product-item-name {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .products-grid.wishlist .product-item-name {
        font-size: 15px
    }
}

@media only screen and (min-width:768px) {
    .products-grid.wishlist .product-item-inner {
        opacity: 1
    }
}

@media only screen and (max-width:767px) {
    .products-grid.wishlist .product-item-inner .comment-box {
        width: 100%
    }
}

.products-grid.wishlist .product-item-info {
    text-align: left
}

@media only screen and (min-width:768px) {
    .products-grid.wishlist .product-item-info .product-item-tooltip {
        position: relative;
        z-index: 3
    }
}

.products-grid.wishlist .product-item .price-box {
    margin: 0;
    padding-bottom: 0
}

.products-grid.wishlist .product-item .price-box>* {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .products-grid.wishlist .product-item-tooltip {
        display: inline-block
    }
}

.products-grid.wishlist .product-item-comment {
    display: block;
    height: 4.8rem;
    margin: 1.2rem 0
}

@media only screen and (max-width:767px) {
    .products-grid.wishlist .product-item-actions {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .products-grid.wishlist .product-item-actions {
        margin: 2.4rem 0 0
    }
}

.products-grid.wishlist .product-item-actions>* {
    display: block;
    margin-right: 10px
}

.products-grid.wishlist .product-item-actions>:last-child {
    margin-right: 0
}

.products-grid.wishlist .product-item-actions>* span {
    white-space: nowrap
}

@media only screen and (max-width:767px) {
    .products-grid.wishlist .product-item-actions .action {
        display: block;
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .products-grid.wishlist .product-item-description,
    .products-grid.wishlist .product-item-name,
    .products-grid.wishlist .product-item-tooltip,
    .products-grid.wishlist .product-item .price-box {
        margin-left: 95px
    }
}

.products-grid.wishlist .product-item .box-tocart input.qty {
    height: 4.8rem
}

@media only screen and (max-width:767px) {
    .products-grid.wishlist .product-item .box-tocart .stock {
        margin-top: 7px
    }
}

@media only screen and (min-width:768px) {
    .products-grid.wishlist .product-item .box-tocart .stock {
        margin: 2.4rem 0 0
    }
}

@media only screen and (min-width:768px) {
    .products-grid.wishlist .product-item .box-tocart .actions-primary {
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    .products-grid.wishlist .product-item .field.qty,
    .products-grid.wishlist .product-item .giftregisty-dropdown {
        display: none
    }
}

.products-grid.wishlist .product-item strong.product-item-name {
    margin-bottom: 0;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem
}

@media only screen and (min-width:768px) {
    .products-grid.wishlist .product-item-name,
    .products-grid.wishlist .product-item .price-box {
        background: #fff;
        margin-left: -8px;
        margin-right: -8px;
        margin-top: 0;
        padding: 0 8px;
        position: relative;
        z-index: 3
    }
}

@media only screen and (min-width:768px) {
    .products-grid.wishlist .product-item .fieldset .field.qty {
        margin-bottom: 2.4rem;
        padding-right: 10px
    }
}

@media only screen and (min-width:768px) {
    .products-grid.wishlist .product-item .fieldset .field.qty .label {
        line-height: 4.8rem;
        padding-top: 0;
        width: auto
    }
}

@media only screen and (min-width:768px) {
    .products-grid.wishlist .product-item .fieldset .field.qty .control {
        float: left;
        width: auto
    }
}

@media only screen and (max-width:767px) {
    .wishlist-index-index .product-item {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .wishlist-index-index .product-item-info {
        width: auto
    }
}

@media only screen and (min-width:768px) {
    .wishlist-index-index .product-item-info {
        position: relative;
        z-index: 1
    }
}

@media only screen and (min-width:640px) {
    .wishlist-index-index .products-grid .product-item {
        margin-bottom: 2.4rem
    }
}

@media only screen and (min-width:1024px) {
    .wishlist-index-index .products-grid .product-item {
        width: 24.439%
    }
}

@media only screen and (min-width:640px) {
    .wishlist-index-index .products-grid .product-item-actions {
        margin: 0
    }
}

@media only screen and (min-width:768px) {
    .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
        margin-top: 2.4rem
    }
}

@media only screen and (min-width:768px) {
    .wishlist-index-index .main .form-wishlist-items .actions-toolbar>.primary .action {
        width: auto
    }
}

.product-item.slide .product-item-link {
    display: inline-block;
    min-height: 4.8rem
}

.column-block-25 .block.widget .products-grid .product-item,
.column-block-33 .block.widget .products-grid .product-item,
.sidebar .block.widget .products-grid .product-item {
    border-bottom: 1px solid #b0b7c1;
    width: 100%
}

.column-block-25 .block.widget .products-grid .product-item-photo,
.column-block-33 .block.widget .products-grid .product-item-photo,
.sidebar .block.widget .products-grid .product-item-photo {
    position: relative
}

.column-block-25 .block.widget .products-grid .product-item-details,
.column-block-33 .block.widget .products-grid .product-item-details,
.sidebar .block.widget .products-grid .product-item-details {
    margin: 0 -8px;
    padding: 0 8px
}

.column-block-25 .block.widget .products-grid .product-item .price-box,
.column-block-33 .block.widget .products-grid .product-item .price-box,
.sidebar .block.widget .products-grid .product-item .price-box {
    margin: 0;
    padding: 0
}

.column-block-50 .block.widget .product-grid .product-item {
    margin: 1.2rem 0;
    padding: 20px;
    width: 50%
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: flex
}

.slick-track:after {
    clear: both;
    content: "";
    display: table
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: lg;
    src: url(../Experius_ProductPageImageGallery/fonts/lg.eot);
    src: url(../Experius_ProductPageImageGallery/fonts/lg.eot?#iefix) format("embedded-opentype"), url(../Experius_ProductPageImageGallery/fonts/lg.woff) format("woff"), url(../Experius_ProductPageImageGallery/fonts/lg.ttf) format("truetype"), url(../Experius_ProductPageImageGallery/fonts/lg.svg#lg) format("svg");
    font-weight: 300;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    display: inline-block;
    text-decoration: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1080
}

.lg-actions .lg-next:before,
.lg-actions .lg-prev:before {
    font-size: 32px;
    line-height: inherit;
    color: #333;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    width: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next:hover:before,
.lg-actions .lg-prev:hover:before {
    opacity: 1
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: ""
}

.lg-actions .lg-prev {
    left: 20px
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: medium none
}

.lg-toolbar .lg-icon:hover {
    color: #333
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s!important;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s!important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1)!important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s!important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    max-height: 350px;
    position: absolute;
    text-align: center;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    width: 100%;
    z-index: 1080
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-thumb {
    display: inline-block;
    height: 100%;
    margin-bottom: -5px;
    padding: 10px 0
}

.lg-outer .lg-thumb-item {
    border: 2px solid #fff;
    cursor: pointer;
    float: left;
    height: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #0072bd
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toggle-thumb {
    background-color: transparent;
    border-radius: 2px 2px 0 0;
    color: #333;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -40px;
    width: 50px
}

.lg-outer .lg-toggle-thumb:hover {
    opacity: .8
}

.lg-thumb-open .lg-toggle-thumb:before {
    border: solid transparent;
    border-width: 10px 10px 0;
    content: "";
    left: 50%;
    height: 0;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 0
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../../../../../frontend/GccGlobal/b2b/nl_NL/Experius_ProductPageImageGallery/img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../../../../../frontend/GccGlobal/b2b/nl_NL/Experius_ProductPageImageGallery/img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../../../../../frontend/GccGlobal/b2b/nl_NL/Experius_ProductPageImageGallery/img/video-play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../../../../../frontend/GccGlobal/b2b/nl_NL/Experius_ProductPageImageGallery/img/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../../../../../frontend/GccGlobal/b2b/nl_NL/Experius_ProductPageImageGallery/img/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity .08s ease 0s;
    transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #0072bd;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: inset 0 0 0 2px #fff
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, .7);
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: inset 0 0 0 8px #fff
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: hsla(0, 0%, 100%, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.group {
    *zoom: 1
}

.group:after,
.group:before {
    display: table;
    content: "";
    line-height: 0
}

.group:after {
    clear: both
}

.lg-outer {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .19);
    height: 90%;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 1050;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    display: none!important
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css .lg-current {
    display: inline-block!important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    background-color: #000;
    height: 100vh;
    left: 50%;
    position: fixed;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1040;
    width: 100vw;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: .5
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s!important;
    transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

@media only screen and (min-width:1024px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.gallery-item {
    display: block;
    width: 100%
}

.gallery-item,
.slick-slide {
    text-align: center
}

.slick-slide:not(.slick-current) {
    cursor: pointer
}

.slick-slide img {
    cursor: pointer;
    display: inline
}

.slick-next,
.slick-prev {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.slick-next:active,
.slick-next:focus,
.slick-next:hover,
.slick-prev:active,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25;
    pointer-events: none
}

.slick-next,
.slick-prev {
    display: inline-block;
    text-decoration: none;
    left: 0
}

.slick-next:before,
.slick-prev:before {
    font-size: 3.2rem;
    line-height: inherit;
    color: #333;
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: .75;
    width: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[dir=rtl] .slick-prev {
    right: 0;
    left: auto
}

.slick-next {
    left: auto;
    right: 0
}

[dir=rtl] .slick-next {
    right: auto;
    left: 0
}

.slick-dotted.slick-slider {
    margin-bottom: 6.4rem
}

.slick-dots {
    position: absolute;
    bottom: -4rem;
    display: block;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.cart.table-wrapper .slick-dots li .actions-toolbar>.action,
.slick-dots li .cart.table-wrapper .actions-toolbar>.action,
.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 4rem;
    line-height: 0;
    outline: none;
    padding: 5px;
    text-align: center;
    width: 4rem
}

.cart.table-wrapper .slick-dots li .actions-toolbar>.action:active,
.cart.table-wrapper .slick-dots li .actions-toolbar>.action:focus,
.cart.table-wrapper .slick-dots li .actions-toolbar>.action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar>.action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar>.action:hover,
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:hover {
    box-shadow: none;
    outline: none
}

.cart.table-wrapper .slick-dots li .actions-toolbar>.action:focus:before,
.cart.table-wrapper .slick-dots li .actions-toolbar>.action:hover:before,
.slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus:before,
.slick-dots li .cart.table-wrapper .actions-toolbar>.action:hover:before,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.cart.table-wrapper .slick-dots li .actions-toolbar>.action:before,
.slick-dots li .cart.table-wrapper .actions-toolbar>.action:before,
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 4rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cart.table-wrapper .slick-dots li.slick-active .actions-toolbar>.action:before,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar>.action:before,
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@media only screen and (min-width:768px) {
    .slick-dotted.slick-slider {
        margin-bottom: 2.4rem
    }
}

@media only screen and (min-width:768px) {
    .slick-dotted.slick-slider .slick-dots {
        display: none!important
    }
}

.cart.table-wrapper .slick-dots li .actions-toolbar>.action:before,
.slick-dots li .cart.table-wrapper .actions-toolbar>.action:before,
.slick-dots li button:before {
    font-size: 3.2rem
}

.gallery-nav,
.gallery-thumb-placeholder {
    display: none
}

@media only screen and (min-width:768px) {
    .gallery-nav,
    .gallery-thumb-placeholder {
        display: block
    }
}

.gallery-thumb-placeholder {
    height: 100px
}

.gallery-thumb-placeholder+.gallery-nav {
    height: 100px;
    margin-top: -100px
}

.gallery-thumb-placeholder+.gallery-nav img {
    max-height: 100px
}

.gallery {
    margin: 0 0 24px
}

.gallery.loaded .gallery-img {
    display: block
}

.gallery-item,
.gallery-placeholder-image {
    display: none
}

.gallery-item:first-child {
    display: block
}

.gallery-image {
    margin: 0 auto
}

.gallery-nav:not(.slick-initialized) {
    display: none
}

.gallery-overlay .lg-thumb-outer,
.gallery-overlay .lg-toolbar {
    background: hsla(0, 0%, 100%, .8)
}

.gallery-overlay .lg-actions .lg-next,
.gallery-overlay .lg-actions .lg-prev {
    background: none;
    color: #0e0e0e
}

.pinch-zoom-container {
    bottom: 0;
    left: 0;
    height: 100%!important;
    position: absolute!important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999
}

.gallery-item {
    position: relative
}

.gallery-item iframe {
    display: none;
    border: none;
    height: 100%;
    max-height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1
}

.slick-current .gallery-item iframe,
.video-loaded .gallery-item iframe {
    display: block
}

.gallery-item iframe[src] {
    opacity: 1
}

.gallery-nav [data-video-url] {
    position: relative;
    display: inline-block;
    text-decoration: none
}

.gallery-nav [data-video-url]:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #fff;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    background: rgba(33, 33, 33, .8);
    border-radius: 20px;
    height: 34px;
    line-height: 34px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .25s cubic-bezier(0, 0, .2, 1);
    transition: .25s cubic-bezier(0, 0, .2, 1);
    width: 34px
}

.gallery-nav [data-video-url]:hover:after {
    background: #ff0f17
}

.checkout-container .messages,
.page.messages {
    bottom: 2rem;
    left: 50%;
    position: fixed;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 10
}

@media only screen and (max-width:767px) {
    .checkout-container .messages,
    .page.messages {
        width: calc(100% - 30px)
    }
}

.checkout-container .messages .message,
.page.messages .message {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15)
}

.checkout-container .messages .message:last-child,
.page.messages .message:last-child {
    margin-bottom: 0
}

.checkout-container .messages .message a,
.page.messages .message a {
    text-decoration: underline
}

.checkout-container .messages .message a:hover,
.page.messages .message a:hover {
    text-decoration: none
}

.webforms-description-text .page.messages {
    position: static;
    -webkit-transform: none;
    transform: none
}

.top-container {
    padding: 0;
    margin: 0;
    max-width: none
}

.site-notification {
    background: #0072bd;
    color: #fff;
    font-size: 1.6rem
}

@media only screen and (min-width:768px) {
    .site-notification {
        text-align: center
    }
}

.site-notification .containment {
    padding: .8rem 1.6rem;
    position: relative
}

.site-notification__message {
    font-weight: 500
}

.site-notification__link {
    color: #fff;
    margin-top: .8rem;
    text-decoration: underline
}

@media only screen and (min-width:768px) {
    .site-notification__link {
        margin: 0 0 0 24px
    }
}

.content-grid {
    display: -webkit-box;
    display: flex;
    margin: 0 -.6rem 1.2rem
}

@media only screen and (max-width:767px) {
    .content-grid {
        flex-wrap: wrap;
        height: auto!important;
        margin: 0 0 1.2rem
    }
}

.content-grid>.content-grid-block {
    box-sizing: border-box;
    margin-bottom: 1.2rem
}

@media only screen and (min-width:768px) {
    .content-grid>.content-grid-block {
        margin-bottom: 0;
        padding: 0 .6rem
    }
}

.content-grid>.content-grid-block:last-child {
    margin-bottom: 0
}

.content-grid.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 1.2rem;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .content-grid.vertical {
        margin: 0
    }
}

.content-grid.vertical>.content-grid-block {
    margin-bottom: 1.2rem
}

@media only screen and (min-width:768px) {
    .content-grid.vertical>.content-grid-block {
        margin: 0;
        padding: .6rem
    }
}

.content-grid.vertical>.content-grid-block.width-25,
.content-grid.vertical>.content-grid-block.width-33,
.content-grid.vertical>.content-grid-block.width-50,
.content-grid.vertical>.content-grid-block.width-66,
.content-grid.vertical>.content-grid-block.width-75 {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

@media only screen and (min-width:768px) {
    .content-grid.vertical>.content-grid-block:first-child {
        padding-top: 0
    }
}

.content-grid.vertical>.content-grid-block:last-child {
    margin: 0
}

@media only screen and (min-width:768px) {
    .content-grid.vertical>.content-grid-block:last-child {
        padding-bottom: 0
    }
}

.content-grid-block {
    color: #fff;
    flex-wrap: wrap;
    height: auto;
    width: 100%
}

@media only screen and (min-width:768px) {
    .content-grid-block {
        flex-wrap: nowrap;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        height: 100%
    }
}

.content-grid-block>.content-grid {
    margin: 0;
    width: 100%
}

.content-grid-block>.content-grid>.content-grid-block>.content-grid {
    margin: 0 -.6rem;
    width: calc(100% + 1.2rem)
}

.content-grid-block>.content-grid>.content-grid-block>.content-grid .content-grid-block {
    height: 15rem
}

@media only screen and (min-width:768px) {
    .content-grid-block>.content-grid>.content-grid-block>.content-grid .content-grid-block {
        height: 100%
    }
}

.content-grid-block.no-mobile {
    display: none
}

@media only screen and (min-width:768px) {
    .content-grid-block.no-mobile {
        display: block
    }
}

.content-grid-block.overlay .content-grid-block-inner:after {
    content: "";
    background: rgba(0, 0, 0, .25);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.content-grid-block.overlay .content-grid-block-inner .content-grid-block-content {
    z-index: 1
}

.content-grid-block-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 15rem
}

.content-grid-block-inner.align-left {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.content-grid-block-inner.align-left .content-grid-block-content {
    text-align: left
}

.content-grid-block-inner.color-dark {
    color: #0e0e0e
}

.content-grid-block-link {
    text-indent: -999em
}

.content-grid-block-link,
.content-grid-block-link:after {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.content-grid-block-link:after {
    background: rgba(0, 0, 0, .5);
    content: "";
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.content-grid-block-link:hover:after {
    opacity: .3
}

.content-grid-block-content {
    padding: 1.6rem;
    text-align: center
}

.content-grid-block-image {
    margin-bottom: .8rem
}

@media only screen and (min-width:768px) {
    .content-grid-block-image {
        margin-bottom: 1.6rem
    }
}

.content-grid-block-image img {
    max-height: 8rem;
    max-width: 30rem
}

@media only screen and (min-width:768px) {
    .content-grid-block-image img {
        max-height: 16rem
    }
}

.content-grid-block-image+.content-grid-block-title {
    pointer-events: none
}

.content-grid-block-title {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 4rem;
    margin-bottom: .8rem
}

.content-grid-block-description {
    margin-bottom: .8rem
}

.content-grid-block-description p {
    margin: 0
}

.content-grid-block-description :last-child,
.content-grid-block-description :only-child {
    margin-bottom: 0
}

.content-grid-block-background {
    position: absolute;
    width: 100%;
    height: 100%
}

.content-grid-block-background img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.content-grid-block.has-children {
    height: auto;
    padding: 0
}

@media only screen and (min-width:768px) {
    .content-grid-block.width-25 {
        flex-basis: 25%;
        max-width: 25%
    }
}

@media only screen and (min-width:768px) {
    .content-grid-block.width-33 {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
}

@media only screen and (min-width:768px) {
    .content-grid-block.width-50 {
        flex-basis: 50%;
        max-width: 50%
    }
}

@media only screen and (min-width:768px) {
    .content-grid-block.width-66 {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
}

@media only screen and (min-width:768px) {
    .content-grid-block.width-75 {
        flex-basis: 75%;
        max-width: 75%
    }
}

.content-grid-block.height-25 {
    max-height: 7.5rem
}

@media only screen and (min-width:768px) {
    .content-grid-block.height-25 {
        height: 25%;
        max-height: none
    }
}

.content-grid-block.height-33 {
    max-height: 15rem
}

@media only screen and (min-width:768px) {
    .content-grid-block.height-33 {
        height: 33.33333%;
        max-height: none
    }
}

.content-grid-block.height-50 {
    max-height: 15rem
}

@media only screen and (min-width:768px) {
    .content-grid-block.height-50 {
        height: 50%;
        max-height: none
    }
}

.content-grid-block.height-66 {
    max-height: 22.5rem
}

@media only screen and (min-width:768px) {
    .content-grid-block.height-66 {
        height: 66.66667%;
        max-height: none
    }
}

.content-grid-block.height-75 {
    max-height: 22.5rem
}

@media only screen and (min-width:768px) {
    .content-grid-block.height-75 {
        height: 75%;
        max-height: none
    }
}

@media only screen and (max-width:767px) {
    .content-grid-block.height-25.has-children,
    .content-grid-block.height-33.has-children,
    .content-grid-block.height-50.has-children,
    .content-grid-block.height-66.has-children,
    .content-grid-block.height-75.has-children {
        max-height: none
    }
}

@media only screen and (min-width:768px) {
    .cms-index-index .content-grid:last-of-type,
    .cms-page-view .content-grid:last-of-type {
        margin-bottom: 4.8rem
    }
}

.cms-nav .items {
    background: #f5f5f5
}

.cms-nav .item {
    margin: 0
}

.cms-nav .item a {
    border-left: 3px solid transparent;
    display: block;
    padding: 1.2rem 18px 1.2rem 15px;
    text-decoration: none
}

.cms-nav .item a:hover {
    background: #e8e8e8
}

.cms-nav .item a.current {
    border-color: #ff5501;
    font-weight: 500
}

.cms-nav .item.level-1 a {
    padding-left: 25px
}

.cms-nav .item.level-2 a {
    padding-left: 35px
}

.cms-nav .item.level-3 a {
    padding-left: 45px
}

.cms-nav .item.level-4 a {
    padding-left: 55px
}

@media only screen and (max-width:767px) {
    .experius-contentpage-index-index .page-main {
        margin-top: 0
    }
}

.category-block {
    margin-bottom: 1.2rem;
    margin-top: 1.2rem
}

.category-block .action {
    bottom: 1.2rem;
    display: none;
    line-height: 3.6rem;
    margin: 0 1.2rem;
    padding: .4rem 10px;
    position: absolute;
    text-align: center;
    width: calc(100% - 2.4rem)
}

.category-block .description {
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    position: relative;
    width: 100%
}

.category-block .description>p {
    background: #fff;
    margin-bottom: 0;
    padding: 1.2rem
}

.category-block-image {
    position: relative;
    overflow: hidden;
    text-align: center
}

.category-block-image img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.category-block-image>span {
    color: #fff;
    font-size: 23px;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .35);
    top: 48%;
    width: 100%;
    z-index: 2
}

.column-block-25 .category-block,
.column-block-33 .category-block,
.sidebar .category-block {
    margin-bottom: 20px;
    width: 100%
}

.column-block-25 .category-block:hover,
.column-block-33 .category-block:hover,
.sidebar .category-block:hover {
    margin-bottom: 20px
}

.column-block-25 .category-block:hover .description,
.column-block-33 .category-block:hover .description,
.sidebar .category-block:hover .description {
    padding-bottom: 10px;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: none;
    transition: none
}

.column-block-25 .category-block:hover .action,
.column-block-33 .category-block:hover .action,
.sidebar .category-block:hover .action {
    -webkit-transition: none;
    transition: none
}

.column-block-50 .category-block {
    width: 50%
}

@media only screen and (min-width:1024px) {
    .category-block {
        margin: 0
    }
    .category-block .category-block-image:before {
        -webkit-transition: opacity .25s ease-out;
        transition: opacity .25s ease-out;
        background: rgba(0, 0, 0, .5);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 2
    }
    .category-block.touched .category-block-image:before,
    .category-block:hover .category-block-image:before {
        opacity: 1
    }
    .category-block.touched .description,
    .category-block:hover .description {
        border-bottom: none;
        z-index: 2
    }
    .category-block.touched .action,
    .category-block:hover .action {
        display: block
    }
}


/* desktop menu */

@media only screen and (min-width:769px) {
    header {
        z-index: 10;
        position: relative;
    }
    .nav-sections {
        z-index: 9;
        position: relative;
    }
    nav.megamenu.navigation>ul:after,
    nav.megamenu.navigation>ul:before {
        content: "";
        display: table;
    }
    nav.megamenu.navigation>ul:after {
        clear: both;
    }
    nav.megamenu.navigation .item.level-top.parent {
        position: relative !important;
    }
    nav.megamenu.navigation ul.submenu {
        box-sizing: border-box;
        left: 0 !important;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    nav.megamenu.navigation ul.submenu.level0 {
        display: none;
    }
    nav.megamenu.navigation ul.submenu.level0.open {
        display: block;
    }
    nav.megamenu.navigation ul.submenu {
        padding-bottom: 2.4rem;
        padding-top: 2.4rem;
        line-height: 2.4rem
    }
    nav.megamenu.navigation ul.submenu.level0 {
        flex-wrap: wrap;
        -webkit-transform: translateY(-101%);
        transform: translateY(-101%);
        opacity: 0;
        top: 0
    }
    nav.megamenu.navigation ul.submenu.level0>a {
        z-index: 2
    }
    nav.megamenu.navigation ul.submenu.level0.open {
        -webkit-transition: top .25s, transform .25s;
        -webkit-transition: top .25s, -webkit-transform .25s;
        transition: top .25s, -webkit-transform .25s;
        transition: top .25s, transform .25s;
        transition: top .25s, transform .25s, -webkit-transform .25s;
        display: -webkit-box;
        display: flex;
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        top: 100%
    }
    nav.megamenu.navigation ul.submenu.level0.open>a {
        z-index: 1
    }
    nav.megamenu.navigation ul.submenu.level0 [class*=" column-"] .submenu-reverse,
    nav.megamenu.navigation ul.submenu.level0 [class^=column-] .submenu-reverse {
        right: auto!important;
    }
    nav.megamenu.navigation ul.submenu.level0 [class*=" column-"] a.ui-state-focus,
    nav.megamenu.navigation ul.submenu.level0 [class*=" column-"] a:hover,
    nav.megamenu.navigation ul.submenu.level0 [class^=column-] a.ui-state-focus,
    nav.megamenu.navigation ul.submenu.level0 [class^=column-] a:hover {
        background: none;
    }
    nav.megamenu.navigation ul.submenu.level1,
    nav.megamenu.navigation ul.submenu.level2,
    nav.megamenu.navigation ul.submenu.level3 {
        box-shadow: none;
        display: block;
        left: 0!important;
        margin-bottom: 1.2rem!important;
        padding: 0;
        position: relative;
        top: auto!important
    }
    nav.megamenu.navigation li.level0 {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    nav.megamenu.navigation li.level0>a {
        padding: 0 16px;
        z-index: 3;
    }
    nav.megamenu.navigation li.level0.parent>a {
        padding-right: 20px;
    }
    nav.megamenu.navigation li.level0 .submenu a {
        display: inline-block;
    }
    nav.megamenu.navigation li.level0 li.level1 a.has-children {
        margin-bottom: 1rem;
    }
}


/* /desktop menu */

.column-container {
    display: inline-block;
    width: 100%
}

@media only screen and (min-width:480px) {
    .column-container {
        width: 100%;
    }
}

@media only screen and (min-width:768px) {
    .column-container {
        align-content: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

@media only screen and (min-width:480px) {
    .column-container.large {
        align-content: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:768px) {
    .column-container.align-top {
        -webkit-box-align: start;
        align-items: flex-start
    }
    .column-container.align-bottom {
        -webkit-box-align: end;
        align-items: flex-end
    }
}

.column-block {
    box-sizing: border-box;
    padding: .5rem
}

@media only screen and (min-width:768px) {
    .column-block {
        padding: 0 1rem
    }
}

.sidebar .column-container .column-block {
    width: 100%
}

@media only screen and (min-width:768px) {
    .column-block:after {
        content: "";
        -webkit-box-flex: 1;
        flex: auto
    }
    .column-block>a {
        color: inherit
    }
}

.column-block-content.image-block {
    text-align: center
}

.column-block-content.image-block .image {
    line-height: 0
}

.column-block-content.image-block .description {
    text-align: left
}

@media only screen and (min-width:480px) {
    .column-block-25 {
        box-sizing: border-box;
        float: left;
        margin: 1.2rem 0;
        padding-left: .5rem;
        padding-right: .5rem;
        width: 50%
    }
}

@media only screen and (min-width:768px) {
    .column-block-25 {
        width: 25%
    }
    .column-block-33 {
        width: 33.33333%
    }
    .column-block-50 {
        width: 50%
    }
    .column-block-66 {
        width: 66.66667%
    }
    .column-block-75 {
        width: 75%
    }
    .column-block-100 {
        width: 100%
    }
}

.bx-wrapper {
    margin: 0 auto;
    padding: 0 4rem;
    position: relative
}

.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper img {
    display: block;
    max-width: 100%
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    width: 100%
}

.bx-wrapper .bx-pager {
    color: #666;
    left: 0;
    font-size: .85em;
    padding-top: 2.4rem;
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    text-indent: -9999px;
    width: 12px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-prev {
    display: inline-block;
    text-decoration: none;
    left: 0
}

.bx-wrapper .bx-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4rem;
    line-height: 40px;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    position: absolute;
    text-indent: 0
}

.bx-wrapper .bx-next {
    display: inline-block;
    text-decoration: none;
    right: 0
}

.bx-wrapper .bx-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4rem;
    line-height: 4rem;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-ton);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 0;
    text-indent: 0
}

.bx-wrapper .bx-controls-direction a {
    background: transparent;
    bottom: 0;
    color: #333;
    height: 4rem;
    margin: auto;
    outline: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 4rem;
    z-index: 2
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 4rem
}

.bx-loading {
    background: transparant url(../images/loader-2.gif) no-repeat 50% 50%;
    height: 100%;
    left: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.content-slider-content {
    padding-bottom: 4.8rem
}

.content-slider-content .gutter {
    display: block;
    height: 0;
    width: 2rem
}

.content-slider-content .bxslider {
    background: transparant url(../images/loader-2.gif) no-repeat 50% 50%;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0
}

.content-slider-content .bxslider.loaded {
    background: none;
    height: auto
}

.content-slider-content .bxslider.loaded .slide {
    visibility: visible
}

.content-slider-content .bxslider .slide {
    flex-basis: 25%;
    text-align: left;
    visibility: hidden
}

.content-slider-content .bxslider .slide:last-of-type {
    margin-right: 0
}

.content-slider-content .bx-viewport .bxslider .slide {
    text-align: center;
    flex-basis: auto
}

.content-slider-content img {
    display: inline-block;
    max-height: 100%
}

.block-faq {
    margin-bottom: 2.4rem
}

.block-faq .block-title {
    font-size: 17px;
    margin-bottom: 2.4rem
}

.block-faq .block-content {
    border-bottom: .1rem solid #b0b7c1
}

.block-faq .faq-title {
    border-top: .1rem solid #b0b7c1;
    color: #333;
    padding: 1.2rem 0
}

@media only screen and (min-width:768px) {
    .block-faq .faq-title {
        cursor: pointer;
        -webkit-transition: color .5s ease;
        transition: color .5s ease
    }
    .block-faq .faq-title:hover {
        color: #0072bd
    }
}

.block-faq .faq-title>div {
    display: inline-block;
    text-decoration: none;
    padding-left: 2.4rem;
    position: relative
}

.block-faq .faq-title>div:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.4rem;
    line-height: inherit;
    color: #333;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-faq .faq-title>div:hover:before {
    color: #0072bd
}

.block-faq .faq-title>div:before {
    left: 0;
    position: absolute;
    top: 0
}

.block-faq .faq-title.active {
    color: #0072bd
}

.block-faq .faq-title.active>div:before {
    content: "";
    color: #0072bd
}

.block-faq .faq-content {
    display: none;
    padding: 0 2.4rem 1.2rem
}

.image-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}

.image-list li {
    /*Enabling this break the account/technical page.
    line-height: 0;
    margin-right: 1.2rem*/
}

.image-list a {
    display: inline-block
}

body.fixed {
    max-width: 100%;
    position: fixed
}

.block-search.elasticsearch-autocomplete {
    z-index: 5
}

.has-results .field.search:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 50%;
    top: 100%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1
}

.search-autocomplete {
    border-radius: 4px
}

.search-autocomplete--close {
    display: inline-block;
    text-decoration: none;
    background: hsla(0, 0%, 100%, .8);
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(100% + 8px);
    width: 40px;
    z-index: 3
}

.search-autocomplete--close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.elasticsearch-autocomplete {
    margin-top: -1px
}

.elasticsearch-autocomplete .more-results-top {
    display: block
}

.elasticsearch-autocomplete .more-results-bottom {
    display: block;
    font-size: 13px;
    height: 22px;
    padding-left: 5px;
    display: inline-block;
    text-decoration: none
}

.elasticsearch-autocomplete .more-results-bottom:hover {
    color: #0072bd;
    text-decoration: underline
}

.elasticsearch-autocomplete .more-results-bottom>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.elasticsearch-autocomplete .more-results-bottom:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    line-height: inherit;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0 0 0 -10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.elasticsearch-autocomplete .more-results-bottom:hover:after {
    color: #0072bd
}

.elasticsearch-autocomplete .column-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: nowrap
}

.elasticsearch-autocomplete .column-wrapper>.column {
    flex-basis: auto
}

.elasticsearch-autocomplete .column-wrapper>.column:not(:first-child) {
    margin-top: 10px
}

.elasticsearch-autocomplete em {
    color: #0072bd
}

.elasticsearch-autocomplete .search-autocomplete-wrapper.processing {
    position: relative
}

.elasticsearch-autocomplete .search-autocomplete-wrapper.processing:before {
    background: hsla(0, 0%, 100%, .7) url(../images/loader-2.gif) no-repeat 50% 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999
}

.elasticsearch-autocomplete .has-results .search-autocomplete {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
    background-color: #fff;
    -ms-box-orient: horizontal;
    display: block;
    margin-top: 0;
    overflow-y: auto;
    padding: 10px;
    right: 0;
    width: 100%
}

.elasticsearch-autocomplete .has-results .search-autocomplete--close {
    display: block
}

.elasticsearch-autocomplete .has-results .search-autocomplete .heading {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px
}

.elasticsearch-autocomplete .has-results .search-autocomplete .heading .title {
    display: inline-block;
    font-size: 17px;
    margin: 0
}

.elasticsearch-autocomplete .has-results .search-autocomplete .heading .title-link {
    color: inherit;
    text-decoration: none
}

.elasticsearch-autocomplete .has-results .search-autocomplete .heading .count {
    color: #595959;
    font-size: 65%
}

.elasticsearch-autocomplete .has-results .search-autocomplete .heading .count>a {
    float: right;
    margin-top: 2px
}

.elasticsearch-autocomplete .has-results .search-autocomplete .corrections {
    color: #595959;
    font-size: 73.33333%
}

.elasticsearch-autocomplete .has-results .search-autocomplete .corrections .corrected-search {
    font-weight: 700
}

.elasticsearch-autocomplete .has-results .search-autocomplete .result-type .heading {
    height: 26px
}

.elasticsearch-autocomplete .has-results .search-autocomplete .results .item {
    border: none;
    display: -webkit-box;
    display: flex;
    padding: 5px
}

.elasticsearch-autocomplete .has-results .search-autocomplete .results .item a:hover {
    text-decoration: none
}

.elasticsearch-autocomplete .has-results .search-autocomplete .results .item .image-container {
    box-sizing: border-box;
    margin: 0 16px 0 2px;
    width: 18%
}

.elasticsearch-autocomplete .has-results .search-autocomplete .results .item:last-of-type .details .price-box {
    margin-bottom: 0
}

.elasticsearch-autocomplete .has-results .search-autocomplete .results .item .details {
    width: 100%
}

.elasticsearch-autocomplete .has-results .search-autocomplete .results .item .details .info {
    color: #333;
    display: block;
    font-size: 15px;
    line-height: 2.4rem;
    vertical-align: top
}

.elasticsearch-autocomplete .has-results .search-autocomplete .results .item .details .name {
    color: #333;
    font-weight: 500
}

.elasticsearch-autocomplete .has-results .search-autocomplete .results .item .details .sku {
    color: #595959;
    font-size: 13px
}

.elasticsearch-autocomplete .has-results .search-autocomplete .results .item .details .price-box {
    color: #333;
    float: none;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0;
    white-space: nowrap;
    width: auto
}

.elasticsearch-autocomplete .has-results .search-autocomplete .results .item .details .price-box>span {
    display: inline-block;
    margin-right: 5px
}

.elasticsearch-autocomplete .has-results .search-autocomplete .results .item .details .price-box .price-label {
    display: none
}

.elasticsearch-autocomplete .has-results .search-autocomplete .results .item .details .price-box .price-container {
    display: block
}

@media only screen and (min-width:768px) {
    .linkedSearchModel input#search:focus {
        -webkit-transition: none;
        transition: none;
        box-shadow: 0 0 3px 1px #3d3c3d
    }
    .has-results .field.search:after {
        top: calc(100% + 1px)
    }
    .elasticsearch-autocomplete {
        position: relative
    }
    .elasticsearch-autocomplete .has-results .search-autocomplete,
    .elasticsearch-autocomplete .has-results .search-autocomplete--close {
        margin-top: 9px
    }
    .elasticsearch-autocomplete.horizontal .column-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-left: -10px;
        margin-top: -10px;
        max-width: 80vw
    }
    .elasticsearch-autocomplete.horizontal .column-wrapper>.column {
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 227px;
        margin-left: 10px;
        margin-top: 10px;
        width: 227px
    }
    .elasticsearch-autocomplete.horizontal .column-wrapper>.column.product {
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .elasticsearch-autocomplete.horizontal .column-wrapper>.column.category {
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .elasticsearch-autocomplete.horizontal .column-wrapper>.column.cms {
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .elasticsearch-autocomplete.horizontal .column-wrapper>.column.blog {
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .elasticsearch-autocomplete.horizontal .column-wrapper>.column.suggestions {
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .elasticsearch-autocomplete.horizontal .search-autocomplete {
        margin-left: -25%;
        right: auto;
        width: 150%
    }
    .elasticsearch-autocomplete.horizontal .more-results-top,
    .elasticsearch-autocomplete.horizontal .search-autocomplete-corrections-wrapper .column:first-child {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .elasticsearch-autocomplete.horizontal .column-wrapper>.column {
        flex-basis: 327px;
        width: 327px
    }
}

.elasticsearch-results .search-field {
    display: none
}

.elasticsearch-results .separateSearchModel .search-field {
    display: block
}

.elasticsearch-results .search-field-wrapper .search-field-subtext {
    color: #595959;
    display: none;
    font-size: 13px
}

.elasticsearch-results .search-query {
    display: none
}

.elasticsearch-results .search-query .heading {
    border-bottom: 1px solid #b0b7c1;
    display: block;
    margin: 10px 0
}

.elasticsearch-results .suggestions {
    margin-bottom: 25px
}

.elasticsearch-results .suggestions .results .details {
    color: #0072bd
}

.elasticsearch-results .suggestions .results .details:not(:first-of-type) {
    margin-left: 8px
}

.elasticsearch-results .search-results.minor {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -2%
}

.elasticsearch-results .products {
    margin: 10px 0
}

.elasticsearch-results .result-type .heading {
    border-bottom: 1px solid #b0b7c1;
    display: block;
    margin: 10px 0;
    padding-bottom: 5px
}

.elasticsearch-results .result-type .heading .title {
    display: inline-block;
    font-size: 17px;
    margin: 0
}

.elasticsearch-results .result-type .heading .count {
    color: #595959;
    font-size: 73.33333%
}

.elasticsearch-results .result-type .item .name {
    color: #333
}

.elasticsearch-results .result-type .item .name em {
    color: #0072bd
}

.elasticsearch-results .category {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    margin: 0 2%;
    max-width: 98%
}

.elasticsearch-results .category .results {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.elasticsearch-results .category .bx-viewport {
    height: auto!important
}

.elasticsearch-results .category .slide {
    margin: 10px 25px;
    max-width: 100px
}

.elasticsearch-results .category .slide .image {
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 100px
}

.elasticsearch-results .category .slide img {
    bottom: 0;
    display: grid;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.elasticsearch-results .category .item {
    text-align: center
}

.elasticsearch-results .category .item .name {
    word-break: break-all
}

.elasticsearch-results .blog,
.elasticsearch-results .cms {
    -webkit-box-flex: 1;
    flex: 1 1 48%;
    padding-left: 2%
}

.elasticsearch-results .blog .results,
.elasticsearch-results .cms .results {
    list-style: none;
    padding-left: 0
}

.elasticsearch-results .products-list .product {
    margin-left: 0
}

.elasticsearch-results .products-list .product .product-item-photo {
    padding-right: 0;
    width: 20%
}

.elasticsearch-results .products-list .product .product-image-container {
    width: 200px
}

.elasticsearch-results .products-list .product .product-image-container .product-image-wrapper {
    height: auto
}

.elasticsearch-results .products-list .product .product-image-container .product-image-wrapper .product-image-photo {
    position: relative;
    height: auto;
    max-height: 100px;
    max-width: 100px;
    width: auto
}

.elasticsearch-results .products-list .product .product-item-details {
    width: 80%
}

.elasticsearch-results .products-list .product .product-item-name,
.elasticsearch-results .products-list .product form {
    width: 100%
}

.elasticsearch-results .products-list .product .product-item-description {
    float: left;
    margin: 0 2% 2% 0;
    width: 60%
}

.elasticsearch-results .products-list .product .product-item-description .short-description {
    display: block;
    height: 100%;
    max-height: 145px;
    min-height: 78px;
    overflow: hidden;
    position: relative
}

.elasticsearch-results .products-list .product .product-item-description .short-description:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(90%, #fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 90%);
    bottom: 0;
    content: "";
    display: block;
    height: 4rem;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1
}

.elasticsearch-results .products-list .product .price-box,
.elasticsearch-results .products-list .product .product-item-inner {
    float: left;
    width: 38%
}

.elasticsearch-results .products-list .product .product-item-actions {
    display: block
}

.elasticsearch-results .product .product-items {
    border-top: 1px solid #b0b7c1;
    border-bottom: 1px solid #b0b7c1
}

.elasticsearch-results .product .actions-primary .qty-control {
    margin-bottom: 1.6rem
}

.elasticsearch-results .product .actions-primary .qty label {
    display: none
}

.elasticsearch-results .product .product-social-links {
    display: inline-block;
    vertical-align: middle
}

.elasticsearch-results .product .product-social-links .towishlist {
    margin: 0 5px
}

.elasticsearch-results .product .product-social-links .towishlist>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.elasticsearch-results .product .product-social-links .tocompare {
    display: inline-block;
    text-decoration: none
}

.elasticsearch-results .product .product-social-links .tocompare>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.elasticsearch-results .product .product-social-links .tocompare:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30pt;
    line-height: inherit;
    color: #595959;
    content: "";
    font-family: var(--theme-icon-font);
    margin: -10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.elasticsearch-results .product .product-social-links .tocompare:hover:before {
    color: #333
}

.elasticsearch-results .toolbar-search-results {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center;
    -webkit-box-align: center;
    align-items: center
}

.elasticsearch-results .toolbar-search-results .modes {
    display: block
}

.elasticsearch-results .toolbar-search-results .modes-label,
.products.wrapper~.toolbar .elasticsearch-results .toolbar-search-results .modes {
    display: none
}

.elasticsearch-results .toolbar-search-results .modes {
    margin-bottom: 10px
}

.elasticsearch-results .toolbar-search-results .modes-mode {
    border: 1px solid #999;
    border-right: 0;
    float: left;
    padding: 1.1rem;
    display: inline-block;
    text-decoration: none
}

.elasticsearch-results .toolbar-search-results .modes-mode:not(.active):hover {
    color: #595959;
    background: #cdd3df
}

.elasticsearch-results .toolbar-search-results .modes-mode:last-child {
    border-right: 1px solid #b0b7c1
}

.elasticsearch-results .toolbar-search-results .modes-mode.active {
    background: #0072bd;
    color: #fff
}

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

.elasticsearch-results .toolbar-search-results .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.4rem;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.elasticsearch-results .toolbar-search-results .modes-mode:hover:before {
    color: inherit
}

.elasticsearch-results .toolbar-search-results .modes-mode.mode-grid {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.elasticsearch-results .toolbar-search-results .modes-mode.mode-list {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.elasticsearch-results .toolbar-search-results .mode-list:before {
    content: ""
}

.elasticsearch-results .toolbar-search-results .field.limiter .control,
.elasticsearch-results .toolbar-search-results .sorter .sorter-label {
    display: inline-block
}

.elasticsearch-results .toolbar-search-results .limiter,
.elasticsearch-results .toolbar-search-results .modes,
.elasticsearch-results .toolbar-search-results .sorter {
    -webkit-box-flex: 0;
    flex: 0 1 auto
}

.elasticsearch-results .toolbar-search-results .pages {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    margin-bottom: 10px
}

.elasticsearch-results .toolbar-search-results .pages .action {
    border-radius: 4px
}

.elasticsearch-results .toolbar-search-results .pages .item {
    cursor: pointer
}

.elasticsearch-results .toolbar-search-results .pages .item.current .page {
    background-color: #cdd3df;
    border-radius: 4px;
    color: #333;
    text-align: center;
    width: 22px
}

.elasticsearch-results .has-results .search-field-subtext,
.elasticsearch-results .has-results .search-query,
.elasticsearch-results .has-results .search-results {
    display: block
}

.elasticsearch-results .has-results .search-results.minor,
.elasticsearch-results .has-results .toolbar-search-results {
    display: -webkit-box;
    display: flex
}

@media only screen and (max-width:479px) {
    .elasticsearch-results .products-list .product .product-item-actions {
        display: none
    }
    .elasticsearch-results .products-list .product .product-item-photo {
        margin-right: 10px
    }
    .elasticsearch-results .products-list .product .product-image-container .product-image-wrapper .product-image-photo {
        max-height: 70%;
        max-width: 70%
    }
}

@media only screen and (min-width:768px) {
    .elasticsearch-results .category .slide {
        max-width: 140px
    }
    .elasticsearch-results .products-list .product .product-image-container .product-image-wrapper .product-image-photo {
        max-height: 130px;
        max-width: 130px
    }
    .elasticsearch-results .products-list .product .product-item-description {
        width: 50%
    }
    .elasticsearch-results .products-list .product .price-box,
    .elasticsearch-results .products-list .product .product-item-inner {
        width: 48%
    }
    .elasticsearch-results .toolbar-search-results {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .elasticsearch-results .toolbar-search-results .limiter,
    .elasticsearch-results .toolbar-search-results .sorter {
        margin-left: auto
    }
    .elasticsearch-results .toolbar-search-results .modes {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1024px) {
    .elasticsearch-results .products-list .product .product-image-container .product-image-wrapper .product-image-photo {
        max-height: 200px;
        max-width: 200px
    }
}

.elasticsearch-results .products-grid .product-item {
    padding-top: 25px;
    margin-right: -4px;
    width: 50%
}

.elasticsearch-results .products-grid .product-item .product-item-info .product-item-details {
    z-index: 2
}

.elasticsearch-results .products-grid .product-item .product-image-container {
    width: 100%
}

.elasticsearch-results .products-grid .product-item .product-image-container .product-image-wrapper {
    height: auto
}

.elasticsearch-results .products-grid .product-item .product-image-container .product-image-photo {
    max-height: 200px;
    position: static;
    width: auto
}

.elasticsearch-results .products-grid .product-item .product-item-name {
    padding-bottom: 0
}

.elasticsearch-results .products-grid .product-item .product-item-description {
    margin: 1.2rem 0
}

.elasticsearch-results .products-grid .product-item .product-item-description .short-description {
    display: none
}

@media only screen and (max-width:479px) {
    .elasticsearch-results .products-grid .product-items .product-item {
        width: 100%
    }
}

@media only screen and (min-width:480px) {
    .elasticsearch-results .products-grid .product-item-details .actions-primary .tocart {
        margin-bottom: 0
    }
    .elasticsearch-results .products-grid .product-item-info .product-item-inner {
        display: block;
        height: auto;
        margin-bottom: 30px;
        position: relative;
        width: auto
    }
}

@media only screen and (min-width:768px) {
    .elasticsearch-results .products-grid .product-items .product-item {
        width: 33.33333333%
    }
    .elasticsearch-results .products-grid .price-box,
    .elasticsearch-results .products-grid .product-item-description {
        width: 100%
    }
    .elasticsearch-results .products-grid .product-social-links {
        margin-top: 10px;
        width: 100%
    }
    .elasticsearch-results .products-grid .product-item-info .product-item-inner {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1024px) {
    .elasticsearch-results .products-grid .product-items .product-item {
        width: 25%
    }
}

.elasticsearch-attribute-filters.active .filter-content {
    display: block
}

.elasticsearch-attribute-filters .active-filters .filter-item {
    position: relative;
    padding-left: 2rem
}

.elasticsearch-attribute-filters .active-filters .filter-remove {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    left: 0
}

.elasticsearch-attribute-filters .active-filters .filter-remove>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.elasticsearch-attribute-filters .active-filters .filter-remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #595959;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.elasticsearch-attribute-filters .active-filters .filter-remove:hover:before {
    color: #0072bd
}

.elasticsearch-attribute-filters .active-filters .filter-name {
    margin-right: .5rem
}

.elasticsearch-attribute-filters .active-filters a {
    cursor: pointer
}

.elasticsearch-attribute-filters .filter-container.processing {
    position: relative
}

.elasticsearch-attribute-filters .filter-container.processing:before {
    background: hsla(0, 0%, 100%, .7) url(../images/loader-2.gif) no-repeat 50% 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999
}

.elasticsearch-attribute-filters .filter-title {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.elasticsearch-attribute-filters .filter-content {
    display: none
}

.elasticsearch-attribute-filters .filter-options {
    display: block
}

.elasticsearch-attribute-filters .filter-options .item {
    width: 100%
}

.elasticsearch-attribute-filters .filter-options .item label {
    cursor: pointer
}

.elasticsearch-attribute-filters .filter-options .filter-options-content,
.elasticsearch-attribute-filters .filter-options .show-more-item {
    display: none
}

.elasticsearch-attribute-filters .filter-options .filter-options-item.active .filter-options-content,
.elasticsearch-attribute-filters .filter-options .show-all .show-more-item {
    display: block
}

.elasticsearch-attribute-filters .range input,
.elasticsearch-attribute-filters .range label {
    display: inline-block;
    text-align: center;
    width: 45%
}

.elasticsearch-attribute-filters .filter-options-toggle {
    color: #494949;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    cursor: pointer
}

.elasticsearch-attribute-filters .filter-options-toggle:hover {
    color: #3b3b3b
}

@media only screen and (max-width:767px) {
    .elasticsearch-attribute-filters {
        margin-bottom: 0!important;
        position: fixed;
        bottom: 10px;
        z-index: 2
    }
}

@media only screen and (min-width:768px) {
    .elasticsearch-attribute-filters .filter-title {
        display: none
    }
    .elasticsearch-attribute-filters .filter-content {
        display: block
    }
}

.elasticsearch-category-filter .active-filters {
    margin: 1.2rem
}

.elasticsearch-category-filter ol.items {
    margin: 0;
    padding: 10px 1.2rem
}

@media only screen and (max-width:639px) {
    .elasticsearch-category-filter {
        margin-bottom: 0!important
    }
}

.elasticsearch-attribute-filters .from-to-slider .ui-slider {
    margin: 0 4.8rem 0 0
}

.elasticsearch-attribute-filters .from-to-slider .ui-slider-handle {
    margin-top: -.5rem;
    margin-left: -.5rem;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #0072bd
}

.elasticsearch-attribute-filters .from-to-slider .from-to {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 1.6rem
}

.elasticsearch-attribute-filters .from-to-slider .from-to input {
    padding: 5px;
    max-width: 50px;
    width: 46%
}

.addtocart-replace-msg {
    border: 2px solid #0072bd;
    margin: 10px 0;
    padding: 10px;
    text-align: center
}

.products-grid .addtocart-replace-msg {
    padding-left: 10px
}

.products-grid .addtocart-replace-msg>:first-child:before {
    display: none
}

@media only screen and (min-width:768px) {
    .addtocart-replace-msg {
        display: inline-block
    }
}

@media only screen and (min-width:1024px) {
    .addtocart-replace-msg {
        padding: 10px 20px
    }
}

.experius-freeshippingnotice-wrapper .message.notice>:first-child:before {
    color: #333;
    content: ""
}

.product-info-main .experius-freeshippingnotice-wrapper .message.notice {
    display: inline-block;
    margin: 2.4rem 0
}

.miniorderbysku-wrapper {
    display: inline-block;
}

.miniorderbysku-wrapper .showorderbysku {
    cursor: pointer;
    display: inline-block;
}

.miniorderbysku-wrapper .showorderbysku:active:before,
.miniorderbysku-wrapper .showorderbysku:hover:before {
    color: inherit;
}

.miniorderbysku-wrapper .showorderbysku.active {
    display: inline-block;
    text-decoration: none;
}

.miniorderbysku-wrapper .showorderbysku.active:active:before,
.miniorderbysku-wrapper .showorderbysku.active:hover:before {
    color: inherit;
}

.miniorderbysku-wrapper .block-orderbysku {
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #b0b7c1;
    border-radius: 4px;
    margin: 4px 0 0;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: none
}

.miniorderbysku-wrapper .block-orderbysku li {
    margin: 0
}

.miniorderbysku-wrapper .block-orderbysku li:hover {
    cursor: pointer
}

.miniorderbysku-wrapper .block-orderbysku:after,
.miniorderbysku-wrapper .block-orderbysku:before {
    border-bottom-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.miniorderbysku-wrapper .block-orderbysku:before {
    border: 6px solid transparent;
    border-bottom-color: #fff;
    z-index: 99
}

.miniorderbysku-wrapper .block-orderbysku:after {
    border: 7px solid transparent;
    border-bottom-color: #b0b7c1;
    z-index: 98
}

.miniorderbysku-wrapper .block-orderbysku:before {
    left: 10px;
    top: -12px
}

.miniorderbysku-wrapper .block-orderbysku:after {
    left: 9px;
    top: -14px
}

.miniorderbysku-wrapper.active {
    overflow: visible
}

.miniorderbysku-wrapper.active .block-orderbysku {
    display: block
}

.miniorderbysku-wrapper .showorderbysku {
    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;
    text-transform: none;
    font-weight: 400;
    color: #0e0e0e;
    font-size: 13px
}

.miniorderbysku-wrapper .showorderbysku:active,
.miniorderbysku-wrapper .showorderbysku:focus,
.miniorderbysku-wrapper .showorderbysku:hover {
    background: none;
    border: none
}

.miniorderbysku-wrapper .showorderbysku.disabled,
.miniorderbysku-wrapper .showorderbysku[disabled],
fieldset[disabled] .miniorderbysku-wrapper .showorderbysku {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.miniorderbysku-wrapper .action.close {
    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;
    text-transform: none;
    font-weight: 400;
    height: 40px;
    position: absolute;
    right: 1px;
    width: 40px;
    z-index: 100
}

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

.miniorderbysku-wrapper .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniorderbysku-wrapper .action.close:active:before,
.miniorderbysku-wrapper .action.close:hover:before {
    color: #0072bd
}

.miniorderbysku-wrapper .action.close:active,
.miniorderbysku-wrapper .action.close:focus,
.miniorderbysku-wrapper .action.close:hover {
    background: none;
    border: none
}

.miniorderbysku-wrapper .action.close.disabled,
.miniorderbysku-wrapper .action.close[disabled],
fieldset[disabled] .miniorderbysku-wrapper .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.miniorderbysku-wrapper .text {
    margin-left: 5px
}

.miniorderbysku-wrapper .block-orderbysku {
    right: 0;
    width: 300px
}

.miniorderbysku-wrapper .block-orderbysku .block-title {
    display: none
}

.miniorderbysku-wrapper .block-orderbysku:after {
    left: auto;
    right: 25px
}

.miniorderbysku-wrapper .block-orderbysku:before {
    left: auto;
    right: 26px
}

.miniorderbysku-wrapper .orderbysku-buttons {
    border-top: 1px solid #b0b7c1
}

.miniorderbysku-wrapper .orderbysku-table {
    max-height: 80vh;
    overflow-y: auto;
    padding: 2.4rem 10px
}

.miniorderbysku-wrapper .orderbysku-table .action.delete {
    display: inline-block;
    text-decoration: none
}

.miniorderbysku-wrapper .orderbysku-table .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: 48px;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.orderbysku-wrapper .orderbysku-buttons {
    padding: 0 5px
}

.orderbysku-index-index .column.main .orderbysku-import-settings,
.orderbysku-index-index .column.main .orderbysku-upload-import {
    margin-top: 4.8rem
}

.orderbysku-index-index .column.main .orderbysku-import-settings {
    width: 100%
}

.orderbysku-upload-wrapper .file-uploader-area {
    position: relative
}

.orderbysku-upload-wrapper .file-uploader label {
    background: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    font-weight: 500;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-indent: 50%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    display: inline-block;
    text-decoration: none
}

.orderbysku-upload-wrapper .file-uploader label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 50%;
    position: absolute;
    text-indent: 0;
    top: 50%;
    -webkit-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.orderbysku-upload-wrapper .file-uploader label:hover {
    background: #e6e6e6
}

.orderbysku-upload-wrapper .file-uploader label:hover:before {
    color: #007bcc;
    -webkit-transform: translate(-50px, -55%);
    transform: translate(-50px, -55%)
}

.orderbysku-upload-wrapper .file-uploader .file-uploader-spinner {
    position: relative;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.orderbysku-upload-wrapper .file-uploader .file-uploader-spinner:before {
    background: hsla(0, 0%, 100%, .7) url(../images/loader-2.gif) no-repeat 50% 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999
}

.orderbysku-upload-wrapper .file-uploader._loading .file-uploader-spinner {
    z-index: 999
}

.orderbysku-table .bg-error {
    background: #fae5e5;
    color: #e02b27
}

.orderbysku-table th {
    font-weight: 400;
    padding: 10px
}

.orderbysku-table td {
    padding: 5px
}

.orderbysku-table .col-sku {
    width: 80%
}

.orderbysku-table .col-sku .errorMessage {
    padding: 5px 0 0
}

.orderbysku-table .col-qty {
    width: 20%
}

.orderbysku-table .col-remove a span {
    display: none
}

.orderbysku-import-settings .fieldset>.field:not(.choice)>.label {
    padding: 10px 0;
    float: left;
    width: 100%;
    text-align: left;
    height: 70px;
}

.orderbysku-import-settings .fieldset>.field:not(.choice)>.control {
    width: 100%
}

.orderbysku-buttons {
    padding: 2.4rem 0;
    text-align: center
}

.cart.table-wrapper .orderbysku-buttons .actions-toolbar>.action,
.orderbysku-buttons .action,
.orderbysku-buttons .cart.table-wrapper .actions-toolbar>.action,
.orderbysku-buttons button {
    margin: 5px 0
}

.orderbysku-catalog-index .actions-toolbar {
    margin-bottom: 2.4rem
}

.orderbysku-catalog-index .toolbar.toolbar-products {
    position: relative
}

@media only screen and (max-width:767px) {
    .miniorderbysku-wrapper {
        display: none
    }
}

@media only screen and (min-width:640px) {
    .miniorderbysku-wrapper .block-orderbysku {
        width: 390px
    }
    .orderbysku-wrapper .orderbysku-buttons {
        text-align: left
    }
}

@media only screen and (min-width:768px) {
    .miniorderbysku-wrapper {
        clear: none
    }
}

@media only screen and (min-width:1024px) {
    .orderbysku-index-index .column.main .orderbysku-manual-import,
    .orderbysku-index-index .column.main .orderbysku-upload-import {
        margin: 0;
        width: calc(50% - 4.8rem)
    }
    .orderbysku-import-settings .fieldset>.field:not(.choice) {
        width: calc(25% - 15px);
        float: left;
        margin-right: 20px
    }
    .orderbysku-import-settings .fieldset>.field:last-child {
        margin-right: 0
    }
}

.subcategory.grid {
    margin: 0 0 40px
}

.subcategory.grid .grid-items {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.subcategory.grid .grid-item {
    box-sizing: border-box;
    margin: 0 0 20px;
    position: relative;
    width: 50%
}

@media only screen and (min-width:768px) {
    .subcategory.grid .grid-item {
        padding-left: 20px
    }
}

.block-subcategorylistview ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.subcategory-list {
    text-align: center
}

@media only screen and (min-width:1280px) {
    .subcategory-list .subcategory-item:hover .subcategory-item-image:after {
        opacity: 1
    }
}

@media only screen and (min-width:1280px) {
    .subcategory-list .subcategory-item:hover .subcategory-item-name {
        z-index: 3
    }
}

.subcategory-list .subcategory-item-info {
    position: relative
}

.subcategory-list .subcategory-item-name {
    color: #fff;
    display: block;
    font-size: 23px;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .35);
    text-decoration: none;
    top: 48%;
    width: 100%;
    z-index: 2
}

.subcategory-list .subcategory-item-image {
    display: block;
    text-align: center
}

.subcategory-list .subcategory-item-image img {
    width: 100%
}

@media only screen and (min-width:1280px) {
    .subcategory-list .subcategory-item-image:after {
        -webkit-transition: opacity .25s ease-out;
        transition: opacity .25s ease-out;
        background: rgba(0, 0, 0, .5);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2
    }
}

@media only screen and (max-width:767px) {
    .grid-item {
        margin: 10px 0 0;
        min-width: 100%
    }
}

@media only screen and (min-width:640px) {
    .subcategory.grid .grid-item {
        width: 33.33333%
    }
    .page-layout-1column .subcategory.grid .grid-item {
        width: 25%
    }
    .page-layout-3columns .subcategory.grid .grid-item {
        width: 50%
    }
}

@media only screen and (min-width:1024px) {
    .subcategory.grid .grid-item {
        width: 25%
    }
    .page-layout-1column .subcategory.grid .grid-item {
        width: 20%
    }
    .page-layout-3columns .subcategory.grid .grid-item {
        width: 50%
    }
}

@media only screen and (min-width:1280px) {
    .subcategory.grid .grid-item {
        width: 25%
    }
    .page-layout-1column .subcategory.grid .grid-item {
        width: 20%
    }
    .page-layout-3columns .subcategory.grid .grid-item {
        width: 33.33333%
    }
}

.orderlist-header,
.orderlist .label-qty {
    display: none
}

.orderlist-items .product-item-name {
    margin: 0
}

.orderlist-items .product-item-name a {
    color: #3d3c3d
}

.orderlist-items .product-item .price-box {
    display: block
}

.orderlist-items .orderlist-price,
.orderlist-items .orderlist-qty,
.orderlist-items .orderlist-qty input {
    text-align: right
}

.orderlist-items .minimal-price-link {
    display: block
}

@media only screen and (max-width:767px) {
    .orderlist-remove.orderlist-column {
        text-align: right;
        padding: 1.2rem 0
    }
}

@media only screen and (min-width:1024px) {
    .orderlist-remove.orderlist-column {
        width: 40px
    }
}

.orderlist-remove .action {
    display: inline-block;
    text-decoration: none
}

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

.orderlist-remove .action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.2rem;
    line-height: inherit;
    color: #0072bd;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.products-orderlist+.actions-toolbar .primary {
    float: right
}

.products-orderlist+.actions-toolbar .secondary {
    float: left
}

@media only screen and (max-width:639px) {
    .orderlist .items {
        padding-left: 20px
    }
    .orderlist .item {
        border-top: 1px solid #b0b7c1;
        margin-bottom: 1.2rem;
        padding-top: 1.2rem
    }
    .column.main .orderlist .item {
        padding-left: 0
    }
    .orderlist .product-item-info:after,
    .orderlist .product-item-info:before {
        content: "";
        display: table
    }
    .orderlist .product-item-info:after {
        clear: both
    }
    .orderlist-name,
    .orderlist-price {
        clear: left;
        float: left
    }
    .orderlist-sku,
    .orderlist-stock {
        clear: right;
        float: right
    }
    .orderlist-qty {
        clear: both;
        padding-top: 1.2rem
    }
}

@media only screen and (min-width:640px) {
    .products-orderlist.orderlist .product-items {
        margin-left: 0
    }
    .products-orderlist.orderlist .product-item {
        padding: 0
    }
    .products-orderlist.orderlist .stock {
        display: inline-block
    }
    .orderlist-items {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    .orderlist-items .orderlist-header {
        display: table-header-group
    }
    .orderlist-items .orderlist-header .orderlist-column {
        border-bottom: 1px solid #b0b7c1;
        display: table-cell;
        font-weight: 700
    }
    .orderlist-items .product-item {
        display: table-row-group
    }
    .orderlist-items .product-item-info {
        display: table-row
    }
    .orderlist-items .orderlist-column {
        display: table-cell;
        padding: 1.2rem 0 1.2rem 20px;
        vertical-align: middle;
        width: auto
    }
    .orderlist-items .orderlist-column:first-child {
        padding-left: 0
    }
    .listaddtocart,
    .orderlist-items .orderlist-column:last-child {
        text-align: right
    }
    .listaddtocart {
        margin-top: 1.2rem
    }
}

@media only screen and (min-width:768px) {
    .modes .mode-orderlist:before {
        content: ""
    }
}

.amslider * {
    margin: 0;
    padding: 0
}

.amslider {
    position: relative;
    margin: 35px auto 60px
}

.amslider-container {
    width: 100%;
    margin: auto auto 15px
}

.amslider.-enable {
    margin-bottom: 130px
}

.amslider .container,
.amslider .swiper-container {
    margin: 35px 0
}

.amslider .swiper-container>.wrapper {
    text-align: center
}

.amslider .swiper-wrapper {
    -webkit-box-align: end;
    align-items: flex-end
}

.amslider .swiper-slide .brand-title {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    color: #4f4f4f;
    font-size: 15px;
    line-height: 1.2
}

.amslider .swiper-pagination-bullets {
    bottom: -62px;
    left: 0;
    width: 100%
}

.amslider .swiper-pagination-bullet {
    margin: 0 5px;
    width: 12px;
    height: 12px
}

.amslider .swiper-pagination-bullet-active {
    background: #4f4f4f
}

.amslider .swiper-button-next {
    background-image: url(data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMjIuNjUgMS4zNTQpIiBmaWxsPSIjNEY0RjRGIi8+PGRlZnM+PHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTTAgMTkuOTRsLTEuMDQyLTEuMDgtMS4wOTggMS4wNkwtMS4wNiAyMSAwIDE5Ljk0ek0xOS42MDQtMS4wOGwtMjAuNjQ2IDE5Ljk0IDIuMDg0IDIuMTU3TDIxLjY5IDEuMDhsLTIuMDg1LTIuMTU4ek0tMS4wNiAyMWwyMCAyMCAyLjEyMi0yLjEyMS0yMC0yMEwtMS4wNjEgMjF6Ii8+PC9kZWZzPjwvc3ZnPg==)
}

.amslider .swiper-button-prev {
    background-image: url(data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4TC0xLjA0MiAxOC44NmwyLjA4NCAyLjE1N0wyMS42OSAxLjA4bC0yLjA4NS0yLjE1OHpNLTEuMDYgMjFsMjAgMjAgMi4xMjItMi4xMjEtMjAtMjBMLTEuMDYxIDIxeiIvPjwvZGVmcz48L3N2Zz4=)
}

.amslider .swiper-slide {
    text-align: center;
    font-size: 18px
}

.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
    font-size: 15px;
    line-height: 1.2
}

.amslider-header-container {
    padding: 5px 0 5px 35px;
    height: 35px;
    font-size: 22px;
    line-height: 35px;
    color: #000;
    background: #e2e2e2
}

.children-category .amslider {
    position: relative;
    left: inherit;
    margin: 0 50px;
    width: 100%;
    -webkit-transform: inherit;
    transform: inherit;
    display: block
}

.amslider .slide {
    display: inline-block;
    margin: 20px;
    text-align: center;
    color: #4f4f4f
}

.amslider .slide .category-item {
    position: relative;
    padding: 10px;
    border: 1px solid #fff
}

.amslider .slide .category-item.active,
.amslider .slide .category-item:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .3);
    border-color: #bbb;
    position: relative;
    z-index: 2;
    padding: 10px
}

.amslider .slide .category-item.category-item-label img {
    margin-bottom: 25px
}

.children-category-container.swiper-container {
    margin: 25px
}

.children-category-container.swiper-container .swiper-wrapper {
    -webkit-box-align: baseline;
    align-items: baseline
}

.amslider .swiper-slide {
    padding: 10px;
    box-sizing: border-box;
    color: #4f4f4f
}

.amslider .swiper-slide .swiper-category-item {
    padding: 10px 0;
    border: 1px solid #fff
}

.amslider .swiper-slide .swiper-brand img,
.amslider .swiper-slide .swiper-category-item img {
    height: auto
}

.amslider .swiper-slide .swiper-category-item.category-item-label img {
    margin-bottom: 25px
}

.amslider .swiper-slide .swiper-brand.brand-label img {
    margin-bottom: 35px
}

.amslider .swiper-slide .swiper-category-item.active,
.amslider .swiper-slide .swiper-category-item:hover {
    background: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .3);
    border: 1px solid #bbb;
    margin: 0
}

.amslider .swiper-slide .swiper-brand .no-img {
    display: inline-block;
    margin-bottom: 35px;
    color: #e2e2e2
}

.amslider .slide:hover,
.amslider .swiper-slide:hover {
    text-decoration: none
}

#category-carousel .swiper-button-next {
    right: 0
}

#category-carousel .swiper-button-prev {
    left: 0
}

#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .3;
    height: 100%;
    margin: 0
}

#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.amslider .slide .category-item:not(:root:root),
.amslider .swiper-slide .swiper-brand:not(:root:root),
.amslider .swiper-slide .swiper-category-item:not(:root:root) {
    padding: 10px
}

.ui-tooltip.ui-widget {
    padding: 5px 10px;
    max-width: 250px;
    border: 1px solid #ccc;
    box-shadow: 1px 0 3px #ccc;
    word-wrap: break-word
}

.ui-tooltip .arrow {
    position: absolute;
    left: 15px;
    bottom: -15px;
    width: 20px;
    height: 15px
}

.ui-tooltip .arrow:after {
    content: "";
    position: absolute;
    border-top: 10px solid #ccc;
    border-right: 20px solid transparent
}

.ui-tooltip .arrow:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 1px;
    border-top: 9px solid #fff;
    border-right: 19px solid transparent;
    z-index: 9
}

.ui-tooltip .arrow.top {
    top: -15px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

ul.bare-list img {
    display: block;
    margin: 0 auto
}

.brands-filters {
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
    min-height: 50px
}

.brands-filters .letter {
    display: block;
    float: left;
    margin: 0 5px 10px;
    padding: 2px 5px;
    min-width: 17px;
    min-height: 20px;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #e2e2e2
}

.brands-filters .letter-all {
    min-width: 90px;
    margin-right: 20px
}

.brands-filters .letters {
    margin-top: 4px
}

.brands-filters .letter.disabled {
    opacity: .6;
    pointer-events: none;
    background-color: #f1f1f1
}

.brands-filters .letter.hide {
    display: none
}

.brands-filters .letter.active,
.brands-filters .letter:hover {
    background: #fed285
}

.ambrands-search-wrapper {
    display: block;
    margin: 0 auto
}

.ambrands-search-wrapper .ambrands-search-input {
    display: block;
    margin: 0 5px 20px;
    width: 275px;
    max-width: 100%
}

.ambrands-search-wrapper #livesearch {
    position: absolute;
    display: none;
    width: 365px;
    max-width: 100%;
    max-height: 250px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #a5acb2;
    z-index: 99
}

.ambrands-search-wrapper #livesearch a {
    display: block;
    float: left;
    padding: 5px 10px;
    width: 100%
}

.brand-images {
    display: -webkit-box;
    display: flex
}

.brand-images li.brand-item {
    list-style-type: none;
    text-align: center
}

.brand-images .brands-letter {
    width: 100%;
    vertical-align: top;
    box-sizing: border-box
}

.brand-images .brands-letter .bare-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.brand-images .brands-letter .letter {
    border-bottom: 1px solid #b2b2b2;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px
}

.brand-images .brands-letter .letter .title {
    padding: 0 2px 1px;
    text-transform: uppercase;
    background: none
}

.brands-letter .brand-item {
    position: relative;
    margin: 0 5px 20px
}

.brands-letter .brand-item .item {
    color: #333;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%
}

.brands-letter .brand-item .item:hover {
    text-decoration: none
}

.brands-letter .brand-item .no-img {
    margin-bottom: 0;
    color: #e2e2e2
}

.brands-letter .brand-item .count {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #f58c12;
    border-radius: 50%;
    color: #fff
}

.brands-letter .brand-item .label {
    position: relative;
    margin: 10px 0 0;
    padding-top: 5px;
    width: 100%;
    word-wrap: break-word
}

.brands-letter .brand-item .label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    display: block;
    height: 1px;
    background: #b2b2b2
}

.brands-letter .brand-item .item:hover .label:before {
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon .brand-label {
    float: left
}

@media only screen and (min-width:768px) {
    .brand-images .brands-letter {
        padding-right: 10px;
        width: inherit
    }
}

@media only screen and (min-width:1024px) {
    .ambrands-search-wrapper {
        float: right
    }
    .brand-images .brands-letter {
        padding-right: 35px;
        width: inherit
    }
    .brand-images .brands-letter .brand-item {
        margin: 0 10px 20px
    }
}

@media only screen and (min-width:1280px) {
    .ambrands-search-wrapper .ambrands-search-input {
        width: 320px
    }
    .brands-filters .letter {
        margin: 0;
        border-radius: 0;
        border-right: none
    }
    .brands-filters .letter-all {
        margin-right: 20px
    }
    .brands-filters .letter:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }
    .brands-filters .letter:last-child {
        border-right: 1px solid #ccc;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

.amshopby-hightlighted {
    background-color: #ff0
}

.am-rating-up {
    font-size: smaller
}

.amshopby-filter-tooltip {
    display: inline-block;
    max-width: 20px;
    max-height: 20px;
    margin-left: 6px;
    vertical-align: middle
}

.filter-options-content .delimiter {
    margin: 0 5px;
    line-height: 30px
}

.filter-options-content .amshopby-more-button,
.filter-options-content .range {
    margin-top: 10px
}

.filter-options-content .amshopby-more-button>a:hover {
    background: transparent
}

.filter-options-content .amshopby-filter-price-from,
.filter-options-content .amshopby-filter-price-to {
    width: 46%
}

.filter-options-content .items a {
    margin-left: 0
}

.filter-options-content .count {
    display: inline-block
}

.filter-options-content .am_shopby_swatch_label .count {
    margin: 0;
    padding: 0
}

.filter-options-content .am_shopby_swatch_label .label {
    margin-right: 5px
}

.filter-options-content .am-swatch-link {
    display: inline-block
}

.filter-options-content .am-swatch-link:hover {
    background: none
}

.filter-options-content .am-swatch-link>.input.-hidden {
    display: none
}

.amshopby-filter-price-go {
    margin: 15px 0 0;
    width: 25%
}

input[type=text].amshopby-filter-price-to.right {
    float: right
}

.am_shopby_slider_container {
    margin: 10px 15px 15px 5px
}

.am_shopby_slider_container .ui-slider-range {
    position: absolute;
    height: 10px;
    background: #b6b6b6
}

.am_shopby_slider_container .am-slider .ui-slider-handle {
    padding: 0;
    margin-top: -5px;
    margin-left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f98b25
}

.am_shopby_slider_container .am-slider .ui-slider-handle:active,
.am_shopby_slider_container .am-slider .ui-slider-handle:hover {
    background-color: #e17e17
}

.am_shopby_slider_container .am_shopby_slider_display {
    text-align: center
}

.amasty-shopby-swatch-attribute-options {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 2px
}

.amasty-shopby-swatch-attribute-options .swatch-option {
    display: inline-block;
    margin: 0 10px 0 0
}

.amasty-shopby-swatch-attribute-options>.item {
    padding-bottom: 4px!important
}

.amasty-shopby-swatch-attribute-options>.item:hover {
    background-color: transparent
}

.amasty-shopby-swatch-attribute-options .am_shopby_swatch_label {
    display: inline-block;
    max-width: 70%;
    vertical-align: middle;
    word-wrap: break-word
}

.catalog-topnav .filter-options {
    flex-wrap: wrap;
    min-height: 40px;
    border-bottom: 1px solid #ccc
}

.catalog-topnav .filter-options .filter-options-item {
    display: inline-block;
    border: 0
}

.catalog-topnav .filter-options .filter-options-content {
    position: absolute;
    margin-top: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 9000;
    min-width: 100px
}

.catalog-topnav .filter-options .am_shopby_filter_items_rating li {
    margin: 0 0 10px
}

.catalog-topnav .filter-options .am_shopby_filter_items_rating li:last-child {
    margin: 0
}

.catalog-topnav .block-actions {
    display: none
}

.am_shopby_filter_items_attr_price {
    min-width: 130px;
    max-width: 350px
}

.amasty-catalog-topnav.block.filter {
    flex-basis: auto
}

.amasty-catalog-topnav .filter-options-content a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline
}

.amasty-catalog-topnav .filter-options-content .color a:hover {
    background: none
}

.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a {
    display: block
}

.amasty-catalog-topnav .filter-options-content .swatch-option-link-layered {
    display: inline-block
}

.page-layout-1column .filter-options-item.active .filter-options-content {
    padding: 10px 15px
}

.am_shopby_filter_items_rating .am_shopby_link_selected,
.am_shopby_filter_items_stock .am_shopby_link_selected {
    background-color: #e8e8e8;
    text-decoration: none
}

.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    right: 8px;
    top: 5px
}

.catalog-topnav {
    display: none
}

.filter-options .items ol {
    list-style: none;
    padding-left: 18px
}

.filter-options .items ol .item {
    margin: 5px 0
}

.filter-options .items.amshopby-fly-out-view .items-children {
    background-color: #fff;
    z-index: 9999
}

.filter-options .items.amshopby-fly-out-view li {
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none
}

.filter-options .items.amshopby-fly-out-view li:hover {
    background-color: #ccc
}

.filter-options .items.amshopby-fly-out-view li:first-child {
    border-top: 1px solid #ccc
}

.filter-options .items.amshopby-fly-out-view a:hover {
    background-color: transparent
}

.filter-options .ui-widget-overlay {
    background: #aaa;
    opacity: .3
}

.filter-options .ui-widget-shadow {
    box-shadow: 0 0 5px #666
}

.filter-options .amshopby-category-dropdown-view {
    position: absolute;
    display: block;
    margin: 0;
    padding: 10px;
    width: 100%;
    max-height: 300px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-y: auto;
    z-index: 9
}

.filter-options .amshopby-category-dropdown-view a.amshopby-filter-parent,
.filter-options .amshopby-category-labels-folding a.amshopby-filter-parent {
    padding-left: 20px
}

.filter-options .amshopby-category-dropdown-view a {
    display: inline-block;
    white-space: normal
}

.filter-options .filter-options-content .rating-summary {
    display: inline-block;
    vertical-align: sub
}

.filter-options .amshopby-search-box {
    margin: 0 0 15px
}

.amshopby-fly-out-view.ui-menu {
    position: relative
}

.amshopby-fly-out-view .ui-menu {
    width: 100%
}

.filter-options .ui-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    outline: 0
}

.filter-options .ui-menu .ui-menu {
    position: absolute
}

.filter-options .ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style: none
}

.filter-options .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.filter-options .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.filter-options .ui-menu .ui-state-active,
.filter-options .ui-menu .ui-state-focus {
    margin: -1px
}

.amshopby-category-dropdown {
    display: block;
    padding-right: 3.6rem;
    min-height: 3.2rem;
    text-align: left;
    border: 1px solid #adadad;
    cursor: pointer;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    font-weight: 400
}

.amshopby-category-dropdown .caret:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.2rem;
    margin-top: -.2rem;
    width: 0;
    height: 0;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: .5rem .4rem 0;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.amshopby-category-dropdown .caret:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3.2rem;
    background-color: #e3e3e3;
    border: 1px solid #adadad;
    bottom: 0
}

.amshopby-category-dropdown-wrapper {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.amshopby-category-dropdown-wrapper._active .amshopby-category-dropdown .caret:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.amshopby-category-dropdown-wrapper .amshopby-category-dropdow-multiselect-crumb {
    position: relative;
    display: inline-block;
    padding: .3rem 2.4rem .4rem 1rem;
    margin: .3rem 0 .3rem .3rem;
    background-color: #f5f5f5;
    border: 1px solid #a79d95;
    border-radius: 1px;
    font-size: 1.2rem;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear
}

.amshopby-category-dropdown-wrapper .amshopby-category-dropdow-multiselect-crumb .action-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 2rem;
    font-size: .5em;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #514943
}

.amshopby-category-dropdown-wrapper .amshopby-category-dropdow-multiselect-crumb .action-close:before {
    content: "x";
    font-size: 10px;
    -webkit-transition: color .1s linear;
    transition: color .1s linear
}

.amshopby-category-dropdown-wrapper .amshopby-category-dropdow-multiselect-crumb .action-close>span {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    display: none;
    visibility: hidden
}

.filter-options .amshopby-category-labels-folding .items {
    position: relative
}

.amshopby-category-collapse-icon {
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.amshopby-category-collapse-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.2rem;
    margin-top: -.2rem;
    width: 0;
    height: 0;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: .5rem .4rem 0;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.amshopby-category-collapse-icon._active:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

#amasty-shopby-product-list {
    z-index: 1
}

#amasty-shopby-product-list .products.wrapper {
    position: relative
}

#amasty-shopby-product-list #amasty-shopby-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    width: 100%;
    background: #fff;
    opacity: .5;
    z-index: 999
}

#amasty-shopby-product-list #amasty-shopby-overlay .loader {
    position: absolute;
    top: 10%;
    left: 50%;
    display: block;
    width: 64px;
    height: 64px;
    background-image: url(../images/loader-1.gif);
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%)
}

.amshopby-option-link {
    display: inline-block;
    margin-right: 5px
}

.amshopby-option-link img {
    max-width: 30px;
    max-height: 30px
}

.am_shopby_apply_filters {
    position: fixed;
    bottom: -80px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 999
}

.am_shopby_apply_filters.visible {
    bottom: 0
}

.am-show-button {
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    background: #eee;
    z-index: 999
}

.am-show-button>.am-items {
    font-size: 15px
}

.am-show-button>.am-items.-loading {
    display: inline-block;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    background-image: url(../images/loader-1.gif);
    background-size: contain;
    vertical-align: middle
}

.am-show-button>.am-button {
    margin-left: 15px;
    padding: 17px 50px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    background: #ff9416;
    border: 0;
    box-shadow: none
}

.am-show-button>.am-button:hover {
    background: #e27a00;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.filter [data-role=collapsible]:not([data-collapsible=true]) [data-role=content] {
    display: none
}

.am-item-removed {
    text-decoration: line-through
}

.am-show-more {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    line-height: 2.4rem;
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #3d3c3d;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline
}

.am-show-more:active,
.am-show-more:focus,
.am-show-more:hover {
    background: none;
    border: none
}

.am-show-more.disabled,
.am-show-more[disabled],
fieldset[disabled] .am-show-more {
    cursor: not-allowed
}

.am-show-more:active,
.am-show-more:hover {
    text-decoration: underline
}

.am-show-more:active,
.am-show-more:hover {
    color: #0072bd
}

.am-show-more:active,
.am-show-more:focus,
.am-show-more:hover {
    background: none;
    border: 0
}

.am-show-more.disabled,
.am-show-more[disabled],
fieldset[disabled] .am-show-more {
    color: #3d3c3d;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.am-show-more:focus {
    color: #3d3c3d
}

@media only screen and (min-width:768px) {
    .ui-tooltip.ui-widget {
        max-width: 450px
    }
    .catalog-topnav {
        display: block
    }
    .page-layout-1column .toolbar-products {
        position: inherit!important
    }
    #amasty-shopby-product-list #amasty-shopby-overlay .loader {
        top: 30%;
        -webkit-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%)
    }
    .filter-options-content .amshopby-filter-price-from,
    .filter-options-content .amshopby-filter-price-to {
        width: 40%
    }
    .amasty-catalog-topnav .filter-subtitle {
        display: none
    }
    .amasty-catalog-topnav .amshopby-category-dropdown {
        min-width: 150px
    }
    .am_shopby_apply_filters {
        visibility: hidden;
        position: absolute;
        bottom: inherit;
        display: none;
        width: inherit;
        padding: 0;
        z-index: 999
    }
    .am_shopby_apply_filters.visible {
        bottom: inherit;
        visibility: visible
    }
    .am-show-button {
        position: static;
        margin: 0 0 10px;
        padding: 10px;
        width: inherit;
        border: 1px solid #ccc
    }
    .am-show-button.-vertical {
        padding-left: 0;
        border-left: 0;
        border-radius: 0 3px 3px 0;
        box-shadow: 10px 8px 16px rgba(0, 0, 0, .16)
    }
    .am-show-button.-vertical:before {
        content: "";
        position: absolute;
        top: 8px;
        left: -20px;
        display: block;
        width: 40px;
        height: 40px;
        background: #eee;
        border: 1px solid #ccc;
        border-radius: 0 0 0 3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        box-sizing: border-box;
        box-shadow: 7px 6px 16px rgba(0, 0, 0, .16);
        z-index: -1
    }
    .am-show-button.-vertical-right {
        padding: 10px 0;
        min-width: 145px;
        text-align: right;
        border-right: 0;
        border-radius: 3px 0 0 3px;
        box-shadow: -8px 8px 16px rgba(0, 0, 0, .16)
    }
    .am-show-button.-vertical-right>.-loading {
        margin: 0 20px
    }
    .am-show-button.-vertical-right:before {
        content: "";
        position: absolute;
        top: 8px;
        right: -20px;
        display: block;
        width: 40px;
        height: 40px;
        background: #eee;
        border: 1px solid #ccc;
        border-radius: 0 0 0 3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        box-sizing: border-box;
        box-shadow: 5px 6px 16px rgba(0, 0, 0, .16);
        z-index: -1
    }
    .am-show-button.-horizontal {
        border-radius: 4px;
        box-shadow: 0 5px 16px rgba(0, 0, 0, .16)
    }
    .am-show-button.-horizontal:after,
    .am-show-button.-horizontal:before {
        content: "";
        position: absolute;
        left: 50%;
        display: block;
        border: 6px solid transparent;
        -webkit-transform: rotate(45deg) translateX(-50%);
        transform: rotate(45deg) translateX(-50%)
    }
    .am-show-button.-horizontal:before {
        bottom: 0;
        border-right: 6px solid #ccc;
        border-bottom: 6px solid #ccc;
        border-radius: 0 0 3px 0
    }
    .am-show-button.-horizontal:after {
        bottom: 1px;
        border-right: 6px solid #eee;
        border-bottom: 6px solid #eee;
        border-radius: 0 0 2px 0
    }
    .am-show-button>.am-button {
        margin-left: 3px;
        padding: 10px 15px
    }
    .am-show-button.-vertical-right>.am-button {
        margin-left: 5px
    }
}

@media only screen and (min-width:screen__l) {
    .filter-options-content .amshopby-filter-price-from,
    .filter-options-content .amshopby-filter-price-to {
        width: 43%
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.cart.table-wrapper .actions-toolbar>.action,
button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

.cart.table-wrapper .actions-toolbar>.action,
button,
input,
select {
    overflow: visible
}

.cart.table-wrapper .actions-toolbar>.action,
button,
input,
select,
textarea {
    margin: 0
}

.cart.table-wrapper .actions-toolbar>.action,
button,
select {
    text-transform: none
}

.cart.table-wrapper .actions-toolbar>.action,
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

.cart.table-wrapper .actions-toolbar>.action::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: field;
    -moz-appearance: field;
    appearance: field
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

.amrma-chat-container {
    box-sizing: border-box;
    background: #f9f9fc;
    border: 1px solid #ebeef5;
    border-radius: 2px
}

.amrma-chat-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow-y: hidden;
    min-height: 270px;
    max-height: 270px;
    padding-right: 5px;
    margin: 30px 20px 20px
}

.amrma-chat-block:hover {
    overflow-y: scroll;
    padding-right: 0
}

.amrma-chat-block::-webkit-scrollbar-track {
    border-radius: 3px
}

.amrma-chat-block::-webkit-scrollbar {
    width: 5px
}

.amrma-chat-block::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #c5c5c5
}

.amrma-message-block {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 15px 20px 10px;
    border-radius: 10px
}

.amrma-message-block:before {
    position: absolute;
    top: 15px;
    width: 11px;
    height: 22px;
    content: ""
}

.amrma-message-block .amrma-message {
    white-space: pre-wrap;
    word-wrap: break-word
}

.amrma-message-block .amrma-date {
    align-self: flex-end;
    margin: 0;
    padding: 0;
    color: #999;
    font-size: 12px
}

.amrma-message-block .amrma-image {
    width: auto;
    height: auto;
    max-width: 225px;
    margin: 0;
    padding: 0
}

.amrma-chat-message.-left .amrma-message-block {
    background: #e2f5fe
}

.amrma-chat-message.-left .amrma-message-block:before {
    left: -11px;
    background: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgMjEuNUwuMzI3IDMuMTlDLS41MzUgMS42MzUuOTA0LS4xODggMi42MTUuMjkxTDEwLjUgMi41djE5eiIgZmlsbD0iI0UxRjVGRSIvPjwvc3ZnPg==")
}

.amrma-chat-message.-right .amrma-message-block {
    background: #eceeff
}

.amrma-chat-message.-right .amrma-message-block:before {
    right: -11px;
    background: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjEuNUwxMC4xNzIgMy4xOWMuODYzLTEuNTU0LS41NzYtMy4zNzctMi4yODctMi44OThMMCAyLjV2MTl6IiBmaWxsPSIjRUNFRUZGIi8+PC9zdmc+")
}

.amrma-chat-message {
    margin: 5px 20px;
    max-width: 80%
}

.amrma-chat-message.-default {
    display: none
}

.amrma-chat-message.-left {
    align-self: flex-start
}

.amrma-chat-message.-right {
    align-self: flex-end
}

.amrma-chat-message.-right .amrma-username {
    text-align: right
}

.amrma-chat-message .amrma-username {
    margin-bottom: 5px;
    color: #777
}

.amrma-chat-message .amrma-delete-container {
    text-align: right
}

.amrma-message:before {
    position: absolute;
    width: 13px;
    height: 20px;
    content: ""
}

.amrma-chat-file {
    position: relative;
    padding-left: 25px
}

.amrma-chat-file.-preview {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 25px;
    padding-right: 20px;
    color: #006bb4
}

.amrma-chat-file:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 16px;
    content: "";
    background-image: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjM5NiAxNmEzLjMzMiAzLjMzMiAwIDAxLTIuMzkzLTEuMDM1QTMuNTY1IDMuNTY1IDAgMDEwIDEyLjQ5MmEzLjMxOCAzLjMxOCAwIDAxLjkyMi0yLjMxOGwuMTQtLjE0N0w5LjU1OCAxLjI1QTQuMDc5IDQuMDc5IDAgMDExMi41MTEgMGMxLjEzNi0uMDAxIDIuMjg3LjQ2MyAzLjE2NSAxLjM3QTQuNzA3IDQuNzA3IDAgMDExNyA0LjYzNmE0LjM2NCA0LjM2NCAwIDAxLTEuMjEgMy4wNWwtNy4xMzIgNy4zNy0uNTMxLjU0OC0xLjA2LTEuMDk3TDE0LjczIDYuNTljLjUxMy0uNTMuNzY4LTEuMjI2Ljc3LTEuOTUzYTMuMTMgMy4xMyAwIDAwLS44ODYtMi4xNzEgMi45MzIgMi45MzIgMCAwMC0yLjEwMy0uOTE1IDIuNTk5IDIuNTk5IDAgMDAtMS44OS43OTVMMS45ODQgMTEuMjdjLS4zMjIuMzMyLS40OC43NjMtLjQ4MiAxLjIyMiAwIC40ODUuMTgzLjk4Ni41NjIgMS4zNzcuMzc5LjM5Ljg2Mi41OCAxLjMzMi41OGExLjYzNSAxLjYzNSAwIDAwMS4xODQtLjQ5Nmw2LjUxNC02LjczYS42NTUuNjU1IDAgMDAuMTgyLS40Ny44LjggMCAwMC0uMjI5LS41NTYuNzQ1Ljc0NSAwIDAwLS41MzgtLjIzNi42Mi42MiAwIDAwLS40NTMuMTg4bC01LjU0IDUuNzI0LTEuMDYyLTEuMDk2IDUuNTQtNS43MjRjLjQxNi0uNDMyLjk3LS42NDYgMS41MTUtLjY0NC41NzggMCAxLjE2LjIzNiAxLjYuNjkxLjQ0LjQ1Ni42NyAxLjA1Ni42NyAxLjY1NCAwIC41Ni0uMjA3IDEuMTM0LS42MjMgMS41NjRMNS42NCAxNS4wNDlBMy4xMDQgMy4xMDQgMCAwMTMuNDAyIDE2aC0uMDA2eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==")
}

.amrma-chat-file .amrma-file {
    font-weight: 600
}

.amrma-delete {
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAzNiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM1LjkxOCAyLjcxNEwzMy4yMDMgMCAxOC40MTggMTQuNzg3IDMuNjMzIDAgLjkxOCAyLjcxMyAxNS43MDUgMTcuNS45MiAzMi4yODcgMy42MzMgMzVsMTQuNzg1LTE0Ljc4NiAxNC43ODUgMTQuNzg1IDIuNzExLTIuNzEzTDIxLjEzMSAxNy41IDM1LjkxOCAyLjcxNCIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    cursor: pointer
}

.amrma-chat-send {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    padding: 10px;
    border-radius: 2px;
    background: #fff
}

.amrma-chat-send .amrma-textarea {
    margin-left: 25px;
    width: 86%;
    max-height: 250px;
    min-height: 40px;
    border: none;
    resize: none
}

.amrma-chat-send .amrma-hiddentext {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    white-space: pre-wrap
}

.amrma-chat-notification {
    display: -webkit-box;
    display: flex;
    margin: 5px 0 5px 20px
}

.amrma-chat-notification .amrma-notification {
    margin-right: 15px;
    font-weight: 600;
    font-size: 14px
}

.amrma-chat-notification .amrma-date {
    line-height: 19px
}

.amrma-chat-comment {
    margin: 0 auto;
    padding: 125px 0;
    color: #999
}

.amrma-quick-reply {
    display: none
}

@media only screen and (min-width:640px) {
    .amrma-chat-send {
        margin: 0 20px 20px
    }
}

._strong {
    font-weight: 600
}

._nomargin {
    margin: 0
}

._hide {
    display: none
}

.amreturns-order-select {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 0;
    border: 2px solid rgba(23, 93, 224, .3);
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 62, 176, .1)
}

.amreturns-order-select .amreturn-btn {
    box-shadow: none
}

.amreturns-order-select .amreturn-select {
    font-size: 16px
}

.amreturns-title-container {
    -webkit-box-flex: inherit;
    flex: inherit;
    flex-basis: 100%;
    margin: 20px 0 5px 20px
}

.amreturns-orders-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    margin: 0 20px 20px
}

.amreturns-orders-container .amreturn-btn {
    margin-left: 0;
    margin-top: 10px
}

.amreturns-select-title {
    font-weight: 700;
    line-height: 19px;
    color: #333
}

.amreturn-btn {
    margin-left: 10px;
    padding: 7px 21px;
    border: 1px solid #1979c3;
    color: #fff;
    background: #1979c3;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.amreturn-btn:hover {
    border: 1px solid #2196f3;
    background: #2196f3;
    color: #fff
}

.account .table-wrapper {
    border-top: none;
    margin-top: 25px
}

.returns-history>.amrma-table .amrma-tbody>.amrma-row {
    position: relative
}

.returns-history>.amrma-table .amrma-tbody>.amrma-row .amrma-image {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0
}

.returns-history>.amrma-table .amrma-tbody>.amrma-row .amrma-image.new-message:after {
    position: absolute;
    top: 40%;
    left: 0;
    height: 15px;
    width: 15px;
    content: "";
    background-image: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiNEODFCNjAiLz48cGF0aCBkPSJNOS43OSA3LjM4NGwzLjEyMSAzLjE3NWEuODEuODEgMCAwMC4wODktLjM1NVY0Ljc5YS43NjMuNzYzIDAgMDAtLjA1NS0uMjc4TDkuNzg5IDcuMzg0em0tMS43NjQuODk1bDQuNTc5LTQuMTdBLjc4Ny43ODcgMCAwMDEyLjIwNiA0aC05LjQxYS43NzMuNzczIDAgMDAtLjM5OC4xMDlsNC41NzggNC4xN2EuNzc1Ljc3NSAwIDAwMS4wNSAweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMi41MjkgMTAuOTI5TDkuMzk5IDcuNzRsLTEuMDIxLjkzMWExLjI5MyAxLjI5MyAwIDAxLTEuNzUgMGwtMS4wMDYtLjkxNy0zLjE1IDMuMTc1Yy4xLjA0NS4yMS4wNzEuMzI0LjA3MWg5LjQwOGEuNzQ3Ljc0NyAwIDAwLjMyNS0uMDcxek0yLjA1NSA0LjUxMkEuODIzLjgyMyAwIDAwMiA0Ljc5djUuNDE0YzAgLjEyNy4wMzcuMjUuMDg5LjM1OGwzLjEzMi0zLjE2NC0zLjE2Ni0yLjg4NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:not(:first-child),
.amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:not(:last-child) {
    padding: 0 0 0 125px
}

.amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col.qty {
    padding-top: 15px
}

.amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:not(:first-child) {
    padding-left: 125px
}

.amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:last-child {
    padding-top: 20px
}

.amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col {
    border-top: none
}

.amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:first-child {
    position: absolute;
    top: 20px;
    left: 25px;
    padding: 0
}

.amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:first-child:before {
    content: none
}

.amrma-status {
    padding: 0 10px 1px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff
}

.amrma-status.-pending {
    background: #2196f3
}

.amrma-status.-authorized {
    background: #3f51b5
}

.amrma-status.-received {
    background: #9c27b0
}

.amrma-status.-resolved {
    background: #4caf50
}

.amrma-status.-cancelled {
    background: #9e9e9e
}

.amrma-status.-rejected {
    background: #c33d3c
}

.table-wrapper .table-returns-items .amrma-tbody>.amrma-row>.col {
    padding: 10px;
    border-top: 1px solid #d1d1d1;
    vertical-align: middle
}

.table-wrapper .table-returns-items .amrma-tbody>.amrma-row>.col:first-child {
    position: relative;
    padding-left: 25px
}

.amrma-customer-information {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 40px
}

.amrma-customer-information .amrma-customer-name {
    margin-bottom: 20px
}

.amrma-product-information {
    align-self: baseline
}

.amrma-product-information .amrma-checkbox {
    display: none
}

.amrma-product-information .amrma-checkbox:checked~.amrma-moreinfo {
    display: block
}

.amrma-product-information .amrma-checkbox:checked+.amrma-showmore:before {
    top: 9px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.amrma-product-information .amrma-moreinfo {
    margin-top: 4px;
    display: none
}

.amrma-product-information .amrma-moreinfo .amrma-info {
    margin-bottom: 0
}

.amrma-product-information .amrma-showmore {
    position: relative;
    padding-right: 20px;
    cursor: pointer
}

.amrma-product-information .amrma-showmore:before {
    position: absolute;
    top: 2px;
    right: 0;
    width: 9px;
    height: 9px;
    content: "";
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.amrma-product {
    display: -webkit-box;
    display: flex
}

.amrma-product-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 15px 0;
    border-bottom: 1px solid #d1d1d1
}

.amrma-image {
    display: block;
    margin-right: 20px;
    padding-left: 33px;
    width: 100px;
    height: 100px
}

.amrma-image img {
    max-width: 100%;
    max-height: 100%
}

.amrma-checkbox {
    display: none
}

.amrma-customer-address,
.amrma-customer-name {
    flex-basis: 50%
}

.amrma-title,
label.amrma-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px
}

.amrma-checkbox-container {
    position: relative
}

.amrma-checkbox-container .amrma-label {
    position: absolute;
    top: 44px;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    cursor: pointer
}

.amrma-checkbox-container.-policy .amrma-label {
    top: 4px
}

.amrma-checkbox-container .amrma-image {
    cursor: pointer
}

.amrma-checkbox-container .amrma-checkbox:checked+.amrma-label,
.amrma-checkbox-container .amrma-checkbox:checked+.amrma-label-container .amrma-label {
    border: none;
    background-image: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMyIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjI1IDYuNWwyLjYgMi42IDMuOS00LjU1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")
}

.amrma-products-table {
    margin-bottom: 40px
}

.amrma-product-message {
    width: 100%;
    margin: 15px 0 0;
    align-self: baseline
}

.amrma-message-container.-options {
    box-sizing: border-box;
    border: 2px solid rgba(23, 93, 224, .4);
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0, 62, 176, .1);
    background: none
}

.amrma-message-container.-failed {
    border: 2px solid #ffcdd2;
    box-shadow: 0 4px 8px rgba(0, 62, 176, .1)
}

.amrma-message-container.-failed .amrma-message:not(.amrma-shipping-payer) {
    background: #ffebee
}

.amrma-message-container .amrma-message {
    margin: 10px 20px 0;
    padding: 5px 10px;
    border-radius: 2px;
    background: #eaf1ff
}

.amrma-message-container.-gray,
.amrma-message-container.-options {
    margin-left: 33px
}

.amrma-return-select {
    margin: 0 20px
}

.amrma-return-select:last-child {
    margin-bottom: 20px
}

.amrma-return-select .amrma-title {
    margin-bottom: 10px
}

.amrma-return-qty {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px 0 0 20px
}

.amrma-return-qty .amrma-label {
    margin-right: 10px;
    font-weight: 700
}

.amrma-return-qty .amrma-select {
    font-size: 16px;
    flex-basis: 20%
}

.amrma-return-qty .amrma-total {
    margin-left: 5px
}

.amrma-message-container {
    margin: 10px 20px 20px;
    border-radius: 2px;
    background: #eaf1ff;
    padding-bottom: 20px
}

.amrma-message-container.-gray {
    box-sizing: border-box;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 2px;
    background: none
}

.amrma-input-block {
    max-width: 620px;
    margin-bottom: 20px
}

.amrma-input-block .amrma-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px
}

.amrma-chat-send .amrma-textarea,
.amrma-comment-block .amrma-comment,
.amrma-input-block .amrma-field {
    font-size: 16px
}

.amrma-img-text,
.amrma-return-message {
    margin-bottom: 10px;
    border-radius: 2px;
    background: #f5f5f5
}

.amrma-img-text {
    padding: 5px 10px
}

.amrma-attach-file {
    margin-top: 10px
}

.amrma-chat-send .amrma-attach-file {
    width: 29px;
    height: 33px;
    margin: 0
}

.amrma-attach-file .amrma-attach {
    display: none
}

.amrma-attach-file .amrma-file {
    margin: 5px 0;
    padding-left: 20px;
    color: #1979c3
}

.amrma-attach-file .amrma-label {
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    color: #1979c3;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.amrma-attach-file .amrma-label:hover {
    text-decoration: underline;
    color: #2196f3
}

.amrma-attach-file .amrma-label:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 16px;
    content: "";
    background-image: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjM5NiAxNmEzLjMzMiAzLjMzMiAwIDAxLTIuMzkzLTEuMDM1QTMuNTY1IDMuNTY1IDAgMDEwIDEyLjQ5MmEzLjMxOCAzLjMxOCAwIDAxLjkyMi0yLjMxOGwuMTQtLjE0N0w5LjU1OCAxLjI1QTQuMDc5IDQuMDc5IDAgMDExMi41MTEgMGMxLjEzNi0uMDAxIDIuMjg3LjQ2MyAzLjE2NSAxLjM3QTQuNzA3IDQuNzA3IDAgMDExNyA0LjYzNmE0LjM2NCA0LjM2NCAwIDAxLTEuMjEgMy4wNWwtNy4xMzIgNy4zNy0uNTMxLjU0OC0xLjA2LTEuMDk3TDE0LjczIDYuNTljLjUxMy0uNTMuNzY4LTEuMjI2Ljc3LTEuOTUzYTMuMTMgMy4xMyAwIDAwLS44ODYtMi4xNzEgMi45MzIgMi45MzIgMCAwMC0yLjEwMy0uOTE1IDIuNTk5IDIuNTk5IDAgMDAtMS44OS43OTVMMS45ODQgMTEuMjdjLS4zMjIuMzMyLS40OC43NjMtLjQ4MiAxLjIyMiAwIC40ODUuMTgzLjk4Ni41NjIgMS4zNzcuMzc5LjM5Ljg2Mi41OCAxLjMzMi41OGExLjYzNSAxLjYzNSAwIDAwMS4xODQtLjQ5Nmw2LjUxNC02LjczYS42NTUuNjU1IDAgMDAuMTgyLS40Ny44LjggMCAwMC0uMjI5LS41NTYuNzQ1Ljc0NSAwIDAwLS41MzgtLjIzNi42Mi42MiAwIDAwLS40NTMuMTg4bC01LjU0IDUuNzI0LTEuMDYyLTEuMDk2IDUuNTQtNS43MjRjLjQxNi0uNDMyLjk3LS42NDYgMS41MTUtLjY0NC41NzggMCAxLjE2LjIzNiAxLjYuNjkxLjQ0LjQ1Ni42NyAxLjA1Ni42NyAxLjY1NCAwIC41Ni0uMjA3IDEuMTM0LS42MjMgMS41NjRMNS42NCAxNS4wNDlBMy4xMDQgMy4xMDQgMCAwMTMuNDAyIDE2aC0uMDA2eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==")
}

.amrma-chat-send .amrma-attach-file .amrma-label:before {
    top: 0;
    left: 5px;
    width: 29px;
    height: 27px;
    background-image: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ljc5MyAyN2MtMS40Ny4wMDItMi45NTMtLjU5Mi00LjA4My0xLjc0N0E1Ljk4MiA1Ljk4MiAwIDAxMCAyMS4wODFhNS41NjggNS41NjggMCAwMTEuNTczLTMuOTEybC4yNC0uMjQ4TDE2LjMwNCAyLjEwOUE2Ljk5NiA2Ljk5NiAwIDAxMjEuMzQyIDBjMS45MzgtLjAwMiAzLjkwMi43OCA1LjM5OSAyLjMxQTcuODk4IDcuODk4IDAgMDEyOSA3LjgyNWMuMDAzIDEuODY4LS42ODMgMy43MzgtMi4wNjQgNS4xNDlMMTQuNzcgMjUuNDA5bC0uOTA2LjkyNS0xLjgxLTEuODUxTDI1LjEyOCAxMS4xMmMuODc2LS44OTUgMS4zMTEtMi4wNyAxLjMxMy0zLjI5NyAwLTEuMjk2LS41LTIuNjMtMS41MS0zLjY2My0xLjAxMy0xLjAzNS0yLjMxNi0xLjU0My0zLjU4OC0xLjU0NGE0LjQ1NyA0LjQ1NyAwIDAwLTMuMjI0IDEuMzQzTDMuMzg0IDE5LjAxOGMtLjU0OS41Ni0uODIgMS4yODctLjgyMiAyLjA2My4wMDIuODE4LjMxMyAxLjY2My45NiAyLjMyMy42NDUuNjU3IDEuNDcuOTc4IDIuMjcxLjk4YTIuODA0IDIuODA0IDAgMDAyLjAyLS44MzlsMTEuMTEyLTExLjM1N2ExLjEgMS4xIDAgMDAuMzExLS43OTFjMC0uMzI2LS4xMjQtLjY2Ni0uMzkxLS45NGExLjI3OCAxLjI3OCAwIDAwLS45MTgtLjM5OCAxLjA2MyAxLjA2MyAwIDAwLS43NzMuMzE4bC05LjQ1IDkuNjU4LTEuODEyLTEuODQ4IDkuNDUyLTkuNjZhMy41OCAzLjU4IDAgMDEyLjU4My0xLjA4NmMuOTg2IDAgMS45NzguMzk3IDIuNzMgMS4xNjZhMy45OTkgMy45OTkgMCAwMTEuMTQxIDIuNzkgMy43NzEgMy43NzEgMCAwMS0xLjA2MSAyLjY0TDkuNjIgMjUuMzk0QTUuMzIzIDUuMzIzIDAgMDE1LjgwMyAyN2gtLjAxIiBmaWxsPSIjMTk3OUMzIi8+PC9zdmc+")
}

.amrma-return-policy {
    display: inline-block;
    margin-top: 30px
}

.amrma-return-policy.-border {
    padding: 5px;
    border: 2px solid #ffcdd2;
    box-shadow: 0 4px 8px rgba(0, 62, 176, .1)
}

.amrma-return-policy .amrma-text {
    margin-left: 15px;
    padding-left: 20px
}

.amrma-btns-block {
    margin-top: 15px
}

.amrma-btns-block .amreturn-btn {
    margin: 0 20px 0 0;
    padding: 11px 15px;
    height: auto;
    line-height: 16px;
    box-shadow: none
}

.amrma-link-cancel {
    font-weight: 700;
    color: #1979c3
}

.amrma-chat-file.-newreturn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0
}

.amrma-chat-file.-newreturn:before {
    top: 7px
}

.amrma-chat-file.-newreturn .amrma-file {
    padding: 0
}

.amrma-chat-file.-newreturn .amrma-delete {
    padding: 0;
    margin-left: 10px
}

@media only screen and (min-width:640px) {
    .returns-history>.amrma-table .amrma-tbody>.amrma-row .amrma-image {
        width: 50px;
        height: 50px
    }
    .returns-history>.amrma-table .amrma-tbody>.amrma-row .amrma-image:after {
        left: 0
    }
    .amrma-product-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .amrma-product-message {
        width: 360px;
        margin-left: 15px
    }
    .amrma-message-container.-gray,
    .amrma-message-container.-options {
        margin: 0
    }
    .amreturns-orders-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .amreturns-orders-container .amreturn-btn {
        margin-left: 10px;
        margin-top: 0
    }
    .amreturns-orders-container .amreturn-select {
        margin-bottom: 0;
        width: 85%
    }
    .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:not(:first-child),
    .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:not(:first-child):not(:last-child) {
        padding: 10px
    }
    .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col.qty {
        padding-top: 10px
    }
    .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col {
        border-top: 1px solid #d1d1d1
    }
    .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:first-child {
        position: relative;
        top: auto;
        left: auto;
        padding: 10px 10px 10px 25px
    }
}

@media only screen and (min-width:768px) {
    .amreturns-order-select {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 18px 0
    }
    .amreturns-order-select .amreturn-select {
        font-size: 14px
    }
    .amreturns-orders-container {
        -webkit-box-flex: 1;
        flex: 1 1 73%;
        margin: 0
    }
    .amreturns-orders-container .amreturn-btn {
        margin: 0 20px 0 10px
    }
    .amreturns-title-container {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        margin: 0 15px 0 20px
    }
    .amrma-customer-information {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .amrma-customer-information .amrma-customer-name {
        margin: 0
    }
    .amrma-chat-send .amrma-textarea,
    .amrma-comment-block .amrma-comment,
    .amrma-input-block .amrma-field,
    .amrma-return-qty .amrma-select {
        font-size: 14px
    }
}

.amrma-tracking-information {
    margin-bottom: 40px
}

.amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody>.amrma-row>.col {
    border-top: none
}

.amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody>.amrma-row>.col:first-child {
    padding-left: 10px
}

.amrma-tracking-add {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 15px
}

.amrma-tracking-add .amrma-input {
    margin: 10px 0
}

.amrma-tracking-add .amreturn-btn {
    margin-left: 0
}

.amrma-tracking-add .amrma-label {
    margin-bottom: 5px;
    font-weight: 600
}

.amrma-tracking-information .amrma-thead .amrma-col.remove {
    display: none
}

@media only screen and (min-width:640px) {
    .amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody>.amrma-row>.col {
        border-top: 1px solid #d1d1d1
    }
    .account .amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .col {
        padding: 10px
    }
    .amrma-tracking-add {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        margin: 0 25px
    }
    .amrma-tracking-add .amrma-input {
        flex-basis: 50%;
        margin: 0 20px
    }
    .amrma-tracking-add .amreturn-btn {
        padding: 7px 36px;
        height: auto;
        border: none;
        line-height: 14px;
        background: #1979c3;
        color: #fff
    }
    .amrma-tracking-add .amreturn-btn:hover {
        background: #2196f3
    }
    .amrma-tracking-add .amrma-label {
        display: none
    }
    .amrma-select-container {
        flex-basis: 35%
    }
}

.amrma-return-number {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.amrma-return-number .amrma-header {
    margin-bottom: 5px
}

.amrma-return-number .amrma-status {
    align-self: baseline
}

.amrma-header-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.amrma-header-block .amrma-cancel {
    align-self: center
}

.amrma-status-container {
    position: relative;
    box-sizing: content-box;
    margin-bottom: 50px
}

.amrma-status-container .amrma-percent.-status-0 {
    width: 0
}

.amrma-status-container .amrma-percent.-status-1,
.amrma-status-container .amrma-percent.-status-2 {
    width: 50%
}

.amrma-status-container .amrma-percent.-status-3,
.amrma-status-container .amrma-percent.-status-4 {
    width: 100%
}

.amrma-status-container .amrma-progress {
    position: absolute;
    width: 100%;
    height: 42%;
    border-bottom: 2px solid #c2c2c2;
    z-index: -1
}

.amrma-status-container .amrma-percent {
    position: absolute;
    z-index: 1;
    box-sizing: content-box;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #4b81bd
}

.amrma-status-container .amrma-steps {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.amrma-status-container .amrma-step.-authorized.-checked {
    margin: 0 0 0 10%
}

.amrma-status-container .amrma-step.-complete:before {
    background: #1e79c2
}

.amrma-status-container .amrma-step.-checked {
    display: -webkit-box;
    display: flex;
    flex-basis: 60%;
    margin-right: 10%;
    text-align: center
}

.amrma-status-container .amrma-step.-checked:before {
    top: -1px;
    width: 30px;
    height: 30px;
    border: none;
    background-image: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzFFNzlDMiIgc3Ryb2tlLXdpZHRoPSIyIi8+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iOCIgZmlsbD0iIzFFNzlDMiIvPjwvc3ZnPg==");
    background-position: 0;
    background-repeat: no-repeat;
    background-color: #fff
}

.amrma-status-container .amrma-name {
    display: none
}

.amrma-status-container .amrma-step.-checked .amrma-name {
    position: relative;
    top: 35px;
    display: block;
    width: 100%
}

.amrma-status-container .amrma-step.-failed:before {
    top: 3px;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNEODBGMzMiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjA0IDcuMzczYTEgMSAwIDAwLTEuNDE0LTEuNDE0TDEwIDguNTg1IDcuMzc0IDUuOTZBMSAxIDAgMTA1Ljk2IDcuMzczTDguNTg2IDEwIDUuOTYgMTIuNjI2YTEgMSAwIDEwMS40MTQgMS40MTRMMTAgMTEuNDE0bDIuNjI2IDIuNjI2YTEgMSAwIDAwMS40MTQtMS40MTRsLTIuNjI2LTIuNjI3IDIuNjI2LTIuNjI2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==")
}

.amrma-status-container .amrma-step.-pending .-checked .amrma-name,
.amrma-status-container .amrma-step.-resolved .-checked .amrma-name {
    max-width: 150px
}

.amrma-status-container .amrma-step.-pending.-checked {
    text-align: left
}

.amrma-status-container .amrma-step.-pending.-checked:before {
    padding: 0 0 0 20px;
    border-radius: inherit;
    background-position: 100%
}

.amrma-status-container .amrma-step {
    position: relative;
    min-width: 15px;
    height: 30px
}

.amrma-status-container .amrma-step:before {
    position: absolute;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: "";
    background: #c2c2c2
}

.amrma-status-container .amrma-step.-authorized.-checked:before,
.amrma-status-container .amrma-step.-received.-checked:before {
    left: calc(50% - 15px)
}

.amrma-status-container .amrma-step.-resolved.-checked {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin: 0;
    text-align: right
}

.amrma-status-container .amrma-step.-resolved.-checked:before {
    right: 0;
    padding: 0 20px 0 0;
    border-radius: inherit
}

.amrma-status-container .amrma-step.-resolved.-checked:before.-received.-checked:before {
    left: 30%
}

.amrma-bank-details,
.amrma-header-block,
.amrma-return-instructions {
    margin-bottom: 40px
}

.amrma-instruction-block,
.amrma-instructions {
    display: none
}

.amrma-instructions:checked~.amrma-instruction-block {
    display: block;
    padding: 20px 10px 15px;
    border-radius: 1px 1px 2px 2px;
    background: #eaf1ff
}

.amrma-instructions-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #1e79c2;
    border-radius: 2px;
    cursor: pointer
}

.amrma-instructions-title .amrma-title {
    margin-bottom: 15px
}

.amrma-instructions-title .amrma-show {
    position: relative;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 2px solid #1979c3;
    border-radius: 50%
}

.amrma-instructions-title .amrma-show:before {
    position: absolute;
    width: 10px;
    top: 18%;
    left: 28%;
    height: 10px;
    border-left: 1px solid #1979c3;
    border-top: 1px solid #1979c3;
    content: "";
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.amrma-instructions:checked+.amrma-instructions-title .amrma-show:before {
    top: 38%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.amrma-received-message {
    position: relative;
    margin-bottom: 28px;
    padding: 10px;
    border-radius: 2px;
    background: #e8f5e9
}

.amrma-received-message:before {
    position: absolute;
    top: 7px;
    width: 24px;
    height: 24px;
    content: "";
    background: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiM0M0EwNDciLz48cGF0aCBkPSJNMTYuNzY0IDkuNTYxYS45MzEuOTMxIDAgMDAtLjA5Mi0xLjMyOS45Ny45NyAwIDAwLTEuMzUyLjA5bC00LjgxMiA1LjQyMy0xLjg3My0xLjg0MWEuOTcuOTcgMCAwMC0xLjM1NCAwIC45MzEuOTMxIDAgMDAwIDEuMzMybDIuNDc3IDIuNDM1Yy4xNC4xMzguMzEzLjIyNC40OTQuMjU5YS45Ny45NyAwIDAwMS4wODUtLjI1M2w1LjQyNy02LjExNnoiIGZpbGw9IiNmZmYiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2QpIi8+PGRlZnM+PGZpbHRlciBpZD0iZmlsdGVyMF9kIiB4PSI2IiB5PSI3IiB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldC8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iLjUiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMiAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==")
}

.amrma-received-message .amrma-message {
    margin: 0 0 0 45px;
    color: #2e7d32
}

.amrma-table-container {
    margin-bottom: 40px
}

.amrma-table-container .amrma-title {
    margin-bottom: 10px
}

.amrma-items-table {
    margin-top: 10px
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .col {
    position: static;
    margin: 0;
    padding: 5px 0
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .col:first-child {
    left: 5px
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .amrma-status {
    position: relative;
    padding: 0 0 0 20px;
    text-transform: capitalize;
    color: #363636;
    font-weight: 600;
    font-size: 14px;
    background: inherit
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .amrma-status:before {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .amrma-status.-rejected {
    color: #d80f33
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .amrma-status.-rejected:before {
    content: "";
    background-image: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjRDgwRjMzIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4wNzEgOS45OTZhLjYwNi42MDYgMCAwMS0uODU3IDBMNy41IDguMjgyIDUuNzg2IDkuOTk2YS42MDYuNjA2IDAgMDEtLjg1Ny0uODU3bDEuNzE0LTEuNzE0TDQuOTI4IDUuNzFhLjYwNi42MDYgMCAxMS44NTgtLjg1N0w3LjUgNi41NjhsMS43MTQtMS43MTVhLjYwNi42MDYgMCAwMS44NTcuODU3TDguMzU3IDcuNDI1bDEuNzE0IDEuNzE0YS42MDYuNjA2IDAgMDEwIC44NTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+")
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .amrma-status.-pending {
    color: #2196f3
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .amrma-status.-pending:before {
    content: "";
    background-image: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjMjE5NkYzIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjY3NCAzLjlsMy4xNTIgMy4yNGEuNTIuNTIgMCAwMTAgLjcyTDguNjc0IDExLjFhLjQ4Ni40ODYgMCAwMS0uNyAwIC41Mi41MiAwIDAxMC0uNzJsMi4zMDYtMi4zN0gyLjk3VjYuOTloNy4zMUw3Ljk3NCA0LjYyYS41Mi41MiAwIDAxMC0uNzIuNDg2LjQ4NiAwIDAxLjcgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .amrma-status.-resolved:before {
    content: "";
    background-image: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjNTFCNzU2Ii8+PHBhdGggZD0iTTQuNSA3LjE3OGwzIDIuNTcyIDMuNzUtNC4wNzIiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+")
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .amrma-details {
    padding-top: 15px
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .amrma-details:before,
.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .details:before {
    content: none
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .amrma-image {
    width: 100px;
    height: 100px;
    padding: 0
}

.amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .amrma-image:after {
    content: none
}

.amrma-table-container .table-wrapper {
    border-bottom: none
}

.amrma-rating-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.amrma-rating-block .amrma-title {
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
    color: #494949
}

.amrma-feedback-container {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 2px
}

.amrma-feedback-container .amrma-feedback {
    margin-right: 10px;
    width: 80%;
    height: 40px;
    border: none
}

.amrma-stars-container {
    box-sizing: border-box;
    margin: 20px auto;
    padding: 25px 15px 15px;
    max-width: 530px;
    border: 2px solid rgba(23, 93, 224, .3);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 62, 176, .1)
}

.amrma-stars-container .rated-message {
    text-align: center
}

.amrma-stars-container .amrma-stars-block .rating-1:before {
    width: 26px
}

.amrma-stars-container .amrma-stars-block .rating-2:before {
    width: 52px
}

.amrma-stars-container .amrma-stars-block .rating-3:before {
    width: 78px
}

.amrma-stars-container .amrma-stars-block .rating-4:before {
    width: 104px
}

.amrma-stars-container .amrma-stars-block .rating-5:before {
    width: 130px
}

.amrma-stars-container .amrma-stars-block {
    width: 130px;
    height: 24px
}

.amrma-stars-container .amrma-stars-block:before {
    width: 130px;
    height: 24px;
    content: "";
    background: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAwMS45MDIgMS4zODJoNy4wOTRsLTUuNzM5IDQuMTdhMiAyIDAgMDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMDAtMi4zNSAwbC01Ljc0IDQuMTcgMi4xOTItNi43NDZhMiAyIDAgMDAtLjcyNi0yLjIzN2wtNS43NC00LjE3aDcuMDk1YTIgMiAwIDAwMS45MDItMS4zODFMMTMgMS4yMzZ6IiBzdHJva2U9IiNGRkMxMDciIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==")
}

.amrma-stars-container .amrma-stars-block .amrma-star:before {
    display: inline-block;
    height: 24px;
    content: ""
}

.amrma-stars-container .amrma-stars-block .amrma-radio:not(:checked)+.amrma-star:hover:before,
.amrma-stars-container .amrma-stars-block .amrma-star:before {
    background: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAwMS45MDIgMS4zODJoNy4wOTRsLTUuNzM5IDQuMTdhMiAyIDAgMDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMDAtMi4zNSAwbC01Ljc0IDQuMTcgMi4xOTItNi43NDZhMiAyIDAgMDAtLjcyNi0yLjIzN2wtNS43NC00LjE3aDcuMDk1YTIgMiAwIDAwMS45MDItMS4zODFMMTMgMS4yMzZ6IiBmaWxsPSIjRkZDMTA3IiBzdHJva2U9IiNGRkMxMDciIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==")
}

.amrma-stars-container .amrma-stars-block .amrma-radio:not(:checked)+.amrma-star:hover:before {
    opacity: 1;
    cursor: pointer
}

.amrma-send {
    margin-left: 10px;
    padding: 12px 16px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background: #1979c3;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    font-weight: 700
}

.amrma-send:hover {
    border: none;
    background: #2196f3;
    color: #fff
}

.amrma-return-select .amrma-select {
    font-size: 16px
}

@media only screen and (min-width:640px) {
    .amrma-select-container {
        flex-basis: 35%
    }
    .amasty_rma-account-view .amrma-select-container .admin__control-select {
        height: 100%
    }
    .amrma-return-number {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .amrma-return-number .amrma-header {
        margin: 0
    }
    .amrma-return-number .amrma-status {
        align-self: auto;
        margin: 0 10px
    }
}

@media only screen and (min-width:768px) {
    .amrma-table-container>.amrma-items-table>.amrma-table>.amrma-tbody>.amrma-row .col.amrma-details {
        position: static
    }
    .amrma-status-container {
        margin: 0 35px 50px
    }
    .amrma-status-container .amrma-percent {
        width: 68%
    }
    .amrma-status-container .amrma-percent.-status-1 {
        width: 34%
    }
    .amrma-status-container .amrma-percent.-status-2 {
        width: 68%
    }
    .amrma-status-container .amrma-step.-complete:before {
        top: -1px;
        width: 20px;
        height: 30px;
        background: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiMxRTc5QzIiLz48cGF0aCBkPSJNNiAxMGwzLjUgM0wxNCA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
        background-position: 50%;
        background-repeat: no-repeat
    }
    .amrma-status-container .amrma-step.-checked .amrma-name {
        display: none
    }
    .amrma-status-container .amrma-steps .amrma-step.-checked {
        margin: 0
    }
    .amrma-status-container .amrma-step.-pending.-checked {
        text-align: center
    }
    .amrma-status-container .amrma-step.-pending.-checked:before {
        padding: 0;
        border-radius: 50%
    }
    .amrma-status-container .amrma-step.-checked {
        flex-basis: auto;
        text-align: center
    }
    .amrma-status-container .amrma-step.-checked:before {
        top: -1px;
        content: attr(data-number);
        background: #1e79c2;
        line-height: 30px;
        color: #fff
    }
    .amrma-status-container .amrma-steps .amrma-step.-resolved.-checked {
        -webkit-box-pack: inherit;
        justify-content: inherit;
        text-align: center
    }
    .amrma-status-container .amrma-steps .amrma-step.-resolved.-checked:before {
        right: auto;
        padding: 0;
        border-radius: 50%
    }
    .amrma-status-container .amrma-steps>.amrma-step.-checked:after,
    .amrma-status-container .amrma-steps>.amrma-step:after {
        position: absolute;
        left: -38px;
        top: 30px;
        min-width: 100px;
        content: attr(data-label);
        text-align: center
    }
    .amasty-rma-pager .limiter {
        float: right
    }
    .amrma-return-select .amrma-select {
        font-size: 14px
    }
}

@media print {
    .amrma-cancel,
    .amrma-chat-container,
    .amrma-chat-title,
    .amrma-received-message,
    .amrma-return-instructions,
    .amrma-status,
    .amrma-status-container,
    .amrma-tracking-information,
    .nav-sections,
    .page-footer,
    .page-title-wrapper,
    .sidebar {
        display: none
    }
    .page-wrapper .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col {
        padding-left: 0!important
    }
    .page-wrapper .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:first-child {
        position: relative;
        top: 0
    }
    .page-wrapper .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:first-child .amrma-image {
        margin-right: 0;
        padding: 5px
    }
    .page-wrapper .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col .amrma-status {
        display: block
    }
}

.aw-acp-popup-container.mfp-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #0b0b0b;
    opacity: .8;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.aw-acp-popup-container.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-backface-visibility: hidden
}

.aw-acp-popup-container .mfp-container {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
    height: 100%;
    text-align: center
}

.aw-acp-popup-container .mfp-container:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.aw-acp-popup-container.mfp-align-top .mfp-container:before {
    display: none
}

.aw-acp-popup-container .mfp-content {
    position: relative;
    z-index: 106;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: left
}

.aw-acp-popup-container .mfp-ajax-holder .mfp-content,
.aw-acp-popup-container .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.aw-acp-popup-container.mfp-ajax-cur {
    cursor: progress
}

.aw-acp-popup-container.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.aw-acp-popup-container .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    right: 8px;
    left: 8px;
    z-index: 105;
    margin-top: -.8em;
    width: auto;
    color: #ccc;
    text-align: center
}

.aw-acp-popup-container .mfp-preloader a {
    color: #ccc
}

.aw-acp-popup-container .mfp-preloader a:hover {
    color: #fff
}

.aw-acp-popup-container .mfp-s-error .mfp-content,
.aw-acp-popup-container .mfp-s-ready .mfp-preloader {
    display: none
}

.aw-acp-popup-container .aw-acp-popup-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.aw-acp-popup-container--zoom-in.mfp-ready .aw-acp-popup-with-anim {
    opacity: 1
}

.aw-acp-popup-container--zoom-in.mfp-removing .aw-acp-popup-with-anim,
.aw-acp-popup-container--zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.aw-acp-popup {
    position: relative;
    margin: 20px auto;
    padding: 15px;
    max-width: 640px;
    background: #fff
}

.aw-acp-popup,
.aw-acp-popup * {
    box-sizing: border-box
}

.aw-acp-popup .swatch-option {
    box-sizing: content-box
}

.aw-acp-popup__description,
.aw-acp-popup__options-wrapper,
.aw-acp-popup__title {
    margin: 0 0 20px
}

.aw-acp-popup__mobile-title {
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.aw-acp-popup__form .fieldset>.field:not(.choice)>.control,
.aw-acp-popup__form .fieldset>.field:not(.choice)>.label {
    width: auto;
    float: none
}

.aw-acp-popup__form .fieldset>.field:not(.choice)>.label {
    text-align: left;
    box-sizing: content-box;
    padding: 0;
    margin: 0 0 5px
}

.aw-acp-popup__options-wrapper .fieldset {
    margin-left: 2px
}

.aw-acp-popup__options-wrapper .fieldset .legend {
    margin: 0 0 20px
}

.aw-acp-popup__box-tocart-wrapper {
    display: -webkit-box;
    display: flex;
    box-align: flex-end
}

.aw-acp-popup__box-qty {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    margin: 0
}

.aw-acp-popup__box-price {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center
}

.aw-acp-popup__box-price .price-container .price {
    font-size: 24px;
    color: #090
}

.aw-acp-popup__mobile-close-wrapper {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-left: 15px;
    line-height: 10px
}

.aw-acp-popup__mobile-close-wrapper.headless {
    margin-left: 0;
    width: 100%
}

.aw-acp-popup__mobile-close-wrapper .aw-acp-popup__mobile-close.action.primary {
    border: none;
    background: none;
    color: #1979c3;
    width: 100%
}

.aw-acp-popup__message {
    margin: 0 0 20px;
    padding: 13px 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px
}

.aw-acp-popup__message--good {
    background: #e8fff2;
    color: #27ae60
}

.aw-acp-popup__message--bad {
    background: #ffedeb;
    color: #e74c3c
}

.aw-acp-popup__message--info {
    background: #fffae6;
    color: #2c3e50
}

.aw-acp-popup__main {
    margin-bottom: 20px
}

.aw-acp-popup__loader {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 40px;
    height: 300px
}

.aw-acp-popup__loader-bar {
    position: relative;
    display: block;
    overflow: hidden;
    margin: auto;
    max-width: 300px;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    background: #2bc253 -webkit-gradient(linear, left top, left bottom, from(#54f054), to(#2bc253));
    background: #2bc253 linear-gradient(180deg, #54f054, #2bc253);
    box-shadow: inset 0 2px 9px hsla(0, 0%, 100%, .3), inset 0 -2px 6px rgba(0, 0, 0, .4)
}

.aw-acp-popup__loader-bar:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    overflow: hidden;
    border-radius: 10px;
    background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, .2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .2) 75%, transparent 0, transparent);
    background-size: 50px 50px;
    content: "";
    -webkit-animation: aw-acp 2s linear infinite;
    animation: aw-acp 2s linear infinite
}

.aw-acp-popup__column--media {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.aw-acp-popup__image-wrapper,
.aw-acp-popup__reviews-wrapper {
    margin: 0;
    text-align: center
}

.aw-acp-popup__reviews-wrapper {
    height: 20px;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.aw-acp-popup__reviews-wrapper .product-reviews-summary {
    display: block
}

.aw-acp-popup__reviews-wrapper .product-reviews-summary .rating-summary,
.aw-acp-popup__reviews-wrapper .product-reviews-summary .reviews-actions {
    display: inline-block;
    vertical-align: middle
}

.aw-acp-popup__image-wrapper {
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.aw-acp-popup__image {
    max-width: 100%;
    max-height: 300px;
    height: auto
}

.aw-acp-popup__actions {
    -webkit-box-align: center;
    align-items: center
}

.aw-acp-popup__close-wrapper {
    text-align: center
}

.aw-acp-popup__columns {
    width: auto
}

.aw-acp-popup__columns .price-box {
    margin: 0
}

.aw-acp-popup__close,
.aw-acp-popup__submit {
    font-size: 18px
}

.aw-acp-popup__submit {
    width: 100%;
    height: 50px
}

.aw-acp-popup__result {
    align-self: center;
    text-align: center
}

.aw-acp-popup__result-title {
    margin: 0 0 10px;
    font-size: 18px
}

.aw-acp-popup__result-price {
    margin: 0 0 10px;
    font-size: 24px
}

.aw-acp-popup__result-items {
    margin: 0 0 10px
}

.aw-acp-popup__result-view-cart {
    margin: 0
}

.aw-acp-popup__result__related {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    margin-bottom: 0
}

.aw-acp-popup__result__related .title {
    margin-top: 10px
}

.aw-acp-popup__result__related .products {
    margin: 0
}

.aw-acp-popup__result__related .products .product-item-info {
    margin: -10px;
    padding: 9px
}

@-webkit-keyframes aw-acp {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 50px 50px
    }
}

@keyframes aw-acp {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 50px 50px
    }
}

.mfp-hide {
    display: none
}

.input-text.qty {
    width: 54px;
    text-align: center
}

.field.qty .label {
    font-weight: 600;
    margin: 8px 0;
    display: block
}

@media (min-width:640px) {
    .aw-acp-popup-container .aw-acp-popup-with-anim {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    .aw-acp-popup-container--zoom-in.mfp-ready .aw-acp-popup-with-anim {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    .aw-acp-popup-container--zoom-in.mfp-removing .aw-acp-popup-with-anim {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    .aw-acp-popup__mobile-header {
        display: none
    }
    .aw-acp-popup__options-wrapper {
        max-height: 700px;
        overflow-y: auto;
        padding: 0 5px 0 0
    }
    .aw-acp-popup__columns {
        display: -webkit-box;
        display: flex
    }
    .aw-acp-popup__column:first-child {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 250px
    }
    .aw-acp-popup__column:nth-child(2) {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        margin-left: 20px
    }
    .products-grid.products-acp-related .product-item {
        width: 24%
    }
    .products-grid.products-acp-related .product-item:nth-child(n+5) {
        display: none
    }
}

@media (max-width:640px) {
    .aw-acp-popup-container .mfp-container {
        position: static;
        padding: 0;
        background: #fff
    }
    .aw-acp-popup-container .mfp-container:before {
        display: none
    }
    .aw-acp-popup,
    .aw-acp-popup-container .mfp-content {
        position: static
    }
    .aw-acp-popup {
        margin: 0
    }
    .aw-acp-popup__mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 102;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        padding: 0 15px;
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #0e0e0e;
        background: #fff
    }
    .aw-acp-popup__product-info {
        display: none
    }
    .aw-acp-popup--result .aw-acp-popup__message {
        -webkit-box-flex: 0;
        flex: 0 0 auto
    }
    .aw-acp-popup--result .aw-acp-popup__message--info {
        display: none
    }
    .aw-acp-popup--result .aw-acp-popup__columns {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        margin: auto;
        padding-bottom: 20px
    }
    .aw-acp-popup--result .aw-acp-popup__column--media {
        display: none
    }
    .aw-acp-popup__main {
        left: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        padding: 40px 15px;
        width: 100%
    }
    .aw-acp-popup__main.aw-acp-popup--result {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .aw-acp-popup__loader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .aw-acp-popup__column:first-child {
        margin-bottom: 20px
    }
    .aw-acp-popup__column--media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
    .aw-acp-popup__column--media.small .aw-acp-popup__image-wrapper {
        width: 50%;
        margin: auto
    }
    .aw-acp-popup__reviews-wrapper {
        text-align: left;
        margin-bottom: 10px
    }
    .aw-acp-popup__close-wrapper {
        display: none
    }
    .aw-acp-popup__submit-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2
    }
}

input[type=datetime][readonly],
input[type=email][readonly],
input[type=number][readonly],
input[type=password][readonly],
input[type=search][readonly],
input[type=tel][readonly],
input[type=text][readonly],
input[type=url][readonly],
select[readonly],
textarea[readonly] {
    opacity: .5;
    cursor: default
}

input[type=datetime][readonly]:focus,
input[type=email][readonly]:focus,
input[type=number][readonly]:focus,
input[type=password][readonly]:focus,
input[type=search][readonly]:focus,
input[type=tel][readonly]:focus,
input[type=text][readonly]:focus,
input[type=url][readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
    box-shadow: none
}

.alink,
a {
    color: #0167af
}

.alink:hover,
a:hover {
    color: #0072bd
}

.parallax-banner-wrapper {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60rem
}

@media only screen and (min-width:768px) {
    .parallax-banner-wrapper {
        height: 60rem
    }
}

.parallax-banner-wrapper .banner-content {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: inherit;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--theme-content-max-width);
    padding: 2rem;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    color: #fff
}

@media only screen and (min-width:768px) {
    .parallax-banner-wrapper .banner-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

@media only screen and (min-width:768px) {
    .parallax-banner-wrapper .banner-content .content-description,
    .parallax-banner-wrapper .banner-content .content-image {
        -webkit-box-flex: 0;
        flex: 0 0 calc(50% - 1rem)
    }
}

.parallax-banner-wrapper .banner-content .content-image {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    max-height: 50%
}

@media only screen and (min-width:1024px) {
    .parallax-banner-wrapper .banner-content .content-image {
        max-height: 100%
    }
}

.parallax-banner-wrapper .banner-content img {
    max-height: 100%
}

.parallax-banner-wrapper .banner-content .content-title {
    color: #0072bd
}

.block-faq .faq-title {
    font-weight: 500
}

.page-layout-1column-full-width-dark.cms-index-index .block>.column-container,
.page-layout-1column-full-width-dark.cms-page-view .block>.column-container,
.page-layout-1column-full-width-dark.experius_contentpage-page-view .block>.column-container,
.page-layout-1column-full-width.cms-index-index .block>.column-container,
.page-layout-1column-full-width.cms-page-view .block>.column-container,
.page-layout-1column-full-width.experius_contentpage-page-view .block>.column-container {
    margin: 0;
    width: 100%
}

.page-layout-1column-full-width-dark .page-main,
.page-layout-1column-full-width .page-main {
    margin: 0
}

.page-layout-1column-full-width-dark .columns .column.main,
.page-layout-1column-full-width .columns .column.main {
    padding: 0
}

.page-layout-1column-full-width-dark .columns .column.main .block,
.page-layout-1column-full-width .columns .column.main .block {
    margin-bottom: 0
}

.page-layout-1column-full-width-dark .column-block:not(.category-block),
.page-layout-1column-full-width .column-block:not(.category-block) {
    padding: 0
}

.page-layout-1column-full-width-dark .description,
.page-layout-1column-full-width .description {
    padding: 2rem
}

.content-block .column-container {
    width: 100%
}

.cms-index-index .columns .column.main .image-list-block li,
.cms-page-view .columns .column.main .image-list-block li,
.experius_contentpage-page-view .columns .column.main .image-list-block li {
    max-width: 50%
}

@media only screen and (min-width:768px) {
    .cms-index-index .columns .column.main .image-list-block li,
    .cms-page-view .columns .column.main .image-list-block li,
    .experius_contentpage-page-view .columns .column.main .image-list-block li {
        max-width: 25%
    }
}

li.menu-spacer {
    display: inline;
    float: left;
    height: 48px;
    width: 50px
}

@media only screen and (min-width:768px) {
    .navigation .showAsButton {
        line-height: 4.2rem!important;
        margin: .5rem;
        max-height: 4rem;
        background-image: none;
        background: #0072bd;
        border: .2rem solid #0069ae;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
        padding: 0 30px;
        text-transform: uppercase;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-size: 1.5rem;
        line-height: 4.4rem;
        box-sizing: border-box;
        vertical-align: middle
    }
    .navigation .showAsButton:active,
    .navigation .showAsButton:focus,
    .navigation .showAsButton:hover {
        background: #007bcc!important;
        border: .2rem solid #0069ae;
        color: #fff
    }
    .navigation .showAsButton.disabled,
    .navigation .showAsButton[disabled],
    fieldset[disabled] .navigation .showAsButton {
        opacity: .5;
        cursor: default;
        pointer-events: none
    }
}

@media only screen and (max-width:767px) {
    .content-grid-block.height-25,
    .content-grid-block.height-33 {
        max-height: none;
        height: auto
    }
}

.content-grid-block .content-grid-block-content {
    z-index: 1
}

.content-slider .bxslider .product-item.slide {
    flex-basis: 25%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    max-width: calc(25% - 1.6rem)
}

.products-grid .product-items {
    -webkit-box-pack: center;
    justify-content: center
}

.elasticsearch-results .products-list .product-item .product-item-actions {
    display: block
}

@media only screen and (max-width:767px) {
    .elasticsearch-results .products-list .product-item .product-item-photo {
        width: 40%
    }
}

@media only screen and (max-width:767px) {
    .elasticsearch-results .products-list .product-item .price-box,
    .elasticsearch-results .products-list .product-item .product-item-description,
    .elasticsearch-results .products-list .product-item .product-item-details,
    .elasticsearch-results .products-list .product-item .product-item-inner {
        display: block;
        float: none;
        width: 100%
    }
}

.elasticsearch-results .products-list .product-item .product-item-description .short-description {
    display: none
}

.elasticsearch-results .category .subcategory-item.grid-item {
    position: relative
}

@media only screen and (max-width:767px) {
    .elasticsearch-results .category .subcategory-item.grid-item {
        height: 14rem
    }
}

@media only screen and (min-width:640px) {
    .elasticsearch-results .category .subcategory-item.grid-item:nth-child(2n+2),
    .elasticsearch-results .category .subcategory-item.grid-item:nth-child(3n+3) {
        margin-right: 2rem
    }
}

@media only screen and (min-width:1024px) {
    .elasticsearch-results .category .subcategory-item.grid-item:nth-child(6n+6) {
        margin-right: 2rem
    }
}

.elasticsearch-results .category .subcategory-item.grid-item .result-category-item {
    text-decoration: none;
    width: 100%;
    z-index: 2
}

.elasticsearch-results .category .subcategory-item.grid-item .result-category-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.elasticsearch-results .category .subcategory-item.grid-item .result-category-item span.name {
    color: #fff;
    display: block;
    font-size: 2.3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .35);
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media only screen and (max-width:639px) {
    .elasticsearch-results .category .subcategory-item.grid-item .result-category-item span.name {
        font-size: 1.8rem
    }
}

.elasticsearch-results .category .subcategory-item.grid-item .result-category-item span.name em {
    color: #fff
}

.elasticsearch-attribute-filters .filter-options .item {
    width: auto
}

.toolbar-sorter {
    display: -webkit-box;
    display: flex
}

.toolbar-sorter .sorter-options {
    width: 100%
}

.block.crosssell .block-content,
.block.related .block-content,
.block.upsell .block-content {
    overflow-x: unset
}

.block.crosssell .products.wrapper.grid.products-grid .product-items,
.block.related .products.wrapper.grid.products-grid .product-items,
.block.upsell .products.wrapper.grid.products-grid .product-items {
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.block.crosssell .products.wrapper.grid.products-grid .product-item,
.block.related .products.wrapper.grid.products-grid .product-item,
.block.upsell .products.wrapper.grid.products-grid .product-item {
    margin-left: 0;
    margin-bottom: .1rem
}

@media only screen and (min-width:1024px) {
    .block.crosssell .products.wrapper.grid.products-grid .product-item,
    .block.related .products.wrapper.grid.products-grid .product-item,
    .block.upsell .products.wrapper.grid.products-grid .product-item {
        flex-basis: 25%;
        width: 25%;
        max-width: 25%
    }
}

.block-new-products .block-content,
.widget-new-grid .block-content {
    overflow-x: unset
}

.block-new-products .grid.products-grid .product-items,
.widget-new-grid .grid.products-grid .product-items {
    flex-wrap: wrap
}

.block-new-products .grid.products-grid .product-item,
.widget-new-grid .grid.products-grid .product-item {
    margin-left: 0;
    margin-bottom: .1rem
}

@media only screen and (min-width:1024px) {
    .block-new-products .grid.products-grid .product-item,
    .widget-new-grid .grid.products-grid .product-item {
        flex-basis: 20%;
        width: 20%;
        max-width: 20%
    }
}

.block-new-products .grid.products-grid .product-item .stock.unavailable,
.widget-new-grid .grid.products-grid .product-item .stock.unavailable {
    color: #333
}

.products.wrapper.grid.products-grid .product-item {
    margin-left: 0;
    margin-bottom: .1rem
}

@media only screen and (min-width:640px) {
    .products.wrapper.grid.products-grid .product-item {
        max-width: 33%
    }
}

@media only screen and (min-width:1024px) {
    .products.wrapper.grid.products-grid .product-item {
        flex-basis: 20%;
        width: 20%;
        max-width: 20%
    }
}

.products.wrapper.grid.products-grid .product-item .product-item-inner {
    padding: 0
}

.products-grid .product-item-info {
    border: 1px solid #fff
}

@media only screen and (min-width:768px) {
    .products-grid .product-item-info:hover {
        border-color: #0072bd
    }
}

.products-grid .product-items .product-item-details .product-item-price {
    margin: 0;
    height: 50px!important
}

.product.data.items>.item.content {
    background: none
}

.filter.block {
    margin-bottom: 4.8rem
}

@media only screen and (min-width:768px) {
    .catalog-product-view .product.info .amfinder-product-attributes table {
        width: 50%
    }
    .catalog-product-view .product.info .amfinder-product-attributes table td {
        padding: .5rem 10px
    }
}

.product .product-item-content .stock-info .stock {
    font-size: 12px
}

.product .product-item-content .stock-info .stock.unavailable.out-of-stock {
    color: #333
}

.product .product-item-content .stock-info .stock.unavailable.restock {
    color: #0072bd
}

.block-content.filter-content .amshopby-filter-name {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem;
    text-transform: capitalize
}

.block-content.filter-content .amshopby-filter-name:after {
    content: ":"
}

.cart .wishlist.split.action-gift,
.wishlist.split.button {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 20px;
    background: none;
    border: none;
    color: #333;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
    z-index: 1;
}

.cart .wishlist.split.action-gift:after,
.cart .wishlist.split.action-gift:before,
.wishlist.split.button:after,
.wishlist.split.button:before {
    content: "";
    display: table
}

.cart .wishlist.split.action-gift:after,
.wishlist.split.button:after {
    clear: both
}

.cart .wishlist.split.action-gift .action.split,
.wishlist.split.button .action.split {
    float: left;
    margin: 0
}

.cart .wishlist.split.action-gift .action.toggle,
.wishlist.split.button .action.toggle {
    float: right;
    margin: 0
}

.cart.table-wrapper .wishlist.split.action-gift .actions-toolbar>.action.split,
.cart.table-wrapper .wishlist.split.button .actions-toolbar>.action.split,
.cart .wishlist.split.action-gift button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar>.action.split,
.wishlist.split.button button.action.split {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.cart.table-wrapper .wishlist.split.action-gift .actions-toolbar>.action+.action.toggle,
.cart.table-wrapper .wishlist.split.button .actions-toolbar>.action+.action.toggle,
.cart .wishlist.split.action-gift button+.action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar>.action+.action.toggle,
.wishlist.split.button button+.action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0
}

.cart .wishlist.split.action-gift .action.toggle,
.wishlist.split.button .action.toggle {
    display: inline-block;
    text-decoration: none
}

.cart .wishlist.split.action-gift .action.toggle>span,
.wishlist.split.button .action.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.cart .wishlist.split.action-gift .action.toggle:after,
.wishlist.split.button .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #595959;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart .wishlist.split.action-gift .action.toggle:hover:after,
.wishlist.split.button .action.toggle:hover:after {
    color: #0072bd
}

.cart .wishlist.split.action-gift .action.toggle:active:after,
.wishlist.split.button .action.toggle:active:after {
    color: inherit
}

.cart .wishlist.split.action-gift .action.toggle.active,
.wishlist.split.button .action.toggle.active {
    display: inline-block;
    text-decoration: none
}

.cart .wishlist.split.action-gift .action.toggle.active>span,
.wishlist.split.button .action.toggle.active>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.cart .wishlist.split.action-gift .action.toggle.active:after,
.wishlist.split.button .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #595959;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart .wishlist.split.action-gift .action.toggle.active:hover:after,
.wishlist.split.button .action.toggle.active:hover:after {
    color: #0072bd
}

.cart .wishlist.split.action-gift .action.toggle.active:active:after,
.wishlist.split.button .action.toggle.active:active:after {
    color: inherit
}

.cart .wishlist.split.action-gift .items,
.wishlist.split.button .items {
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #b0b7c1;
    border-radius: 4px;
    margin: 4px 0 0;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: none
}

.cart .wishlist.split.action-gift .items li,
.wishlist.split.button .items li {
    margin: 0;
    padding: 5px 5px 5px 23px
}

.cart .wishlist.split.action-gift .items li:hover,
.wishlist.split.button .items li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.cart .wishlist.split.action-gift .items:after,
.cart .wishlist.split.action-gift .items:before,
.wishlist.split.button .items:after,
.wishlist.split.button .items:before {
    border-bottom-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.cart .wishlist.split.action-gift .items:before,
.wishlist.split.button .items:before {
    border: 6px solid transparent;
    border-bottom-color: #fff;
    z-index: 99
}

.cart .wishlist.split.action-gift .items:after,
.wishlist.split.button .items:after {
    border: 7px solid transparent;
    border-bottom-color: #b0b7c1;
    z-index: 98
}

.cart .wishlist.split.action-gift .items:before,
.wishlist.split.button .items:before {
    left: 10px;
    top: -12px
}

.cart .wishlist.split.action-gift .items:after,
.wishlist.split.button .items:after {
    left: 9px;
    top: -14px
}

.cart .wishlist.split.active.action-gift,
.wishlist.split.button.active {
    overflow: visible
}

.cart .wishlist.split.active.action-gift .items,
.wishlist.split.button.active .items {
    display: block
}

.cart .wishlist.split.action-gift .items,
.wishlist.split.button .items {
    text-align: left
}

.cart .wishlist.split.action-gift .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover {
    background: #e8e8e8
}

.cart.item .wishlist.split.action-gift>.action.split:before,
.cart.item .wishlist.split.button>.action.split:before,
.cart .product-items .wishlist.split.action-gift>.action.split:before,
.cart .table-comparison .wishlist.split.action-gift>.action.split:before,
.product-items .cart .wishlist.split.action-gift>.action.split:before,
.product-items .wishlist.split.button>.action.split:before,
.table-comparison .cart .wishlist.split.action-gift>.action.split:before,
.table-comparison .wishlist.split.button>.action.split:before {
    content: ""
}

.cart.item .wishlist.split.action-gift>.action:active,
.cart.item .wishlist.split.action-gift>.action:focus,
.cart.item .wishlist.split.action-gift>.action:hover,
.cart.item .wishlist.split.button>.action:active,
.cart.item .wishlist.split.button>.action:focus,
.cart.item .wishlist.split.button>.action:hover,
.cart .product-items .wishlist.split.action-gift>.action:active,
.cart .product-items .wishlist.split.action-gift>.action:focus,
.cart .product-items .wishlist.split.action-gift>.action:hover,
.cart .table-comparison .wishlist.split.action-gift>.action:active,
.cart .table-comparison .wishlist.split.action-gift>.action:focus,
.cart .table-comparison .wishlist.split.action-gift>.action:hover,
.product-items .cart .wishlist.split.action-gift>.action:active,
.product-items .cart .wishlist.split.action-gift>.action:focus,
.product-items .cart .wishlist.split.action-gift>.action:hover,
.product-items .wishlist.split.button>.action:active,
.product-items .wishlist.split.button>.action:focus,
.product-items .wishlist.split.button>.action:hover,
.table-comparison .cart .wishlist.split.action-gift>.action:active,
.table-comparison .cart .wishlist.split.action-gift>.action:focus,
.table-comparison .cart .wishlist.split.action-gift>.action:hover,
.table-comparison .wishlist.split.button>.action:active,
.table-comparison .wishlist.split.button>.action:focus,
.table-comparison .wishlist.split.button>.action:hover {
    color: #0072bd
}

.cart.item .wishlist.split.action-gift>.action.toggle:before,
.cart.item .wishlist.split.button>.action.toggle:before,
.cart .product-items .wishlist.split.action-gift>.action.toggle:before,
.cart .table-comparison .wishlist.split.action-gift>.action.toggle:before,
.product-items .cart .wishlist.split.action-gift>.action.toggle:before,
.product-items .wishlist.split.button>.action.toggle:before,
.table-comparison .cart .wishlist.split.action-gift>.action.toggle:before,
.table-comparison .wishlist.split.button>.action.toggle:before {
    border-left: 1px solid #a6a6a6;
    content: "";
    float: left;
    height: 15px;
    margin-top: 3px
}

.block-bundle-summary .cart .wishlist.split.action-gift .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.cart .block-bundle-summary .wishlist.split.action-gift .action.toggle,
.cart .product-add-form .wishlist.split.action-gift .action.toggle,
.cart .product-info-main .wishlist.split.action-gift .action.toggle,
.product-add-form .cart .wishlist.split.action-gift .action.toggle,
.product-add-form .wishlist.split.button .action.toggle,
.product-info-main .cart .wishlist.split.action-gift .action.toggle,
.product-info-main .wishlist.split.button .action.toggle {
    padding: 0
}

.cart.table-wrapper .wishlist.split.action-gift,
.cart.table-wrapper .wishlist.split.button {
    margin-bottom: 10px
}

.cart.table-wrapper .wishlist.split.action-gift>.action.toggle,
.cart.table-wrapper .wishlist.split.button>.action.toggle {
    padding: 4px 5px
}

.wishlist.window.popup {
    background: #fff;
    border: none;
    padding: 24px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
    display: none;
    opacity: 0;
    box-sizing: border-box
}

.wishlist.window.popup .popup-header {
    margin: 0 0 24px;
    padding-right: 24px
}

.wishlist.window.popup .popup-header .title {
    font-weight: 400;
    line-height: 2.4rem;
    font-size: 1.7rem;
    margin-top: 0;
    margin-bottom: 2.4rem
}

.wishlist.window.popup .popup-actions .action.close {
    position: absolute;
    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;
    text-transform: none;
    font-weight: 400;
    right: 10px;
    top: 10px
}

.wishlist.window.popup .popup-actions .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.wishlist.window.popup .popup-actions .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: inherit;
    content: "";
    font-family: var(--theme-icon-font);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.window.popup .popup-actions .action.close:active:before,
.wishlist.window.popup .popup-actions .action.close:hover:before {
    color: inherit
}

.wishlist.window.popup .popup-actions .action.close:active,
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:hover {
    background: none;
    border: none
}

.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.wishlist.window.popup.active {
    opacity: 1
}

@media only screen and (min-width:768px) {
    .wishlist.window.popup {
        top: 20%;
        left: 50%;
        margin-left: 20px;
        width: 380px;
        bottom: auto;
        right: auto
    }
}

@media only screen and (min-width:768px) {
    .wishlist.window.popup .field {
        margin: 0 0 24px
    }
    .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;
        display: inline-block
    }
    .wishlist.window.popup .field.choice:before,
    .wishlist.window.popup .field.no-label:before {
        display: none
    }
}

.wishlist.window.popup.active {
    display: block
}

.wishlist.overlay {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    background: #0e0e0e;
    z-index: 1000;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wishlist.overlay.active {
    opacity: .5;
    filter: alpha(opacity=50);
    display: block
}

.block-wishlist-management {
    position: relative
}

@media only screen and (min-width:768px) {
    .block-wishlist-management {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .block-wishlist-management {
        clear: both;
        margin-top: -21px
    }
}

@media only screen and (min-width:768px) {
    .block-wishlist-management .wishlist-add.item {
        position: absolute;
        right: 0;
        top: 0
    }
}

@media only screen and (min-width:768px) {
    .block-wishlist-management .wishlist-select {
        border-bottom: 1px solid #000;
        display: table;
        margin-bottom: 15px;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .block-wishlist-management .wishlist-select {
        margin: 0 0 20px
    }
}

@media only screen and (min-width:768px) {
    .block-wishlist-management .wishlist-select .wishlist-name-current {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .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%
    }
}

@media only screen and (max-width:767px) {
    .block-wishlist-management .wishlist-select .wishlist-name:after {
        top: 10px
    }
}

.block-wishlist-management .wishlist-select .wishlist-name-label {
    font-weight: 500
}

@media only screen and (min-width:768px) {
    .block-wishlist-management .wishlist-select-items {
        display: table-cell;
        padding-right: 160px;
        vertical-align: top
    }
}

@media only screen and (max-width:767px) {
    .block-wishlist-management .wishlist-select-items {
        background: #f5f5f5;
        border-bottom: 1px solid #b0b7c1;
        display: none
    }
}

@media only screen and (max-width:767px) {
    .block-wishlist-management .wishlist-select-items.active {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .block-wishlist-management .wishlist-select-items .item {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 10px 10px
    }
}

@media only screen and (min-width:768px) {
    .block-wishlist-management .wishlist-select-items .item:last-child {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .block-wishlist-management .wishlist-select-items .item:first-child {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) {
    .block-wishlist-management .wishlist-select-items .item.current {
        border-bottom: 3px solid #0072bd;
        font-weight: 500
    }
}

@media only screen and (max-width:767px) {
    .block-wishlist-management .wishlist-select-items .item.current {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .block-wishlist-management .wishlist-select-items .item a {
        display: block;
        padding: 5px 18px;
        text-decoration: none
    }
}

@media only screen and (max-width:767px) {
    .block-wishlist-management .wishlist-select-items .item a:hover {
        background: #e8e8e8
    }
}

.block-wishlist-management .wishlist-title {
    margin-bottom: 10px
}

.block-wishlist-management .wishlist-title strong {
    font-weight: 300;
    margin-right: 10px
}

@media only screen and (min-width:768px) {
    .block-wishlist-management .wishlist-title strong {
        display: inline-block;
        font-size: 36px;
        line-height: 4.8rem
    }
}

@media only screen and (max-width:767px) {
    .block-wishlist-management .wishlist-title strong {
        font-size: 26px
    }
}

@media only screen and (min-width:768px) {
    .block-wishlist-management .wishlist-info {
        float: left
    }
}

@media only screen and (max-width:767px) {
    .block-wishlist-management .wishlist-info {
        margin-bottom: 15px
    }
}

.block-wishlist-management .wishlist-notice {
    color: #595959;
    display: inline-block;
    margin-right: 20px
}

@media only screen and (min-width:768px) {
    .block-wishlist-management .wishlist-toolbar {
        float: right
    }
}

.block-wishlist-management .wishlist-toolbar-actions,
.block-wishlist-management .wishlist-toolbar-select {
    display: inline-block
}

@media only screen and (max-width:767px) {
    .block-wishlist-management .wishlist-toolbar-actions,
    .block-wishlist-management .wishlist-toolbar-select {
        margin-bottom: 15px
    }
}

.block-wishlist-management .wishlist-dropdown.move,
.block-wishlist-management .wishlist-toolbar-select {
    margin-right: 20px
}

.block-wishlist-search-form .form-wishlist-search {
    margin-bottom: 60px;
    max-width: 500px
}

.block-wishlist-search-results .toolbar-wishlist-results {
    text-align: center
}

.block-wishlist-info-items {
    position: relative
}

.block-wishlist-info-items .block-title {
    margin-bottom: 20px;
    font-size: 26px
}

.block-wishlist-info-items .block-title>strong {
    font-weight: 300
}

.block-wishlist-info-items .product-item {
    width: 100%
}

.block-wishlist-info-items .product-item-photo {
    margin-left: 20px
}

@media only screen and (min-width:768px) {
    .block-wishlist-info-items .product-item-photo {
        margin-left: 0
    }
}

.block-wishlist-info-items .product-item-info {
    width: auto
}

.block-wishlist-info-items .product-item-info:hover .split {
    visibility: visible
}

.block-wishlist-info-items .price-wrapper {
    display: block;
    margin: 0 0 10px
}

.block-wishlist-info-items .split {
    clear: both;
    vertical-align: top
}

.block-wishlist-info-items .action.towishlist {
    padding: 10px 0
}

.block-wishlist-info-items .input-text.qty {
    margin-right: 10px
}

.block-wishlist-info-items form.form.wishlist .actions-toolbar {
    margin-left: 0
}

.products-grid.wishlist .product-item-checkbox {
    position: absolute
}

@media only screen and (min-width:768px) {
    .products-grid.wishlist .product-item-checkbox {
        top: 1.2rem;
        left: 1.2rem;
        z-index: 4
    }
}

@media only screen and (max-width:767px) {
    .products-grid.wishlist .product-item-checkbox {
        left: 20px;
        top: 20px
    }
}

@media only screen and (max-width:767px) {
    .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
        margin-left: 25px
    }
}

@media only screen and (max-width:767px) {
    .page-multiple-wishlist .products-grid.wishlist .product-item-description,
    .page-multiple-wishlist .products-grid.wishlist .product-item-name,
    .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip,
    .page-multiple-wishlist .products-grid.wishlist .product-item .price-box {
        margin-left: 115px
    }
}

.block-wishlist-search .form-wishlist-search {
    margin: 2.4rem 0 0
}

.amfinder-common-wrapper.amfinder-horizontal .amfinder-toggle {
    border: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.amfinder-common-wrapper.amfinder-horizontal .am-item {
    margin: 0 0 1rem;
    width: 100%
}

.amfinder-common-wrapper.amfinder-horizontal .am-item:last-child {
    margin-right: 0
}

.amfinder-common-wrapper.amfinder-horizontal .amfinder-select-wrapper:after {
    display: none
}

.amfinder-common-wrapper.amfinder-horizontal .amfinder-select-wrapper .chosen-container .chosen-single {
    display: block;
    text-decoration: none
}

.amfinder-common-wrapper.amfinder-horizontal .amfinder-select-wrapper .chosen-container.chosen-with-drop .chosen-single {
    display: block;
    text-decoration: none
}

.amfinder-common-wrapper.amfinder-horizontal .amfinder-select-wrapper .chosen-container.chosen-with-drop .chosen-single:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.2rem;
    line-height: 2.2rem;
    color: #333;
    content: "";
    font-family: var(--theme-icon-font);
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.category-back-btn,
.menu-header,
.mobile-menu-footer {
    display: none
}

@media only screen and (max-width:767px) {
    .mobile-menu-footer {
        display: block
    }
    .subnav-open .mobile-menu-footer {
        display: none
    }
    .mobile-menu-footer .header.links .links,
    .mobile-menu-footer .mobile-service-links .links {
        padding: 0;
        margin: 0
    }
    .mobile-menu-footer .header.links li,
    .mobile-menu-footer .mobile-service-links li {
        border-bottom: .1rem solid #e0e0e0;
        padding: 0
    }
    .mobile-menu-footer .header.links li a,
    .mobile-menu-footer .mobile-service-links li a {
        color: #333;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 5.6rem;
        padding: 0 1.6rem;
        display: block
    }
    .mobile-menu-footer .header.links li.authorization-link .account-link:hover,
    .mobile-menu-footer .header.links li.authorization-link a:hover,
    .mobile-menu-footer .header.links li.wishlist .account-link:hover,
    .mobile-menu-footer .header.links li.wishlist a:hover,
    .mobile-menu-footer .mobile-service-links li.authorization-link .account-link:hover,
    .mobile-menu-footer .mobile-service-links li.authorization-link a:hover,
    .mobile-menu-footer .mobile-service-links li.wishlist .account-link:hover,
    .mobile-menu-footer .mobile-service-links li.wishlist a:hover {
        display: -webkit-box;
        display: flex;
        padding: 0 1.6rem;
        font-weight: 500;
        color: #333
    }
}

.result-type.category .grid-item,
.subcategory.grid .grid-item {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(0, 114, 189, .5);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: flex;
    height: 20rem;
    margin: 0 2rem 2rem 0;
    min-width: auto;
    padding: 0;
    position: relative;
    width: calc(50% - 2rem)
}

@media only screen and (min-width:640px) {
    .result-type.category .grid-item,
    .subcategory.grid .grid-item {
        width: calc(33.33333% - 1.33333rem)
    }
}

@media only screen and (min-width:1024px) {
    .result-type.category .grid-item,
    .subcategory.grid .grid-item {
        height: 12.5rem;
        width: calc(16.66667% - 1.66667rem)
    }
}

@media only screen and (min-width:1280px) {
    .result-type.category .grid-item,
    .subcategory.grid .grid-item {
        height: 17.5rem
    }
}

.result-type.category .grid-item:nth-child(2n+2),
.subcategory.grid .grid-item:nth-child(2n+2) {
    margin-right: 0
}

@media only screen and (min-width:640px) {
    .result-type.category .grid-item:nth-child(2n+2),
    .subcategory.grid .grid-item:nth-child(2n+2) {
        margin-right: 2rem
    }
}

@media only screen and (min-width:640px) {
    .result-type.category .grid-item:nth-child(3n+3),
    .subcategory.grid .grid-item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media only screen and (min-width:1024px) {
    .result-type.category .grid-item:nth-child(3n+3),
    .subcategory.grid .grid-item:nth-child(3n+3) {
        margin-right: 2rem
    }
}

@media only screen and (min-width:1024px) {
    .result-type.category .grid-item:nth-child(6n+6),
    .subcategory.grid .grid-item:nth-child(6n+6) {
        margin-right: 0
    }
}

.result-type.category .grid-item>.subcategory,
.subcategory.grid .grid-item>.subcategory {
    position: static;
    padding: 0 1rem
}

.result-type.category .grid-item>.subcategory:before,
.subcategory.grid .grid-item>.subcategory:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.footer-bottom .image-list-block {
    margin: 0
}

.footer-bottom .image-list-block li {
    margin-right: 1.2rem
}

.footer-bottom .image-list-block img {
    max-height: 5rem
}

.page-footer .copyright {
    margin: 0;
    max-width: none;
    padding: 0
}

.page-layout-1column-full-width-dark {
    background-color: #0e0e0e;
    color: #fff
}

.page-layout-1column-full-width-dark .block.category.event,
.page-layout-1column-full-width-dark .breadcrumbs,
.page-layout-1column-full-width-dark .page-main,
.page-layout-1column-full-width-dark .page-wrapper>.page-bottom,
.page-layout-1column-full-width-dark .page-wrapper>.widget,
.page-layout-1column-full-width-dark .top-container {
    max-width: none
}

.page-layout-1column-full-width-dark .page-main {
    padding: 0;
    margin: 0
}

.page-layout-1column-full-width-dark .aw-acp-popup-container .mfp-container {
    color: #333
}

@media only screen and (min-width:768px) {
    .navigation .submenu .level1>a {
        color: #0072bd;
        font-size: 1.5rem
    }
}

.product.media {
    position: relative
}

.product-labels {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 1
}

.product-label {
    border-radius: .4rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-right: 1rem;
    padding: 0 .6rem;
    text-transform: uppercase
}

.product-label:last-child {
    margin: 0
}

@media only screen and (min-width:768px) {
    .checkout-cart-index .table-wrapper .product-item-photo {
        display: none
    }
    .checkout-cart-index .table-wrapper .product-item-details {
        display: table
    }
}

.checkout-cart-index .cart-container .cart-summary {
    float: none;
    position: inherit;
    width: 100%
}

@media only screen and (min-width:1024px) {
    .checkout-cart-index .cart-container .cart-summary {
        float: right;
        position: relative;
        width: 30%
    }
}

.checkout-cart-index .cart-container .form-cart {
    float: none;
    position: inherit;
    width: 100%
}

@media only screen and (min-width:1024px) {
    .checkout-cart-index .cart-container .form-cart {
        float: left;
        position: relative;
        width: 60%
    }
}

.cart.table-wrapper .wishlist.split.action-gift,
.cart.table-wrapper .wishlist.split.button {
    min-width: 58px
}

@media only screen and (max-width:1023px) {
    .cart.table-wrapper .wishlist.split.action-gift .items,
    .cart.table-wrapper .wishlist.split.button .items {
        right: 0
    }
    .cart.table-wrapper .wishlist.split.action-gift .items:before,
    .cart.table-wrapper .wishlist.split.button .items:before {
        left: inherit;
        right: 1rem
    }
    .cart.table-wrapper .wishlist.split.action-gift .items:after,
    .cart.table-wrapper .wishlist.split.button .items:after {
        left: inherit;
        right: .9rem
    }
}

.order-links .item strong {
    color: #595959;
    background: #fcfcfd
}

.order-links .item a {
    color: #595959;
    background: #cdd3df
}

.order-links .item a:hover {
    background: #dde1e9
}

@media only screen and (min-width:768px) {
    .navigation ul li.all-category {
        display: none
    }
}

.filter-options-content a .label:before {
    content: none!important
}

.filter-options-content .items {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start
}

.filter-options-content .items.am-filter-items-category_ids,
.filter-options-content .items.am-filter-items-category_ids li,
.filter-options-content .items.am-filter-items-category_ids ul {
    display: block
}

.filter-options-content .items.am-filter-items-category_ids .item [type=radio] {
    display: none
}

.filter-options-content .item {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center
}

.filter-options-content .item [type=radio] {
    display: block
}

.catalog-product-view .block.related .title {
    display: none
}

.catalog-product-view .product.info.detailed .item.title:first-child:before {
    border-top: 0;
    top: .1rem
}

.catalog-product-view .product.info.detailed .item.title>.data.switch {
    color: #fff
}

@media only screen and (min-width:1024px) {
    .catalog-product-view.page-layout-1column .products-related .product-item {
        width: 25%
    }
}

@media only screen and (min-width:1280px) {
    .catalog-product-view.page-layout-1column .products-related .product-item {
        width: 25%
    }
}

.instructions .instruction {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 2rem
}

@media only screen and (min-width:768px) {
    .instructions .instruction {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

@media only screen and (min-width:768px) {
    .instructions .instruction img {
        width: 30%;
        margin-right: 1rem
    }
}

.instructions .instruction .description {
    margin-top: .5rem
}

@media only screen and (min-width:768px) {
    .instructions .instruction .description {
        margin-top: 0;
        width: 70%
    }
}

.price-recommended_retail_price .price-label {
    display: block
}

.price-recommended_retail_price .price {
    font-size: 2rem;
    font-weight: 500;
    white-space: nowrap
}

.product-item .price-recommended_retail_price,
.table-comparison .cell.product.info .price-recommended_retail_price {
    display: inline-block;
    vertical-align: top;
    width: 45%
}

.product-item .price-recommended_retail_price .price-label,
.table-comparison .cell.product.info .price-recommended_retail_price .price-label {
    font-size: 1.4rem
}

.product-item .price-box,
.table-comparison .cell.product.info .price-box {
    display: inline-block;
    vertical-align: top;
    width: 45%
}

.product-item .price-box .price-configured_price .price-label,
.product-item .price-box .price-final_price .price-label,
.product-item .price-box .special-price .price-label,
.table-comparison .cell.product.info .price-box .price-configured_price .price-label,
.table-comparison .cell.product.info .price-box .price-final_price .price-label,
.table-comparison .cell.product.info .price-box .special-price .price-label {
    display: block
}

.product-item .price-box .old-price,
.table-comparison .cell.product.info .price-box .old-price {
    display: none
}

.product-item .special-price,
.table-comparison .cell.product.info .special-price {
    display: block;
    margin: 0
}

.product-item-price {
    display: -webkit-box;
    display: flex
}

.products-grid .product-items .product-item-details .product-item-price {
    -webkit-box-align: center;
    align-items: center
}

.product-info-price {
    display: -webkit-box;
    display: flex;
    margin: 2.4rem 0
}

.product-info-price .price-recommended_retail_price {
    margin-right: 2.4rem
}

.product-info-price .price-recommended_retail_price .price {
    font-size: 2.5rem;
    line-height: 4.8rem
}

.product-info-price .price-box {
    margin: 0
}

.product-info-price .price-box .price-configured_price .price-label,
.product-info-price .price-box .price-final_price .price-label,
.product-info-price .price-box .special-price .price-label {
    display: block
}

.product-info-price .price-box .old-price {
    display: none
}

.table-comparison .price-box {
    margin: 0
}

.table-comparison .price {
    font-size: 2rem;
    font-weight: 500;
    white-space: nowrap
}

.catalog-product-view .amfinder-common-wrapper.amfinder-horizontal {
    margin-top: 2.4rem;
    background: rgba(0, 114, 189, .1)
}

.catalog-product-view .amfinder-common-wrapper.amfinder-horizontal .am-item {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex
}

@media only screen and (min-width:768px) {
    .catalog-product-view .amfinder-common-wrapper.amfinder-horizontal .am-item {
        margin: 0 0 1rem;
        width: 100%
    }
}

.catalog-product-view .amfinder-common-wrapper.amfinder-horizontal li.last {
    margin: 0
}

.catalog-product-view .amfinder-common-wrapper.amfinder-horizontal .dropdown-title {
    flex-basis: 7rem;
    margin: 0 1rem 0 0
}

.catalog-product-view .amfinder-common-wrapper.amfinder-horizontal .dropdown-element {
    -webkit-box-flex: 2;
    flex-grow: 2
}

.elasticsearch-results .products-grid .price-box {
    width: 45%
}

.elasticsearch-results .products-list .product form {
    display: -webkit-box;
    display: flex
}

.elasticsearch-results .products-list .product .product-item-description {
    width: auto
}

.elasticsearch-results .products-list .product .price-box {
    float: none
}

.hide-price-trigger {
    float: right;
    font-size: 2.4rem;
    margin-right: 1.6rem
}

.hide-price-trigger:hover {
    color: #ff0101;
    text-decoration: none
}

.hide-price-trigger.active {
    color: #ff0101
}

.hide-price-trigger.active:hover {
    color: #3d3c3d
}

.form-edit-account .fieldset.password {
    display: block
}

.abs-pager-toolbar .pages,
.account .toolbar .pages,
.toolbar-wishlist-results .pages {
    left: 50%;
}

#orderbysku-table input {
    height: 30px;
}
