﻿@import url('css.css');

/* The above import directives are aggregated from content. */
.ui-datepicker {
    display: none;
    z-index: 999999 !important
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-next-hover span,
.ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0;
    height: 0;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent
}

.ui-datepicker .ui-datepicker-next span {
    margin-left: 0;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

.ui-timepicker-div dl {
    text-align: left
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px
}

.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.ui-datepicker {
    padding: 15px;
    border: #fff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .35)
}

.ui-datepicker .ui-datepicker-header {
    background: 0 0;
    border: none;
    padding-bottom: 10px
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%
}

.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid
}

.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7
}

.ui-datepicker .ui-datepicker-calendar {
    background: #fff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse
}

.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid
}

.ui-datepicker {
    width: auto
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

.ui-timepicker-div dl {
    text-align: left
}

.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default
}

.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada
}

.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute
}

.ui-timepicker-div {
    padding: 10px 0 5px
}

.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595
}

.ui-datepicker-cover {
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px
}

body {
    margin: 0;
    padding: 0
}

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

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

audio:not([controls]) {
    display: none;
    height: 0
}

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

img {
    max-width: 100%;
    height: auto;
    border: 0
}

video,
embed,
object {
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%
}

body {
    color: #000;
    font-family: 'brother-1816', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

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

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

mark {
    background: #f6f6f6;
    color: #000
}

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

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

sub,
sup {
    font-size: 71.42857143000001%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dfn {
    font-style: italic
}

h1 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0;
    margin-bottom: 2rem
}

h2 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

h3 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem
}

h4 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

h5 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

h6 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
    color: #000;
    font-family: 'brother-1816', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

a,
.alink {
    color: #007da8;
    text-decoration: none
}

a:visited,
.alink:visited {
    color: #007da8;
    text-decoration: none
}

a:hover,
.alink:hover {
    color: #006bb4;
    text-decoration: underline
}

a:active,
.alink:active {
    color: #ff5501;
    text-decoration: underline
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 2.5rem
}

ul>li,
ol>li {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

dl {
    margin-bottom: 20px;
    margin-top: 0
}

dt {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0
}

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

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace
}

code {
    background: #f6f6f6;
    color: #000;
    padding: 2px 4px;
    font-size: 1.2rem;
    white-space: nowrap
}

kbd {
    background: #f6f6f6;
    color: #000;
    padding: 2px 4px;
    font-size: 1.2rem
}

pre {
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #000;
    line-height: 1.42857143;
    margin: 0 0 10px;
    padding: 10px;
    font-size: 1.2rem;
    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 #ccc;
    margin: 0 0 20px 40px;
    padding: 0;
    color: #000;
    font-family: 'brother-1816', sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem
}

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

blockquote footer,
blockquote small,
blockquote .small {
    color: #000;
    line-height: 1.42857143;
    font-size: 1rem;
    display: block
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

blockquote cite {
    font-style: normal
}

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

q {
    quotes: none
}

q:before,
q:after {
    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>th,
table>tfoot>tr>th,
table>tbody>tr>td,
table>tfoot>tr>td {
    vertical-align: top
}

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

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

button {
    background-image: none;
    background: #eee;
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: 'brother-1816', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle
}

button:focus,
button:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #000
}

button:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #000
}

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

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type*=date],
input[type=email] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'brother-1816', sans-serif;
    font-size: 14px;
    /* height: 32px; */
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=url]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type*=date]:disabled,
input[type=email]:disabled {
    opacity: .5
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type*=date]::-moz-placeholder,
input[type=email]::-moz-placeholder {
    color: #575757
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type*=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
    color: #575757
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type*=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
    color: #575757
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

select {
    background: #fff url('../image/select-bg.svg') no-repeat 100% 45%;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 1px;
    font-family: 'brother-1816', sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 4px 25px 5px 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box
}

select:focus {
    border: 1px solid #c2c2c2
}

select:disabled {
    opacity: .5;
    background: #fff;
    border: 1px solid #c2c2c2
}

select[multiple] {
    height: auto;
    background-image: none
}

textarea {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'brother-1816', sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 1.42857143;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    resize: vertical
}

textarea:disabled {
    opacity: .5
}

textarea::-moz-placeholder {
    color: #575757
}

textarea::-webkit-input-placeholder {
    color: #575757
}

textarea:-ms-input-placeholder {
    color: #575757
}

input[type=checkbox] {
    margin: 2px 5px 0 0;
    position: relative;
    top: 2px
}

input[type=checkbox]:disabled {
    opacity: .5
}

input[type=radio] {
    margin: 2px 5px 0 0
}

input[type=radio]:disabled {
    opacity: .5
}

input.mage-error,
select.mage-error,
textarea.mage-error {
    border-color: #ed8380
}

div.mage-error[generated] {
    color: #e02b27;
    font-size: 1.2rem
}

input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

address {
    font-style: normal
}

*:focus {
    box-shadow: none;
    outline: 0
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #00699d
}

.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
    margin: 0;
    padding: 0;
    list-style: none none
}

.abs-reset-list>li,
.bundle-options-container .block-bundle-summary .bundle.items>li,
.product-items>li,
.prices-tier>li,
.search-terms>li,
.cart-summary .checkout-methods-items>li,
.opc-wrapper .opc>li,
.opc-progress-bar>li,
.checkout-agreements-items>li,
.order-details-items .items-qty>li,
.footer.content ul>li,
.block-banners .banner-items>li,
.block-banners-inline .banner-items>li,
.block-event .slider-panel .slider>li {
    margin: 0
}

.action-primary {
    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'brother-1816', sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 3px
}

.action-primary:focus,
.action-primary:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

.action-primary:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

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

.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar>.primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar>.primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar>.primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    border-radius: 3px
}

.abs-revert-to-action-secondary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar>.primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .amshopby-button:not(:focus),
.block-compare .amshopby-button:not(:focus),
.cart-summary .block .actions-toolbar>.primary .amshopby-button:not(:focus),
.cart-summary .form.giftregistry .fieldset .amshopby-button:not(:focus),
.abs-discount-block .actions-toolbar .am-filter-go:not(:focus),
.block-compare .am-filter-go:not(:focus),
.cart-summary .block .actions-toolbar>.primary .am-filter-go:not(:focus),
.cart-summary .form.giftregistry .fieldset .am-filter-go:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, .3)
}

.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar>.primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar>.primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar>.primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, .8), inset 0 -1px 0 0 rgba(204, 204, 204, .3)
}

.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
    background-image: none;
    background: #eee;
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    font-family: 'brother-1816', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px
}

.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #000
}

.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #000
}

.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
    text-decoration: none
}

.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar>.action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button>.action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
    line-height: 1.42857143;
    padding: 0;
    color: #007da8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline;
    font-weight: 400;
    border-radius: 0
}

.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar>.action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button>.action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
    color: #007da8;
    text-decoration: none
}

.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar>.action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button>.action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
    color: #006bb4;
    text-decoration: underline
}

.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar>.action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button>.action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
    color: #ff5501;
    text-decoration: underline
}

.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar>.action-delete:hover,
.cart.table-wrapper .actions-toolbar>.action-delete:active,
.cart.table-wrapper .actions-toolbar>.action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button>.action:hover,
.wishlist.split.button>.action:active,
.wishlist.split.button>.action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
    background: 0 0;
    border: 0
}

.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.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,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button>.action.disabled,
.wishlist.split.button>.action[disabled],
fieldset[disabled] .wishlist.split.button>.action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
    color: #007da8;
    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-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar>.action-delete:active,
.cart.table-wrapper .actions-toolbar>.action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button>.action:active,
.wishlist.split.button>.action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
    box-shadow: none
}

.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .am-filter-go,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar>.primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar>.primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar>.primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    background: #eee;
    border: 1px solid #ccc;
    color: #000
}

.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar>.primary .action.primary:focus,
.cart-summary .block .actions-toolbar>.primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.abs-discount-block .actions-toolbar .amshopby-button:focus,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:focus,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar>.primary .amshopby-button:focus,
.cart-summary .block .actions-toolbar>.primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:focus,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:focus,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar>.primary .am-filter-go:focus,
.cart-summary .block .actions-toolbar>.primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #000
}

.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar>.primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.cart-summary .block .actions-toolbar>.primary .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-summary .block .actions-toolbar>.primary .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #000
}

.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 7px 15px
}

.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .action.vertex-secondary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content>.actions>.primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.order-review-form .amshopby-button,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content>.actions>.primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.order-review-form .am-filter-go,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content>.actions>.primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem
}

.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .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,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
    content: ': '
}

.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all
}

.abs-button-responsive,
.actions-toolbar>.primary .action,
.actions-toolbar>.secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
    width: 100%
}

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

.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-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 {
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 12px
}

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

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

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

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

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

.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    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:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
    color: inherit
}

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

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

.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    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:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
    padding: 6px 0
}

.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
    text-align: center;
    width: 54px
}

.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
    margin-bottom: 0px
}

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

.abs-remove-button-for-blocks>span,
.sidebar .product-items .action.delete>span,
.sidebar .block-compare .action.delete>span,
.table-comparison .cell.remove .action.delete>span,
.block-compare .action.delete>span,
.filter-current .action.remove>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,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 15px;
    color: #757575;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

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

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

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

.abs-product-link>a,
.product-item-name>a,
.product.name a>a {
    color: #000;
    text-decoration: none
}

.abs-product-link>a:visited,
.product-item-name>a:visited,
.product.name a>a:visited {
    color: #000;
    text-decoration: underline
}

.abs-product-link>a:hover,
.product-item-name>a:hover,
.product.name a>a:hover {
    color: #000;
    text-decoration: underline
}

.abs-product-link>a:active,
.product-item-name>a:active,
.product.name a>a:active {
    color: #000;
    text-decoration: underline
}

.abs-like-link {
    color: #007da8;
    text-decoration: none;
    cursor: pointer
}

.abs-like-link:visited {
    color: #007da8;
    text-decoration: none
}

.abs-like-link:hover {
    color: #006bb4;
    text-decoration: underline
}

.abs-like-link:active {
    color: #ff5501;
    text-decoration: underline
}

.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
    margin-left: 0
}

.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
    line-height: normal;
    margin-left: 73%;
    position: absolute;
    top: 34px;
    width: auto
}

.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
    width: 70%
}

.abs-add-fields .fieldset .actions-toolbar>.secondary,
.form-giftregistry-share .fieldset .actions-toolbar>.secondary,
.form-giftregistry-edit .fieldset .actions-toolbar>.secondary,
.form-add-invitations .fieldset .actions-toolbar>.secondary,
.form-create-return .fieldset .actions-toolbar>.secondary,
.form.send.friend .fieldset .actions-toolbar>.secondary {
    float: left
}

.abs-add-fields .fieldset .actions-toolbar>.secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar>.secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar>.secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar>.secondary .action.add,
.form-create-return .fieldset .actions-toolbar>.secondary .action.add,
.form.send.friend .fieldset .actions-toolbar>.secondary .action.add {
    margin-top: 30px
}

.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0
}

.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
    margin-top: 55px;
    position: relative
}

.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
    margin: 30px 0 0
}

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

.abs-visually-hidden,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary>.action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing>.label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname>.label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard>.legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button>.action.split span,
.product-items .wishlist.split.button>.action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset>.legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .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,
.minicart-items .product.options .toggle>span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item>.product:before,
.minicart-items .product-item>.product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
    content: '';
    display: table
}

.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item>.product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
    clear: both
}

.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
    box-sizing: border-box
}

.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: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-navigation-icon:after {
    position: absolute;
    right: 5px;
    top: 0
}

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

.abs-split-button:before,
.abs-split-button:after {
    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 button.action.split {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.abs-split-button button+.action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0
}

.abs-split-button .action.toggle {
    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: 22px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

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

.abs-split-button .action.toggle:active: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: 22px;
    line-height: inherit;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

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

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

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

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

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

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

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

.abs-split-button .items:after {
    border: 7px solid;
    border-color: transparent transparent #bbb;
    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-methods-shipping-title {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 15px
}

.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links>.action,
.product-item-actions .actions-secondary>.action,
.product-social-links .action.tocompare,
.wishlist.split.button>.action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
    color: #666;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none
}

.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,
.product-item-actions .actions-secondary>.action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button>.action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    font-family: 'luma-icons';
    margin: -2px 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-actions-addto:hover,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,
.product-item-actions .actions-secondary>.action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button>.action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
    color: #000;
    text-decoration: none
}

.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,
.product-item-actions .actions-secondary>.action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button>.action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
    width: 18px
}

.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
    margin: 0 0 30px
}

.abs-toggling-title,
.abs-cart-block>.title,
.minicart-items .product .toggle,
.abs-discount-block .block>.title,
.cart-summary .block>.title,
.paypal-review-discount .block>.title,
.cart-discount .block>.title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none
}

.abs-toggling-title:after,
.abs-cart-block>.title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after,
.cart-discount .block>.title:after {
    position: absolute;
    right: 20px;
    top: 10px
}

.abs-toggling-title>span,
.abs-cart-block>.title>span,
.minicart-items .product .toggle>span,
.abs-discount-block .block>.title>span,
.cart-summary .block>.title>span,
.paypal-review-discount .block>.title>span,
.cart-discount .block>.title>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-toggling-title:after,
.abs-cart-block>.title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after,
.cart-discount .block>.title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
    margin: 0
}

.abs-cart-block>.title:after,
.abs-discount-block .block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after,
.cart-discount .block>.title:after {
    color: #858585
}

.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
    display: none;
    padding: 5px 15px 23px;
    position: relative
}

.abs-cart-block.active>.title:after,
.abs-discount-block .block.active>.title:after,
.cart-summary .block.active>.title:after,
.paypal-review-discount .block.active>.title:after,
.cart-discount .block.active>.title:after {
    content: '\e621'
}

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

.abs-cart-block-content {
    margin: 0
}

.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
    color: #4a4a4a;
    font-size: 1.6rem;
    font-weight: 700
}

.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0
}

.abs-account-title,
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^=sales-guest-] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.abs-account-title>strong,
.abs-account-title>span,
.abs-account-blocks .block-title>strong,
.abs-account-blocks .block-title>span,
.account .legend>strong,
.account .legend>span,
.form-giftregistry-search .legend>strong,
.form-giftregistry-search .legend>span,
.block-giftregistry-results .block-title>strong,
.block-giftregistry-results .block-title>span,
.block-giftregistry-shared-items .block-title>strong,
.block-giftregistry-shared-items .block-title>span,
.block-wishlist-search-form .block-title>strong,
.block-wishlist-search-form .block-title>span,
.block-wishlist-search-results .block-title>strong,
.block-wishlist-search-results .block-title>span,
.multicheckout .block-title>strong,
.multicheckout .block-title>span,
.multicheckout .block-content .title>strong,
.multicheckout .block-content .title>span,
.customer-review .review-details .title>strong,
.customer-review .review-details .title>span,
.paypal-review .block .block-title>strong,
.paypal-review .block .block-title>span,
.account .column.main .block:not(.widget) .block-title>strong,
.account .column.main .block:not(.widget) .block-title>span,
.multicheckout .block-title>strong,
.multicheckout .block-title>span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>span,
[class^=sales-guest-] .column.main .block:not(.widget) .block-title>strong,
[class^=sales-guest-] .column.main .block:not(.widget) .block-title>span,
.sales-guest-view .column.main .block:not(.widget) .block-title>strong,
.sales-guest-view .column.main .block:not(.widget) .block-title>span {
    font-size: 2.2rem;
    font-weight: 300
}

.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
    line-height: 24px
}

.abs-account-summary td,
.order-details-items tfoot td {
    background: #f5f5f5
}

.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
    color: #666;
    font-size: 1.8rem;
    display: block;
    line-height: 1;
    white-space: nowrap
}

.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
    font-weight: 700
}

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

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

.abs-adjustment-incl-excl-tax .price-including-tax+.price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,
.cart-summary .price-including-tax+.price-excluding-tax:before,
.gift-summary .price-including-tax+.price-excluding-tax:before,
.gift-options .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 .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,
.cart-summary .price-including-tax+.price-excluding-tax:after,
.gift-summary .price-including-tax+.price-excluding-tax:after,
.gift-options .price-including-tax+.price-excluding-tax:after {
    content: ')'
}

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

.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    line-height: 8px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
    position: absolute;
    right: -2px;
    top: 4px
}

.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
    content: '\e621'
}

.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
    margin-bottom: 20px
}

.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
    display: table-row
}

.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
    display: table-cell;
    padding-bottom: 5px;
    padding-right: 25px;
    padding-top: 1px;
    vertical-align: top
}

.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
    display: table-cell;
    vertical-align: top
}

.abs-account-actions:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^=sales-guest-] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
    border-left: 1px solid #737373;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px
}

.abs-account-actions:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^=sales-guest-] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
    display: none
}

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

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

.abs-account-blocks .box-title>span,
.paypal-review .block .box-title>span,
.account .column.main .block:not(.widget) .box-title>span,
.multicheckout .box-title>span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span,
[class^=sales-guest-] .column.main .block:not(.widget) .box-title>span,
.sales-guest-view .column.main .block:not(.widget) .box-title>span {
    font-size: 1.6rem
}

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

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

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

.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    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,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
    background: #e8e8e8
}

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

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

.abs-status,
.return-status,
.order-status {
    border: 2px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    margin: 3px 0 0;
    padding: 2px 10px;
    text-transform: uppercase;
    vertical-align: top
}

.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^=sales-guest-] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
    margin-right: 25px
}

.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^=sales-guest-] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
    font-size: 16px;
    margin-bottom: 10px
}

.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^=sales-guest-] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
    display: none
}

.abs-table-striped,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
    border: none
}

.abs-table-striped>tbody>tr:nth-child(even)>td,
.abs-table-striped>tbody>tr:nth-child(even)>th,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,
[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,
[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,
.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>td,
.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>th,
.block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>td,
.block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th {
    background: #f6f6f6
}

.abs-table-striped>thead>tr>th,
.abs-table-striped>tbody>tr>th,
.abs-table-striped>tfoot>tr>th,
.abs-table-striped>thead>tr>td,
.abs-table-striped>tbody>tr>td,
.abs-table-striped>tfoot>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
.block-giftregistry-results .data.table>thead>tr>th,
.block-giftregistry-results .data.table>tbody>tr>th,
.block-giftregistry-results .data.table>tfoot>tr>th,
.block-giftregistry-results .data.table>thead>tr>td,
.block-giftregistry-results .data.table>tbody>tr>td,
.block-giftregistry-results .data.table>tfoot>tr>td,
.block-wishlist-search-results .data.table>thead>tr>th,
.block-wishlist-search-results .data.table>tbody>tr>th,
.block-wishlist-search-results .data.table>tfoot>tr>th,
.block-wishlist-search-results .data.table>thead>tr>td,
.block-wishlist-search-results .data.table>tbody>tr>td,
.block-wishlist-search-results .data.table>tfoot>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td {
    border: none
}

.abs-table-striped>thead>tr>th,
.abs-table-striped>thead>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.block-giftregistry-results .data.table>thead>tr>th,
.block-giftregistry-results .data.table>thead>tr>td,
.block-wishlist-search-results .data.table>thead>tr>th,
.block-wishlist-search-results .data.table>thead>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td {
    border-bottom: 1px solid #ccc
}

.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
    color: #6d6d6d;
    font-size: 1.2rem;
    vertical-align: middle;
    white-space: nowrap
}

.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
    content: '('
}

.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
    content: ')'
}

.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
    margin: 0 0 20px
}

.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
    font-size: 18px;
    font-weight: 300;
    vertical-align: middle
}

.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
    margin-bottom: 20px
}

.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
    display: none
}

.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
    line-height: 1.42857143;
    margin: 0 20px 0 0;
    padding: 0;
    color: #007da8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline;
    font-weight: 400
}

.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
    color: #007da8;
    text-decoration: none
}

.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
    color: #006bb4;
    text-decoration: underline
}

.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
    color: #ff5501;
    text-decoration: underline
}

.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
    background: 0 0;
    border: 0
}

.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
    color: #007da8;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
    position: relative
}

.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
    margin-right: 10px;
    width: calc(100% - 33px)
}

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

.abs-field-tooltip input,
.field .control._with-tooltip input {
    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:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
    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: #666
}

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

.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary>.title,
.checkout-agreements-items .checkout-agreements-item-title {
    padding-bottom: 10px;
    color: #000;
    font-weight: 300;
    font-size: 2.6rem
}

.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
    border-top: 1px solid #ccc;
    padding-top: 10px
}

.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
    border: 0;
    font-weight: 400;
    padding: 6px 0
}

.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
    border: 0;
    font-weight: 400;
    padding: 6px 0 6px 14px;
    text-align: right;
    white-space: nowrap
}

.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
    padding: 11px 0
}

.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
    display: inline-block;
    font-weight: 600;
    padding: 3px 0 0
}

.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
    font-size: 1.8rem;
    border-top: 1px solid #ccc;
    padding-right: 10px
}

.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
    font-size: 1.8rem;
    border-top: 1px solid #ccc
}

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

.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
    padding-bottom: 19px
}

.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    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 {
    padding-right: 20px;
    position: relative;
    display: inline-block;
    text-decoration: none
}

.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: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.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 {
    position: absolute;
    right: 3px;
    top: 3px
}

.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
    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: '\e621'
}

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

.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-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
    margin-bottom: 0
}

.abs-discount-block .block>.title strong,
.paypal-review-discount .block>.title strong,
.cart-discount .block>.title strong {
    color: #007da8;
    font-weight: 400
}

.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
    display: table-cell;
    vertical-align: top;
    width: 1%
}

.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0 0 0 -1px;
    white-space: nowrap;
    width: auto
}

.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
    bottom: 5px;
    left: 15px;
    position: absolute
}

.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
    font-weight: 400
}

.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
    display: table;
    width: 100%
}

.abs-discount-block .fieldset>.field>.label,
.paypal-review-discount .fieldset>.field>.label,
.cart-discount .fieldset>.field>.label {
    display: none
}

.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
    display: table-cell
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/opensans-300.woff2') format('woff2'), url('../font/opensans-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/opensans-400.woff2') format('woff2'), url('../font/opensans-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/opensans-600.woff2') format('woff2'), url('../font/opensans-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/opensans-700.woff2') format('woff2'), url('../font/opensans-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

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

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

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

.columns .column.main {
    padding-bottom: 40px;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%
}

.columns .sidebar-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.columns .sidebar-additional {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.table-wrapper {
    margin-bottom: 20px
}

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

.table tfoot {
    background: #f5f5f5
}

.table tfoot>tr:first-child th,
.table tfoot>tr:first-child td {
    border-top: 1px solid #ccc;
    padding-top: 20px
}

.table tfoot th,
.table tfoot td {
    border: 0
}

.table tfoot .mark {
    font-weight: 400;
    text-align: right
}

.message.info {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative
}

.message.info a {
    color: #007da8
}

.message.info a:hover {
    color: #006bb4
}

.message.info a:active {
    color: #006bb4
}

.message.info>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center
}

.message.error {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fae5e5;
    color: #e02b27;
    padding-left: 45px;
    position: relative
}

.message.error a {
    color: #007da8
}

.message.error a:hover {
    color: #006bb4
}

.message.error a:active {
    color: #006bb4
}

.message.error>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #b30000;
    content: '\e61f';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center
}

.message.warning {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative
}

.message.warning a {
    color: #007da8
}

.message.warning a:hover {
    color: #006bb4
}

.message.warning a:active {
    color: #006bb4
}

.message.warning>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center
}

.message.notice {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative
}

.message.notice a {
    color: #007da8
}

.message.notice a:hover {
    color: #006bb4
}

.message.notice a:active {
    color: #006bb4
}

.message.notice>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center
}

.message.success {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #e5efe5;
    color: #006400;
    padding-left: 45px;
    position: relative
}

.message.success a {
    color: #007da8
}

.message.success a:hover {
    color: #006bb4
}

.message.success a:active {
    color: #006bb4
}

.message.success>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center
}

.panel.header .links,
.panel.header .switcher {
    display: none
}

.nav-sections {
    background: #f0f0f0
}

.nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 14
}

.nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: #757575;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.nav-toggle:hover:before {
    color: #333
}

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

.tooltip.wrapper {
    position: relative
}

.tooltip.wrapper .tooltip.content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #000;
    line-height: 1.4;
    border: 1px solid #999;
    margin-top: 16px;
    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: 16px;
    border-color: transparent
}

.tooltip.wrapper .tooltip.content:before {
    border-width: 17px;
    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: 26px;
    margin-left: -16px
}

.tooltip.wrapper .tooltip.content:before {
    border-bottom-color: #999;
    left: 26px;
    margin-left: -17px
}

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

.tooltip.wrapper .tooltip.toggle:hover+.tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus+.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
}

.load.indicator {
    background-color: rgba(255, 255, 255, .7);
    z-index: 9999;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    position: absolute
}

.load.indicator:before {
    background: transparent url('../image/ajax-loader.gif') no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    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 {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .5)
}

.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 {
    position: relative
}

[data-role=main-css-loader] {
    display: none
}

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

.fieldset>* {
    letter-spacing: normal
}

.fieldset>.legend {
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.8rem
}

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

.fieldset:last-child {
    margin-bottom: 20px
}

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

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

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

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

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

.fieldset>.field .choice input,
.fieldset>.fields>.field .choice input {
    vertical-align: top
}

.fieldset>.field .fields.group:before,
.fieldset>.fields>.field .fields.group:before,
.fieldset>.field .fields.group:after,
.fieldset>.fields>.field .fields.group:after {
    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-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%
}

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

.fieldset>.field .addon .addbefore,
.fieldset>.fields>.field .addon .addbefore,
.fieldset>.field .addon .addafter,
.fieldset>.fields>.field .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'brother-1816', sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto
}

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

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

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

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

.fieldset>.field .addon .addbefore,
.fieldset>.fields>.field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.fieldset>.field .additional,
.fieldset>.fields>.field .additional {
    margin-top: 10px
}

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

.fieldset>.field .note,
.fieldset>.fields>.field .note {
    font-size: 1.2rem;
    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: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

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

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

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

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

.legend>span {
    margin-right: 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
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-size: 30px 60px;
    text-indent: .01em;
    text-overflow: ''
}

select::-ms-expand {
    display: none
}

select.admin__control-multiselect {
    height: auto
}

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

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

.product-options-wrapper .date.required div[for*=options].mage-error {
    display: none !important
}

.field .tooltip {
    position: relative
}

.field .tooltip .tooltip-content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #000;
    line-height: 1.4;
    border: 1px solid #999;
    margin-left: 16px;
    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: 16px;
    border-color: transparent
}

.field .tooltip .tooltip-content:before {
    border-width: 17px;
    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: -16px;
    top: 26px
}

.field .tooltip .tooltip-content:before {
    border-right-color: #999;
    margin-top: -17px;
    top: 26px
}

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

.field .tooltip .tooltip-toggle:hover+.tooltip-content,
.field .tooltip .tooltip-toggle:focus+.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: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: block;
    text-decoration: none;
    display: inline-block;
    margin-top: -4px;
    vertical-align: middle
}

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

._has-datepicker~.ui-datepicker-trigger:hover {
    background: 0 0;
    border: none
}

._has-datepicker~.ui-datepicker-trigger.disabled,
._has-datepicker~.ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger {
    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: #4a4a4a;
    content: '\e612';
    font-family: 'luma-icons';
    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>.field:not(.choice):not(:last-child),
.sidebar .fieldset .fields>.field:not(:last-child) {
    margin: 0 0 20px
}

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

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

@font-face {
    font-family: 'luma-icons';
    src: url('../font/Luma-Icons.woff2') format('woff2'), url('../font/Luma-Icons.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
    border-radius: 3px
}

button:not(.primary) {
    box-shadow: none
}

button:not(.primary):active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, .8), inset 0 -1px 0 0 rgba(204, 204, 204, .3)
}

body:not(._keyfocus) button:focus {
    box-shadow: none
}

a.action.primary,
a.amshopby-button,
a.am-filter-go {
    display: inline-block;
    text-decoration: none
}

a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
    text-decoration: none
}

.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'brother-1816', sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle
}

.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.product.data.items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px
}

.product.data.items>.item.title {
    box-sizing: border-box;
    float: none;
    width: 100%
}

.product.data.items>.item.title>.switch {
    display: block
}

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

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

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

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

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

.product.data.items>.item.title>.switch {
    border-top: 1px solid #ccc;
    height: 40px;
    padding: 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none
}

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

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

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

.product.data.items>.item.title:not(.disabled)>.switch:active,
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
    color: #000;
    text-decoration: none;
    padding-bottom: 1px
}

.product.data.items>.item.content {
    background: #fff;
    margin: 0;
    padding: 10px 10px 30px
}

.product.data.items .item.title a {
    position: relative;
    text-decoration: none
}

.product.data.items .item.title a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.product.data.items .item.title a:after {
    position: absolute;
    right: 10px;
    top: 1px
}

.product.data.items .item.title.active a:after {
    content: '\e621'
}

.product.data.items .value p:last-child {
    margin-bottom: 0
}

.product.data.items .table-wrapper {
    margin: 0
}

.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: inline-block;
    font-weight: 400
}

.pages .item {
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: normal;
    margin: 0 8px 0 0;
    display: inline-block
}

.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: #007da8;
    display: inline-block;
    padding: 0 5px;
    text-decoration: none
}

.pages a.page:visited {
    color: #007da8
}

.pages a.page:hover {
    color: #006bb4;
    text-decoration: none
}

.pages a.page:active {
    color: #ff5501
}

.pages strong.page {
    background: #e5e5e5;
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: normal;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 0 5px
}

.pages .action {
    background: #f0f0f0;
    border: 1px solid #ccc;
    color: #4a4a4a;
    display: inline-block;
    padding: 0;
    text-decoration: none
}

.pages .action:visited {
    color: #4a4a4a
}

.pages .action:hover {
    background: #dedede;
    color: #4a4a4a;
    text-decoration: none
}

.pages .action:active {
    color: #4a4a4a
}

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

.pages .action.next:visited:before {
    color: #4a4a4a
}

.pages .action.next:active:before {
    color: #4a4a4a
}

.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: 16px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.pages .action.next:hover:before {
    color: #4a4a4a
}

.pages .action.next:active:before {
    color: #4a4a4a
}

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

.pages .action.previous:visited:before {
    color: #4a4a4a
}

.pages .action.previous:active:before {
    color: #4a4a4a
}

.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: 16px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e617';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.pages .action.previous:hover:before {
    color: #4a4a4a
}

.pages .action.previous:active:before {
    color: #4a4a4a
}

.pages .action {
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, .3);
    border-radius: 3px;
    padding: 0 8px
}

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

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

.actions-toolbar>.primary,
.actions-toolbar>.secondary {
    margin-bottom: 10px;
    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:last-child,
.actions-toolbar>.secondary:last-child {
    margin-bottom: 0
}

.actions-toolbar>.secondary .action.back {
    display: none
}

.breadcrumbs {
    margin: 0 0 15px
}

.breadcrumbs .items {
    font-size: 1.2rem;
    color: #707070;
    margin: 0;
    padding: 0;
    list-style: none none
}

.breadcrumbs .items>li {
    display: inline-block;
    vertical-align: top
}

.breadcrumbs .item {
    margin: 0
}

.breadcrumbs a {
    color: #007da8;
    text-decoration: none
}

.breadcrumbs a:visited {
    color: #007da8;
    text-decoration: none
}

.breadcrumbs a:hover {
    color: #007da8;
    text-decoration: underline
}

.breadcrumbs a:active {
    color: #007da8;
    text-decoration: none
}

.breadcrumbs strong {
    font-weight: 400
}

.breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none
}

.breadcrumbs .item:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 18px;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.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: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.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: 16px;
    line-height: 16px;
    color: #8c8c8c;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.ui-dialog.popup .action.close:hover:before {
    color: #737373
}

.ui-dialog.popup .action.close:active:before {
    color: #737373
}

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

.ui-dialog.popup .action.close:hover {
    background: 0 0;
    border: none
}

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

.popup .actions-toolbar .action.cancel {
    font-weight: 400
}

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

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

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

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

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

.price-including-tax,
.price-excluding-tax {
    display: block;
    font-size: 1.8rem;
    line-height: 1
}

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

.price-including-tax+.price-excluding-tax,
.weee[data-label] {
    display: block;
    font-size: 1.8rem
}

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

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

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

.modals-overlay {
    z-index: 899
}

.modal-slide,
.modal-popup {
    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
}

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

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

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

.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: transform .3s ease-in-out;
    width: auto
}

.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
    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.confirm .modal-inner-wrap {
    max-width: 50rem
}

.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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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: transform .2s ease
}

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

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

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

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

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

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

.modal-popup .modal-header,
.modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 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
}

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

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

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

.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .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 {
    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: 14px;
    line-height: 14px;
    color: #757575;
    content: '\e616';
    font-family: 'luma-icons';
    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: inherit
}

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

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

.modal-custom .action-close {
    margin: 15px
}

.modal-popup {
    pointer-events: none
}

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

.modal-slide .action-close {
    margin: 15px;
    padding: 0
}

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

.modals-overlay {
    background-color: rgba(51, 51, 51, .55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

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

#store-pickup.selected-shipping~#store-selector {
    display: none
}

#store-pickup.selected-store-pickup~#shipping,
#store-pickup.selected-store-pickup~#opc-shipping_method {
    visibility: hidden;
    height: 0;
    overflow: hidden
}

#delivery-method-selector {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#delivery-method-selector .action {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem
}

#delivery-method-selector .action.selected {
    background: #fff
}

#delivery-method-selector .action-select-shipping {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

#delivery-method-selector .action-select-store-pickup {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0
}

#store-selector .form-login {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

#store-selector .form-continue {
    margin: 20px 0 0
}

.location-details .location-name {
    font-size: 18px;
    font-weight: 700
}

.store-selector-popup .modal-title {
    border-bottom: 0
}

.store-selector-popup .modal-header {
    padding-bottom: 0
}

#opc-store-selector-popup {
    display: none
}

#opc-store-selector-popup .block-search {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #c1c1c1
}

.modal-content #opc-store-selector-popup {
    display: block
}

.store-selector-popup-table thead th {
    display: none
}

.store-selector-popup-table tbody .location .location-name {
    font-size: 18px
}

.store-selector-popup-table tbody .location+.location {
    border-top: 1px solid #ccc
}

.store-selector-popup-table tbody .col-location-details {
    padding-left: 0
}

.store-selector-popup-table tbody .col-location-details p:last-child {
    margin-bottom: 0
}

.store-selector-popup-table tbody .col-location-actions {
    padding-right: 0;
    vertical-align: middle
}

.store-selector-popup-table tbody .col-location-actions .action {
    float: right
}

.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
    margin: 0 0 20px
}

.lac-notification-sticky {
    position: relative;
    z-index: 999
}

.lac-notification-sticky .lac-notification {
    background-color: #373330;
    color: #fff;
    font-size: 16px
}

.lac-notification-sticky .lac-notification .lac-notification-icon {
    float: left;
    margin: 10px 25px 10px 10px
}

.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
    display: block
}

.lac-notification-sticky .lac-notification .lac-notification-text {
    float: left;
    padding: 15px 0
}

.lac-notification-sticky .lac-notification .lac-notification-links {
    float: right;
    padding: 15px 0
}

.lac-notification-sticky .lac-notification .lac-notification-links a {
    color: #fff;
    font-size: 14px
}

.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
    background: url('../image/close.svg');
    content: ' ';
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    vertical-align: middle;
    width: 12px
}

@font-face {
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: 400;
    src: url('../font/pagebuilder-icons.eot');
    src: url('../font/pagebuilder-icons.eot') format('embedded-opentype'), url('../font/pagebuilder-icons.woff') format('woff'), url('../font/pagebuilder-icons.ttf') format('truetype')
}

.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
    -webkit-font-smoothing: antialiased;
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    speak: none
}

[class^=pagebuilder-icon-]:before,
[class*=' pagebuilder-icon-']:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle
}

.pagebuilder-icon-down:before {
    content: '\f101'
}

.pagebuilder-icon-next:before {
    content: '\f102'
}

.pagebuilder-icon-prev:before {
    content: '\f103'
}

.pagebuilder-icon-up:before {
    content: '\f104'
}

.product-full-width-section {
    padding: .5em 0
}

.product-full-width-section .block.review-add {
    margin-top: 2.7rem
}

.page-layout-product-full-width .block.related {
    margin-top: 2.7rem
}

.page-main-details .product-section-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 15px;
    padding-bottom: 12px
}

.additional-attributes-wrapper .additional-attributes {
    border: none;
    width: auto
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>th {
    border: none;
    padding: 5.5px 30px 10px 0
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>td {
    border: none;
    padding: 5.5px 5px 10px
}

.cms-index-index.page-layout-cms-full-width .nav-sections {
    margin-bottom: 0
}

.slick-slider {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: pan-y;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    touch-action: pan-y;
    user-select: none
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:before,
.slick-track:after {
    content: '';
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[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 {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev {
    left: 2rem
}

.slick-prev:before {
    content: '\f103';
    padding-right: 5px
}

.slick-next {
    right: 2rem
}

.slick-next:before {
    content: '\f102';
    padding-left: 5px
}

.slick-prev,
.slick-next {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: rgba(252, 252, 252, .6);
    border: none;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 60px;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
    z-index: 101
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .2
}

.slick-prev:hover,
.slick-next:hover {
    background: #fcfcfc;
    border: none
}

.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
    opacity: .2
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #494949
}

.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
    color: #555;
    font-size: 38px;
    opacity: 1
}

.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
    background: rgba(252, 252, 252, .7);
    border: none;
    box-shadow: none
}

.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
    box-shadow: none
}

.slick-dots {
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    width: 100%
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 14px
}

.slick-dots li button {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 14px;
    padding: 0;
    text-indent: -99999px;
    transition: .3s;
    width: 14px
}

.slick-dots li button:hover {
    border: 1px solid #b3b3b3
}

.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
    box-shadow: none
}

.slick-dots li.slick-active button {
    background: #1c1918
}

[data-content-type=banner]>[data-element=link],
[data-content-type=banner]>[data-element=empty_link] {
    color: inherit;
    text-decoration: inherit
}

[data-content-type=banner]>[data-element=link]:hover,
[data-content-type=banner]>[data-element=empty_link]:hover {
    color: inherit;
    text-decoration: inherit
}

.pagebuilder-banner-wrapper {
    background-clip: padding-box;
    border-radius: inherit;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.pagebuilder-banner-wrapper .pagebuilder-overlay {
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    transition: background-color .5s ease
}

.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    display: flex;
    justify-content: center
}

.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 540px
}

.pagebuilder-banner-wrapper.jarallax .video-overlay {
    z-index: 0
}

.pagebuilder-banner-wrapper [data-element=content] {
    min-height: 50px;
    overflow: auto
}

.pagebuilder-banner-wrapper .pagebuilder-banner-button {
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    margin: 20px 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity .5s ease;
    word-break: break-word
}

.pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: 100%
}

[data-appearance=collage-centered] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-left: auto;
    margin-right: auto
}

[data-appearance=collage-left] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-right: auto
}

[data-appearance=collage-right] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-left: auto
}

[data-content-type$=block] .block p:last-child {
    margin-bottom: 1rem;
    margin-top: 0
}

[data-content-type=buttons] {
    max-width: 100%
}

[data-content-type=button-item] {
    max-width: 100%
}

[data-content-type=button-item] [data-element=link],
[data-content-type=button-item] [data-element=empty_link] {
    max-width: 100%;
    word-wrap: break-word
}

[data-content-type=button-item] [data-element=empty_link] {
    cursor: default
}

a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
    line-height: 2.2rem;
    font-size: 1.8rem;
    line-height: 1.42857143;
    margin: 0 10px 10px 0;
    padding: 14px 17px;
    color: #007da8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline;
    font-weight: 600;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block
}

a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
    color: #007da8;
    text-decoration: none
}

a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
    color: #006bb4;
    text-decoration: underline
}

a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
    color: #ff5501;
    text-decoration: underline
}

a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
    background: 0 0;
    border: 0
}

a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
    color: #007da8;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
    text-decoration: none;
    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'brother-1816', sans-serif;
    font-weight: 600;
    margin: 0 10px 10px 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    border-radius: 3px;
    box-shadow: none
}

a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
    text-decoration: none
}

a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
    text-decoration: none;
    background-image: none;
    background: #eee;
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: 'brother-1816', sans-serif;
    font-weight: 600;
    margin: 0 10px 10px 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    border-radius: 3px;
    box-shadow: none
}

a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
    text-decoration: none
}

a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #000
}

a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #000
}

a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.pagebuilder-column {
    box-sizing: border-box
}

[data-content-type=heading] {
    word-wrap: break-word
}

[data-content-type=html] {
    word-wrap: break-word
}

figure[data-content-type=image] {
    box-sizing: border-box
}

figure[data-content-type=image]>[data-element=link],
figure[data-content-type=image]>[data-element=link] img {
    border-radius: inherit
}

figure[data-content-type=image] figcaption {
    word-wrap: break-word
}

[data-content-type=map] {
    box-sizing: border-box;
    height: 300px
}

[data-content-type=row] li.product-item {
    text-align: left
}

.pagebuilder-column .widget-product-grid .product-item {
    max-width: 100%;
    min-width: 50px
}

.pagebuilder-column .widget-product-grid .product-item .price-box {
    word-wrap: break-word
}

.pagebuilder-column .widget-product-grid .product-item .price-box .price {
    white-space: normal
}

.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
    display: inline-block;
    max-width: 100%
}

.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
    display: inline-block;
    width: auto
}

.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
    max-width: 100%;
    white-space: normal
}

.pagebuilder-column [data-content-type=products] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    width: 200px
}

[data-content-type=products][data-appearance=carousel] .slick-initialized li.product-item {
    display: block
}

[data-content-type=products][data-appearance=carousel] .slick-initialized li.product-item:first-child {
    visibility: visible
}

[data-content-type=products][data-appearance=carousel] .product-item-info {
    width: auto
}

[data-content-type=products][data-appearance=carousel] li.product-item {
    display: none
}

[data-content-type=products][data-appearance=carousel] li.product-item:first-child {
    display: block;
    visibility: hidden
}

[data-content-type=products][data-appearance=carousel].center-mode .product-item {
    opacity: .5;
    transition: all .3s ease
}

[data-content-type=products][data-appearance=carousel].center-mode .product-item:hover {
    opacity: 1
}

[data-content-type=products][data-appearance=carousel].center-mode .slick-current .product-item {
    opacity: 1
}

[data-content-type=row][data-appearance=contained] {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1280px
}

[data-content-type=row][data-appearance=contained] [data-element=inner] {
    box-sizing: border-box
}

[data-content-type=row][data-appearance=full-bleed] {
    box-sizing: border-box
}

[data-content-type=row][data-appearance=full-width] {
    box-sizing: border-box
}

[data-content-type=row][data-appearance=full-width]>.row-full-width-inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%
}

[data-content-type=slide] {
    box-sizing: border-box;
    line-height: 20px;
    min-height: inherit;
    overflow: hidden
}

[data-content-type=slide]>[data-element=link],
[data-content-type=slide]>[data-element=empty_link] {
    color: inherit;
    min-height: inherit;
    text-decoration: inherit
}

[data-content-type=slide]>[data-element=link]:hover,
[data-content-type=slide]>[data-element=empty_link]:hover {
    color: inherit;
    text-decoration: inherit
}

[data-content-type=slide]+[data-content-type=slide] {
    height: 0;
    min-height: 0
}

.slick-slider [data-content-type=slide]+[data-content-type=slide] {
    height: initial;
    min-height: inherit
}

.pagebuilder-slide-wrapper {
    border-radius: inherit;
    box-sizing: border-box;
    min-height: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.pagebuilder-slide-wrapper .jarallax-viewport-element {
    height: 100%;
    left: -15000vw;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 100
}

.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
    left: 0
}

.pagebuilder-slide-wrapper.jarallax .video-overlay {
    -webkit-transform: unset;
    z-index: 1
}

.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
    position: relative;
    z-index: 2
}

.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container]>div,
.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container]>img,
.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container]>video,
.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container]>iframe {
    margin: auto !important;
    transform: none !important
}

.pagebuilder-slide-wrapper .pagebuilder-overlay {
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    border-radius: inherit;
    box-sizing: border-box;
    padding: 30px;
    transition: background-color .5s ease
}

.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: inherit
}

.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 540px
}

.pagebuilder-slide-wrapper [data-element=content] {
    min-height: 50px;
    overflow: auto
}

.pagebuilder-slide-wrapper .pagebuilder-slide-button {
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    margin: 20px 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity .5s ease;
    word-break: break-word
}

.pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: 100%
}

[data-appearance=collage-centered] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-left: auto;
    margin-right: auto
}

[data-appearance=collage-left] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-right: auto
}

[data-appearance=collage-right] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-left: auto
}

div[data-content-type=slider] {
    visibility: hidden
}

div[data-content-type=slider].slick-initialized {
    visibility: visible
}

div[data-content-type=slider] .slick-list,
div[data-content-type=slider] .slick-track,
div[data-content-type=slider] .slick-slide {
    min-height: inherit
}

div[data-content-type=slider] .slick-list>div,
div[data-content-type=slider] .slick-track>div,
div[data-content-type=slider] .slick-slide>div {
    line-height: 0;
    min-height: inherit;
    overflow: hidden;
    width: 100%
}

a.button {
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    color: initial;
    padding: 10px;
    text-decoration: none
}

div[data-content-type=tabs] .tabs-navigation {
    display: block;
    font-size: 0;
    margin: 0 0 -1px;
    padding: 0
}

div[data-content-type=tabs] .tabs-navigation li:first-child {
    margin-left: 0 !important
}

div[data-content-type=tabs] .tabs-navigation li.tab-header {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    word-wrap: break-word;
    z-index: 1
}

div[data-content-type=tabs] .tabs-navigation li.tab-header:not(:first-child) {
    margin-left: -1px
}

div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    border-right: 0;
    color: #000;
    cursor: pointer !important;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 1.4rem 2rem;
    position: relative;
    transition: all .3s;
    vertical-align: middle;
    white-space: normal
}

div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title span.tab-title {
    display: block
}

div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title:hover {
    text-decoration: none
}

div[data-content-type=tabs] .tabs-navigation li.tab-header:last-child {
    border-right: 1px solid #ccc
}

div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active {
    background: #fff;
    z-index: 19
}

div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
    position: relative;
    transition: all .3s
}

div[data-content-type=tabs] .tabs-content {
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 9
}

div[data-content-type=tabs] .tabs-content [data-content-type=tab-item] {
    box-sizing: border-box;
    min-height: inherit
}

div[data-content-type=tabs] .tabs-content [data-content-type=tab-item]:not(:first-child) {
    display: none
}

div[data-content-type=tabs].tab-align-left .tabs-content {
    border-top-left-radius: 0 !important
}

div[data-content-type=tabs].tab-align-right .tabs-content {
    border-top-right-radius: 0 !important
}

div[data-content-type=text] {
    word-wrap: break-word
}

div[data-content-type=video] {
    font-size: 0
}

div[data-content-type=video] .pagebuilder-video-inner {
    box-sizing: border-box;
    display: inline-block;
    width: 100%
}

div[data-content-type=video] .pagebuilder-video-container {
    border-radius: inherit;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

div[data-content-type=video] iframe,
div[data-content-type=video] video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax>.jarallax-img {
    font-family: 'object-fit: cover;', sans-serif;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.jarallax-video-fallback {
    transform: scale3d(0, 0, 0)
}

.jarallax .video-overlay {
    -webkit-transform: translate3d(0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99
}

.jarallax [id*=jarallax-container] video,
.jarallax [id*=jarallax-container] iframe {
    visibility: hidden
}

.cms-content-important {
    background-color: #f5f5f5;
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 35px -20px;
    padding: 20px
}

.pagebuilder-full-width {
    float: left;
    width: 100%
}

.pagebuilder-content-type {
    box-sizing: border-box;
    margin-bottom: 20px
}

.pagebuilder-accordion {
    margin: 0;
    padding: 0
}

.pagebuilder-accordion>.item.title {
    box-sizing: border-box;
    float: none;
    width: 100%
}

.pagebuilder-accordion>.item.title>.switch {
    display: block
}

.pagebuilder-accordion>.item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0
}

.pagebuilder-accordion>.item.content:before,
.pagebuilder-accordion>.item.content:after {
    content: '';
    display: table
}

.pagebuilder-accordion>.item.content:after {
    clear: both
}

.pagebuilder-accordion>.item.content.active {
    display: block
}

.pagebuilder-accordion>.item.title {
    margin: 0
}

.pagebuilder-accordion>.item.title>.switch {
    border-top: 1px solid #ccc;
    height: 40px;
    padding: 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none
}

.pagebuilder-accordion>.item.title>.switch:visited {
    color: #6d6d6d;
    text-decoration: none
}

.pagebuilder-accordion>.item.title>.switch:hover {
    color: #000;
    text-decoration: none
}

.pagebuilder-accordion>.item.title>.switch:active {
    color: #000;
    text-decoration: none
}

.pagebuilder-accordion>.item.title:not(.disabled)>.switch:active,
.pagebuilder-accordion>.item.title.active>.switch,
.pagebuilder-accordion>.item.title.active>.switch:focus,
.pagebuilder-accordion>.item.title.active>.switch:hover {
    color: #000;
    text-decoration: none;
    padding-bottom: 1px
}

.pagebuilder-accordion>.item.content {
    background: #fff;
    margin: 0;
    padding: 10px 10px 30px
}

.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
    margin-bottom: 10px !important
}

.required-captcha.checkbox {
    position: absolute;
    display: block;
    visibility: visible;
    overflow: hidden;
    opacity: 0;
    width: 1px;
    height: 1px
}

.block.newsletter .field-recaptcha .field .control:before {
    content: none
}

.review-form .field-recaptcha {
    margin-bottom: 10px
}

.form.send.friend .g-recaptcha {
    margin-top: 40px
}

.product-info-stock-sku .configurable-variation-qty {
    display: none
}

.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
    outline: 0
}

.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
    display: block;
    position: relative
}

.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
    visibility: hidden
}

.amslick-slider-container .slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.amslick-slider-container .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.amslick-slider-container .slick-track {
    left: 0;
    margin: 0 auto;
    top: 0
}

.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
    content: '';
    display: table
}

.amslick-slider-container .slick-track:after {
    clear: both
}

.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
    display: none
}

.amslick-slider-container .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    vertical-align: middle
}

.amslick-slider-container [dir=rtl] .slick-slide {
    float: right
}

.amslick-slider-container .slick-slide.dragging img {
    pointer-events: none
}

.amslick-slider-container .slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.amslick-slider-container .slick-arrow.slick-hidden {
    display: none
}

.amslick-slider-container .slick-loading .slick-list {
    background: 0 0;
    position: relative
}

.amslick-slider-container .slick-loading .slick-list:before {
    animation: loading 1s infinite linear;
    border-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
    border-style: solid;
    border-top-color: #5c5c5c;
    border-width: 3px;
    content: '';
    display: block;
    height: 25px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px
}

.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
    opacity: .25
}

.amslick-slider-container .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.amslick-slider-container .slick-dots {
    display: block;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.amslick-slider-container .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px
}

.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: 0
}

.amslick-slider-container .slick-dots li button {
    background: 0 0;
    border: 0;
    color: transparent;
    font-size: 0;
    height: 20px;
    line-height: 0;
    padding: 5px;
    width: 20px
}

.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
    opacity: 1
}

.amslick-slider-container .slick-dots li button:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #000;
    content: '•';
    font-size: 16px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.amslick-slider-container .slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.amslick-slider-container .slick-slider {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    padding: 0 20px;
    touch-action: pan-y;
    user-select: none
}

.amslick-slider-container .slick-slider .slick-arrow {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
    border: none;
    color: transparent;
    font-size: 0;
    height: 22px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: background .3s ease;
    width: 15px
}

.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
    content: ''
}

.amslick-slider-container .slick-slider .slick-arrow:hover {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat
}

.amslick-slider-container .slick-slider .slick-arrow.slick-next {
    right: 0
}

.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(180deg) translate(0, 50%)
}

.amslick-slider-container .slick-initialized .slick-slide {
    display: inline-block !important;
    float: none !important;
    height: auto
}

.amslick-slider-container .product-items.slick-slider>.slick-list {
    padding: 15px 0
}

.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
    display: block !important;
    margin: auto !important;
    max-width: 205px
}

.amslick-slider-container .sidebar.sidebar-additional {
    width: 100%
}

@keyframes loading {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(359.9deg)
    }
}

.-am-blocked {
    pointer-events: none
}

.checkout-index-index .page-header .minicart-wrapper {
    display: none
}

.checkout-index-index .authentication-wrapper {
    margin-right: 9px
}

.checkout-index-index .checkout-header {
    margin: 12px 0 20px;
    padding: 0 9px;
    width: 70%
}

.checkout-index-index .checkout-header .title {
    margin: 0 auto 7px
}

.checkout-index-index .checkout-header .description {
    font-size: 18px
}

.checkout-index-index .opc-wrapper.am-opc-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 100%
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n+1):before {
    display: block
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n+1):before {
    display: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
    width: 50%
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
    width: 100%
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
    min-width: 0;
    width: 100%
}

.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
    display: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
    margin: 0
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
    margin-bottom: 0
}

.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
    display: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
    display: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
    display: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
    border: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
    -webkit-flex-basis: 100%;
    flex-basis: 100%
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
    text-align: left
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
    padding: 0 22px 20px
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
    margin-right: 0
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar>.primary {
    padding-right: 0
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block>li {
    list-style-type: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
    border-bottom: 1px solid #ccc
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
    margin-bottom: 10px
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
    word-break: break-all;
    word-wrap: break-word
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
    max-width: 500px
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
    margin: 5px 0 10px
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
    margin-top: 15px
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
    margin: 0 20px 0 0
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
    float: right
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
    display: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
    float: right
}

.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
    display: none
}

.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
    display: block
}

.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
    background-color: #eaeaea;
    display: block;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    text-align: center;
    transform: translate(-50%);
    width: 1240px;
    z-index: 999
}

.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar>* {
    float: none
}

.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
    bottom: auto;
    top: 0
}

.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
    bottom: 0
}

.checkout-index-index .checkout-block {
    -webkit-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -ms-transition: box-shadow .5s;
    transition: box-shadow .5s;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .15);
    margin: 7px 9px 32px;
    padding: 24px 12px
}

.checkout-index-index .checkout-block:hover {
    box-shadow: 0 1px 4px 1px rgba(25, 121, 195, .45)
}

.checkout-index-index .checkout-block .fieldset>br,
.checkout-index-index .checkout-block .fieldset>hr {
    display: none
}

.checkout-index-index .am-checkout {
    margin: 20px 0;
    padding: 12px
}

.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
    font-size: 1.2rem;
    margin: 5px 0
}

.checkout-index-index .am-checkout:not(.-modern) {
    background: #eaeaea
}

.checkout-index-index .opc-block-summary {
    margin: -24px -12px 0;
    padding: 24px 12px
}

.checkout-index-index .opc-block-summary .minicart-items-wrapper {
    margin: 0
}

.checkout-index-index .additional-options {
    margin: 24px 7px 12px
}

.checkout-index-index .additional-options .checkout-agreements .action-show {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #006bb4;
    display: inline;
    font-weight: 400;
    line-height: 1.42857143;
    padding: 0;
    text-decoration: none
}

.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
    box-shadow: none
}

.checkout-index-index .additional-options .field {
    margin-top: 7px
}

.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;'])+.field-error {
    display: none
}

.checkout-index-index .additional-options .field._required .label:after {
    color: #e02b27;
    content: '*';
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

.checkout-index-index .opc-block-summary .minicart-items input[type=number]::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important
}

.checkout-index-index .opc-block-summary .minicart-items input[type=number]:focus {
    -moz-appearance: spinner !important
}

.checkout-index-index .opc-block-summary .minicart-items input.qty {
    width: 55px
}

.checkout-index-index .opc-block-summary .minicart-items button {
    float: right;
    margin-top: 12px
}

.checkout-index-index .opc-block-summary .minicart-items .delete {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
    background-size: 7px;
    border: 1px #b6b6b6 solid;
    cursor: pointer;
    float: left;
    height: 7px;
    padding: 3px;
    width: 7px
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
    padding-left: 118px
}

.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
    margin-left: 16px
}

@media (min-width:900px) {
    .checkout-index-index .opc-wrapper.am-opc-wrapper {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
        width: 50%
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
        width: 33.3%
    }
}

.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
    max-width: 600px
}

.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
    min-width: unset
}

.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    right: 0;
    width: 100%
}

.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
    margin-bottom: 20px
}

.checkout-payment-method .payment-methods {
    margin: 0
}

.checkout-payment-method .payment-methods .actions-toolbar .primary {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 14px 17px
}

.checkout-payment-method.submit .payment-methods {
    margin: 0
}

.fieldset.address {
    margin: 0 -7px
}

.fieldset.address>.field {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 7px;
    vertical-align: top;
    width: 100%
}

.checkout-success .success-messages {
    font-size: 1.8rem;
    margin-bottom: 40px
}

.account .column.main .order-details-items {
    margin-bottom: 0
}

.account .column.main .order-details-items .order-items .data.table>tbody>tr:nth-child(even)>td {
    background: 0 0
}

.page-main .block.block-order-details {
    margin-bottom: 25px
}

.page-main .block.block-order-details .order-date {
    border-bottom: 1px solid #c5c5c5;
    font-size: 1.6rem;
    padding-bottom: 25px
}

.page-main .block.block-order-details-comments {
    margin-bottom: 35px
}

.page-main .block.block-order-details-view {
    margin-bottom: 10px
}

.page-main .block.block-order-details-view:nth-child(2) .block-title {
    display: none
}

#registration {
    border-left: 3px solid #f58c12;
    margin: 20px 0 25px;
    padding: 0 0 0 12px;
    position: relative;
    width: 600px
}

#registration br {
    display: none
}

#registration form {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%
}

.opc-estimated-wrapper .minicart-wrapper {
    display: none
}

.amcheckout-trust-badges {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px
}

.amcheckout-trust-seal {
    font-size: 8px;
    max-width: 137px
}

.checkout-payment-method .amcheckout-trust-seal {
    font-size: 10px;
    margin: 0 auto 15px;
    max-width: 66%;
    text-align: center
}

.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    font-size: 12px
}

.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
    margin-bottom: 0
}

.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
    height: auto !important
}

.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
    border: 1px solid #999;
    border-radius: 0;
    color: inherit !important
}

.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
    padding: 12px;
    background: #f4f4f4
}

.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
    width: 12px
}

.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    left: -3px
}

.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    right: -2px;
    width: 14px
}

.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
    left: 3px;
    border-right-color: #f4f4f4;
    border-left-color: #f4f4f4
}

.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
    top: 2px;
    width: 16px;
    height: 16px;
    background-color: #999 !important
}

.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    left: 15px
}

.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    left: -5px;
    z-index: -1
}

.checkout-index-index .am-gift-message .edit-link {
    display: none;
    color: #1979c3;
    cursor: pointer
}

.checkout-index-index .am-gift-message.checked .edit-link {
    display: inline
}

._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content>.amcheckout-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between
}

._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    display: block;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #f9f9f9;
    border-radius: 2px;
    background: #f9f9f9;
    cursor: pointer
}

._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 15px
}

._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
    box-shadow: 0 2px 8px rgba(56, 77, 108, .4)
}

._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #1979c3
}

@media all and (min-width:768px) {

    ._amcheckout-selectable-item,
    .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
    .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
    .amcheckout-step-container .shipping-address-items .shipping-address-item,
    .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
    .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
        width: 48%
    }

    ._amcheckout-selectable-item:nth-last-child(-n+2),
    .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n+2),
    .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n+2),
    .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n+2),
    .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n+2),
    .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

.am-checkout.-modern {
    background: 0 0;
    box-sizing: border-box;
    padding: 0
}

.am-checkout.-modern.-layout-1column {
    margin: auto;
    max-width: 750px
}

.am-checkout.-modern .checkout-header {
    padding: 0
}

.am-checkout.-modern .authentication-wrapper {
    margin-right: 0
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background: #1979c3;
    border-radius: 2px;
    color: #fff;
    height: auto;
    padding: 5px 20px;
    transition: all .3s ease
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
    background: #429fe7
}

.am-checkout.-modern .opc-estimated-wrapper {
    margin: 0 -15px 15px
}

.am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-start
}

.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
    font-size: 12px;
    width: 66%
}

.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
    order: inherit;
    text-align: start
}

.amcheckout-main-container.-modern {
    clear: both;
    color: #363636
}

.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 40px 0 0
}

.amcheckout-step-container {
    font-size: 16px
}

.amcheckout-step-container>li {
    list-style: none
}

.amcheckout-step-container .amcheckout-title {
    background: #eee;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 15px
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon {
    border: 2px solid #1979c3;
    border-radius: 50%;
    box-sizing: border-box;
    float: right;
    height: 24px;
    position: relative;
    transition: all .3s ease;
    width: 24px
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title>.amcheckout-icon:hover:before {
    border-color: #429fe7
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon:before {
    border-bottom: 2px solid #1979c3;
    border-right: 2px solid #1979c3;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 41%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .3s ease;
    width: 8px
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon.-minus {
    transform: rotate(180deg)
}

.amcheckout-step-container .amcheckout-title+.amcheckout-content>.amcheckout-wrapper {
    padding: 20px 0
}

.amcheckout-step-container .fieldset:last-child {
    margin-bottom: 0
}

.amcheckout-step-container .fieldset>br,
.amcheckout-step-container .fieldset>hr {
    display: none
}

.amcheckout-step-container .fieldset>.field>.label,
.amcheckout-step-container .fieldset>.fields>.field>.label {
    font-weight: 400
}

.amcheckout-step-container .opc-block-summary {
    margin: 0;
    padding: 0
}

.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
    max-width: inherit
}

.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
    margin-top: 15px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
    max-width: unset
}

.amcheckout-step-container .note {
    color: #777
}

.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container) {
    background: #1979c3;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff
}

.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
    border: none
}

.amcheckout-step-container .amcheckout-button.-new-address {
    margin-top: 20px;
    transition: all .3s ease
}

.amcheckout-step-container .amcheckout-button.-new-address:hover {
    background: #429fe7
}

.amcheckout-step-container .payment-method-content>.actions-toolbar>.primary .action.primary,
.amcheckout-step-container .payment-method-content>.actions-toolbar>.primary .amshopby-button,
.amcheckout-step-container .payment-method-content>.actions-toolbar>.primary .am-filter-go {
    float: none;
    font-size: 16px;
    margin: 0 15px 0 0;
    padding: 12px 16px
}

.amcheckout-step-container .action-edit-address {
    margin-top: 15px
}

.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
    background: #315499;
    padding: 14px 30px;
    transition: all .3s ease
}

.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
    background: #5078c7
}

.amcheckout-step-container .form-discount .actions-toolbar .action {
    min-height: 40px
}

.amcheckout-step-container input[type=number]:focus {
    -moz-appearance: none !important
}

.amcheckout-step-container input[type=text],
.amcheckout-step-container input[type=password],
.amcheckout-step-container input[type=url],
.amcheckout-step-container input[type=tel],
.amcheckout-step-container input[type=search],
.amcheckout-step-container input[type=number],
.amcheckout-step-container input[type=datetime],
.amcheckout-step-container input[type=email],
.amcheckout-step-container select {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    font-size: 16px;
    height: 40px
}

.amcheckout-step-container .checkout-agreements .action-show {
    background: inherit;
    color: inherit;
    font-size: inherit
}

.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
    height: auto
}

.amcheckout-step-container input[type=checkbox],
.amcheckout-step-container input[type=radio] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    left: unset;
    top: unset
}

.amcheckout-step-container input[type=checkbox]+label,
.amcheckout-step-container input[type=radio]+label {
    cursor: pointer;
    display: flex
}

.amcheckout-step-container input[type=checkbox]+label span:only-child,
.amcheckout-step-container input[type=radio]+label span:only-child {
    flex: auto
}

.amcheckout-step-container input[type=checkbox]+label:before,
.amcheckout-step-container input[type=radio]+label:before {
    background: #fff !important;
    border: 2px solid #ccc;
    box-sizing: border-box;
    content: '';
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 3px 15px 0 0;
    min-height: 15px;
    min-width: 15px;
    width: 15px
}

.amcheckout-step-container input[type=checkbox]+label:hover:before,
.amcheckout-step-container input[type=radio]+label:hover:before,
.amcheckout-step-container input[type=checkbox]:checked+label:before,
.amcheckout-step-container input[type=radio]:checked+label:before {
    border-color: #1979c3;
    box-shadow: 0 2px 4px rgba(63, 156, 215, .4)
}

.amcheckout-step-container input[type=checkbox]+label:before {
    border-radius: 2px
}

.amcheckout-step-container input[type=checkbox]:checked+label:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
    background-size: contain !important;
    border-width: 0
}

.amcheckout-step-container input[type=radio]+label:before {
    border-radius: 50%;
    transition: all .2s ease
}

.amcheckout-step-container input[type=radio]:checked+label:before {
    border-width: 5px
}

.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
    width: calc(50% - 7px)
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
    margin: 0;
    width: 100%
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
    align-items: center;
    display: flex;
    height: 40px;
    margin-left: 10px;
    position: relative;
    top: 0
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
    color: #363636;
    line-height: 40px;
    margin-left: auto
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
    display: inline-block
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
    float: right
}

.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
    margin-bottom: 20px
}

.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
    margin-top: 20px
}

.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
    margin-bottom: 10px
}

.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    padding: 20px
}

.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
    display: none
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
    margin-top: 20px
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
    background: #ddf0ff;
    border: 1px solid #1787e0;
    color: #1979c3;
    float: right
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
    background: #1787e0;
    color: #fff
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
    background: 0 0;
    color: #4e4e4e;
    font-size: 16px;
    padding-left: 0
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
    color: #1979c3
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 13px;
    width: 13px
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
    background-size: contain
}

.amcheckout-step-container .shipping-address-items .shipping-address-item {
    line-height: 30px;
    padding: 20px
}

.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
    visibility: hidden
}

.amcheckout-step-container .amcheckout-shipping-methods {
    display: block;
    max-width: inherit !important
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
    display: none
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    padding: 0 20px
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
    border: none
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
    position: relative
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
    color: #c00815
}

.amcheckout-step-container .selected-store-pickup {
    margin-top: 15px
}

.amcheckout-step-container .selected-store-pickup .step-title {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    padding: 10px 0
}

.amcheckout-step-container .selected-store-pickup .step-content {
    padding: 10px 0
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar {
    margin-top: 15px
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar>.primary {
    float: none;
    padding: 10px 20px
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar>.primary .action {
    margin-top: 0
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
    background: 0 0;
    color: #1979c3
}

.amcheckout-step-container .amcheckout-delivery-date .field {
    width: 100%
}

.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    display: block
}

.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
    width: 100%
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
    margin: 0
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group+.payment-group .step-title {
    margin: 0
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
    margin-bottom: 40px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    padding: 0;
    width: 100%
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 20px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
    border: none !important;
    padding: 0
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    align-items: flex-start;
    padding: 20px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label>*:not(:only-child):not(:last-of-type) {
    margin-right: 5px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
    margin-left: auto;
    text-align: right
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
    display: none
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
    display: block;
    padding: 0 20px 0 45px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content>* {
    margin: 0
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content>*>* {
    margin: 0 0 20px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
    display: inline-block;
    vertical-align: middle
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar>.primary {
    float: left;
    padding-left: 0
}

.amcheckout-step-container .amcheckout-summary-container {
    background: 0 0
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #315499;
    color: #fff
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-title>.amcheckout-icon {
    background: #fff
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper {
    padding: 20px
}

.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px
}

.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
    background-size: contain;
    border: 0;
    bottom: 0;
    box-sizing: border-box;
    height: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 10px;
    z-index: 1
}

.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
    background-size: contain
}

.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
    float: left;
    margin-bottom: 10px
}

.amcheckout-step-container .amcheckout-summary-container .product-item .product {
    padding-bottom: 15px
}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
    border: 1px solid #d4d4d4;
    margin: 0
}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-left: 100px
}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
    padding: 15px 0 0
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
    flex-basis: 100%;
    order: 1;
    text-align: end
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
    align-items: center;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px 10px 0
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
    background: #f0f8ff;
    border: 1px solid #1787e0;
    border-radius: 2px;
    color: #1787e0
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
    background: #e6f3ff
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
    padding-right: 20px
}

.amcheckout-step-container .amcheckout-summary-container .product-item-name {
    margin: 0
}

.amcheckout-step-container .amcheckout-summary-container .details-qty {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0
}

.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
    margin-right: 10px
}

.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
    height: 30px
}

.amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: auto
}

.amcheckout-step-container .amcheckout-summary-container .field.configurable {
    width: 50%
}

.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
    margin-bottom: 10px
}

.amcheckout-step-container .amcheckout-summary-container .table-totals {
    border: none;
    font-size: 14px;
    width: 100%
}

.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
    border-top: none
}

.amcheckout-step-container .amcheckout-summary-container .item-options .label {
    display: block;
    margin-bottom: 10px
}

.amcheckout-step-container .amcheckout-additional-options {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    font-size: 0;
    margin: 0;
    padding: 0 20px
}

.amcheckout-step-container .amcheckout-additional-options>* {
    font-size: 14px
}

.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    margin: 20px 0
}

.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes>* {
    margin-bottom: 5px
}

.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
    text-align: left
}

.amcheckout-step-container .opc-payment-additional {
    padding: 0 20px
}

.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
    padding-left: 0;
    padding-right: 0
}

.amcheckout-step-container .opc-payment-additional .label {
    display: block;
    margin-bottom: 4px
}

.amcheckout-step-container .opc-payment-additional .form-discount .label {
    display: none
}

.amcheckout-step-container .amcheckout-trust-seal {
    font-size: 9px;
    max-width: 161px
}

.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
    background: 0 0;
    cursor: inherit;
    font-size: inherit;
    font-weight: 400;
    padding: 0
}

.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
    margin-top: 40px
}

[data-amgdpr-content-from=subscription] {
    display: table-row-group
}

.block.newsletter .form.subscribe>[data-amgdpr-content-from=subscription].amgdpr-checkbox.field {
    float: none
}

[data-amgdpr-content-from=subscription] .amgdpr-checkbox {
    margin-top: 8px
}

[data-amgdpr-content-from=subscription] .amgdpr-label.label {
    position: inherit
}

.amgdpr-modal-container .amgdpr-privacy-policy {
    display: none
}

.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
    overflow-y: scroll;
    max-height: 500px;
    word-wrap: break-word
}

.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
    max-width: 1130px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .35)
}

.amgdpr-modal-container .modal-header {
    padding: 30px 30px 20px
}

.amgdpr-modal-container .modal-content {
    padding: 0 30px 0 25px
}

.amgdpr-modal-container .modal-footer {
    padding: 30px 35px 30px
}

.amgdpr-modal-container .modal-header .modal-title {
    margin-left: 10px;
    padding: 0;
    border-bottom: none;
    color: #5384ec;
    font-weight: 400;
    font-size: 26px
}

.amgdpr-modal-container .action.action-primary:hover {
    background-color: #1357e6
}

.amgdpr-modal-container .action.action-primary {
    width: 100%;
    border-radius: 3px;
    background-color: #5384ec;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    font-weight: 700;
    transition: background-color .3s ease-out
}

.amgdpr-modal-container .action-close {
    top: 10px;
    right: 10px
}

.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
    width: 6px
}

.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
    width: 6px;
    background: #fff
}

.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #e0e0e0
}

.amgdpr-notification-container {
    margin-left: 10px;
    padding: 25px;
    font-weight: 600;
    background: #ffeaac
}

.amgdpr-cookie-link .amgdpr-link {
    display: none
}

.amgdpr-cookie-link .amgdpr-link.-show {
    display: block
}

.amgdprcookie-cookie-container {
    margin: 0 10px 20px 0
}

.amgdprcookie-cookie-container.-modal:first-child {
    padding-top: 25px
}

.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
    padding-left: 25px
}

.amgdprcookie-cookie-container.-modal {
    margin-right: 30px;
    box-shadow: none;
    direction: ltr
}

.amgdprcookie-cookie-container .amgdprcookie-header {
    display: flex;
    justify-content: space-between
}

.amgdprcookie-cookie-container .amgdprcookie-caption {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px
}

.amgdprcookie-cookie-container .amgdprcookie-text {
    margin-bottom: 10px;
    color: #363636;
    font-size: 12px
}

.amgdprcookie-cookie-container .amgdprcookie-options {
    font-size: 12px;
    color: #5384ec;
    cursor: pointer
}

.amgdprcookie-toggle-cookie {
    position: relative;
    padding-left: 50px
}

.amgdprcookie-toggle-cookie .amgdprcookie-input {
    visibility: hidden;
    width: 0;
    height: 0
}

.amgdprcookie-toggle-cookie .amgdprcookie-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 29px;
    border-radius: 40px;
    background: #a5a5a5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    cursor: pointer
}

.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 25px;
    height: 25px;
    border-radius: 40px;
    background: #fff;
    content: '';
    transition: all .4s ease
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled+.amgdprcookie-label {
    background: #e8e8e8
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled+.amgdprcookie-label:after {
    left: 95%;
    transform: translateX(-100%)
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled])+.amgdprcookie-label {
    background: #1979c3
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled])+.amgdprcookie-label:after {
    left: 95%;
    transform: translateX(-100%)
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked])+.amgdprcookie-label {
    background: #a5a5a5
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled+.amgdprcookie-label {
    background: #e8e8e8
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled+.amgdprcookie-label:after {
    left: 2px
}

.amgdprcookie-main-wrapper {
    color: #363636
}

.amgdprcookie-main-wrapper .amgdprcookie-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px
}

.amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 20px;
    line-height: 20px
}

.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
    display: flex
}

.amgdprcookie-main-wrapper .amgdprcookie-btn {
    padding: 7px 27px;
    border: 0;
    border-radius: 6px;
    background: #ef7c4a;
    box-shadow: 0 3px 5px rgba(62, 40, 13, .15);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px
}

.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
    margin: 0 15px
}

.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
    background: #eb5a1b
}

.amgdprcookie-cookie-container .amgdprcookie-link {
    display: block;
    color: #389dfe;
    text-align: right;
    text-transform: capitalize;
    letter-spacing: .3px;
    font-size: 12px;
    cursor: pointer
}

.amgdprcookie-bar-template {
    position: fixed;
    position: sticky
}

.amgdprcookie-bar-template.-bottom {
    position: static
}

.amgdprcookie-bar-template.-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    max-width: 740px;
    transform: translate(-50%, -50%)
}

.amgdprcookie-bar-template.-popup:before {
    width: 100%;
    height: 100%;
    background-color: #0a6c9f;
    content: ''
}

.amgdprcookie-bar-template.-popup .amgdprcookie-bar-container {
    padding: 50px
}

.amgdprcookie-bar-template.-popup .amgdprcookie-bar-block {
    width: 100%
}

.amgdprcookie-bar-template.-popup .amgdprcookie-buttons-block {
    display: flex
}

.amgdprcookie-bar-template.-popup .amgdprcookie-buttons-block .amgdprcookie-button:not(:last-child) {
    margin-bottom: 15px
}

.amgdprcookie-groups-modal .modal-inner-wrap {
    max-width: 740px;
    border-radius: 4px;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, .06)
}

.amgdprcookie-groups-modal.-table .modal-inner-wrap {
    overflow-x: auto;
    min-width: 700px;
    max-width: 1290px
}

.amgdprcookie-groups-modal .modal-title {
    border-bottom: none;
    font-weight: 700;
    font-size: 20px
}

.amgdprcookie-groups-modal .action-close {
    display: none
}

.amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 10px
}

.amgdprcookie-groups-modal .amgdprcookie-done {
    width: 100%;
    border-radius: 3px;
    background-color: #5384ec;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    font-weight: 700;
    transition: background-color .3s ease-out
}

.amgdprcookie-groups-modal .amgdprcookie-done:hover {
    background-color: #1357e6
}

.amgdprcookie-groups-modal:not(.-table) .modal-footer {
    padding-top: 0
}

.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
    display: block;
    overflow-y: auto;
    max-height: 500px;
    overflow: auto;
    scrollbar-color: #e0e0e0 #fff;
    scrollbar-width: thin;
    scrollbar-face-color: #e0e0e0;
    scrollbar-highlight-color: #e0e0e0;
    scrollbar-shadow-color: #e0e0e0;
    scrollbar-track-color: #fff
}

.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
    width: 6px
}

.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
    background-color: #fff;
    box-shadow: none
}

.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #e0e0e0
}

.amgdprcookie-bar-container {
    z-index: 10;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 30px 10px;
    background: #fff;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, .06)
}

.amgdprcookie-bar-container .amgdprcookie-buttons-block {
    display: flex;
    flex-direction: column
}

.amgdprcookie-bar-container .amgdprcookie-policy {
    margin-bottom: 20px;
    max-width: 640px;
    max-height: 30vh;
    overflow-y: auto
}

.amgdprcookie-bar-container .amgdprcookie-button:first-child {
    margin-bottom: 10px
}

.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
    padding: 10px 30px
}

.amgdprcookie-buttons-block {
    display: flex;
    flex-direction: column
}

.amgdprcookie-buttons-block.-settings {
    padding-bottom: 30px
}

.amgdprcookie-buttons-block .amgdprcookie-button {
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    background: #fff;
    box-shadow: none;
    color: #5384ec;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    font-weight: 700;
    transition: opacity .3s ease, color .3s ease-out, background-color .3s ease-out, border .3s ease-out
}

.amgdprcookie-buttons-block .amgdprcookie-button:hover {
    opacity: .9
}

.amgdprcookie-buttons-block .amgdprcookie-button:not(:last-child) {
    margin-bottom: 15px
}

.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
    flex-basis: 35%;
    background: #5384ec;
    color: #fff
}

.amgdprcookie-modal-template .amgdprcookie-buttons-block .amgdprcookie-button.-allow {
    order: 1
}

.amgdprcookie-modal-template {
    margin-left: 5px;
    background: #fff
}

.amgdprcookie-modal-template .amgdprcookie-button.-allow {
    margin-bottom: 0;
    background: inherit;
    color: #5384ec
}

.amgdprcookie-modal-container .modal-content {
    padding: 0
}

.amgdprcookie-groups-container {
    overflow-y: scroll;
    min-height: 170px;
    height: 58vh;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, .06);
    direction: rtl
}

.amgdprcookie-policy-container {
    padding: 24px;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, .06)
}

.amgdprcookie-text-container {
    margin-bottom: 15px
}

.amgdprcookie-text-container .amgdprcookie-policy {
    display: inline
}

.amgdprcookie-modal-container.modal-popup.modal-slide {
    right: 46px;
    left: 0;
    pointer-events: none
}

.amgdprcookie-modal-container .modal-inner-wrap {
    position: relative;
    margin: 0;
    height: 100%
}

.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
    position: absolute;
    right: 0
}

.amgdprcookie-modal-container .modal-inner-wrap .action-close {
    margin: 5px;
    padding: 0
}

.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
    content: ''
}

.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
    overflow: auto;
    scrollbar-color: #e8e8e8 #fff;
    scrollbar-width: thin;
    scrollbar-face-color: #e8e8e8;
    scrollbar-highlight-color: #e8e8e8;
    scrollbar-shadow-color: #e8e8e8;
    scrollbar-track-color: #fff
}

.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
    width: 4px
}

.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
    background-color: #fff;
    box-shadow: none
}

.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #e8e8e8
}

.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled+.amgdprcookie-label {
    background: #e8e8e8
}

.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
    display: table;
    width: 100%;
    table-layout: fixed
}

.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
    word-wrap: break-word
}

.field .control._with-tooltip .choice.field {
    width: calc(100% - 36px)
}

.field .control._with-tooltip .choice.field input {
    width: auto
}

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

.field .control select[multiple] {
    height: auto;
    background: #fff
}

tr.order-attributes td {
    padding-left: 0;
    padding-right: 0
}

.order-attributes .order-attributes-form {
    margin-top: 20px
}

.order-attributes .order-attributes-form.fieldset .field:last-child {
    margin-bottom: 20px
}

.ampromo-item .ampromo-options {
    margin-bottom: 20px;
    padding: 0 5px;
    overflow: hidden;
    transition: max-height .2s ease
}

.ampromo-gallery {
    width: 850px;
    margin: 0 30px
}

.ampromo-gallery[data-count="1"] {
    width: 280px
}

.ampromo-gallery[data-count="2"] {
    width: 570px
}

.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
    width: 42px !important;
    height: 42px !important
}

.ampromo-slick .slick-prev {
    left: -45px !important
}

.ampromo-slick .slick-next {
    right: -45px !important
}

.ampromo-slick .slick-dots {
    padding: 0 !important
}

.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover {
    height: 20px;
    width: 20px;
    padding: 5px !important;
    background: 0 0 !important;
    border: none !important;
    text-indent: 0 !important
}

.ampromo-slick .slick-slide {
    vertical-align: top
}

.ampromo-items-add {
    display: none;
    margin-bottom: 12px;
    padding: 7px;
    border: 1px solid #ededed;
    text-align: center
}

.ampromo-items-add>a {
    text-decoration: none;
    border-bottom: 1px dashed
}

.checkout-index-index .ampromo-items-add:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
    background-size: contain;
    vertical-align: middle
}

.ampromo-items-form {
    background: #fff;
    padding: 5px
}

.ampromo-items-form .ampromo-qty {
    width: 30%;
    margin-left: 35%;
    margin-top: 10%
}

.ampromo-items-form .product-info-price {
    padding-bottom: 10px;
    text-align: center;
    word-break: break-all
}

.ampromo-items-form .price-base-price .price {
    font-size: 25px;
    text-decoration: line-through
}

.ampromo-items-form .price-new-price .price-wrapper {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700
}

.ampromo-items-form .ampromo-item-qty-input>.mage-error {
    float: left
}

.ampromo-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 80px;
    height: 80px
}

.ampromo-loading.-show {
    display: inline-block
}

.ampromo-loading:after {
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    content: ' ';
    border-radius: 50%;
    border: 6px solid #ccc;
    border-color: #ccc transparent;
    animation: load 1.2s linear infinite
}

.ampromo-carousel-product.-loading {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .3;
    pointer-events: none
}

@keyframes load {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media only screen and (max-width:700px) {

    .ampromo-items-form .product-info-price>*:first-child,
    .ampromo-items-form .product-info-price>*:last-child {
        padding: 0
    }
}

.ampromo-overlay {
    position: fixed;
    top: -9999px;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    opacity: 0;
    transition: opacity .4s linear
}

.ampromo-overlay.-show {
    top: 0;
    opacity: 1
}

.ampromo-popup-wrapper {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    max-height: 95vh;
    overflow: auto;
    margin: 30px auto;
    padding: 24px;
    border: 1px solid #ededed;
    text-align: left;
    background-color: #fff
}

.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
    text-align: center
}

.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
    font-weight: 700
}

.ampromo-popup-wrapper .ampromo-item {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 8px 7px;
    border: 1px solid #ededed;
    transition: .6s
}

.ampromo-popup-wrapper .ampromo-item:hover {
    background: #ccc
}

.ampromo-popup-wrapper .ampromo-item .fieldset .field {
    margin-bottom: 10px
}

.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
    margin-bottom: 3px
}

.ampromo-popup-wrapper .ampromo-popup-title {
    margin: 0 auto 20px
}

.ampromo-popup-wrapper .ampromo-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
    background-size: contain;
    font-size: 0;
    cursor: pointer;
    opacity: .8
}

.ampromo-popup-wrapper .ampromo-close:hover {
    opacity: 1;
    transition: opacity .2s ease
}

.ampromo-popup-wrapper .ampromo-button {
    box-shadow: none;
    border: none
}

.ampromo-popup-wrapper .ampromo-item.-selected {
    background: #1f78c2
}

.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
    max-height: 690px
}

.ampromo-popup-wrapper .ampromo-item-image {
    display: block;
    margin: 7px auto
}

.ampromo-popup-wrapper .ampromo-title {
    margin: 0
}

.ampromo-popup-wrapper .slick-dots {
    position: initial
}

.ampromo-popup-wrapper .slick-dotted.slick-slider {
    margin-bottom: 2rem
}

@media only screen and (max-width:1000px) and (min-width:701px) {
    .ampromo-overlay .ampromo-gallery {
        width: 570px
    }

    .ampromo-popup-wrapper {
        padding: 24px 54px
    }
}

@media only screen and (max-width:700px) {
    .ampromo-overlay .ampromo-gallery {
        width: 280px;
        margin: 0 auto
    }

    .ampromo-popup-wrapper {
        padding: 24px 54px
    }
}

@media only screen and (max-width:400px) {
    .ampromo-overlay .ampromo-gallery {
        margin: 0 auto 30px auto
    }

    .ampromo-overlay .slick-prev,
    .ampromo-overlay .slick-next {
        display: none !important
    }

    .ampromo-popup-wrapper {
        padding: 15px
    }
}

.amrma-return-number {
    display: flex;
    flex-direction: column;
    align-items: center
}

.amrma-return-number .amrma-header {
    margin-bottom: 5px
}

.amrma-return-number .amrma-status {
    align-self: baseline
}

.amrma-header-block {
    display: flex;
    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: flex;
    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: 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: left;
    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+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNEODBGMzMiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjA0IDcuMzczYTEgMSAwIDAgMC0xLjQxNC0xLjQxNEwxMCA4LjU4NSA3LjM3NCA1Ljk2QTEgMSAwIDEgMCA1Ljk2IDcuMzczTDguNTg2IDEwIDUuOTYgMTIuNjI2YTEgMSAwIDEgMCAxLjQxNCAxLjQxNEwxMCAxMS40MTRsMi42MjYgMi42MjZhMSAxIDAgMCAwIDEuNDE0LTEuNDE0bC0yLjYyNi0yLjYyNyAyLjYyNi0yLjYyNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=')
}

.amrma-status-container .amrma-step.-resolved .-checked .amrma-name,
.amrma-status-container .amrma-step.-pending .-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: right
}

.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: flex;
    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-return-instructions,
.amrma-header-block {
    margin-bottom: 40px
}

.amrma-instructions {
    display: none
}

.amrma-instruction-block {
    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: flex;
    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: '';
    transform: rotate(225deg)
}

.amrma-instructions:checked+.amrma-instructions-title .amrma-show:before {
    top: 38%;
    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+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiM0M0EwNDciLz48cGF0aCBkPSJNMTYuNzY0IDkuNTYxYS45MzEuOTMxIDAgMCAwLS4wOTItMS4zMjkuOTcuOTcgMCAwIDAtMS4zNTIuMDlsLTQuODEyIDUuNDIzLTEuODczLTEuODQxYS45Ny45NyAwIDAgMC0xLjM1NCAwIC45MzEuOTMxIDAgMCAwIDAgMS4zMzJsMi40NzcgMi40MzVjLjE0LjEzOC4zMTMuMjI0LjQ5NC4yNTlhLjk3Ljk3IDAgMCAwIDEuMDg1LS4yNTNsNS40MjctNi4xMTZ6IiBmaWxsPSIjZmZmIiBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSIvPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iNiIgeT0iNyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249Ii41Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjIgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjwvZGVmcz48L3N2Zz4=')
}

.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: left center
}

.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+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4wNzEgOS45OTZhLjYwNi42MDYgMCAwIDEtLjg1NyAwTDcuNSA4LjI4MiA1Ljc4NiA5Ljk5NmEuNjA2LjYwNiAwIDAgMS0uODU3LS44NTdsMS43MTQtMS43MTRMNC45MjggNS43MWEuNjA2LjYwNiAwIDEgMSAuODU4LS44NTdMNy41IDYuNTY4bDEuNzE0LTEuNzE1YS42MDYuNjA2IDAgMCAxIC44NTcuODU3TDguMzU3IDcuNDI1bDEuNzE0IDEuNzE0YS42MDYuNjA2IDAgMCAxIDAgLjg1N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=')
}

.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+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjY3NCAzLjlsMy4xNTIgMy4yNGEuNTIuNTIgMCAwIDEgMCAuNzJMOC42NzQgMTEuMWEuNDg2LjQ4NiAwIDAgMS0uNyAwIC41Mi41MiAwIDAgMSAwLS43MmwyLjMwNi0yLjM3SDIuOTdWNi45OWg3LjMxTDcuOTc0IDQuNjJhLjUyLjUyIDAgMCAxIDAtLjcyLjQ4Ni40ODYgMCAwIDEgLjcgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=')
}

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

.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: flex;
    flex-direction: column;
    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: 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-5:before {
    width: 130px
}

.amrma-stars-container .amrma-stars-block .rating-4:before {
    width: 104px
}

.amrma-stars-container .amrma-stars-block .rating-3:before {
    width: 78px
}

.amrma-stars-container .amrma-stars-block .rating-2:before {
    width: 52px
}

.amrma-stars-container .amrma-stars-block .rating-1:before {
    width: 26px
}

.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+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
}

.amrma-stars-container .amrma-stars-block .amrma-star:before {
    display: inline-block;
    height: 24px;
    content: '';
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgZmlsbD0iI0ZGQzEwNyIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
}

.amrma-stars-container .amrma-stars-block .amrma-radio:not(:checked)+.amrma-star:hover:before {
    opacity: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgZmlsbD0iI0ZGQzEwNyIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
    cursor: pointer
}

.amrma-send {
    margin-left: 10px;
    padding: 12px 16px;
    border: 1px solid #1979c3;
    border: none;
    border-radius: 3px;
    color: #fff;
    background: #1979c3;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -ms-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 print {

    .nav-sections,
    .page-footer,
    .sidebar,
    .page-title-wrapper,
    .amrma-received-message,
    .amrma-cancel,
    .amrma-status,
    .amrma-status-container,
    .amrma-return-instructions,
    .amrma-tracking-information,
    .amrma-chat-title,
    .amrma-chat-container {
        display: none
    }

    .page-wrapper .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col {
        padding-left: 0 !important
    }

    .page-wrapper .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:first-child {
        position: relative;
        top: 0
    }

    .page-wrapper .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:first-child .amrma-image {
        margin-right: 0;
        padding: 5px
    }

    .page-wrapper .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col .amrma-status {
        display: block
    }
}

.amreturns-order-select {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: 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 {
    flex: inherit;
    flex-basis: 100%;
    margin: 20px 0 5px 20px
}

.amreturns-orders-container {
    display: flex;
    flex-direction: column;
    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;
    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+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiNEODFCNjAiLz48cGF0aCBkPSJNOS43OSA3LjM4NGwzLjEyMSAzLjE3NWEuODEuODEgMCAwIDAgLjA4OS0uMzU1VjQuNzlhLjc2My43NjMgMCAwIDAtLjA1NS0uMjc4TDkuNzg5IDcuMzg0ek04LjAyNiA4LjI3OWw0LjU3OS00LjE3QS43ODcuNzg3IDAgMCAwIDEyLjIwNiA0aC05LjQxYS43NzMuNzczIDAgMCAwLS4zOTguMTA5bDQuNTc4IDQuMTdhLjc3NS43NzUgMCAwIDAgMS4wNSAweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMi41MjkgMTAuOTI5TDkuMzk5IDcuNzRsLTEuMDIxLjkzMWExLjI5MyAxLjI5MyAwIDAgMS0xLjc1IDBsLTEuMDA2LS45MTctMy4xNSAzLjE3NWMuMS4wNDUuMjEuMDcxLjMyNC4wNzFoOS40MDhhLjc0Ny43NDcgMCAwIDAgLjMyNS0uMDcxek0yLjA1NSA0LjUxMkEuODIzLjgyMyAwIDAgMCAyIDQuNzl2NS40MTRjMCAuMTI3LjAzNy4yNS4wODkuMzU4bDMuMTMyLTMuMTY0LTMuMTY2LTIuODg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==')
}

.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: flex;
    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;
    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;
    transform: rotate(135deg)
}

.amrma-product {
    display: flex
}

.amrma-product-item {
    display: flex;
    justify-content: space-between;
    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-name,
.amrma-customer-address {
    flex-basis: 50%
}

.amrma-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px
}

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: 0 0
}

.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.-options,
.amrma-message-container.-gray {
    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: flex;
    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: 0 0
}

.amrma-input-block {
    max-width: 620px;
    margin-bottom: 20px
}

.amrma-input-block .amrma-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px
}

.amrma-input-block .amrma-field {
    font-size: 16px
}

.amrma-chat-send .amrma-textarea,
.amrma-comment-block .amrma-comment {
    font-size: 16px
}

.amrma-return-message {
    margin-bottom: 10px;
    border-radius: 2px;
    background: #f5f5f5
}

.amrma-img-text {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
    background: #f5f5f5
}

.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;
    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+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjM5NiAxNmEzLjMzMiAzLjMzMiAwIDAgMS0yLjM5My0xLjAzNUEzLjU2NSAzLjU2NSAwIDAgMSAwIDEyLjQ5MmEzLjMxOCAzLjMxOCAwIDAgMSAuOTIyLTIuMzE4bC4xNC0uMTQ3TDkuNTU4IDEuMjVBNC4wNzkgNC4wNzkgMCAwIDEgMTIuNTExIDBjMS4xMzYtLjAwMSAyLjI4Ny40NjMgMy4xNjUgMS4zN0E0LjcwNyA0LjcwNyAwIDAgMSAxNyA0LjYzNmE0LjM2NCA0LjM2NCAwIDAgMS0xLjIxIDMuMDVsLTcuMTMyIDcuMzctLjUzMS41NDgtMS4wNi0xLjA5N0wxNC43MyA2LjU5Yy41MTMtLjUzLjc2OC0xLjIyNi43Ny0xLjk1M2EzLjEzIDMuMTMgMCAwIDAtLjg4Ni0yLjE3MSAyLjkzMiAyLjkzMiAwIDAgMC0yLjEwMy0uOTE1IDIuNTk5IDIuNTk5IDAgMCAwLTEuODkuNzk1TDEuOTg0IDExLjI3Yy0uMzIyLjMzMi0uNDguNzYzLS40ODIgMS4yMjIgMCAuNDg1LjE4My45ODYuNTYyIDEuMzc3LjM3OS4zOS44NjIuNTggMS4zMzIuNThhMS42MzUgMS42MzUgMCAwIDAgMS4xODQtLjQ5Nmw2LjUxNC02LjczYS42NTUuNjU1IDAgMCAwIC4xODItLjQ3LjguOCAwIDAgMC0uMjI5LS41NTYuNzQ1Ljc0NSAwIDAgMC0uNTM4LS4yMzYuNjIuNjIgMCAwIDAtLjQ1My4xODhsLTUuNTQgNS43MjQtMS4wNjItMS4wOTYgNS41NC01LjcyNGMuNDE2LS40MzIuOTctLjY0NiAxLjUxNS0uNjQ0LjU3OCAwIDEuMTYuMjM2IDEuNi42OTEuNDQuNDU2LjY3IDEuMDU2LjY3IDEuNjU0IDAgLjU2LS4yMDcgMS4xMzQtLjYyMyAxLjU2NEw1LjY0IDE1LjA0OUEzLjEwNCAzLjEwNCAwIDAgMSAzLjQwMiAxNmgtLjAwNnoiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=')
}

.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+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ljc5MyAyN2MtMS40Ny4wMDItMi45NTMtLjU5Mi00LjA4My0xLjc0N0E1Ljk4MiA1Ljk4MiAwIDAgMSAwIDIxLjA4MWE1LjU2OCA1LjU2OCAwIDAgMSAxLjU3My0zLjkxMmwuMjQtLjI0OEwxNi4zMDQgMi4xMDlBNi45OTYgNi45OTYgMCAwIDEgMjEuMzQyIDBjMS45MzgtLjAwMiAzLjkwMi43OCA1LjM5OSAyLjMxQTcuODk4IDcuODk4IDAgMCAxIDI5IDcuODI1Yy4wMDMgMS44NjgtLjY4MyAzLjczOC0yLjA2NCA1LjE0OUwxNC43NyAyNS40MDlsLS45MDYuOTI1LTEuODEtMS44NTFMMjUuMTI4IDExLjEyYy44NzYtLjg5NSAxLjMxMS0yLjA3IDEuMzEzLTMuMjk3IDAtMS4yOTYtLjUtMi42My0xLjUxLTMuNjYzLTEuMDEzLTEuMDM1LTIuMzE2LTEuNTQzLTMuNTg4LTEuNTQ0YTQuNDU3IDQuNDU3IDAgMCAwLTMuMjI0IDEuMzQzTDMuMzg0IDE5LjAxOGMtLjU0OS41Ni0uODIgMS4yODctLjgyMiAyLjA2My4wMDIuODE4LjMxMyAxLjY2My45NiAyLjMyMy42NDUuNjU3IDEuNDcuOTc4IDIuMjcxLjk4YTIuODA0IDIuODA0IDAgMCAwIDIuMDItLjgzOWwxMS4xMTItMTEuMzU3Yy4yMDgtLjIxMy4zMS0uNDgyLjMxMS0uNzkxIDAtLjMyNi0uMTI0LS42NjYtLjM5MS0uOTRhMS4yNzggMS4yNzggMCAwIDAtLjkxOC0uMzk4IDEuMDYzIDEuMDYzIDAgMCAwLS43NzMuMzE4bC05LjQ1IDkuNjU4LTEuODEyLTEuODQ4IDkuNDUyLTkuNjZhMy41OCAzLjU4IDAgMCAxIDIuNTgzLTEuMDg2Yy45ODYgMCAxLjk3OC4zOTcgMi43MyAxLjE2NmEzLjk5OSAzLjk5OSAwIDAgMSAxLjE0MSAyLjc5IDMuNzcxIDMuNzcxIDAgMCAxLTEuMDYxIDIuNjRMOS42MiAyNS4zOTRBNS4zMjMgNS4zMjMgMCAwIDEgNS44MDMgMjdoLS4wMSIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==')
}

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

._strong {
    font-weight: 600
}

._nomargin {
    margin: 0
}

._hide {
    display: none
}

.amrma-chat-container {
    box-sizing: border-box;
    background: #f9f9fc;
    border: 1px solid #ebeef5;
    border-radius: 2px
}

.amrma-chat-block {
    display: flex;
    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: flex;
    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: flex;
    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+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjM5NiAxNmEzLjMzMiAzLjMzMiAwIDAgMS0yLjM5My0xLjAzNUEzLjU2NSAzLjU2NSAwIDAgMSAwIDEyLjQ5MmEzLjMxOCAzLjMxOCAwIDAgMSAuOTIyLTIuMzE4bC4xNC0uMTQ3TDkuNTU4IDEuMjVBNC4wNzkgNC4wNzkgMCAwIDEgMTIuNTExIDBjMS4xMzYtLjAwMSAyLjI4Ny40NjMgMy4xNjUgMS4zN0E0LjcwNyA0LjcwNyAwIDAgMSAxNyA0LjYzNmE0LjM2NCA0LjM2NCAwIDAgMS0xLjIxIDMuMDVsLTcuMTMyIDcuMzctLjUzMS41NDgtMS4wNi0xLjA5N0wxNC43MyA2LjU5Yy41MTMtLjUzLjc2OC0xLjIyNi43Ny0xLjk1M2EzLjEzIDMuMTMgMCAwIDAtLjg4Ni0yLjE3MSAyLjkzMiAyLjkzMiAwIDAgMC0yLjEwMy0uOTE1IDIuNTk5IDIuNTk5IDAgMCAwLTEuODkuNzk1TDEuOTg0IDExLjI3Yy0uMzIyLjMzMi0uNDguNzYzLS40ODIgMS4yMjIgMCAuNDg1LjE4My45ODYuNTYyIDEuMzc3LjM3OS4zOS44NjIuNTggMS4zMzIuNThhMS42MzUgMS42MzUgMCAwIDAgMS4xODQtLjQ5Nmw2LjUxNC02LjczYS42NTUuNjU1IDAgMCAwIC4xODItLjQ3LjguOCAwIDAgMC0uMjI5LS41NTYuNzQ1Ljc0NSAwIDAgMC0uNTM4LS4yMzYuNjIuNjIgMCAwIDAtLjQ1My4xODhsLTUuNTQgNS43MjQtMS4wNjItMS4wOTYgNS41NC01LjcyNGMuNDE2LS40MzIuOTctLjY0NiAxLjUxNS0uNjQ0LjU3OCAwIDEuMTYuMjM2IDEuNi42OTEuNDQuNDU2LjY3IDEuMDU2LjY3IDEuNjU0IDAgLjU2LS4yMDcgMS4xMzQtLjYyMyAxLjU2NEw1LjY0IDE1LjA0OUEzLjEwNCAzLjEwNCAwIDAgMSAzLjQwMiAxNmgtLjAwNnoiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=')
}

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

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

.amskit-toolbar-wrap {
    position: fixed;
    bottom: 10px;
    left: 3%;
    z-index: 9999;
    width: 300px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25)
}

.amskit-toolbar-wrap.-open:after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 25px;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #fff)
}

.amskit-toolbar-wrap.-open {
    padding-bottom: 15px
}

.amskit-toolbar-box {
    padding: 10px 20px;
    border-radius: 10px;
    background: #e4e4e4;
    box-sizing: border-box;
    cursor: pointer
}

.amskit-toolbar-box.-open {
    border-radius: 10px 10px 0 0;
    cursor: auto
}

.amskit-toolbar-box>.amskit-title {
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.amskit-toolbar-box>.amskit-title:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    vertical-align: top;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center
}

.amskit-toolbar-box>.amskit-arrow {
    display: inline-block;
    float: right;
    width: 12px;
    height: 30px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center
}

.amskit-toolbar-box.-open>.amskit-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer
}

.amskit-toolbar-content {
    padding: 10px;
    max-height: 75vh;
    overflow: auto;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    background: #fff
}

.amskit-toolbar-content .amskit-table {
    table-layout: fixed
}

.amskit-toolbar-content>.amskit-title {
    margin: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 600;
    font-size: 16px
}

.amskit-toolbar-content>.amskit-background {
    margin: 5px -10px 25px;
    padding: 10px;
    background: #f6f6f6
}

.amskit-toolbar-content .amskit-cell {
    word-break: break-word;
    word-wrap: break-word
}

.amskit-toolbar-content .amskit-cell.-indent {
    padding-left: 35px
}

.amskit-toolbar-content .amskit-description {
    font-size: 12px;
    color: #adadad
}

.amskit-toolbar-content .amskit-description.-headings {
    padding-left: 25px
}

.amskit-toolbar-content .amskit-icon {
    position: relative;
    padding-left: 25px
}

.amskit-toolbar-content .amskit-icon:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px
}

.amskit-toolbar-content .amskit-icon.-warning:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center
}

.amskit-toolbar-content .amskit-icon.-normal:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center
}

.amskit-headings-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.amskit-headings-wrap>.amskit-item {
    margin-left: 8px;
    margin-bottom: 5px;
    text-align: center
}

.amskit-headings-wrap .amskit-head {
    text-transform: uppercase
}

.amskit-page-links {
    padding: 0;
    margin: 0;
    list-style: none
}

.amskit-page-links>.amskit-item {
    position: relative;
    padding-left: 10px
}

.amskit-page-links>.amskit-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #55b4ff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.amskit-page-links .amskit-label {
    display: inline-block;
    width: 80%
}

.amskit-separator-wrap {
    position: relative;
    margin: 15px 0;
    height: 1px;
    background: #c4c4c4
}

.amskit-separator-wrap~.amskit-url {
    display: none
}

.amskit-separator-wrap>.amskit-button {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    background: #fff;
    color: #c4c4c4;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.amskit-separator-wrap>.amskit-button:hover {
    border-color: #1787e0;
    color: #1787e0
}

@media (min-width:480px) {
    .amskit-toolbar-wrap.-open {
        width: 450px
    }

    .amskit-page-links .amskit-label {
        width: 55%
    }
}

.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
    word-wrap: break-word;
    word-break: break-word
}

.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
    word-break: break-all
}

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

.icon .brand-label {
    float: left
}

.amshopby-morefrom .products-grid .product-item {
    width: auto
}

.amshopby-morefrom .product-image-container {
    min-width: auto
}

.ambrands-menu-item.parent .ambrands-link.level-top:after {
    content: ''
}

.ui-tooltip.ui-widget {
    padding: 5px 10px;
    max-width: 250px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 1px 0 3px #ccc;
    word-wrap: break-word
}

.ui-tooltip .arrow {
    position: absolute;
    bottom: -15px;
    width: 20px;
    height: 15px
}

.ui-tooltip .arrow:after {
    position: absolute;
    border-top: 10px solid #ccc;
    content: ''
}

.ui-tooltip .arrow:before {
    position: absolute;
    top: -1px;
    z-index: 9;
    border-top: 9px solid #fff;
    content: ''
}

.ui-tooltip .arrow.top {
    top: -15px;
    transform: scale(1, -1)
}

.ui-tooltip .arrow.left {
    left: 15px
}

.ui-tooltip .arrow.left:before {
    left: 1px;
    border-right: 19px solid transparent
}

.ui-tooltip .arrow.left:after {
    border-right: 20px solid transparent
}

.ui-tooltip .arrow.right {
    right: 15px
}

.ui-tooltip .arrow.right:before {
    right: 1px;
    border-left: 19px solid transparent
}

.ui-tooltip .arrow.right:after {
    border-left: 20px solid transparent
}

.ui-tooltip .am-brand-small_image {
    display: block;
    margin: auto;
    max-width: 150px
}

.ui-tooltip .am-brand-image {
    display: block;
    margin: auto;
    max-width: 400px
}

.ui-tooltip .ui-tooltip-content h3 {
    margin: 5px 0
}

.amslider * {
    margin: 0;
    padding: 0
}

.amslider {
    position: relative;
    margin: 30px auto
}

.amslider .swiper-pagination {
    position: static;
    padding-bottom: 35px
}

.amslider .swiper-container>.wrapper {
    text-align: center
}

.amslider .swiper-container {
    overflow: hidden
}

.amslider .swiper-slide .ambrands-label {
    margin-top: 10px;
    min-height: 40px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px
}

.amslider .swiper-pagination-bullet {
    margin: 0 6px;
    width: 6px;
    height: 6px;
    background: #333
}

.amslider .swiper-pagination-bullet-active {
    background: #1979c2
}

.amslider .swiper-slide {
    text-align: center;
    font-size: 18px
}

.amslider .category-item .category-item-title {
    margin: auto
}

.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
    font-size: 15px;
    line-height: 1.2
}

.amslider .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.amslider .ambrands-empty {
    margin: auto
}

.amslider .swiper-button-next,
.amslider .swiper-button-prev {
    top: calc(50% - (40px/2));
    z-index: 2;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #1979c2;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    box-shadow: none
}

.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
    background-color: #006bb4
}

.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
    content: ''
}

.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
    background-color: #95b5d7
}

.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
    background-color: #ececec;
    opacity: 1
}

.amslider .swiper-button-next {
    right: -40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

.amslider .swiper-button-prev {
    left: -40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

.amslider-header-container {
    padding: 40px 10px 0;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 1.4
}

.children-category .amslider {
    position: relative;
    left: inherit;
    display: block;
    margin: 0 50px;
    width: 100%;
    transform: inherit
}

.amslider.ambrands-slider {
    margin-top: 20px;
    padding: 0;
    max-width: 100%
}

.amslider.ambrands-slider .ambrands-inner {
    position: relative;
    padding-bottom: 10px
}

.amslider.ambrands-slider .ambrands-swiper-brand {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.amslider.ambrands-slider .ambrands-image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin: 0 auto
}

.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
    max-width: 100%;
    max-height: 100%;
    width: auto
}

.amslider.ambrands-slider .slide {
    align-items: stretch
}

.amslider.ambrands-slider .slide .ambrands-image-block {
    overflow: hidden;
    margin-bottom: 10px
}

.amslider.ambrands-slider .swiper-slide {
    display: flex;
    align-items: stretch;
    padding: 0;
    height: auto
}

.amslider .slide {
    display: flex;
    align-items: flex-start;
    flex-basis: 30%;
    justify-content: center;
    margin: 0 9px 20px 0;
    max-width: 30%;
    color: #333;
    text-align: center
}

.amslider .slide .category-item {
    position: relative;
    padding: 10px;
    width: 100%;
    border: 1px solid #fff
}

.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
    position: relative;
    z-index: 2;
    padding: 10px;
    border-color: #bbb;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .3)
}

.amslider .slide .category-item.category-item-label img {
    margin-bottom: 25px
}

.amslider .slide .ambrands-swiper-brand .ambrands-image {
    height: auto
}

.children-category-container.swiper-container {
    margin: auto;
    width: calc(100% - 2*40px)
}

.children-category-container .swiper-wrapper {
    align-items: baseline
}

.amslider .swiper-slide {
    box-sizing: border-box;
    padding: 10px;
    color: #333
}

.amslider .swiper-slide .swiper-category-item {
    padding: 10px 0;
    border: 1px solid #fff
}

.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-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
    margin: 0;
    border: 1px solid #bbb;
    background: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .3)
}

.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
    display: inline-block;
    margin: 0 auto;
    color: #e2e2e2
}

.amslider .swiper-slide:hover,
.amslider .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%;
    margin: 0;
    transform: translateY(-50%)
}

#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
    opacity: 1;
    transition: all .3s ease
}

.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
    padding: 10px
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .ambrands-swiper-brand {
        width: 100%
    }

    .ambrands-swiper-brand .ambrands-empty {
        width: 100%
    }
}

.am-visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0
}

.am-word-break {
    word-break: break-word;
    word-wrap: break-word
}

.ie11 .am-word-break {
    word-break: break-all
}

.ui-tooltip .arrow {
    left: 8px;
    width: 15px
}

.ui-tooltip .arrow:after {
    border-right: 15px solid transparent
}

.ui-tooltip .arrow:before {
    border-right: 14px solid transparent
}

.amslider-container {
    margin: auto;
    margin-bottom: 15px;
    width: 100%
}

.am-rating-up {
    font-size: smaller
}

.amshopby-highlighted {
    background-color: #ff0
}

.amshopby-item .filter-value {
    margin-left: 5px
}

.amshopby-filter-tooltip {
    display: inline-block;
    margin-left: 6px;
    max-height: 16px;
    max-width: 16px;
    vertical-align: top
}

.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.filter-options-item .filter-options-title:after {
    font-size: 14px
}

.range.am-fromto-widget .am-filter-go {
    margin: 0 10px;
    vertical-align: top
}

.amshopby-button {
    word-break: break-word;
    word-wrap: break-word;
    background: #1979c3;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    letter-spacing: -.015em;
    line-height: 22px;
    min-height: 40px;
    text-align: center;
    transition: background .2s ease-in-out, border-color .2s ease-in-out
}

.ie11 .amshopby-button {
    word-break: break-all
}

.amshopby-button:not(.primary) {
    border-radius: 3px
}

.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
    box-shadow: none
}

.amshopby-button:hover {
    background: #399ae6;
    border-color: #399ae6
}

.amshopby-button:active,
.amshopby-button:focus {
    background: #135d96;
    border-color: #135d96
}

.am-filter-go {
    word-break: break-word;
    word-wrap: break-word;
    background: #1979c3;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    letter-spacing: -.015em;
    line-height: 22px;
    min-height: 40px;
    text-align: center;
    transition: background .2s ease-in-out, border-color .2s ease-in-out;
    margin: 15px 0 0;
    width: 25%
}

.ie11 .am-filter-go {
    word-break: break-all
}

.am-filter-go:not(.primary) {
    border-radius: 3px
}

.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
    box-shadow: none
}

.am-filter-go:hover {
    background: #399ae6;
    border-color: #399ae6
}

.am-filter-go:active,
.am-filter-go:focus {
    background: #135d96;
    border-color: #135d96
}

input[type=text].am-filter-price.-to.right {
    float: right
}

.am-swatch-options {
    display: flex;
    flex-direction: column
}

.am-swatch-options .swatch-option {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0 10px 0 0
}

.am-swatch-options>.item {
    padding-bottom: 4px
}

.am-swatch-options>.item:hover {
    background-color: transparent
}

.am-swatch-options .am-shopby-swatch-label {
    display: inline-block;
    max-width: 70%;
    vertical-align: middle;
    word-wrap: break-word
}

.filter-options .am-swatch-wrapper {
    line-height: initial;
    margin: 0 0 5px !important
}

.filter-options .am-swatch-wrapper.-amshopby-hidden {
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.catalog-topnav .filter-options {
    flex-wrap: wrap;
    min-height: 40px
}

.catalog-topnav .filter-options .filter-options-item {
    border: 0;
    display: inline-block
}

.catalog-topnav .filter-options .filter-options-content {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, .21), 0 6px 25px rgba(190, 199, 219, .28);
    margin-top: 12px;
    min-width: 100px;
    position: absolute;
    z-index: 9999
}

.catalog-topnav .filter-options .am-filter-items-rating li {
    margin: 0 0 10px
}

.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
    margin: 0
}

.catalog-topnav .block-actions {
    display: none
}

.catalog-topnav {
    display: none
}

.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    right: 8px;
    top: 5px
}

.page-layout-1column .filter-options-item.active .filter-options-content {
    padding: 10px 15px
}

.page-layout-1column .filter-options-content li.item {
    padding: 0
}

.filter [data-role=collapsible]:not([data-collapsible=true]) [data-role=content] {
    display: none
}

div.swatch-option-tooltip {
    z-index: 9999
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    background-size: contain !important
}

.filter-options .am-labels-folding .item {
    position: relative
}

.filter-options .ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0
}

.filter-options .ui-menu .ui-menu {
    position: absolute
}

.filter-options .ui-menu .ui-menu-item {
    cursor: pointer;
    list-style: none;
    margin: 0
}

.filter-options .ui-menu .ui-menu-item-wrapper {
    padding: 3px 1em 3px .4em;
    position: relative
}

.filter-options .ui-menu .ui-menu-divider {
    border-width: 1px 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px 0
}

.filter-options-content .am-swatch-wrapper {
    display: inline-block
}

.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
    background: 0 0
}

.filter-options-content .am-swatch-wrapper>.input.-hidden {
    display: none
}

.am-filter-items-attr_price {
    max-width: 350px;
    min-width: 130px
}

.am-filter-items-attr_color .swatch-option.text {
    padding: 1px 2px;
    width: 30px
}

.amasty-catalog-topnav.block.filter {
    flex-basis: auto
}

.amasty-catalog-topnav .filter-options .item:last-child {
    margin-bottom: 0
}

.amshopby-category-dropdown {
    background-color: #fff;
    border: 1px solid #adadad;
    cursor: pointer;
    display: block;
    font-weight: 400;
    min-height: 3.2rem;
    overflow: hidden;
    padding-right: 3.6rem;
    text-align: left;
    text-overflow: ellipsis;
    white-space: normal
}

.amshopby-category-dropdown:after {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: .5rem .4rem 0;
    box-sizing: border-box;
    content: '';
    height: 0;
    margin-top: -.2rem;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transition: all .2s linear;
    width: 0
}

.amshopby-category-dropdown:before {
    background-color: #e3e3e3;
    border: 1px solid #adadad;
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3.2rem
}

.am-category-wrapper {
    display: block;
    position: relative;
    user-select: none
}

.am-category-wrapper.-active .amshopby-category-dropdown:after {
    transform: rotate(180deg)
}

.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
    margin-left: 20px
}

.am-category-wrapper .amshopby-filter-parent {
    padding-left: 0
}

.am-category-wrapper .am-multiselect-crumb {
    background-color: #f5f5f5;
    border: 1px solid #a79d95;
    border-radius: 1px;
    display: inline-block;
    font-size: 1.2rem;
    margin: .3rem 0 .3rem .3rem;
    padding: .3rem 2.4rem .4rem 1rem;
    position: relative;
    transition: border-color .1s linear
}

.am-category-wrapper .am-multiselect-crumb .action-close {
    background-color: transparent;
    border: none;
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    color: #514943;
    font-size: .5em;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem
}

.am-category-wrapper .am-multiselect-crumb .action-close:before {
    content: 'x';
    font-size: 10px;
    transition: color .1s linear
}

.am-category-wrapper .am-multiselect-crumb .action-close>span {
    clip: rect(0, 0, 0, 0);
    display: none;
    overflow: hidden;
    position: absolute;
    visibility: hidden
}

.filter-options .am-labels-folding .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 0 20px;
    position: relative
}

.filter-options .am-labels-folding .item .am-input,
.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) input[type=radio],
.filter-options .amshopby-category-dropdown+form .item input[type=radio],
.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) input[type=checkbox],
.filter-options .amshopby-category-dropdown+form .item input[type=checkbox] {
    left: 0;
    margin: 0 5px 0 0;
    position: absolute;
    top: 4px
}

.filter-options .am-labels-folding .item .am-collapse-icon~.am-input {
    left: 20px
}

.filter-options .am-labels-folding .item .am-collapse-icon~[class*=am-filter-item-] {
    padding-left: 20px
}

.filter-options .amshopby-category-dropdown+form .item {
    flex-wrap: wrap
}

.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown+form .item {
    display: block;
    position: relative
}

.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~.am-input,
.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~.am-input,
.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~input[type=radio],
.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~input[type=radio],
.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~input[type=checkbox],
.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~input[type=checkbox],
.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~input[type=checkbox]+.amshopby-choice,
.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~input[type=checkbox]+.amshopby-choice {
    left: 20px
}

.filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .items-children.-folding {
    padding-left: 20px
}

.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .am-collapse-icon {
    display: flex;
    align-items: center;
    align-self: flex-start;
    left: 0;
    top: 0
}

.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
    margin: 0;
    position: static
}

.am-collapse-icon {
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    position: absolute;
    width: 20px
}

.am-collapse-icon:after,
.am-show-more:before {
    background: url("../image/arrow-bottom.svg") no-repeat 100%/contain;
    content: '';
    height: 20px;
    position: absolute;
    right: 0;
    width: 12px
}

.am-collapse-icon.-active:after {
    content: '';
    transform: rotate(180deg)
}

.amshopby-option-link {
    clear: both;
    display: inline-block;
    margin-right: 5px
}

.amshopby-option-link img {
    float: left;
    margin: 0 5px 5px 0
}

.amshopby-option-link img:not([src*='/resized']) {
    max-width: 30px;
    max-height: 30px
}

.amshopby-item-removed {
    text-decoration: none
}

.am-category-image {
    vertical-align: middle
}

.amshopby-filter-current .filter-label {
    vertical-align: middle
}

.amshopby-filter-current .amshopby-items {
    padding: 0 0 0 10px
}

.amshopby-filter-current .amshopby-item.item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 0 20px;
    position: relative
}

.amshopby-filter-current .amshopby-filter-name {
    display: flex;
    font-weight: 600;
    padding: 0 5px 0 0
}

.amshopby-filter-current .amshopby-filter-name:after {
    content: ':'
}

.ie11 .amshopby-filter-current .amshopby-filter-name:after {
    padding-left: 1px
}

.amshopby-filter-current .amshopby-filter-value {
    flex-grow: 1
}

.amshopby-filter-current .am-swatch-link {
    display: flex;
    align-items: center
}

.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
    margin: 0
}

.amshopby-filter-current .amshopby-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12px;
    left: 0;
    position: absolute;
    width: 12px
}

.ie11 .amshopby-filter-current .amshopby-remove {
    top: calc(50% - (12px/2))
}

.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
    background-color: #494949
}

.amshopby-filter-current .amshopby-remove:hover~* {
    opacity: .5
}

.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
    background-color: #c7c7c7;
    content: '';
    height: 1px;
    position: absolute;
    width: 100%
}

.amshopby-filter-current .amshopby-remove:after {
    transform: rotate(45deg)
}

.amshopby-filter-current .amshopby-remove:before {
    transform: rotate(-45deg)
}

.amshopby-filter-current .am-shopby-swatch-label {
    margin-left: 10px
}

.amshopby-filter-current .swatch-option-link-layered {
    display: flex;
    align-items: center;
    flex-basis: 100%
}

.amshopby-filter-current .item {
    padding-bottom: 0
}

.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
    background-color: #fff;
    border-color: #ccc;
    font-family: 'brother-1816', sans-serif;
    font-size: 14px;
    min-height: 32px
}

.am-dropdown .chosen-container .chosen-choices {
    background-image: none
}

.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: #000;
    font-family: 'brother-1816', sans-serif;
    min-width: 100px
}

.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
    display: flex;
    align-items: center;
    padding: 0 0 10px 20px
}

.am-porto-cmtb .amshopby-filter-current.filter-current .items {
    padding: 15px
}

.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
    padding: 12px 25px 0 0
}

.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto
}

.am-porto-cmtb .filter-options-content .swatch-option {
    min-width: 22px;
    width: 22px;
    height: 22px;
    border: none;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.am-porto-cmtb .page-wrapper>.page-header {
    z-index: 900
}

.am-porto-cmtb .page-main {
    z-index: 9
}

.am-porto-cmtb .am-show-more:hover {
    color: #006bb4 !important
}

.filter-options-item .filter-options-content .amshopby-slider-wrapper {
    margin: 0 10px
}

.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper>.items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
    margin: 0
}

.amshopby-slider-container {
    margin: 10px 0 5px
}

.amshopby-slider-container .ui-slider-range {
    position: absolute;
    z-index: 2
}

.amshopby-slider-container .am-slider:not(.-loaded) {
    opacity: 0;
    visibility: hidden
}

.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
    border-radius: 20px;
    content: '';
    position: absolute;
    z-index: 1
}

.amshopby-slider-container .am-slider .ui-slider-handle {
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0;
    overflow: inherit;
    padding: 0
}

.amshopby-slider-container .amshopby-slider-display {
    margin: 10px 0 0;
    text-align: center
}

.amshopby-slider-container .ui-slider-handle.ui-state-hover~.ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active~.ui-slider-handle {
    pointer-events: none;
    user-select: none
}

.amshopby-slider-container .amshopby-slider-tooltip {
    border: 1px solid #fff;
    border-radius: 2px;
    bottom: calc(100% + 7px);
    box-sizing: border-box;
    display: flex;
    font-size: 12px;
    justify-content: center;
    letter-spacing: .03em;
    line-height: 1;
    padding: 3px;
    position: absolute;
    transition: none;
    z-index: 1
}

.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
    position: absolute;
    top: -12px;
    width: 8px;
    z-index: 2
}

.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
    border: 1px solid;
    border-color: inherit;
    box-sizing: content-box;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    transform: rotate(45deg);
    width: 6px
}

.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
    background: inherit
}

.amshopby-slider-container.-default .am-slider {
    background: #dadada;
    height: 10px;
    margin: 0 8px
}

.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
    height: 10px;
    width: 16px
}

.amshopby-slider-container.-default .am-slider:before {
    left: -8px
}

.amshopby-slider-container.-default .am-slider:after {
    right: -8px
}

.amshopby-slider-container.-default .ui-slider-range {
    background: #b6b6b6;
    height: 10px
}

.amshopby-slider-container.-default .am-slider .ui-slider-handle {
    border-radius: 50%;
    height: 16px;
    transform: translate(-8px, -3px);
    width: 16px
}

.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
    flex-wrap: wrap;
    margin-top: 10px
}

.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
    margin-top: 25px
}

.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
    margin-top: 35px
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
    max-width: 210px
}

.amshopby-fromto-wrap .am-fromto-widget>.amshopby-input-wrapper {
    max-width: 50%;
    position: relative;
    width: calc(50% - 7px)
}

.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
    background-clip: padding-box;
    border: 1px solid #dfdedd;
    color: #494949;
    font-size: 14px;
    height: 40px;
    letter-spacing: .03em;
    text-align: center;
    width: 100%
}

.amshopby-fromto-wrap .am-fromto-widget>.delimiter {
    line-height: 40px;
    margin: 0;
    width: 14px
}

.amshopby-fromto-wrap .am-fromto-widget>.am-filter-go {
    margin: 15px 0 0;
    width: 100%
}

.amshopby-fromto-wrap .am-fromto-widget>.am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget>.am-filter-go:active {
    box-shadow: none
}

.amshopby-input-wrapper .amshopby-currency {
    background: #fff;
    bottom: calc(100% - 10px);
    color: #494949;
    font-size: 14px;
    left: 4px;
    letter-spacing: .03em;
    line-height: 16px;
    padding: 2px;
    position: absolute
}

.amshopby-slider-tooltip {
    color: #fff
}

.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
    opacity: 0;
    visibility: hidden
}

.amshopby-slider-container.-improved {
    margin-top: 30px
}

.amshopby-slider-container.-improved .am-slider {
    background: #dfdedd;
    height: 4px;
    margin: 0 8px
}

.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
    background: #dfdedd;
    height: 4px;
    width: 16px
}

.amshopby-slider-container.-improved .am-slider:before {
    left: -8px
}

.amshopby-slider-container.-improved .am-slider:after {
    right: -8px
}

.amshopby-slider-container.-improved .ui-slider-range {
    height: 4px
}

.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
    border-radius: 50%;
    height: 16px;
    top: -6px;
    transform: translateX(-8px);
    width: 16px
}

.amshopby-slider-container.-volumetric {
    margin-top: 20px
}

.amshopby-slider-container.-volumetric .am-slider {
    background: #dfdedd;
    border-radius: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
    height: 4px;
    margin: 0 4px
}

.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
    display: none
}

.amshopby-slider-container.-volumetric .ui-slider-range {
    border-radius: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
    height: 4px
}

.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
    border-radius: 2px;
    height: 12px;
    transform: translate(-4px, 10px);
    width: 8px
}

.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
    background: inherit;
    bottom: calc(100% - 4px);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    content: '';
    display: block;
    height: 6px;
    left: calc(50% - 3px);
    position: absolute;
    transform: rotate(-135deg);
    width: 6px
}

.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
    border-radius: 3px;
    bottom: calc(100% + 17px)
}

.amshopby-slider-container.-volumetric .amshopby-slider-corner {
    top: -23px
}

.amshopby-slider-container.-volumetric .amshopby-slider-display {
    margin-top: 20px
}

.amshopby-slider-container.-light {
    margin-top: 30px
}

.amshopby-slider-container.-light .am-slider {
    background: #dfdedd;
    height: 1px;
    margin: 0 8px
}

.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
    background: #dfdedd;
    height: 1px;
    width: 16px
}

.amshopby-slider-container.-light .am-slider:before {
    left: -8px
}

.amshopby-slider-container.-light .am-slider:after {
    right: -8px
}

.amshopby-slider-container.-light .ui-slider-range {
    height: 1px
}

.amshopby-slider-container.-light .am-slider .ui-slider-handle {
    background: #fff;
    border: 1px solid #dfdedd;
    border-radius: 50%;
    box-sizing: border-box;
    height: 16px;
    top: -8px;
    transform: translateX(-8px);
    width: 16px
}

.amshopby-slider-container.-light .amshopby-slider-corner {
    background: #fff;
    border-color: #dfdedd
}

.amshopby-slider-container.-light .amshopby-slider-tooltip {
    border-color: #dfdedd
}

.amshopby-slider-container.-dark {
    margin-top: 30px
}

.amshopby-slider-container.-dark .am-slider {
    background: #4a4948;
    height: 3px;
    margin: 0 5px
}

.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
    height: 3px;
    width: 10px
}

.amshopby-slider-container.-dark .am-slider:before {
    left: -5px
}

.amshopby-slider-container.-dark .am-slider:after {
    right: -5px
}

.amshopby-slider-container.-dark .ui-slider-range {
    height: 3px
}

.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
    border-radius: 2px;
    height: 15px;
    top: -6px;
    transform: translateX(-5px);
    width: 10px
}

.filter-options-item .filter-options-content {
    padding-bottom: 5px
}

.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.filter-options-item .filter-options-content .range {
    align-items: center;
    display: flex;
    margin-top: 15px;
    text-align: center
}

.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
    margin: 0 10px
}

.filter-options-item .filter-options-content .am-shopby-form {
    margin: 0 7px
}

.filter-options-item .filter-options-content .items [class*=am-filter-item] {
    margin-left: 0;
    padding: 0
}

.filter-options-item .filter-options-content .count {
    display: inline-flex;
    padding-left: 0
}

.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
    margin: 0;
    padding: 0
}

.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
    margin-right: 5px
}

.filter-options-item .filter-options-content .am-shopby-form {
    margin-bottom: -15px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px
}

.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
    background-color: unset
}

.amasty-catalog-topnav .filter-options-item .filter-options-content {
    padding-bottom: 10px
}

.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
    margin: 0
}

.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
    display: none
}

.filter-options .items.-am-overflow {
    overflow-x: hidden;
    overflow-y: auto
}

.filter-options .items .items-children.-folding {
    list-style: none;
    padding-left: 20px;
    width: 100%
}

.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
    padding-left: 20px
}

.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
    padding-left: 0
}

.filter-options .items .items-children.-folding .item {
    margin: 5px 0
}

.filter-options .item.-empty-value {
    opacity: .5;
    pointer-events: none;
    user-select: none
}

.filter-options .ui-widget-overlay {
    background: #aaa;
    opacity: .3
}

.filter-options .ui-widget-shadow {
    box-shadow: 0 0 5px #666
}

.filter-options .am-category-view {
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: none;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    white-space: nowrap;
    width: 100%;
    z-index: 9
}

.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
    margin: 0
}

.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    top: 0
}

.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
    left: 0;
    right: inherit
}

.filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 20px
}

.filter-options .am-category-view.-am-multiselect .item>.am-collapse-icon~a.amshopby-filter-parent {
    padding-left: 40px
}

.filter-options .am-category-view [class*=am-filter-item] {
    display: inline-block;
    white-space: initial
}

.filter-options .filter-options-content .rating-summary {
    display: inline-block;
    vertical-align: sub
}

.filter-options .amshopby-search-box {
    margin: 0 0 15px
}

.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*=am-filter-items-].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type=radio],
.filter-options .amshopby-category-dropdown+form .-am-singleselect .item input[type=radio],
.filter-options .am-category-view input[type=radio] {
    display: none
}

.filter-options .am-labels-folding.-am-singleselect .item {
    padding: 0
}

.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent)>.item.-is-expanded {
    margin-left: 20px
}

.filter-options-content .am-ranges .items.-am-multiselect .item {
    position: relative
}

.filter-options-content .am-ranges .items.-am-multiselect .item [class*=am-filter-item] {
    padding-left: 20px
}

.filter-actions .filter-clear {
    color: #1979c3;
    font-size: 14px;
    line-height: 19px
}

.filter-actions .filter-clear:hover {
    color: #399ae6;
    text-decoration: none
}

.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
    color: #135d96
}

.filter-options-content .item a:hover {
    background-color: transparent;
    color: #1979c3
}

.filter-options-content .item a:hover .count {
    color: #1979c3
}

.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
    color: #135d96;
    text-decoration: none
}

.filter-options-content .item:first-child {
    margin-top: 0
}

.filter-options-content .item:last-child {
    margin-bottom: 0
}

.filter-options-content .item>a {
    display: block
}

.filter-options-content .items.-am-singleselect .item>input[type=radio] {
    display: none
}

.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected+.am-shopby-swatch-label {
    color: #1979c3
}

.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected+.am-shopby-swatch-label .count {
    color: #1979c3
}

.am-show-more,
.filter-options-content .am-show-more {
    background: 0 0;
    border: 0;
    color: #070605;
    cursor: pointer;
    display: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 20px;
    margin: 10px 0 0;
    padding: 0 22px 0 0;
    position: relative
}

.amasty-catalog-topnav .filter-options-content .am-show-more {
    padding-left: 0
}

.filter-options-content .am-show-more {
    padding-left: 10px
}

.am-show-more:hover,
.filter-options-content .am-show-more:hover {
    background-color: transparent;
    color: #838382;
    text-decoration: none
}

.am-show-more:active,
.filter-options-content .am-show-more:active {
    box-shadow: none;
    color: #070605
}

.am-show-more:before {
    top: 0
}

.am-show-more.-active {
    align-items: center;
    display: inline-flex
}

.am-show-more .am-counter {
    display: inline-block;
    margin: 0 2px;
    opacity: .5
}

.am-show-more[data-is-hide=false]:before {
    transform: rotate(180deg)
}

.amshopby-link-selected {
    color: #1979c3
}

.items[class*=category_ids]:not(.items-children)>.item>a {
    font-weight: 700
}

.filter-options .items:not(.items-children).-am-multiselect>.item.-is-by-click .items-children.-folding {
    padding-left: 0
}

.filter-options .items:not(.items-children).-am-multiselect>.item.-is-by-click .items-children.-folding .item.-is-expanded {
    margin-left: 20px
}

.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
    text-decoration: none
}

.filter-content [class*=am-filter-item]:hover~.amshopby-choice:before {
    border-color: #1979c3
}

.filter-content .items.-am-multiselect [class*=am-filter-item]:hover {
    color: inherit
}

.filter-content .items.-am-multiselect [class*=am-filter-item]:hover .count {
    color: #757575
}

.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
    position: relative;
    padding: 13px 0;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(190, 199, 219, .21), 0 6px 25px rgba(190, 199, 219, .28)
}

.amshopby-fly-out-view .ui-menu {
    width: 100%
}

.amshopby-fly-out-view .items-children:not(.ui-menu) {
    display: none
}

.amshopby-fly-out-view .am-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0
}

.amshopby-fly-out-view .am-input[type=radio]+.amshopby-choice {
    display: none
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin: 0;
    padding: 4px 20px;
    font-size: 14px;
    line-height: 18px
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
    background-color: #f8f8f9
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
    position: absolute;
    z-index: 995
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item>.amshopby-choice {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 3px 0;
    padding-left: 22px
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*=am-filter-item-] {
    display: inline-block;
    width: 100%
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*=am-filter-item-]:hover {
    background-color: transparent;
    color: inherit
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*=am-filter-item-]:hover>.count {
    color: #757575
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*=am-filter-item-]:hover~.amshopby-choice:before {
    border-color: #e3e3e3
}

.am_shopby_apply_filters {
    position: fixed;
    bottom: -80px;
    z-index: 999;
    width: 100%;
    transition: left .2s ease-in-out
}

.am_shopby_apply_filters.visible {
    bottom: 0
}

.am-show-button {
    z-index: 211;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
    border-top: 1px solid #ccc;
    background: #fff;
    text-align: center
}

.am-show-button>.am-items {
    margin: 0;
    padding: 0 10px;
    color: #070605;
    font-size: 14px;
    line-height: 22px
}

.am-show-button>.am-items.-loading {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../image/loader.svg') center/30px no-repeat;
    vertical-align: middle
}

.am-show-button>.amshopby-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-width: 90px;
    line-height: 1
}

.ie11 .am-show-button>.amshopby-button {
    padding: 10px
}

#amasty-shopby-product-list {
    z-index: 1
}

#amasty-shopby-product-list .products.wrapper {
    position: relative
}

.amshopby-overlay-block {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 230;
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, .5)
}

.amshopby-overlay-block>.amshopby-loader {
    position: absolute;
    top: 10%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    background: url('../image/loader.svg') center/100px no-repeat;
    transform: translate(-50%, -10%)
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.amshopby-slider-settings {
    list-style: none
}

.amshopby-slider-settings.-style {
    max-width: 214px
}

.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
    padding-bottom: 15px
}

.amshopby-slider-settings.-style .am-slider {
    z-index: 0;
    margin: 0
}

.amshopby-slider-settings.-style .amshopby-label {
    display: flex;
    align-items: center;
    padding-bottom: 45px
}

.amshopby-slider-settings.-style .amshopby-input {
    display: flex;
    align-items: center;
    justify-content: center
}

.amshopby-slider-settings.-style .amshopby-input:checked {
    background: #007bdb
}

.amshopby-slider-settings.-style .amshopby-input:checked:after {
    position: initial;
    margin: 0;
    width: 6px;
    height: 6px;
    background: #fff
}

.amshopby-slider-settings.-style .amshopby-title {
    padding-left: 7px
}

.amshopby-slider-settings.-style .amshopby-slider-tooltip {
    visibility: visible;
    opacity: 1;
    transition: none
}

.ambrands-word-break {
    word-wrap: break-word;
    word-break: break-word
}

.ie11 .ambrands-word-break {
    word-break: break-all
}

.amrelated-grid-wrapper .amshopby-option-link {
    margin-bottom: 10px
}

.amshopby-brand-title-link {
    font-weight: 700
}

.amshopby-brand-tooltip.-no-double~.amshopby-brand-tooltip.-no-double {
    visibility: hidden;
    opacity: 0
}

.ambrands-letters-filter {
    display: flex;
    flex-wrap: wrap
}

.ambrands-letters-filter .ambrands-letter {
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 1.2;
    margin: 0 12px 12px 0;
    min-height: 34px;
    min-width: 34px;
    padding: 6px;
    text-align: center
}

.ambrands-letters-filter .ambrands-letter:hover {
    background: #fff;
    border-color: #006bb4;
    text-decoration: none
}

.ambrands-letters-filter .ambrands-letter.-disabled {
    background: #ececec;
    border-color: #ececec;
    box-shadow: none;
    color: #ccc;
    pointer-events: none
}

.ambrands-letters-filter .ambrands-letter.hide {
    display: none
}

.ambrands-letters-filter .ambrands-letter.-active {
    background: #dff1ff;
    border-color: #006bb4;
    color: #006bb4
}

.ambrands-letters-filter .ambrands-letter.-letter-all {
    padding: 6px 11px
}

.ambrands-filters-block {
    display: inline-block;
    margin: 20px 0 53px;
    width: 100%
}

.ambrands-search-wrapper {
    margin-bottom: 30px;
    max-width: 460px
}

.ambrands-search-block {
    display: block;
    position: relative
}

.ambrands-search-block:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
    content: '';
    display: flex;
    height: 20px;
    left: 15px;
    min-width: 20px;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 20px/2);
    width: 20px
}

.ambrands-search-block .ambrands-clear {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
    border: 0;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    display: block;
    height: 40px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.ambrands-search-block .ambrands-clear:not(.-active) {
    display: none
}

.ambrands-search-block .ambrands-input {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 20px;
    margin: 0 0 10px;
    max-width: 100%;
    padding: 10px 40px
}

.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.ambrands-search-block .ambrands-input:-moz-placeholder {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    opacity: 1
}

.ambrands-search-block .ambrands-input::-moz-placeholder {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    opacity: 1
}

.ambrands-search-block .ambrands-input:-ms-input-placeholder {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
    color: #c7c7c7
}

.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
    color: #c7c7c7
}

.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
    color: #c7c7c7
}

.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
    color: #c7c7c7
}

.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
    border-color: #006bb4
}

._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
    box-shadow: none
}

.ambrands-livesearch-block {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, .21), 0 6px 25px rgba(190, 199, 219, .28);
    box-sizing: border-box;
    display: block;
    max-height: 250px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 460px;
    z-index: 99
}

.ambrands-livesearch-block:not(.-active) {
    display: none
}

.ambrands-livesearch-block>.ambrands-item {
    box-sizing: border-box;
    color: #000;
    display: block;
    float: left;
    padding: 5px 10px;
    width: 100%
}

.ambrands-livesearch-block>.ambrands-item:hover {
    background-color: #e8e8e8;
    text-decoration: none
}

.ambrands-livesearch-block>.ambrands-item.active {
    background-color: #e8e8e8
}

@supports (-webkit-touch-callout:none) {

    ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
    .ambrands-search-block .ambrands-input:not(:focus) {
        border-top-width: .5px
    }
}

.ambrands-letters-list .ambrands-letter {
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 100%;
    vertical-align: top
}

.ambrands-letters-list .ambrands-letter .ambrands-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 0
}

.ambrands-letters-list .ambrands-letter .ambrands-title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    color: #333;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 1
}

.ambrands-letter .ambrands-brand-item {
    position: relative;
    margin: 0 8px 16px;
    min-width: 100px
}

.ambrands-letter .ambrands-brand-item.-no-logo {
    max-width: calc(50% - (8px*2));
    width: 100%
}

.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
    padding-top: 10px
}

.ambrands-letter .ambrands-brand-item .ambrands-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(74, 83, 94, .03), 0 4px 10px rgba(104, 118, 139, .13);
    color: #333
}

.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
    border-color: #006bb4;
    text-decoration: none
}

.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
    border-color: #006bb4;
    background: rgba(65, 173, 255, .19)
}

.ambrands-letter .ambrands-brand-item .ambrands-empty {
    color: #e2e2e2
}

.ambrands-letter .ambrands-brand-item .ambrands-count {
    color: #c7c7c7
}

.ambrands-letter .ambrands-brand-item .ambrands-count:before {
    content: '('
}

.ambrands-letter .ambrands-brand-item .ambrands-count:after {
    content: ')'
}

.ambrands-letter .ambrands-brand-item .ambrands-label {
    word-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
    margin: auto;
    padding: 0 10px 10px;
    width: 100%;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 19px
}

.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
    word-break: break-all
}

.ambrands-brand-item .ambrands-image-block {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10px
}

.ambrands-brand-item .ambrands-image-block>.ambrands-image {
    max-width: 100%;
    max-height: 100%
}

.ambrands-letter .ambrands-image {
    display: block;
    margin: 0 auto;
    pointer-events: none
}

.ambrands-letters-list .ambrands-brand-item {
    list-style-type: none;
    text-align: center
}

.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
    display: none
}

.amxnotif-block {
    margin-bottom: 20px;
    clear: both
}

.amxnotif-block .input-fields {
    display: inline-block;
    width: 66%;
    vertical-align: top;
    margin: 0
}

.amxnotif-block .amxnotif_guest_action {
    vertical-align: top;
    display: inline-block;
    max-width: 32%;
    min-width: 120px
}

.amxnotif-block label {
    color: #2f2f2f;
    font-weight: 700;
    float: none;
    display: block
}

.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
    height: 32px;
    padding: 0 20px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center
}

.amxnotif-block div.field {
    margin: 5px 0
}

.products.list .amxnotif-block .amxnotif_guest_action {
    min-width: initial
}

.products.list .amxnotif-block.label:not(.subscribe-popup) {
    margin-bottom: inherit
}

.products.list .stock.link-stock-alert {
    margin-bottom: 20px;
    display: none
}

.category.subscribe-popup {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.amxnotif-block .subscribe-popup {
    background-color: #fefefe;
    position: relative;
    padding: 20px;
    border: 1px solid #888;
    height: auto;
    box-sizing: border-box
}

.category.amxnotif-block {
    display: none
}

.label.subscribe-popup a {
    cursor: pointer
}

.close-subscribe-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    color: #aaa;
    float: right;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer
}

.amxnotif-block .subscribe-popup label[for^=notification-container] {
    font-size: 20px;
    text-align: center
}

.amazon-button-container {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.amazon-button-container .amazon-button-column {
    display: flex;
    flex-direction: column;
    position: relative
}

.amazon-button-container .amazon-button-column-tooltip {
    width: 30px
}

.amazon-button-container.amazon-button-product-page {
    justify-content: left;
    margin-bottom: 2em
}

.amazon-sign-in-button-container {
    display: table;
    margin: 0 0 22px
}

.amazon-sign-in-button-container__cell {
    display: table-cell;
    min-width: 45px;
    position: relative
}

.amazon-sign-in-button-container img {
    display: block
}

.amazon-sign-in-button-container .field-tooltip {
    margin: -12px 0 0;
    right: 5px;
    top: 50%
}

.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content {
    top: 38px;
    left: -245px
}

.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content:before {
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #666;
    top: -10px;
    left: 244px
}

.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content:after {
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    top: -8px;
    left: 244px
}

.cart-summary .amazon-button-container .checkout-methods-items {
    margin-top: 0
}

.checkout-methods-items .amazon-button-container,
.block-minicart .amazon-button-container {
    flex-wrap: wrap
}

.checkout-methods-items .amazon-divider,
.block-minicart .amazon-divider {
    flex-basis: 100%
}

.checkout-methods-items .amazon-divider {
    margin-top: 0
}

.checkout-methods-items .amazon-divider span {
    background: #f5f5f5
}

.checkout-methods-items .amazon-button-column-tooltip .field-tooltip {
    display: block
}

.product-info-main .amazon-button-container .field-tooltip {
    display: none
}

#checkout .amazon-button-container {
    margin: 22px 0;
    justify-content: left
}

#amazon-payment .payment-method-title {
    display: flex;
    align-items: center
}

#amazon-payment .payment-method-title img {
    margin: 0 10px 0 4px
}

#amazon-payment .checkout-billing-address {
    margin-top: 20px
}

#amazon-payment .amazon-payment-action-container {
    padding-left: 10px
}

#amazon-payment .actions-toolbar {
    margin-top: 20px
}

.amazon-divider {
    border-bottom: 1px solid #ccc;
    line-height: .1em;
    margin: 18px 0 20px;
    text-align: center;
    max-width: 500px
}

.amazon-divider span {
    background: #fff;
    padding: 0 5px
}

.product-social-links,
.amazon-minicart-container {
    width: 100%;
    display: block;
    text-align: center
}

.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
    top: 38px;
    left: -245px
}

.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #666;
    top: -10px;
    left: 244px
}

.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    top: -8px;
    left: 244px
}

.amazon-minicart-container .amazon-button-container {
    display: inline-block;
    margin: 0
}

.amazon-checkout-now {
    border-top: 1px solid #c1c1c1;
    padding-top: 10px;
    margin-bottom: 10px
}

.revert-checkout {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block
}

.centered-button {
    text-align: center;
    display: inline-block
}

.catalog-product-view .centered-button {
    display: table
}

.checkout-payment-method .amazon-sandbox-simulator {
    border-bottom: 1px solid #ccc
}

.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
    border-top: none;
    padding-top: 0
}

.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
    margin-bottom: 10px
}

.checkout-methods-items .amazon-minicart-container .amazon-divider {
    display: none
}

.checkout-methods-items .centered-button {
    margin-bottom: 0
}

@media all and (max-width:768px) {
    .checkout-methods-items .centered-button {
        width: auto
    }
}

.checkout-methods-items .field-tooltip {
    display: none
}

.checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto
}

.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0
}

.checkout-methods-items .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666
}

.checkout-methods-items .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px
}

@media all and (max-width:768px) {
    .checkout-methods-items .field-tooltip .field-tooltip-content {
        right: -56px;
        top: 38px;
        left: auto
    }

    .checkout-methods-items .field-tooltip .field-tooltip-content:before,
    .checkout-methods-items .field-tooltip .field-tooltip-content:after {
        right: 56px
    }
}

.amazon-widget {
    max-width: 400px;
    height: 228px
}

.amazon-widget--address {
    margin-top: 20px
}

.amazon-addresses {
    margin-top: 20px
}

.amazon-addresses .amazon-address {
    margin-bottom: 20px
}

#checkout-step-shipping .amazon-divider {
    margin: 40px 0
}

.checkout-payment-method .amazon-payment-method .payment-method-title {
    visibility: hidden;
    padding-bottom: 0
}

.opc-progress-bar-item._complete.lock-step {
    cursor: none;
    pointer-events: none
}

.amazon-product-button .amazon-checkout-button:active {
    pointer-events: none
}

@media all and (max-width:768px) {
    .amazon-minicart-container .amazon-button-container {
        width: auto
    }
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 31px;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: none
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    vertical-align: middle
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5241px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url('../image/flags.png');
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-image: url('../image/flags@2x.png')
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.widget-blog-posts ol.post-list {
    list-style: none;
    padding: 0
}

.widget-blog-posts ol.post-list li.item {
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    overflow: hidden
}

.widget-blog-posts ol.post-list .post-image span.empty {
    background: #ddd;
    width: 600px;
    height: 150px;
    display: block
}

.block-blog-protected {
    max-width: 500px
}

.post-list-wrapper .post-list.grid li {
    display: block;
    width: 100%;
    overflow: hidden
}

body.template-full-width main.page-main,
body.elementor-template-full-width main.page-main {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
    padding-left: 0;
    padding-right: 0
}

body.template-full-width .columns>.sidebar,
body.elementor-template-full-width .columns>.sidebar {
    display: none
}

body.template-full-width .columns>.column.main,
body.elementor-template-full-width .columns>.column.main {
    width: 100%;
    float: none
}

.block-blog-search .fieldset {
    margin-bottom: 10px
}

.klarna-payments-method-cell {
    display: table-cell;
    vertical-align: middle
}

label.klarna-payments-method-cell>span {
    padding-left: 5px
}

span.klarna-payments-method-cell>img {
    display: block
}

.amcheckout-delivery-date .field {
    float: left;
    box-sizing: border-box;
    padding-top: 4px;
    width: 100%
}

.amcheckout-delivery-date .field.comment {
    width: 100%
}

.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
    flex: none;
    width: 60%
}

.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
    margin-left: 7px
}

.amcheckout-delivery-date .field .label {
    display: block;
    margin: 12px 0
}

.amcheckout-delivery-date .clearer {
    clear: both
}

.amcheckout-delivery-date .field._required>.label:after {
    margin: 0 0 0 5px;
    color: #e02b27;
    content: '*';
    font-size: 1.2rem
}

.page-main .block.block-order-details .delivery {
    float: right;
    font-weight: 600
}

.page-main .block.block-order-details .delivery .delivery-field {
    float: left;
    margin-left: 12px
}

#brt-map-modal {
    margin: 20px 0;
    display: flex;
    flex-direction: column-reverse
}

.brt-map-modal.modal-popup .modal-inner-wrap .modal-title {
    font-size: 18px;
    border: none
}

.brt-map-modal.modal-popup .modal-footer>button {
    background: #fff;
    border: 1px solid #000;
    box-shadow: none
}

.brt-map-modal.modal-popup .modal-footer>button:focus,
.brt-map-modal.modal-popup .modal-footer>button:active {
    border: 1px solid #000 !important
}

.brt-map-selected-point {
    margin: 10px 0 0;
    text-align: center
}

.brt-map-selected-point h3 {
    margin: 5px 0;
    font-weight: 700;
    font-family: 'brother-1816';
    text-transform: uppercase;
    font-size: 15px
}

.brt-map-selected-point p {
    margin: 0
}

#brt-map-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    padding: 25px 0 15px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1
}

#brt-map-container>button {
    background: #fff;
    border: 1px solid #000;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px
}

#brt-map-container>button:focus,
#brt-map-container>button:active {
    border: 1px solid #000 !important
}

#brt-map-search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
    column-gap: 10px
}

#brt-map-search>button {
    background: #fff;
    border: 1px solid #000;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px
}

#brt-map-search>button:focus,
#brt-map-search>button:active {
    border: 1px solid #000 !important
}

.brt-point-content>p {
    font-weight: 700;
    text-transform: uppercase
}

.brt-point-content>button {
    background: 0 0;
    border: none;
    line-height: 1.5em;
    margin-bottom: 15px;
    text-decoration: underline
}

.brt-point-content>ul {
    list-style: none;
    padding: 0
}

#brt-map-remove-pickup-point {
    background: 0 0;
    border: none;
    text-decoration: underline;
    text-transform: uppercase
}

.brt-point-data-container {
    margin-bottom: 20px
}

.brt-point-data-container h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    font-family: 'brother-1816';
    margin: 0 0 10px
}

.table-wrapper.orders-history.orders-oha {
    border-top: none
}

.table-wrapper.orders-history.orders-oha>h2 {
    margin: 5px 30px 30px 0;
    border-bottom: 1px solid #f2f3f3;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700
}

.table-wrapper.orders-history.orders-oha #my-oha-orders-table table tbody tr td {
    border-color: #f2f3f3
}

.table-wrapper.orders-history.orders-oha #my-oha-orders-table .action.view {
    color: #000;
    text-decoration: underline
}

.amreturns-order-select.ohaorders .amreturns-orders-container {
    flex-wrap: wrap
}

.amreturns-order-select.ohaorders .amreturns-orders-container #oha-request-return {
    color: #fff
}

.amreturns-order-select.ohaorders .amreturns-orders-container #oha-request-return:focus,
.amreturns-order-select.ohaorders .amreturns-orders-container #oha-request-return:hover,
.amreturns-order-select.ohaorders .amreturns-orders-container #oha-request-return:visited,
.amreturns-order-select.ohaorders .amreturns-orders-container #oha-request-return:link,
.amreturns-order-select.ohaorders .amreturns-orders-container #oha-request-return:active {
    color: #fff
}

.amreturns-order-select.ohaorders .amreturns-orders-container #oha-request-message {
    flex-basis: 100%
}

#quick-filters,
#top-catalog-filters {
    list-style: none;
    display: flex;
    column-gap: 10px;
    margin: 0;
    align-items: center;
    padding: 15px 0
}

@media (max-width:1180px) {

    #quick-filters,
    #top-catalog-filters {
        justify-content: flex-start;
        overflow-x: auto
    }
}

@media (min-width:1181px) {

    #quick-filters,
    #top-catalog-filters {
        justify-content: center;
        overflow-x: unset;
        flex-wrap: wrap;
        row-gap: 10px
    }
}

#quick-filters .top-filter-item,
#top-catalog-filters .top-filter-item {
    margin: 0;
    border: 1px solid #000;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap
}

#quick-filters .top-filter-item.selected,
#top-catalog-filters .top-filter-item.selected {
    background: #000
}

#quick-filters .top-filter-item.selected a,
#top-catalog-filters .top-filter-item.selected a {
    color: #fff;
    font-weight: 700
}

#quick-filters .top-filter-item a,
#top-catalog-filters .top-filter-item a {
    color: #000
}

#custom-filter-action {
    grid-column: 2/2 !important;
    grid-row: 1/1 !important;
    justify-content: flex-end !important;
    text-decoration: underline
}

#custom-filter-action img {
    display: none
}

.toolbar-wrapper-top .toolbar.toolbar-products.no-sorter .toolbar-sorter.sorter {
    display: none !important
}

.toolbar-wrapper-top .toolbar.toolbar-products .toolbar-sorter.sorter {
    grid-column: 1/1 !important;
    position: inherit;
    right: unset;
    top: unset;
    float: none;
    justify-content: flex-start !important;
    grid-row: 1/1
}

.checkout-index-index .fieldset>.field[name="amastyShippingAttributes.eao_gift_note_checkbox"] {
    margin: 0 !important
}

.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_checkbox"],
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_checkbox"] {
    font-size: 14px;
    text-transform: uppercase
}

.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_checkbox"] .control>.choice.field>section>p>label,
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_checkbox"] .control>.choice.field>section>p>label {
    font-size: 0
}

.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_checkbox"] p,
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_checkbox"] p {
    text-transform: initial;
    color: #000
}

.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_note_text"]>label,
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_note_text"]>label {
    display: none !important
}

.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_checkbox"]>.control,
.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_note_checkbox"]>.control,
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_checkbox"]>.control,
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_note_checkbox"]>.control {
    float: left;
    height: 22px
}

.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_shopper_bags"],
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_shopper_bags"] {
    display: flex !important;
    align-items: center;
    font-size: 13px
}

.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_note_checkbox"],
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_note_checkbox"] {
    font-size: 14px;
    text-transform: uppercase
}

.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_note_checkbox"] .control>.choice.field>section>p>label,
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_note_checkbox"] .control>.choice.field>section>p>label {
    font-size: 0
}

.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_shopper_bags"]>label,
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_shopper_bags"]>label {
    margin: 0 10px 0 0 !important
}

.checkout-index-index #eao_gift_sub_msg {
    font-size: 11px;
    text-transform: initial;
    color: #000
}

.checkout-index-index .eao_gift_note_text_ctrl {
    display: flex;
    margin: 15px 0
}

@media (max-width:767px) {
    .checkout-index-index .eao_gift_note_text_ctrl {
        flex-direction: column
    }
}

.checkout-index-index .eao_gift_note_text_ctrl .radio-box {
    margin-right: 10px;
    font-size: 14px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .checkout-index-index .eao_gift_note_text_ctrl .radio-box {
        margin-bottom: 5px
    }
}

.checkout-index-index .eao_gift_note_text_ctrl .radio-box input {
    vertical-align: middle;
    margin-top: -4px
}

.checkout-index-index #choose-eao_gift_note_text {
    display: flex;
    margin: 15px 0
}

.checkout-index-index #choose-eao_gift_note_text .radio-box {
    margin-right: 15px;
    font-size: 14px;
    text-transform: uppercase
}

.checkout-index-index #choose-eao_gift_note_text .radio-box label:before {
    margin-right: 10px
}

.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_note_text"] .control,
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_note_text"] .control {
    display: flex;
    box-shadow: 1px 4px 20px -10px rgba(0, 0, 0, .45);
    background-image: url('../image/brosway-logo.svg');
    background-position: center calc(90%);
    background-size: 120px;
    background-repeat: no-repeat;
    height: 354px;
    width: 500px;
    max-width: 100%;
    margin: 15px auto;
    align-items: center;
    text-align: center
}

@media (max-width:767px) {

    .checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_note_text"] .control,
    .checkout-index-index .field[name="amastyShippingAttributes.eao_gift_note_text"] .control {
        height: 254px
    }

    .checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_note_text"] .control textarea,
    .checkout-index-index .field[name="amastyShippingAttributes.eao_gift_note_text"] .control textarea {
        font-size: 12px;
        line-height: 20px;
        padding: 5px
    }
}

.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_note_text"] textarea,
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_note_text"] textarea {
    border: none;
    height: 100%;
    text-align: center;
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    padding: 15px;
    resize: none;
    color: #000;
    background: 0 0
}

.checkout-index-index .field[name="amastyPaymentAttributes.eao_gift_note_text"] p,
.checkout-index-index .field[name="amastyShippingAttributes.eao_gift_note_text"] p {
    font-size: 14px
}

#eao_gift_note_text_info_message>span {
    font-size: 12px;
    text-align: center;
    display: block;
    color: red;
    margin: 5px 0
}

.catalog-product-view .extensions-container {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f3f3
}

.catalog-product-view .add-extensions {
    display: flex;
    margin: 0 auto;
    background: #000;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase
}

.catalog-product-view #extensions-modal .extension-addtocart {
    display: flex;
    margin: 0 auto;
    background: #000;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px
}

.catalog-product-view #extensions-modal .swiper-button-prev,
.catalog-product-view #extensions-modal .swiper-button-next {
    color: #000
}

.catalog-product-view #extensions-modal .swiper-button-prev svg,
.catalog-product-view #extensions-modal .swiper-button-next svg {
    color: #000
}

.catalog-product-view #extensions-modal .swiper-button-prev:after,
.catalog-product-view #extensions-modal .swiper-button-next:after {
    display: none
}

.promo-cart-popup .modal-inner-wrap {
    max-width: 300px;
    width: auto;
    background: #fff;
    border-top: 10px solid #000;
    transform: unset;
    margin: 0;
    bottom: 10px;
    left: 75px
}

.promo-cart-popup .modal-inner-wrap .modal-content {
    overflow: hidden
}

.promo-cart-popup .modal-inner-wrap .modal-content>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.promo-cart-popup .modal-inner-wrap .modal-content>div .promo-popup-title {
    font-size: 28px
}

.promo-cart-popup .modal-inner-wrap .modal-content>div .promo-threshold-text {
    font-size: 18px
}

.promo-cart-popup .modal-inner-wrap .modal-content>div a {
    font-size: 18px;
    padding: 5px 20px;
    margin-top: 15px;
    background: #000;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center
}

#minicart-content-wrapper .promo-progress {
    order: 6;
    display: grid;
    column-gap: 10px;
    padding: 10px 20px;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

#minicart-content-wrapper .promo-progress>img {
    grid-column: 1;
    grid-row: 1/span 3
}

#minicart-content-wrapper .promo-progress p {
    font-weight: 700
}

#minicart-content-wrapper .promo-progress p span {
    color: #888;
    font-weight: 400
}

#minicart-content-wrapper .promo-progress p:not(.promo-threshold-text) {
    grid-column: 2
}

#minicart-content-wrapper .promo-progress .promo-threshold-text {
    grid-column: 2;
    grid-row: 2
}

#minicart-content-wrapper .promo-progress .promo-threshold-bar {
    width: 100%;
    height: 10px;
    grid-column: 2;
    grid-row: 3;
    position: relative
}

#minicart-content-wrapper .promo-progress .promo-threshold-bar .progress-bar-bg {
    border-radius: 5px;
    background: #ccc;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0
}

#minicart-content-wrapper .promo-progress .promo-threshold-bar .progress-bar-fg {
    border-radius: 5px;
    background: #000;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0
}

.product-item-info .special-price-label,
.product-info-wrapper .special-price-label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin: 0;
    padding: 5px 10px;
    font-weight: 700
}

.product-item-info .special-price-label.wintersale,
.product-info-wrapper .special-price-label.wintersale {
    background: #000;
    color: #fff
}

.product-item-info .special-price-label.blackfriday,
.product-info-wrapper .special-price-label.blackfriday {
    background: #000;
    color: #fff
}

.product-item-info .special-price-label.primeday,
.product-info-wrapper .special-price-label.primeday {
    background: #000;
    color: #fff
}

.product-item-info .special-price-label.summersale,
.product-info-wrapper .special-price-label.summersale {
    background: #000;
    color: #fff
}

.product-info-wrapper {
    position: relative
}

.product-info-wrapper .special-price-label {
    z-index: 1
}

.spti-shipments-tracking {
    display: flex;
    justify-content: center;
    margin: 0 0 60px
}

.spti-shipments-tracking a {
    text-transform: uppercase;
    text-decoration: underline
}

.modal-popup.spti-tracking-modal .modal-inner-wrap {
    background: #fff
}

#trackingPageIframe {
    border: none
}

.summary-shoppers.checkout-index-index .order-attributes .field[name="amastyShippingAttributes.eao_gift_shopper_bags"] {
    display: none !important
}

.checkout-index-index .amcheckout-step-container .product-item-shopper button.product-item-shopper-remove {
    background: 0 0
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-choose-shopper>button {
    margin: 0;
    float: none
}

.product-item-shopper-list {
    list-style: none;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 0;
    display: flex;
    flex-direction: row;
    column-gap: 5px
}

.product-item-shopper-list .product-item-shopper {
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: row
}

.product-item-shopper-list .product-item-shopper>img {
    width: 40px;
    height: 40px;
    border-radius: 6px
}

.product-item-shopper-list .product-item-shopper .product-item-shopper-counter {
    position: absolute;
    right: -4px;
    top: -8px;
    padding: 0 0 1px
}

.product-item-shopper-list .product-item-shopper button.product-item-shopper-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0;
    float: none;
    margin: 0
}

.product-item-shopper-list .product-item-shopper button.product-item-shopper-remove:hover,
.product-item-shopper-list .product-item-shopper button.product-item-shopper-remove:active,
.product-item-shopper-list .product-item-shopper button.product-item-shopper-remove:focus {
    border: none;
    background: 0 0
}

.product-item-shopper-list .product-item-shopper button.product-item-shopper-remove>img {
    width: 20px;
    height: 20px
}

.order-attributes .shopper-checkout-message {
    margin-bottom: 30px;
    padding-left: 5px;
    border: none
}

.shopper-checkout-message {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #d1d1d1
}

.shopper-checkout-message p {
    font-weight: 700;
    text-align: left;
    color: #000
}

.product-item-choose-shopper,
.product-item-remove-shopper {
    margin-top: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px
}

.product-item-choose-shopper>label,
.product-item-remove-shopper>label {
    display: flex;
    align-items: center;
    column-gap: 10px
}

.product-item-choose-shopper>label>select,
.product-item-remove-shopper>label>select {
    width: auto
}

.product-item-choose-shopper>button,
.product-item-remove-shopper>button {
    background: #000;
    border: none;
    color: #fff;
    line-height: 31px;
    margin: 0;
    height: 39px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

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

.slick-loading .slick-list {
    background: #fff url('../image/ajax-loader.gif') center center no-repeat
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0px;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    outline: none;
    background: 0 0;
    color: transparent
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted .slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
    padding: 0;
    border-top: none
}

.form-address-edit .actions-toolbar .vertex-update-address {
    margin-top: 10px
}

.vertex__address-suggestion {
    margin: 5px 0;
    padding-left: 10px;
    font-weight: 500;
    border-left: 2px solid gray
}

.yotpo-yotpo-is-enabled .yotpoBottomLine {
    width: 100%
}

.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
    margin: 0 5px 0 0 !important
}

.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
    display: inline-block
}

.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
    display: inline-block;
    margin: 0 10px 1px 0
}

.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
    display: inline-block
}

.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
    display: inline-block;
    margin: 0 10px 1px 0
}

.yotpo-yotpo-is-enabled .product-item .product-item-actions {
    margin-top: 5px !important
}

.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions {
    margin-top: 0 !important
}

.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
    width: 100%
}

.block-category-event {
    background: #f0f0f0;
    color: #000;
    padding: 10px 0 15px;
    text-align: center
}

.block-category-event.block:last-child {
    margin-bottom: 10px
}

.block-category-event .block-title {
    margin: 0 0 10px
}

.block-category-event .block-title strong {
    font-size: 1.5rem;
    font-weight: 300
}

.block-category-event .ticker {
    margin: 0;
    padding: 0;
    list-style: none none
}

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

.block-category-event .ticker .value {
    font-size: 1.8rem;
    font-weight: 300
}

.block-category-event .ticker .label {
    font-size: 1rem;
    display: block;
    text-transform: lowercase
}

.block-category-event .dates {
    display: table;
    margin: 0 auto
}

.block-category-event .dates .start,
.block-category-event .dates .end {
    display: table-cell;
    vertical-align: top
}

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

.block-category-event .dates .time {
    display: block
}

.block-category-event .dates .start {
    padding-right: 40px;
    position: relative
}

.block-category-event .dates .start:after {
    font-size: 1.8rem;
    content: '\2013';
    display: block;
    position: absolute;
    right: 15px;
    top: 0
}

.contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 50%
}

.contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 50%
}

.table-wrapper.billing-agreements {
    margin-bottom: 40px
}

.payment-method-content .pay-later-message {
    margin-bottom: 10px;
    margin-top: 10px
}

.paypal {
    display: inline-block;
    vertical-align: top
}

.block-minicart .paypal,
.cart-summary .paypal {
    display: block
}

.paypal img {
    display: block;
    margin: 5px auto 0
}

.opc .paypal {
    vertical-align: middle
}

.paypal.acceptance {
    display: block;
    margin: 0 0 20px
}

.map-form-addtocart .paypal {
    display: block;
    margin: 10px auto 5px
}

.cart-summary .paypal+.paypal {
    margin-top: 25px
}

.paypal-review .actions-toolbar {
    margin-top: 10px
}

.paypal-review .paypal-review-title {
    padding: 0 0 10px
}

.paypal-review .paypal-review-title>strong {
    font-size: 2.4rem;
    font-weight: 300
}

.paypal-review .paypal-review-title .action {
    display: inline-block;
    margin: 12px 0 0 30px
}

.paypal-review .table-paypal-review-items .col.name {
    padding-top: 16px
}

.paypal-review .table-paypal-review-items .col.qty {
    text-align: center
}

.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 #ccc;
    margin: 0 0 40px;
    padding: 10px 0 0
}

.fotorama-video-container:after {
    background: url('../image/gallery-sprite.png') bottom right;
    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 {
    transform: scale(1.25)
}

.video-thumb-icon:after {
    background: url('../image/gallery-sprite.png') bottom left;
    bottom: 0;
    content: '';
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 49px
}

.product-video {
    bottom: 0;
    height: 75%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    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%
    }
}

.opc-wrapper .form-discount {
    max-width: 500px
}

.swatch-attribute-label {
    font-weight: 700;
    position: relative
}

.swatch-attribute-label.required {
    padding-right: 10px
}

.swatch-attribute-label[data-required='1']:after {
    color: #e02b27;
    content: '*';
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: -11px;
    top: -2px
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px
}

.swatch-attribute-options {
    margin: 10px 0
}

.swatch-attribute-options:focus {
    box-shadow: none
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    color: #282828;
    bottom: -5px;
    height: 20px;
    left: 0;
    margin-bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%
}

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
    background: #f0f0f0;
    color: #949494
}

.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
    background: #fff;
    border: 1px solid #fff;
    color: #000
}

.swatch-option {
    border: 1px solid #dadada;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 10px 5px 0;
    max-width: 100%;
    min-width: 30px;
    overflow: hidden;
    padding: 1px 2px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis
}

.swatch-option:focus {
    box-shadow: 0 0 3px 1px #00699d
}

.swatch-option.text {
    background: #f0f0f0;
    color: #686868;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 7px;
    min-width: 22px;
    padding: 4px 8px
}

.swatch-option.text.selected {
    background-color: #fff
}

.swatch-option.selected {
    outline: 2px solid #ff5501;
    border: 1px solid #fff;
    color: #333
}

.swatch-option:not(.disabled):hover {
    border: 1px solid #fff;
    color: #333;
    outline: 1px solid #999
}

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
    border: 1px solid #fff;
    outline: 2px solid #c34000
}

.swatch-option.disabled {
    box-shadow: unset;
    cursor: default;
    pointer-events: none
}

.swatch-option.disabled:after {
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 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%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: '';
    filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swatch-option-disabled {
    border: 0;
    cursor: default;
    outline: none !important
}

.swatch-option-disabled:after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: #e02b27;
    content: '';
    height: 2px;
    left: -4px;
    position: absolute;
    top: 10px;
    width: 42px;
    z-index: 995
}

.swatch-option-loading {
    content: url('../image/ajax-loader.gif')
}

.swatch-option-tooltip {
    border: 1px solid #dadada;
    color: #949494;
    background: #fff;
    display: none;
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    padding: 5px;
    position: absolute;
    text-align: center;
    z-index: 999
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    bottom: 0;
    height: 8px;
    left: 40%;
    position: absolute
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    border-style: solid;
    content: '';
    font-size: 1px;
    height: 0;
    position: relative;
    width: 0
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    border-color: #adadad transparent transparent;
    border-width: 8px 8.5px 0;
    left: 0;
    top: 2px
}

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    border-color: #fff transparent transparent;
    border-width: 7px 7.5px 0;
    left: -15px;
    top: 1px
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    margin: 0 auto;
    width: 130px
}

.swatch-option-tooltip-layered {
    background: #fff;
    border: 1px solid #dadada;
    color: #949494;
    display: none;
    left: -47px;
    position: absolute;
    width: 140px;
    z-index: 999
}

.swatch-option-tooltip .title {
    color: #282828;
    display: block;
    max-height: 200px;
    min-height: 20px;
    overflow: hidden;
    text-align: center
}

.swatch-option-link-layered {
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.swatch-option-link-layered:focus>div {
    box-shadow: 0 0 3px 1px #00699d
}

.swatch-option-link-layered:hover>.swatch-option-tooltip-layered {
    display: block
}

.swatch-opt {
    margin: 20px 0
}

.swatch-opt-listing {
    margin-bottom: 10px
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    padding: 2px;
    position: static
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px
}

.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden
}

.minilist .weee {
    display: table-row;
    font-size: 1.1rem
}

.minilist .weee:before {
    display: none
}

.price-container.weee:before {
    display: none
}

.column .block-addbysku .fieldset {
    margin: 0
}

.column .block-addbysku .fieldset .fields {
    position: relative
}

.column .block-addbysku .fieldset .fields .field {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top
}

.column .block-addbysku .fieldset .fields .actions-toolbar {
    position: absolute;
    right: 0;
    top: 7px
}

.column .block-addbysku .sku {
    margin-right: -155px;
    padding-right: 160px;
    width: 100%
}

.column .block-addbysku .qty .qty+.mage-error {
    width: 80px
}

.column .block-addbysku .block-content .actions-toolbar {
    clear: both;
    margin: 0 0 20px;
    text-align: left
}

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

.column .block-addbysku .block-content .actions-toolbar:after {
    clear: both
}

.column .block-addbysku .block-content .actions-toolbar .primary {
    float: left
}

.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
    display: inline-block
}

.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    display: inline-block
}

.column .block-addbysku .block-content .actions-toolbar .primary .action {
    margin: 0 15px 0 0
}

.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    margin-top: 6px
}

.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
    display: block;
    float: none
}

.column .block-addbysku .block-content .actions-toolbar>.secondary {
    text-align: left
}

.column .block-addbysku .action.add {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 4px;
    width: auto
}

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

.column .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: inherit;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.column .block-addbysku .action.add:hover:before {
    color: inherit
}

.column .block-addbysku .action.add:active:before {
    color: inherit
}

.column .block-addbysku .reset {
    margin: 7px 0
}

.column .block-addbysku .note {
    display: block;
    margin: 0 0 20px;
    padding-top: 10px
}

.block-cart-failed {
    margin: 40px 0
}

.block-cart-failed .block-title {
    font-size: 2.6rem
}

.block-cart-failed .block-title strong {
    font-weight: 300
}

.block-cart-failed .actions {
    text-align: center
}

.block-cart-failed .actions .action {
    display: block;
    margin: 0 auto 10px
}

.catalogsearch-advanced-result .message.error {
    margin-top: -60px
}

.bundle-actions {
    margin: 0 0 30px
}

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

.bundle-options-container .legend.title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0;
    margin-bottom: 2rem;
    border: 0;
    padding: 0
}

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

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

.bundle-options-container .product-options-wrapper .fieldset>.field {
    border-top: 1px #e4e4e4 solid;
    padding-top: 20px
}

.bundle-options-container .product-options-wrapper .fieldset>.field:first-of-type {
    border-top: 0;
    padding-top: 0
}

.bundle-options-container .product-options-wrapper .field.choice input {
    float: left;
    margin-top: 4px
}

.bundle-options-container .product-options-wrapper .field.choice .label {
    display: block;
    margin-left: 24px
}

.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
    display: inline-block
}

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

.bundle-options-container .block-bundle-summary>.title {
    margin-bottom: 15px
}

.bundle-options-container .block-bundle-summary>.title>strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.bundle-options-container .block-bundle-summary>.title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
    border-bottom: 1px #e4e4e4 solid;
    margin-bottom: 25px;
    padding-bottom: 16px
}

.bundle-options-container .block-bundle-summary .price-box {
    margin-bottom: 20px
}

.bundle-options-container .block-bundle-summary .price-box .price-label {
    display: block;
    margin-bottom: 5px
}

.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: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: block
}

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

.bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: center
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action {
    margin-right: 5%
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action.tocompare:before {
    content: '\e61e'
}

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

.bundle-options-container .nested .field.qty {
    margin: 0 0 20px;
    margin-top: 20px
}

.bundle-options-container .nested .field.qty>.label {
    margin: 0 0 8px;
    display: inline-block
}

.bundle-options-container .nested .field.qty .label {
    font-weight: 600
}

.bundle-options-container .nested .field.qty:last-child {
    margin-bottom: 0
}

.bundle-options-container .price {
    font-weight: 600
}

.bundle-options-container .product-options-bottom {
    border-top: 1px solid #ccc;
    clear: left;
    margin: 0 0 40px;
    padding-top: 20px
}

.products {
    margin: 30px 0
}

.product-items {
    font-size: 0;
    letter-spacing: -1px;
    line-height: 0
}

.product-item {
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: normal;
    vertical-align: top
}

.products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2)
}

.product-item:nth-child(2n+1) {
    margin-left: 0
}

.product-item-name {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 5px 0;
    word-wrap: break-word
}

.product-item-info {
    max-width: 100%;
    width: 152px
}

.page-products .product-item-info {
    width: 240px
}

.product-item-actions {
    font-size: 0
}

.product-item-actions>* {
    font-size: 1.4rem
}

.product-item-actions .actions-secondary {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle
}

.product-item-actions .actions-secondary>button.action {
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.product-item-actions .actions-secondary>button.action:focus,
.product-item-actions .actions-secondary>button.action:active {
    background: 0 0;
    border: none
}

.product-item-actions .actions-secondary>button.action:hover {
    background: 0 0;
    border: none
}

.product-item-actions .actions-secondary>button.action.disabled,
.product-item-actions .actions-secondary>button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary>button.action {
    pointer-events: none;
    opacity: .5
}

.product-item-actions .actions-secondary>.action {
    line-height: 35px;
    text-align: center;
    width: 35px
}

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

.product-item-actions .actions-primary {
    display: inline-block;
    vertical-align: middle
}

.product-item-actions .actions-primary>.stock.unavailable {
    line-height: 1;
    padding-bottom: 10px;
    padding-right: 24px;
    padding-top: 10px
}

.product-item-description {
    margin: 25px 0
}

.product-item .product-reviews-summary .rating-summary {
    margin: 0 4px 0 0
}

.product-item .product-reviews-summary .reviews-actions {
    font-size: 12px;
    margin-top: 5px
}

.product-item .price-box {
    margin: 10px 0 25px
}

.product-item .price-box .price {
    font-weight: 700;
    white-space: nowrap
}

.product-item .price-box .price-label {
    color: #666;
    font-size: 12px
}

.product-item .old-price {
    margin: 5px 0
}

.product-item .old-price .price {
    font-weight: 400
}

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

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

.product-item .minimal-price-link {
    margin-top: 5px
}

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

.product-item .tocompare:before {
    content: '\e61e'
}

.product-item .tocart {
    font-size: 1.3rem;
    border-radius: 0;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap
}

.column.main .product-items {
    margin-left: 0
}

.column.main .product-item {
    padding-left: 0
}

.price-container .price {
    font-size: 1.4rem
}

.price-container .price-including-tax+.price-excluding-tax,
.price-container .weee {
    margin-top: 5px
}

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

.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-list .product-item {
    display: table;
    width: 100%
}

.products-list .product-item-info {
    display: table-row
}

.products-list .product-item-photo {
    display: table-cell;
    padding: 0 30px 30px 0;
    vertical-align: top;
    width: 1%
}

.products-list .product-item-details {
    display: table-cell;
    vertical-align: top
}

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

.toolbar {
    margin-bottom: 30px;
    text-align: center
}

.toolbar select {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, .3);
    border-radius: 3px
}

.toolbar .sorter-action {
    position: relative;
    top: -2px
}

.toolbar-amount {
    left: 0;
    line-height: 18px;
    margin: 0;
    padding: 7px 0;
    text-align: left;
    top: 0;
    vertical-align: middle
}

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

.page-with-filter .toolbar-amount {
    position: static
}

.toolbar-products {
    background-color: transparent
}

.toolbar-products .pages {
    display: none
}

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

.toolbar .pages {
    margin-bottom: 25px
}

.sorter {
    float: right
}

.page-products .sorter {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

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

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

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

.sorter-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #757575;
    content: '\e613';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

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

.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.sort-desc:before {
    content: '\e614'
}

.modes {
    display: none
}

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

.limiter-label {
    font-weight: 400
}

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

.limiter .control {
    display: inline-block
}

.old-price,
.old.price {
    color: #666
}

.prices-tier .price-container .price-including-tax+.price-excluding-tax:before {
    content: '(' attr(data-label) ':'
}

.prices-tier .price-container .price-including-tax+.price-excluding-tax:last-child:after {
    content: ')'
}

.prices-tier .price-container .weee[data-label] {
    display: inline
}

.prices-tier .price-container .weee[data-label]:before {
    content: ' +' attr(data-label) ':'
}

.actual-price {
    font-weight: 700
}

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

.category-cms,
.category-image,
.category-description {
    margin-bottom: 20px
}

.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;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

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

.product.media .notice {
    margin: 10px 0;
    color: #4a4a4a;
    font-size: 1.2rem
}

.product.media .product.thumbs {
    margin: 10px 0 25px
}

.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>li {
    margin: 1rem 0 0
}

.product.media .items.thumbs img {
    display: block
}

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

.product.info.detailed {
    clear: both;
    margin-bottom: 30px
}

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

.product.info.detailed .additional-attributes>thead>tr>th,
.product.info.detailed .additional-attributes>tbody>tr>th,
.product.info.detailed .additional-attributes>tfoot>tr>th,
.product.info.detailed .additional-attributes>thead>tr>td,
.product.info.detailed .additional-attributes>tbody>tr>td,
.product.info.detailed .additional-attributes>tfoot>tr>td {
    border: none
}

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

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

.product-info-main .product-info-price {
    color: #575757;
    border-bottom: 1px solid #c1c1c1;
    display: table;
    margin-bottom: 15px;
    width: 100%
}

.product-info-main .product-info-price .price-box {
    display: inline-block;
    vertical-align: top;
    width: auto
}

.product-info-main .product-info-price .price-box .price-container>span {
    display: block;
    margin-bottom: 5px
}

.product-info-main .product-info-price .price-box .price-container>span:last-child {
    margin-bottom: 0
}

.product-info-main .product-info-price .price-including-tax+.price-excluding-tax,
.product-info-main .product-info-price .weee+.price-excluding-tax,
.product-info-main .product-info-price .weee {
    font-size: 1.4rem
}

.product-info-main .product-info-price .price-including-tax+.price-excluding-tax .price,
.product-info-main .product-info-price .weee+.price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 16px
}

.product-info-main .product-info-price .price-wrapper .price {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 22px
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 2rem;
    font-weight: 300
}

.product-info-main .product-info-price .special-price .price-label:after {
    content: ': '
}

.product-info-main .product-info-price .price {
    white-space: nowrap
}

.product-info-main .product-info-stock-sku {
    display: inline-block;
    float: right;
    padding-bottom: 10px;
    padding-left: 10%;
    text-align: right;
    vertical-align: top
}

.product-info-main .stock {
    margin: 0 0 3px
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    font-weight: 700;
    text-transform: uppercase
}

.product-info-main .product.attribute.sku {
    word-break: break-all;
    word-wrap: break-word
}

.product-info-main .product.attribute.sku .type {
    font-weight: 400;
    margin-right: 5px
}

.product-info-main .product.attribute.sku .type:after {
    content: '#:'
}

.product-info-main .product.attribute.sku .value {
    display: inline-block
}

.product-info-main .product.attribute.overview {
    margin: 20px 0
}

.product-info-main .product.alert {
    margin: 10px 0
}

.product-info-main .product-add-form {
    clear: both;
    padding-top: 15px
}

.product-info-main .product-reviews-summary {
    float: left
}

.product-info-main .product-options-bottom .box-tocart {
    margin-top: 20px
}

.product-options-wrapper .fieldset:focus {
    box-shadow: none
}

.product-options-wrapper .fieldset-product-options-inner .legend {
    font-weight: 600;
    font-size: 1.4rem;
    border: none;
    display: inline-block;
    float: none;
    margin: 0 0 8px;
    padding: 0
}

.product-options-wrapper .fieldset-product-options-inner input.datetime-picker~select.datetime-picker {
    margin-top: 10px
}

.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem
}

.product-options-wrapper .field .note {
    display: block;
    margin-top: 5px
}

.product-options-wrapper .field .note.mage-error {
    color: #e02b27
}

.product-options-bottom .price-box,
.product-info-price .price-box {
    color: #575757;
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top
}

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

.product-options-bottom .price-box .old-price .price-container>span,
.product-info-price .price-box .old-price .price-container>span {
    display: inline-block
}

.product-options-bottom .price-box .price-container>span,
.product-info-price .price-box .price-container>span {
    display: block;
    margin-bottom: 5px
}

.product-options-bottom .price-box .price-container>span:last-child,
.product-info-price .price-box .price-container>span:last-child {
    margin-bottom: 0
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px
}

.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax,
.product-options-bottom .price-box .price-container .weee+.price-excluding-tax,
.product-info-price .price-box .price-container .weee+.price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
    font-size: 1.2rem;
    line-height: 14px
}

.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee+.price-excluding-tax .price,
.product-info-price .price-box .price-container .weee+.price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700
}

.box-tocart .action.tocart {
    vertical-align: top
}

.box-tocart .action.tocart:not(:last-child) {
    margin-bottom: 15px
}

.product-addto-links {
    display: inline
}

.product-addto-links .action {
    margin-right: 5%
}

.product-social-links {
    margin: 0 0 20px;
    text-align: center
}

.product-social-links .action.tocompare:before {
    content: '\e61e'
}

.prices-tier {
    margin-bottom: 15px
}

.prices-tier .item {
    margin-bottom: 10px
}

.prices-tier .item:last-child {
    margin-bottom: 0
}

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

.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
    display: block;
    white-space: nowrap
}

.ui-dialog-titlebar-close {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #007da8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline
}

.ui-dialog-titlebar-close:visited {
    color: #007da8;
    text-decoration: none
}

.ui-dialog-titlebar-close:hover {
    color: #006bb4;
    text-decoration: underline
}

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

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

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

.sidebar .product-items .product-item {
    margin-bottom: 20px;
    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
}

.sidebar .product-items .product-item-name {
    margin-top: 0
}

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

.sidebar .product-items .product-item-actions {
    display: block;
    margin-top: 10px
}

.sidebar .product-items .price-box {
    display: block;
    margin: 7px 0
}

.sidebar .product-items .text {
    margin-right: 8px
}

.sidebar .product-items .counter {
    color: #4a4a4a;
    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 .product-items .action.delete {
    position: absolute;
    right: 0;
    top: 0
}

.sidebar .block-compare .action.delete {
    right: initial
}

.sidebar .action.tocart {
    border-radius: 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 {
    display: flex;
    margin-bottom: 10px
}

.sidebar .product-items-names .product-item-name {
    margin: 0
}

.catalog-category-view.page-layout-1column .column.main {
    min-height: inherit
}

body.catalog-product-compare-index .action.print {
    float: right;
    margin: 15px 0
}

.table-wrapper.comparison {
    clear: both;
    max-width: 100%;
    overflow-x: auto;
    position: relative
}

.table-wrapper.comparison .table-comparison>tbody>tr>th,
.table-wrapper.comparison .table-comparison>tbody>tr>td {
    border-top: 0
}

.table-comparison {
    table-layout: fixed
}

.table-comparison .cell {
    padding: 15px;
    width: 180px
}

.table-comparison .cell.label {
    border-right: 1px solid #ccc
}

.table-comparison .cell.label .attribute.label {
    display: block;
    width: 100%;
    word-wrap: break-word
}

.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
    border-bottom: 1px solid #ccc
}

.table-comparison .cell.attribute {
    font-size: 1.3rem
}

.table-comparison .cell.attribute img {
    height: auto;
    max-width: 100%
}

.table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right
}

.table-comparison .cell.remove .action.delete {
    margin-right: .6rem
}

.table-comparison .cell .attribute.value {
    overflow: hidden;
    width: 100%
}

.table-comparison td:last-child {
    border-right: 1px solid #ccc
}

.table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 15px
}

.table-comparison .product-image-photo {
    margin-left: 0
}

.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
    display: block;
    margin: 15px 0
}

.table-comparison .product-addto-links {
    margin-top: 15px
}

.table-comparison .product-addto-links .action.toggle {
    padding: 0
}

.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem
}

.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-item .product-item-name {
    margin-left: 22px
}

.block-compare .action.delete {
    left: 0;
    position: absolute;
    top: 0
}

.block-compare .actions-toolbar {
    margin: 17px 0 0
}

.block.related .action.select {
    vertical-align: top
}

.block.related .product-item-details {
    position: relative;
    z-index: 1
}

.block.related .related-available .product-item-name {
    margin-left: 20px
}

.block.related .field.choice {
    left: 0;
    position: absolute;
    top: 2px
}

.search .fieldset .control .addon input {
    flex-basis: auto;
    width: 100%
}

.block-search {
    margin-bottom: 0
}

.block-search .block-title {
    display: none
}

.block-search .block-content {
    margin-bottom: 0
}

.block-search .label {
    text-decoration: none;
    display: inline-block;
    float: right
}

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

.block-search .label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-search .label:hover:before {
    color: #333
}

.block-search .label:active:before {
    color: #333
}

.block-search .label.active+.control input {
    position: static
}

.block-search .action.search {
    display: none
}

.block-search .control {
    border-top: 1px solid #ccc;
    clear: both;
    margin: 0 -15px -1px;
    padding: 0 15px
}

.block-search input {
    font-size: 16px;
    left: -300%;
    margin: 15px 0;
    position: absolute
}

.block-search .nested {
    display: none
}

.search-autocomplete {
    display: none;
    margin-top: -15px;
    overflow: hidden;
    position: absolute;
    z-index: 3
}

.search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none
}

.search-autocomplete ul:not(:empty) {
    background: #fff;
    border: 1px solid #c2c2c2;
    border-top: 0
}

.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:first-child {
    border-top: none
}

.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
    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: 0 0;
    border: 0;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 0
}

.search-terms {
    line-height: 2em
}

.search-terms>li {
    display: inline-block;
    margin-right: 10px
}

.search.found {
    margin-bottom: 10px
}

.checkout-cart-index .page-main {
    padding-left: 0;
    padding-right: 0
}

.checkout-cart-index .page-title-wrapper {
    padding-left: 15px;
    padding-right: 15px
}

.cart-summary {
    background: #f5f5f5;
    margin-bottom: 25px;
    padding: 1px 0 25px
}

.cart-summary>.title {
    font-size: 2.4rem;
    display: none;
    font-weight: 300;
    margin: 12px 0
}

.cart-summary .block form:not(:last-of-type) .fieldset {
    margin: 0 0 25px
}

.cart-summary .block .price {
    font-weight: 700
}

.cart-summary .block .field {
    margin: 0 0 16px
}

.cart-summary .block .actions-toolbar>.primary {
    text-align: left
}

.cart-summary .block .actions-toolbar>.primary .action.primary,
.cart-summary .block .actions-toolbar>.primary .amshopby-button,
.cart-summary .block .actions-toolbar>.primary .am-filter-go {
    width: auto
}

.cart-summary .block .title strong {
    font-size: 1.4rem;
    font-weight: 600
}

.cart-summary .block .item-options {
    margin: 0 0 16px
}

.cart-summary .block .item-options .field .radio {
    float: left;
    margin-top: 4px
}

.cart-summary .block .item-options .field .radio+.label {
    display: block;
    margin: 0;
    overflow: hidden
}

.page-main .cart-summary .block {
    margin-bottom: 0
}

.cart-summary .checkout-methods-items {
    margin: 20px 0 0;
    padding: 0 15px;
    text-align: center
}

.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
    width: 100%
}

.cart-summary .checkout-methods-items .item {
    margin-bottom: 25px
}

.cart-summary .checkout-methods-items .item:last-child {
    margin-bottom: 0
}

.cart-summary .message {
    padding-left: 20px
}

.cart-summary .message>*:first-child:before {
    display: none
}

.cart-totals tbody .mark,
.cart-totals tfoot .mark {
    text-align: left
}

.cart-totals .discount.coupon {
    display: none
}

.cart.table-wrapper .cart thead tr th.col {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 24px
}

.cart.table-wrapper .cart tbody td {
    border: 0
}

.cart.table-wrapper .cart>.item {
    border-bottom: 1px solid #ccc;
    position: relative
}

.cart.table-wrapper .col {
    padding-top: 15px
}

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
    padding: 20px 11px 10px;
    text-align: center
}

.cart.table-wrapper .col.qty {
    padding: 20px 11px 10px;
    text-align: center
}

.cart.table-wrapper .col.qty .input-text {
    height: 36px;
    margin-top: -7px;
    text-align: center;
    width: 60px
}

.cart.table-wrapper .col>.price {
    color: #4a4a4a;
    font-size: 1.8rem;
    font-weight: 700
}

.cart.table-wrapper .item-actions td {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    white-space: normal
}

.cart.table-wrapper .item .col.item {
    display: block;
    min-height: 75px;
    padding: 15px 15px 10px 90px;
    position: relative
}

.cart.table-wrapper .actions-toolbar {
    min-height: 20px;
    padding-bottom: 15px;
    position: relative
}

.cart.table-wrapper .actions-toolbar>.action-edit,
.cart.table-wrapper .actions-toolbar>.action-delete {
    position: absolute;
    right: 16px;
    top: 0;
    display: inline-block;
    text-decoration: none
}

.cart.table-wrapper .actions-toolbar>.action-edit>span,
.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-edit:before,
.cart.table-wrapper .actions-toolbar>.action-delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart.table-wrapper .actions-toolbar>.action-edit:hover:before,
.cart.table-wrapper .actions-toolbar>.action-delete:hover:before {
    color: #000
}

.cart.table-wrapper .actions-toolbar>.action-edit:active:before,
.cart.table-wrapper .actions-toolbar>.action-delete:active:before {
    color: #757575
}

.cart.table-wrapper .actions-toolbar>.action-delete {
    right: 0
}

.cart.table-wrapper .actions-toolbar>.action-delete:before {
    content: '\e604'
}

.cart.table-wrapper .actions-toolbar>.action-delete:hover {
    text-decoration: none
}

.cart.table-wrapper .action {
    margin-right: 25px
}

.cart.table-wrapper .action:last-child {
    margin-right: 0
}

.cart.table-wrapper .action.help.map {
    font-weight: 400
}

.cart.table-wrapper .product-item-photo {
    display: block;
    left: 15px;
    max-width: 65px;
    padding: 0;
    position: absolute;
    top: 15px;
    width: 100%
}

.cart.table-wrapper .product-item-name {
    font-size: 1.8rem;
    display: block;
    margin: -3px 0 5px
}

.cart.table-wrapper .gift-registry-name-label:after {
    content: ':'
}

.cart.table-wrapper .item-options {
    margin-bottom: 0
}

.cart.table-wrapper .product-item-name+.item-options {
    margin-top: 20px
}

.cart.table-wrapper .action.configure {
    display: inline-block;
    margin: 10px 0 0
}

.cart.table-wrapper .item .message {
    margin-top: 20px
}

.cart-products-toolbar .toolbar-amount {
    left: inherit;
    margin: 25px 0 15px;
    padding: 0;
    position: relative;
    text-align: center;
    top: inherit
}

.cart-products-toolbar-top {
    border-bottom: 1px solid #ccc
}

.cart-discount {
    border-bottom: 1px solid #ccc;
    clear: left
}

.cart-empty {
    padding-left: 15px;
    padding-right: 15px
}

.cart-tax-info+.cart-tax-total,
.cart .cart-tax-info+.cart-tax-total {
    display: block
}

.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
    text-align: right
}

.block.crosssell {
    padding: 0 15px;
    margin-top: 70px
}

.block.crosssell .product-item-info {
    width: 200px
}

.block-minicart .items-total {
    float: left;
    margin: 0 10px
}

.block-minicart .items-total .count {
    font-weight: 700
}

.block-minicart .subtotal {
    margin: 0 10px 10px;
    text-align: right
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700
}

.block-minicart .subtitle {
    display: none
}

.block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center
}

.block-minicart dl.product.options.list {
    display: inline-block;
    vertical-align: top
}

.block-minicart .text.empty {
    text-align: center
}

.block-minicart .block-content>.actions {
    margin-top: 15px
}

.block-minicart .block-content>.actions>.secondary {
    text-align: center
}

.block-minicart .block-content>.actions>.primary {
    margin: 0 10px 15px
}

.block-minicart .block-content>.actions>.primary .action.primary,
.block-minicart .block-content>.actions>.primary .amshopby-button,
.block-minicart .block-content>.actions>.primary .am-filter-go {
    display: block;
    width: 100%
}

.block-minicart .block-content>.actions .paypal-logo {
    margin-top: 15px;
    text-align: center
}

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
    margin: 15px 0 0;
    text-align: center
}

.minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right
}

.minicart-wrapper:before,
.minicart-wrapper:after {
    content: '';
    display: table
}

.minicart-wrapper:after {
    clear: both
}

.minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.minicart-wrapper .action.showcart:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-wrapper .action.showcart:hover:before {
    color: #333
}

.minicart-wrapper .action.showcart:active:before {
    color: #757575
}

.minicart-wrapper .action.showcart.active {
    display: inline-block;
    text-decoration: none
}

.minicart-wrapper .action.showcart.active:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-wrapper .action.showcart.active:hover:before {
    color: #333
}

.minicart-wrapper .action.showcart.active:active:before {
    color: #757575
}

.minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    width: 320px;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: -10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15)
}

.minicart-wrapper .block-minicart li {
    margin: 0
}

.minicart-wrapper .block-minicart li:hover {
    cursor: pointer
}

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.minicart-wrapper .block-minicart:before {
    border: 6px solid;
    border-color: transparent transparent #fff;
    z-index: 99
}

.minicart-wrapper .block-minicart:after {
    border: 7px solid;
    border-color: transparent transparent #bbb;
    z-index: 98
}

.minicart-wrapper .block-minicart:before {
    right: 12px;
    top: -12px
}

.minicart-wrapper .block-minicart:after {
    right: 11px;
    top: -14px
}

.minicart-wrapper.active {
    overflow: visible
}

.minicart-wrapper.active .block-minicart {
    display: block
}

.minicart-wrapper .block-minicart {
    padding: 25px 20px
}

.minicart-wrapper .block-minicart .block-title {
    display: none
}

.minicart-wrapper .product .actions {
    float: right;
    margin: -28px 0 0
}

.minicart-wrapper .product .actions>.primary,
.minicart-wrapper .product .actions>.secondary {
    display: inline
}

.minicart-wrapper .product .actions>.primary:not(:last-child),
.minicart-wrapper .product .actions>.secondary:not(:last-child) {
    margin-right: 15px
}

.minicart-wrapper .action.close {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none
}

.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
    background: 0 0;
    border: none
}

.minicart-wrapper .action.close:hover {
    background: 0 0;
    border: none
}

.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
    pointer-events: none;
    opacity: .5
}

.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: 14px;
    line-height: 14px;
    color: #757575;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-wrapper .action.close:hover:before {
    color: inherit
}

.minicart-wrapper .action.close:active:before {
    color: inherit
}

.minicart-wrapper .action.showcart {
    white-space: nowrap
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #ff5501;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: none
}

.minicart-wrapper .action.showcart .counter.qty .loader>img {
    max-width: 24px
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: 0 0 7px #000
}

.minicart-wrapper .minicart-widgets {
    margin-top: 15px
}

.minicart-items-wrapper {
    border: 1px solid #ccc;
    margin: 0 -20px;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px
}

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

.minicart-items .product-item {
    padding: 20px 0
}

.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #ccc
}

.minicart-items .product-item:first-child {
    padding-top: 0
}

.minicart-items .product-item-pricing .label {
    display: inline-block
}

.minicart-items .price-minicart {
    margin-bottom: 5px
}

.minicart-items .message {
    margin-bottom: 0;
    margin-top: 10px
}

.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px
}

.minicart-items .product-item-name a {
    color: #007da8
}

.minicart-items .product-item-details {
    padding-left: 88px
}

.minicart-items .product-item-details .price {
    font-weight: 700
}

.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
    margin: 5px 0
}

.minicart-items .product-item-details .weee[data-label] {
    font-size: 1.1rem
}

.minicart-items .product-item-details .details-qty {
    margin-top: 10px
}

.minicart-items .product>.product-item-photo,
.minicart-items .product>.product-image-container {
    float: left
}

.minicart-items .product .toggle {
    border: 0;
    padding: 0 0 5px;
    white-space: nowrap
}

.minicart-items .product .toggle:after {
    color: #8f8f8f;
    margin: 0 0 0 5px;
    position: static
}

.minicart-items .product .active>.toggle:after {
    content: '\e621'
}

.minicart-items .product.pricing {
    margin-top: 3px
}

.minicart-items .product.options .toggle.tooltip {
    display: inline-block;
    text-decoration: none
}

.minicart-items .product.options .toggle.tooltip>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 .toggle.tooltip:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    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 .details {
    display: none
}

.minicart-items .item-qty {
    text-align: center;
    width: 60px
}

.minicart-items .update-cart-item {
    font-size: 1.1rem;
    margin-left: 5px;
    vertical-align: top
}

.minicart-items .subtitle {
    display: none
}

.minicart-items .action.edit,
.minicart-items .action.delete {
    display: inline-block;
    text-decoration: none
}

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

.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
    color: #000
}

.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
    color: #757575
}

.minicart-items .action.delete:before {
    content: '\e604'
}

.file-uploader-area {
    position: relative
}

.file-uploader-area input[type=file] {
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 0
}

.file-uploader-area input[type=file]:focus+.file-uploader-button {
    box-shadow: 0 0 0 1px #006bb4
}

.file-uploader-area input[type=file]:disabled+.file-uploader-button {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.file-uploader-summary {
    display: inline-block;
    vertical-align: top
}

.file-uploader-button {
    background: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 0;
    padding: 7px 15px;
    vertical-align: middle
}

.file-uploader-button._is-dragover {
    background: #d4d4d4;
    border: 1px solid #006bb4
}

.file-uploader-spinner {
    background-image: url('../image/ajax-loader.gif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    display: none;
    height: 30px;
    margin-left: 10px;
    vertical-align: top;
    width: 15px
}

.file-uploader-preview .action-remove {
    bottom: 4px;
    cursor: pointer;
    display: block;
    height: 27px;
    left: 6px;
    padding: 2px;
    position: absolute;
    text-decoration: none;
    width: 25px;
    z-index: 2
}

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

.file-uploader-preview .action-remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #514943;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-preview .action-remove:hover:before {
    color: #736963
}

.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
    opacity: .7
}

.file-uploader-preview .preview-link {
    display: block;
    height: 100%
}

.file-uploader-preview .preview-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.file-uploader-preview .preview-video {
    display: inline-block;
    text-decoration: none
}

.file-uploader-preview .preview-video:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-preview .preview-video:hover:before {
    color: #ccc
}

.file-uploader-preview .preview-video:before {
    left: 0;
    margin-top: -2rem;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2
}

.file-uploader-preview .preview-document {
    display: inline-block;
    text-decoration: none
}

.file-uploader-preview .preview-document:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-preview .preview-document:hover:before {
    color: #ccc
}

.file-uploader-preview .preview-document:before {
    left: 0;
    margin-top: -3.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2
}

.file-uploader-preview,
.file-uploader-placeholder {
    background: #fff;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 150px;
    line-height: 1;
    margin: 10px 25px 10px 0;
    overflow: hidden;
    position: relative;
    width: 150px
}

.file-uploader._loading .file-uploader-spinner {
    display: inline-block
}

.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
    margin-bottom: 10px
}

.file-uploader .file-uploader-filename {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    word-break: break-all
}

.file-uploader .file-uploader-filename:first-child {
    margin-bottom: 10px
}

.file-uploader .file-uploader-meta {
    color: #9e9e9e
}

.file-uploader .admin__field-fallback-reset {
    margin-left: 10px
}

._keyfocus .file-uploader .action-remove:focus {
    box-shadow: 0 0 0 1px #006bb4
}

.file-uploader-placeholder.placeholder-document {
    display: inline-block;
    text-decoration: none
}

.file-uploader-placeholder.placeholder-document:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-placeholder.placeholder-document:hover:before {
    color: #ccc
}

.file-uploader-placeholder.placeholder-document:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2
}

.file-uploader-placeholder.placeholder-image {
    display: inline-block;
    text-decoration: none
}

.file-uploader-placeholder.placeholder-image:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-placeholder.placeholder-image:hover:before {
    color: #ccc
}

.file-uploader-placeholder.placeholder-image:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2
}

.file-uploader-placeholder.placeholder-video {
    display: inline-block;
    text-decoration: none
}

.file-uploader-placeholder.placeholder-video:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-placeholder.placeholder-video:hover:before {
    color: #ccc
}

.file-uploader-placeholder.placeholder-video:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 2
}

.file-uploader-placeholder-text {
    bottom: 0;
    color: #008bdb;
    font-size: 1.1rem;
    left: 0;
    line-height: 1.42857143;
    margin-bottom: 15%;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: center
}

.data-grid-file-uploader {
    min-width: 7rem
}

.data-grid-file-uploader._loading .file-uploader-spinner {
    display: block
}

.data-grid-file-uploader._loading .file-uploader-button:before {
    display: none
}

.data-grid-file-uploader .file-uploader-image {
    background: 0 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.data-grid-file-uploader .file-uploader-image+.file-uploader-area .file-uploader-button:before {
    display: none
}

.data-grid-file-uploader .file-uploader-area {
    z-index: 2
}

.data-grid-file-uploader .file-uploader-spinner {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.data-grid-file-uploader .file-uploader-button {
    height: 48px;
    text-align: center;
    display: block;
    text-decoration: none
}

.data-grid-file-uploader .file-uploader-button>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.data-grid-file-uploader .file-uploader-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    line-height: 48px;
    color: #8a837f;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.data-grid-file-uploader .file-uploader-button:hover:before {
    color: #666
}

.data-grid-file-uploader .action-select-wrap {
    float: left
}

.data-grid-file-uploader .action-select-wrap .action-select {
    border: 1px solid #cacaca;
    display: block;
    height: 5rem;
    margin-left: -1px;
    padding: 0;
    width: 2rem
}

.data-grid-file-uploader .action-select-wrap .action-select:after {
    border-color: #8a837f transparent transparent;
    left: 50%;
    margin: 0 0 0 -5px
}

.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
    border-color: #666 transparent transparent
}

.data-grid-file-uploader .action-select-wrap .action-select>span {
    display: none
}

.data-grid-file-uploader .action-select-wrap .action-menu {
    left: 4rem;
    right: auto;
    z-index: 2
}

.data-grid-file-uploader-inner {
    border: 1px solid #cacaca;
    float: left;
    height: 5rem;
    position: relative;
    width: 5rem
}

.checkout-container {
    margin: 0 0 20px
}

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

.opc-wrapper .step-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px
}

.opc-wrapper .step-content {
    margin: 0 0 40px
}

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
    display: none
}

.checkout-index-index .logo {
    margin-left: 0
}

.checkout-onepage-success .print {
    display: none
}

.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
    display: table;
    width: 100%
}

.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
    display: table-cell;
    vertical-align: top;
    width: 1%
}

.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
    float: left
}

.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0 0 0 -2px;
    white-space: nowrap;
    width: auto
}

.abs-discount-code .form-discount>.field>.label,
.checkout-payment-method .payment-option-content .form-discount>.field>.label {
    display: none
}

.opc-estimated-wrapper {
    background: #f4f4f4;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: -21px -15px 15px;
    padding: 18px 15px
}

.opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    float: left;
    font-weight: 700
}

.opc-estimated-wrapper .estimated-block .estimated-label {
    display: block;
    margin: 0 0 5px
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
    background: 0 0;
    border: none
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
    background: 0 0;
    border: none
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    pointer-events: none;
    opacity: .5
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
    color: #000
}

.opc-progress-bar {
    display: none
}

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

.checkout-index-index .modal-popup .fieldset .field .label {
    font-weight: 400
}

.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 8px
}

.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: #000
}

.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: '\e623';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.field-tooltip .field-tooltip-action:hover:before {
    color: #000
}

.field-tooltip .field-tooltip-action:before {
    padding-left: 1px
}

._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: #000
}

.field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2
}

.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-right-color: #f4f4f4;
    left: -21px;
    top: 12px;
    content: '';
    display: block;
    position: absolute;
    z-index: 3
}

.field-tooltip .field-tooltip-content:before {
    border-right-color: #666
}

.field-tooltip .field-tooltip-content:after {
    border-right-color: #f4f4f4;
    width: 1px;
    z-index: 4
}

@media only screen and (max-width:768px) {
    .field-tooltip .field-tooltip-content {
        left: auto;
        right: -10px;
        top: 40px
    }

    .field-tooltip .field-tooltip-content:before,
    .field-tooltip .field-tooltip-content:after {
        border: 10px solid transparent;
        height: 0;
        left: auto;
        margin-top: -21px;
        right: 10px;
        top: 0;
        width: 0
    }

    .field-tooltip .field-tooltip-content:before {
        border-bottom-color: #999
    }

    .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 1px
    }
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
    margin-top: 28px;
    margin-bottom: 28px
}

.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
    font-weight: 400
}

.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 14px;
    margin-top: 10px
}

.opc-wrapper .shipping-address-items {
    font-size: 0
}

.opc-wrapper .shipping-address-item {
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 20px 35px 20px 20px;
    transition: .3s border-color;
    width: 50%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #ff5501
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #ff5501;
    color: #fff;
    content: '\e610';
    font-family: 'luma-icons';
    height: 27px;
    width: 29px;
    font-size: 19px;
    line-height: 21px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    visibility: hidden
}

.opc-wrapper .action-show-popup {
    margin: 0 0 20px
}

.opc-wrapper .action-show-popup>span:before {
    content: '+';
    padding-right: 5px
}

.opc-wrapper .action-select-shipping-item {
    float: right;
    margin: 20px 0 0
}

.opc-wrapper .edit-address-link {
    display: block;
    float: left;
    margin: 26px 5px 0 0
}

.checkout-shipping-method .step-title {
    margin-bottom: 0
}

.checkout-shipping-method .no-quotes-block {
    margin: 20px 0
}

.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
    margin: 20px 0 0
}

.table-checkout-shipping-method thead th {
    display: none
}

.table-checkout-shipping-method tbody td {
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 20px
}

.table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 20px
}

.table-checkout-shipping-method tbody td input[type=radio] {
    margin: 4px 5px 0 0
}

.table-checkout-shipping-method tbody tr:first-child td {
    border-top: none
}

.table-checkout-shipping-method tbody .col-price {
    font-weight: 600
}

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

.shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #007da8;
    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
}

.opc-block-shipping-information {
    padding: 0 30px
}

.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: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    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: #000
}

.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
    color: #757575
}

.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;
    margin: 0 0 20px;
    padding: 22px 30px
}

.opc-block-summary>.title {
    display: block
}

.opc-block-summary .mark .value {
    color: #666;
    display: block
}

.opc-block-summary .discount.coupon {
    display: none
}

.opc-block-summary .grand.incl+.grand.excl .mark,
.opc-block-summary .grand.incl+.grand.excl .amount {
    border-top: 0;
    font-size: 1.4rem;
    padding-top: 0
}

.opc-block-summary .grand.incl+.grand.excl .mark strong,
.opc-block-summary .grand.incl+.grand.excl .amount strong {
    font-weight: 400
}

.opc-block-summary .not-calculated {
    font-style: italic
}

.opc-block-summary .items-in-cart>.title {
    border-bottom: 1px solid #ccc;
    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: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.opc-block-summary .items-in-cart>.title:after {
    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: '\e621'
}

.opc-block-summary .items-in-cart .product {
    position: relative
}

.opc-block-summary .minicart-items-wrapper {
    margin: 0 -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: block;
    padding-right: 5px;
    text-align: left
}

.opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left
}

.opc-block-summary .product-item .price {
    font-size: 1.6rem;
    font-weight: 400
}

.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price {
    font-size: 1rem
}

.opc-block-summary .product-item .message {
    margin-top: 10px
}

.opc-block-summary .actions-toolbar {
    position: relative;
    z-index: 1
}

.opc-block-summary .actions-toolbar .secondary {
    border-top: 1px solid #ccc;
    display: block;
    margin: -1px 0 0;
    padding: 15px 0 0;
    text-align: left
}

.opc-block-summary .actions-toolbar .secondary .action {
    margin: 0
}

@media only screen and (max-width:768px) {
    .opc-block-summary .product-item .product-item-inner {
        display: block
    }

    .opc-block-summary .product-item .product-item-name-block {
        display: block;
        text-align: left
    }

    .opc-block-summary .product-item .subtotal {
        display: block;
        text-align: left
    }
}

.authentication-dropdown {
    box-sizing: border-box
}

.authentication-dropdown .modal-inner-wrap {
    padding: 25px
}

.authentication-wrapper {
    float: right;
    margin-top: -60px;
    max-width: 50%;
    position: relative;
    z-index: 1
}

._has-auth-shown .authentication-wrapper {
    z-index: 900
}

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

.block-authentication .block-title strong {
    font-weight: 300
}

.block-authentication .field .label {
    font-weight: 400
}

.block-authentication .actions-toolbar {
    margin-bottom: 5px
}

.block-authentication .actions-toolbar>.secondary {
    padding-top: 25px;
    text-align: left
}

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

.checkout-payment-method .step-title {
    border-bottom: 0;
    margin-bottom: 0
}

.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 form.form-purchase-order {
    margin-bottom: 15px
}

.checkout-payment-method .payment-method form.form-purchase-order .input-text {
    width: 40%
}

.checkout-payment-method .payment-method-content #po_number {
    margin-bottom: 20px
}

.checkout-payment-method .payment-method-title {
    padding: 20px 0;
    margin: 0
}

.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 0 20px 22px
}

.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 0 20px
}

.checkout-payment-method .payment-group+.payment-group .step-title {
    margin: 20px 0 0
}

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
    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
}

.checkout-payment-method .checkout-billing-address .primary .action-update {
    margin-bottom: 20px;
    margin-right: 0
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 27px;
    padding: 0 0 0 23px
}

.checkout-payment-method .checkout-billing-address input[type=checkbox] {
    vertical-align: top
}

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

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
    content: '\e621'
}

.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-title {
    border-top: 1px solid #ccc;
    padding: 20px 0
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #007da8;
    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: #757575;
    content: '\e622';
    font-family: 'luma-icons';
    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: #000
}

.checkout-payment-method .payment-option-title .action-toggle:active:after {
    color: #757575
}

.checkout-payment-method .payment-option-content {
    padding: 0 0 20px 22px
}

.checkout-payment-method .payment-option-content .primary .action.action-apply {
    margin-right: 0
}

.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: 700
}

.checkout-payment-method .credit-card-types .item._active img {
    -webkit-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%);
    -webkit-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 .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
    width: 225px
}

.checkout-payment-method .ccard>.field.cvv>.control {
    display: inline-block;
    padding-right: 20px
}

.checkout-payment-method .ccard .cvv .label {
    display: block
}

.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 .checkout-agreement.field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.checkout-agreements-block .checkout-agreement.field.required label:after {
    content: none
}

.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem
}

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

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

.login-container .block .block-title {
    font-size: 1.8rem
}

.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.2rem
}

.login-container .fieldset:after {
    margin-top: 35px
}

.block-addresses-list .items.addresses>.item {
    margin-bottom: 20px
}

.block-addresses-list .items.addresses>.item:last-child {
    margin-bottom: 0
}

.block-addresses-list .items.addresses .item.actions {
    margin-top: 5px
}

.form-address-edit .region_id {
    display: none
}

.form-edit-account .fieldset.password {
    display: none
}

.form-edit-account fieldset.additional_info {
    clear: both
}

.form-create-account .fieldset-fullname .fields .field {
    float: none
}

.form-create-account .fieldset.create.account:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem
}

.form-create-account .fieldset.create.account:after {
    margin-top: 35px
}

.form.password.forget .fieldset:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem
}

.form.password.forget .fieldset:after {
    margin-top: 35px
}

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.account .page-title-wrapper .page-title {
    display: inline-block
}

.account .messages {
    margin-bottom: 20px
}

.account .column.main {
    margin-bottom: 30px
}

.account .column.main h2 {
    margin-top: 0
}

.account .sidebar-additional {
    margin-top: 40px
}

.account .table-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    overflow-x: auto
}

.account .table-wrapper:last-child {
    margin-bottom: 0
}

.account .data.table .col.actions .action.delete,
[class^=sales-guest-] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
    color: #d10029
}

.column.main .block:last-child {
    margin-bottom: 0
}

.block .title {
    display: block;
    margin-bottom: 10px
}

.block .title strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.block p:last-child {
    margin: 0
}

.block .box-actions {
    margin-top: 5px
}

.field.password .control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.field.password .control .mage-error {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.field.password .control .input-text {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    z-index: 2
}

.password-strength-meter {
    background-color: #f4f4f4;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    position: relative;
    z-index: 1
}

.password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1
}

.password-none .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%
}

.password-weak .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%
}

.password-medium .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%
}

.password-strong .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%
}

.password-very-strong .password-strength-meter:before {
    background-color: #81b562;
    width: 100%
}

.control.captcha-image {
    margin-top: 10px
}

.control.captcha-image .captcha-img {
    vertical-align: middle
}

.order-products-toolbar,
.customer-addresses-toolbar {
    position: relative
}

.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
    position: relative;
    text-align: center
}

.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
    position: relative
}

.additional-addresses table>thead>tr>th {
    white-space: nowrap
}

.block-balance .price {
    margin-top: -10px;
    font-size: 3.2rem;
    display: inline-block;
    line-height: 32px
}

.table-downloadable-products .product-name {
    font-weight: 400;
    margin-right: 15px
}

.table-downloadable-products .action.download {
    display: inline-block;
    text-decoration: none
}

.table-downloadable-products .action.download:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: '\e626';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.page-product-downloadable .product-add-form {
    clear: both;
    margin-bottom: 25px
}

.page-product-downloadable .product-options-bottom .field.qty {
    display: none
}

.samples-item-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 10px
}

.samples-item {
    margin: 0 0 10px
}

.field.downloads {
    margin-bottom: 10px
}

.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads>.control {
    width: 100%
}

.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 {
    display: inline;
    font-weight: 600;
    font-size: 1.4rem
}

.field.downloads .field.choice {
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    position: relative;
    width: 100%;
    z-index: 1
}

.field.downloads .field.choice input {
    left: 0;
    position: absolute;
    top: 2px
}

.field.downloads .field.downloads-all {
    border-bottom: 0;
    padding-left: 0
}

.field.downloads .sample.link {
    float: right
}

.field.downloads-all .label {
    color: #007da8;
    text-decoration: none;
    cursor: pointer
}

.field.downloads-all .label:visited {
    color: #007da8;
    text-decoration: none
}

.field.downloads-all .label:hover {
    color: #006bb4;
    text-decoration: underline
}

.field.downloads-all .label:active {
    color: #ff5501;
    text-decoration: underline
}

.field.downloads-all input {
    opacity: 0
}

.field.downloads.downloads-no-separately .field.choice {
    padding-left: 0
}

.page-product-giftcard .giftcard-amount {
    border-top: 1px #c1c1c1 solid;
    clear: both;
    margin-bottom: 0;
    padding-top: 15px;
    text-align: left
}

.page-product-giftcard .giftcard-amount .field:last-child {
    padding-bottom: 20px !important
}

.page-product-giftcard .product-info-main .price-box .old-price {
    font-size: 20px
}

.page-product-giftcard .product-info-main .price-box .price-container.price-final>span {
    display: block;
    margin-bottom: 5px
}

.page-product-giftcard .product-info-main .price-box .price-container.price-final>span:last-child {
    margin-bottom: 0
}

.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px
}

.page-product-giftcard .product-info-main .price-box+.giftcard.form {
    border-top: 1px #c1c1c1 solid;
    padding-top: 15px
}

.page-product-giftcard .product-info-main .alert {
    clear: left
}

.page-product-giftcard .product-info-stock-sku {
    display: block
}

.page-product-giftcard .product-add-form {
    border: 0;
    clear: none;
    padding-top: 0
}

.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
    margin-bottom: 20px;
    margin-top: 20px
}

.page-product-giftcard .giftcard.form {
    clear: both
}

.page-product-giftcard .price-box {
    margin-bottom: 10px
}

.page-product-giftcard .product-info-price {
    border: 0;
    display: block;
    float: right;
    white-space: nowrap;
    width: auto
}

.giftcard-account .please-wait {
    display: none
}

.giftcard-account .form-giftcard-redeem .giftcard.info {
    margin-bottom: 30px
}

.opc-wrapper .form-giftcard-account {
    max-width: 500px
}

.opc-wrapper .form-giftcard-account .field {
    margin: 0 0 20px
}

.opc-wrapper .giftcard-account-info {
    margin: 0 0 20px
}

.opc-wrapper .giftcard-account-info .giftcard-account-number {
    margin: 0 0 10px
}

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

.gift-message .field .label {
    color: #666;
    font-weight: 400
}

.gift-options {
    margin: 20px 0
}

.gift-options .actions-toolbar .action-cancel {
    display: none
}

.gift-options-title {
    font-weight: 600;
    margin: 0 0 20px
}

.gift-options-content .fieldset {
    margin: 0 0 20px
}

.gift-summary {
    margin-top: 10px;
    position: relative
}

.gift-summary .actions-toolbar>.secondary .action {
    margin: 0 0 0 20px;
    width: auto
}

.gift-summary .action-edit,
.gift-summary .action-delete {
    display: inline-block;
    text-decoration: none
}

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

.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
    color: #000
}

.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
    color: #757575
}

.gift-summary .action-delete:before {
    content: '\e604'
}

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

.action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 20px;
    color: #757575;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.action-gift:hover:after {
    color: #000
}

.action-gift:active:after {
    color: #757575
}

.action-gift.active:after,
.action-gift._active:after {
    content: '\e621'
}

.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cart.table-wrapper .gift-content {
    box-sizing: border-box;
    clear: left;
    display: none;
    float: left;
    margin-right: -100%;
    padding: 20px 0;
    width: 100%
}

.cart.table-wrapper .gift-content._active {
    display: block
}

.cart.table-wrapper .item-gift._active {
    border-top: 1px solid #c1c1c1
}

.cart.table-wrapper .item-gift .action {
    margin-right: 0
}

.gift-item-block {
    border-bottom: 1px solid #c1c1c1;
    margin: 0
}

.gift-item-block._active .title:after {
    content: '\e621'
}

.gift-item-block .title {
    color: #007da8;
    cursor: pointer;
    margin: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none
}

.gift-item-block .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 20px;
    color: #858585;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.gift-item-block .title:hover:after {
    color: #000
}

.gift-item-block .content {
    padding: 10px 0 20px;
    position: relative
}

.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
    content: ''
}

.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
    clear: left
}

.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
    font-weight: 400;
    margin: 10px 0
}

.gift-messages-order {
    margin-bottom: 25px
}

.gift-message-summary {
    padding-right: 7rem
}

.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
    margin-bottom: 40px
}

.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
    width: 100%
}

.giftregisty-dropdown .action.toggle {
    color: #007da8
}

.table-giftregistry-items .product-image {
    margin-right: 10px;
    float: left
}

.cart-summary .form.giftregistry .fieldset {
    margin: 15px 0 5px;
    text-align: left
}

.cart-summary .form.giftregistry .fieldset .field {
    margin: 0 0 10px
}

.cart-summary .form.giftregistry .fieldset .field .control {
    float: none;
    width: auto
}

.form-giftregistry-search {
    margin-bottom: 60px
}

.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
    margin-bottom: 0
}

.block-giftregistry .actions-toolbar {
    margin: 17px 0 0
}

.block-giftregistry-shared .item-options .item-value {
    margin: 0 0 25px
}

.block-giftregistry-shared-items .item .col {
    border: 0
}

.block-giftregistry-shared-items th {
    border-bottom: 1px solid #ccc
}

.block-giftregistry-shared-items .col {
    padding: 20px 11px 10px
}

.block-giftregistry-shared-items .col .price-box {
    display: inline-block
}

.block-giftregistry-shared-items .col .price-wrapper {
    font-size: 1.8rem;
    display: block;
    font-weight: 700;
    white-space: nowrap
}

.block-giftregistry-shared-items .product .item-options {
    margin: 0
}

.block-giftregistry-shared-items .product-item-photo {
    display: block;
    max-width: 65px;
    padding: 10px 0
}

.block-giftregistry-shared-items .product-item-name {
    font-size: 1.8rem;
    display: block;
    margin: 0 0 5px
}

.gift-wrapping .label {
    margin: 0 0 8px;
    display: inline-block
}

.gift-wrapping .field {
    margin-bottom: 10px
}

.gift-wrapping-info {
    font-weight: 300;
    font-size: 18px;
    margin: 20px 0
}

.gift-wrapping-list {
    list-style: none;
    margin: 20px 0 10px;
    padding: 0
}

.gift-wrapping-list .no-image {
    background: #f2f2f2;
    display: inline-block;
    text-decoration: none
}

.gift-wrapping-list .no-image>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.gift-wrapping-list .no-image:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 4rem;
    color: #494949;
    content: '\e62a';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.gift-wrapping-list .no-image:after {
    display: block
}

.gift-wrapping-preview,
.gift-wrapping-item>span {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.gift-wrapping-item {
    float: left;
    margin: 0 10px 10px 0
}

.gift-wrapping-item:last-child {
    margin-right: 0
}

.gift-wrapping-item._active span:before {
    border: 3px solid #333;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2
}

.gift-wrapping-item>span {
    height: 4rem;
    width: 4rem
}

.gift-wrapping-title {
    margin: 10px 0
}

.gift-wrapping-title .action-remove {
    margin: -5px 0 0 5px;
    display: inline-block;
    text-decoration: none
}

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

.gift-wrapping-title .action-remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.gift-wrapping-title .action-remove:hover:before {
    color: #000
}

.gift-wrapping-title .action-remove:active:before {
    color: #757575
}

.gift-options-content .fieldset .field {
    margin: 10px 0
}

.gift-wrapping-summary {
    padding-right: 7rem
}

.gift-wrapping-summary .gift-wrapping-title {
    border: 0;
    display: inline-block;
    padding: 0
}

.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
    padding: 0;
    width: 100%
}

.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
    margin: 20px 0 0
}

.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
    float: none
}

.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
    margin: 0
}

.opc-wrapper .data.table .gift-wrapping .content>img,
.table-order-items .gift-wrapping .content>img {
    float: left;
    margin: 0 10px 0 0;
    max-height: 50px;
    max-width: 50px
}

.gift-summary .price-box,
.gift-options .price-box {
    margin-left: 22px
}

.gift-summary .regular-price:before,
.gift-options .regular-price:before {
    content: attr(data-label) ': '
}

.gift-summary .regular-price .price,
.gift-options .regular-price .price {
    font-weight: 700
}

.order-options .item {
    padding-bottom: 20px
}

.order-options .product {
    margin-bottom: 10px
}

.order-options .product-image-container {
    float: left;
    padding-right: 10px
}

.order-options .gift-wrapping {
    margin-bottom: 10px
}

.table-wrapper.grouped {
    width: auto
}

.table.grouped .row-tier-price>td {
    border-top: 0
}

.table.grouped .col.item {
    width: 90%
}

.table.grouped .col.qty {
    width: 10%
}

.table.grouped .product-item-name {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px
}

.table.grouped .price-box p {
    margin: 0
}

.table.grouped .price-box .price {
    font-weight: 700
}

.table.grouped .price-box .old-price .price {
    font-weight: 400
}

.table.grouped .stock.unavailable {
    font-weight: 400;
    margin: 0;
    text-transform: none;
    white-space: nowrap
}

.page-product-grouped .product-info-main .alert {
    clear: left
}

.page-product-grouped .box-tocart {
    margin-top: 10px
}

.box-tocart .action.instant-purchase {
    vertical-align: top
}

.box-tocart .action.instant-purchase:not(:last-child) {
    margin-bottom: 15px
}

.form-add-invitations .additional,
.form-add-invitations .field.message {
    margin-top: 20px
}

.form-add-invitations .action.remove {
    top: 4px
}

.form-add-invitations .action.add {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 4px;
    width: auto
}

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

.form-add-invitations .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.form-add-invitations .action.add:hover:before {
    color: inherit
}

.form-add-invitations .action.add:active:before {
    color: inherit
}

.filter.block {
    margin-bottom: 0
}

.filter-title strong {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, .3);
    border: 1px solid #ccc;
    border-radius: 3px;
    font-weight: 400;
    left: 0;
    line-height: 16px;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 2
}

.filter-title strong[data-count]:after {
    color: #fff;
    background: #ff5501;
    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
}

.filter .block-subtitle {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 10px 20px
}

.filter-subtitle {
    display: none
}

.filter-current {
    margin: 0
}

.filter-current .items {
    padding: 5px 10px
}

.filter-current .item {
    padding-left: 17px;
    position: relative;
    z-index: 1
}

.filter .filter-current-subtitle {
    border: none;
    display: block;
    padding-bottom: 10px
}

.filter-current .action.remove {
    left: -2px;
    position: absolute;
    top: -1px
}

.filter-actions {
    margin-bottom: 25px;
    padding: 0 10px
}

.filter-label {
    font-weight: 700
}

.filter-label:after {
    content: ': '
}

.filter-value {
    color: #757575
}

.filter-options {
    display: none;
    margin: 0
}

.filter-options-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.filter-options-title {
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 10px 40px 0 10px;
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none
}

.filter-options-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.filter-options-title:after {
    position: absolute;
    right: 13px;
    top: 12px
}

.filter-options-title:hover {
    color: #000
}

.active>.filter-options-title:after {
    content: '\e621'
}

.filter-options-content {
    margin: 0;
    padding: 10px
}

.filter-options-content .item {
    line-height: 1.5em;
    margin: 10px 0
}

.filter-options-content a {
    color: #494949;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 7px
}

.filter-options-content a:hover {
    background-color: #e8e8e8;
    text-decoration: none
}

.filter-options-content a:hover+.count {
    background-color: #e8e8e8
}

.filter-options-content .count {
    color: #757575;
    font-weight: 300;
    padding-left: 5px;
    padding-right: 5px
}

.filter-options-content .count:before {
    content: '('
}

.filter-options-content .count:after {
    content: ')'
}

.map-popup-wrapper.popup .action.close {
    top: 10px
}

.map-popup {
    background: #fff;
    border: 1px solid #adadad;
    padding: 22px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
    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 25px;
    padding-right: 16px
}

.map-popup .popup-header .title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.map-popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    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: 16px;
    line-height: 16px;
    color: #8c8c8c;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.map-popup .popup-actions .action.close:hover:before {
    color: #737373
}

.map-popup .popup-actions .action.close:active:before {
    color: #737373
}

.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
    background: 0 0;
    border: none
}

.map-popup .popup-actions .action.close:hover {
    background: 0 0;
    border: none
}

.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
    pointer-events: none;
    opacity: .5
}

.map-popup.active {
    opacity: 1
}

.map-popup .map-info-price {
    margin: 0 0 20px
}

.map-popup .map-info-price .price-box {
    margin: 0 0 20px
}

.map-popup .map-info-price .price-box .label:after {
    content: ': '
}

.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
    margin-right: 10px
}

.map-popup .map-msrp {
    margin-bottom: 10px
}

.map-popup .actual-price {
    margin: 3px 0 15px
}

.map-popup .regular-price .price-label {
    display: none
}

.map-popup .popup-header {
    display: none
}

.map-old-price {
    text-decoration: none
}

.map-old-price .price-wrapper {
    text-decoration: line-through
}

.map-fallback-price {
    display: none
}

.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
    display: inline-block;
    min-width: 10rem
}

.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
    margin-right: 10px
}

.product-options-bottom .price-box .old-price .price-container>span,
.product-info-price .price-box .old-price .price-container>span {
    display: inline
}

.map-form-addtocart {
    display: inline-block;
    text-align: center
}

.map-form-addtocart img {
    display: block;
    margin: 0 auto
}

button.map-show-info {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #007da8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline
}

button.map-show-info:focus,
button.map-show-info:active {
    background: 0 0;
    border: none
}

button.map-show-info:hover {
    background: 0 0;
    border: none
}

button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
    pointer-events: none;
    opacity: .5
}

button.map-show-info:visited {
    color: #007da8;
    text-decoration: none
}

button.map-show-info:hover {
    color: #006bb4;
    text-decoration: underline
}

button.map-show-info:active {
    color: #ff5501;
    text-decoration: underline
}

button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
    background: 0 0;
    border: 0
}

button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
    color: #007da8;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.wishlist.split.button {
    display: inline-block;
    position: relative;
    margin-right: 5%;
    vertical-align: middle
}

.wishlist.split.button:before,
.wishlist.split.button:after {
    content: '';
    display: table
}

.wishlist.split.button:after {
    clear: both
}

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

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

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

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

.wishlist.split.button .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #666;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.split.button .action.toggle:hover:after {
    color: #000
}

.wishlist.split.button .action.toggle:active:after {
    color: inherit
}

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

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

.wishlist.split.button .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #666;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.split.button .action.toggle.active:hover:after {
    color: #000
}

.wishlist.split.button .action.toggle.active:active:after {
    color: inherit
}

.wishlist.split.button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15)
}

.wishlist.split.button .items li {
    margin: 0;
    padding: 5px 5px 5px 23px
}

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

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

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

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

.wishlist.split.button .items:before {
    left: 10px;
    top: -12px
}

.wishlist.split.button .items:after {
    left: 9px;
    top: -14px
}

.wishlist.split.button.active {
    overflow: visible
}

.wishlist.split.button.active .items {
    display: block
}

.wishlist.split.button .items {
    padding: 6px 0;
    text-align: left
}

.wishlist.split.button .items .item>span {
    display: block;
    padding: 5px 5px 5px 23px
}

.wishlist.split.button .items li {
    padding: 0
}

.wishlist.split.button>.action.split {
    margin-right: 5px
}

.wishlist.split.button>.action.split:before {
    content: '\e600'
}

.wishlist.split.button>.action.split:before {
    margin: 0;
    width: 18px
}

.wishlist.split.button>.action:active,
.wishlist.split.button>.action:focus,
.wishlist.split.button>.action:hover {
    color: #000
}

.wishlist.split.button>.action.toggle:before {
    border-left: 1px solid #666;
    content: '';
    float: left;
    height: 15px;
    margin: 3px 4px 0 0
}

.cart.table-wrapper .wishlist.split.button {
    vertical-align: baseline
}

.cart.table-wrapper .wishlist.split.button>.action.split {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none
}

.cart.table-wrapper .wishlist.split.button>.action.toggle:after {
    color: #007da8
}

.cart.table-wrapper .wishlist.split.button>.action.split,
.cart.table-wrapper .wishlist.split.button>.action.toggle {
    color: #007da8
}

.cart.table-wrapper .wishlist.split.button>.action.split:before,
.cart.table-wrapper .wishlist.split.button>.action.toggle:before {
    display: none
}

.wishlist.window.popup {
    background: #fff;
    border: 1px solid #adadad;
    padding: 22px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
    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 25px;
    padding-right: 16px
}

.wishlist.window.popup .popup-header .title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.wishlist.window.popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    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: 16px;
    line-height: 16px;
    color: #8c8c8c;
    content: '\e616';
    font-family: 'luma-icons';
    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:hover:before {
    color: #737373
}

.wishlist.window.popup .popup-actions .action.close:active:before {
    color: #737373
}

.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
    background: 0 0;
    border: none
}

.wishlist.window.popup .popup-actions .action.close:hover {
    background: 0 0;
    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 {
    pointer-events: none;
    opacity: .5
}

.wishlist.window.popup.active {
    opacity: 1
}

.wishlist.window.popup.active {
    display: block
}

.wishlist.overlay {
    transition: opacity .15s linear;
    background: #8c8c8c;
    z-index: 899;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wishlist.overlay.active {
    opacity: .7;
    filter: alpha(opacity=70)
}

.wishlist.overlay.active {
    display: block
}

.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
    color: #007da8
}

.page-multiple-wishlist .actions-toolbar>.primary {
    display: block;
    float: none;
    text-align: left
}

.page-multiple-wishlist .actions-toolbar>.primary .action.remove {
    float: right
}

.block-wishlist-management {
    position: relative
}

.block-wishlist-management .wishlist-select .wishlist-name-label {
    font-weight: 600
}

.block-wishlist-management .wishlist-title {
    margin-bottom: 10px
}

.block-wishlist-management .wishlist-title strong {
    font-weight: 300;
    margin-right: 10px
}

.block-wishlist-management .wishlist-notice {
    color: #4a4a4a;
    display: inline-block;
    margin-right: 20px
}

.block-wishlist-management .wishlist-notice.private {
    display: inline-block;
    text-decoration: none
}

.block-wishlist-management .wishlist-notice.private:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: #707070;
    content: '\e629';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
    display: inline-block
}

.block-wishlist-management .wishlist-toolbar-select {
    margin-right: 20px
}

.block-wishlist-management .wishlist-toolbar .copy .dropdown {
    right: 0
}

.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
    left: auto;
    right: 11px
}

.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
    left: auto;
    right: 10px
}

.block-wishlist-management .wishlist-dropdown.move {
    margin-right: 20px
}

.block-wishlist-search-form .form-wishlist-search {
    margin-bottom: 60px;
    max-width: 500px
}

.block-wishlist-search-results .table-wrapper {
    border-top: none
}

.block-wishlist-info-items .block-title {
    margin-bottom: 20px;
    font-size: 2.2rem
}

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

.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;
    padding: 10px 0;
    visibility: hidden
}

.block-wishlist-info-items .wishlist-dropdown .change {
    color: #007da8
}

.block-wishlist-info-items .action.towishlist {
    padding: 10px 0
}

.block-wishlist-info-items .input-text.qty {
    margin-right: 10px
}

.multicheckout.results h3,
.multicheckout.success h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-top: 30px
}

.multicheckout.results h3 a,
.multicheckout.success h3 a {
    color: #000
}

.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
    text-decoration: none
}

.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
    list-style: none;
    padding-left: 0
}

.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
    margin-top: 25px;
    padding-left: 16px
}

.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
    margin-left: 84px
}

.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
    font-weight: 700;
    margin-right: 10px
}

.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
    font-weight: 400
}

.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
    color: #e02b27
}

.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
    font-weight: 700;
    margin-right: 10px
}

.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
    font-weight: 400
}

.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
    margin-top: 0
}

.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
    float: left
}

.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
    margin-left: 100px
}

.multicheckout .title {
    margin-bottom: 30px
}

.multicheckout .title strong {
    font-weight: 400
}

.multicheckout .table-wrapper {
    margin-bottom: 0
}

.multicheckout .table-wrapper .action.delete {
    display: inline-block
}

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

.multicheckout .actions-toolbar>.secondary .action {
    margin-bottom: 25px
}

.multicheckout .actions-toolbar>.secondary .action.back {
    display: block;
    margin-left: 0
}

.multicheckout .actions-toolbar>.primary {
    margin-right: 10px
}

.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-title,
.multicheckout .block-content .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
    font-weight: 400
}

.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
    color: #737373
}

.multicheckout .block-content .title {
    border-bottom: none;
    padding-bottom: 0
}

.multicheckout.order-review .block-title>strong {
    font-size: 2.4rem
}

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
    margin-bottom: 40px
}

.multicheckout.order-review .error-description {
    color: #e02b27;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: -10px
}

.multicheckout .box-title span {
    margin-right: 10px
}

.multicheckout .box-title>.action {
    margin: 0
}

.multicheckout .box-shipping-method .price {
    font-weight: 700
}

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

.block.newsletter {
    margin-bottom: 20px
}

.block.newsletter .form.subscribe {
    display: table;
    width: 100%
}

.block.newsletter .fieldset {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.block.newsletter .field {
    margin: 0
}

.block.newsletter .field .control {
    display: inline-block;
    text-decoration: none;
    display: block
}

.block.newsletter .field .control:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #575757;
    content: '\e61d';
    font-family: 'luma-icons';
    margin: 0 0 0 8px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block.newsletter .field .control:before {
    position: absolute
}

.block.newsletter input {
    margin-right: 35px;
    padding: 0 0 0 35px
}

.block.newsletter .title {
    display: none
}

.block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%
}

.block.newsletter .action.subscribe {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
    white-space: nowrap
}

.data.switch .counter {
    color: #4a4a4a
}

.data.switch .counter:before {
    content: '('
}

.data.switch .counter:after {
    content: ')'
}

.rating-summary {
    overflow: hidden;
    white-space: nowrap
}

.rating-summary .rating-result {
    width: 88px;
    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: #c7c7c7;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    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: #ff5501;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    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
}

.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: #c7c7c7;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    font-style: normal;
    font-weight: 400;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    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]:hover+label:before,
.review-control-vote input[type=radio]:checked+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: #ff5501;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    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: '\e605' '\e605' '\e605' '\e605' '\e605'
}

.review-control-vote .rating-4 {
    z-index: 3
}

.review-control-vote .rating-4:before {
    content: '\e605' '\e605' '\e605' '\e605'
}

.review-control-vote .rating-3 {
    z-index: 4
}

.review-control-vote .rating-3:before {
    content: '\e605' '\e605' '\e605'
}

.review-control-vote .rating-2 {
    z-index: 5
}

.review-control-vote .rating-2:before {
    content: '\e605' '\e605'
}

.review-control-vote .rating-1 {
    z-index: 6
}

.review-control-vote .rating-1:before {
    content: '\e605'
}

.review-control-vote:before {
    content: '\e625' '\e625' '\e625' '\e625' '\e625'
}

.products-reviews-toolbar {
    position: relative
}

.products-reviews-toolbar .toolbar-amount {
    position: relative;
    text-align: center
}

.review-toolbar {
    border-top: 1px solid #c9c9c9;
    margin: 0 0 20px;
    padding: 0;
    text-align: center
}

.review-toolbar:first-child {
    display: none
}

.review-toolbar .pages {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    padding: 20px 0;
    text-align: center
}

.review-toolbar .limiter {
    display: none
}

.review-add .block-title {
    display: none
}

.review-form .action.submit.primary {
    background: #eee;
    border: 1px solid #ccc;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 7px 15px;
    margin: 0
}

.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #000
}

.review-form .action.submit.primary:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #000
}

.review-form .actions-toolbar .actions-primary {
    padding: 0
}

.fieldset .review-legend.legend {
    border-bottom: 0;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 0
}

.fieldset .review-legend.legend span {
    margin: 0
}

.fieldset .review-legend.legend strong {
    display: block;
    font-weight: 600
}

.fieldset .review-field-ratings>.label {
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0
}

.review-control-vote label:before,
.review-control-vote:before {
    font-size: 32px;
    height: 32px;
    letter-spacing: 10px;
    line-height: 32px
}

.review-field-rating .label {
    font-weight: 600
}

.review-field-rating .control {
    margin-bottom: 48px;
    margin-top: 10px
}

.review-list {
    margin-bottom: 30px
}

.review-list .block-title strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.review-item {
    border-bottom: 1px solid #c9c9c9;
    margin: 0;
    padding: 20px 0
}

.review-item:after {
    clear: both;
    content: '';
    display: table
}

.review-item:last-child {
    border-width: 0
}

.review-ratings {
    display: table;
    margin-bottom: 10px;
    max-width: 100%
}

.review-author {
    display: inline
}

.review-author .review-details-value {
    font-weight: 400
}

.review-date {
    display: inline
}

.review-title {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin: 0 0 20px
}

.review-content {
    margin-bottom: 20px
}

.page-main .column .review-add {
    margin-bottom: 0
}

.data.table.reviews .rating-summary {
    margin-top: -4px
}

.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
    margin-bottom: 20px
}

.product-reviews-summary {
    margin-bottom: 5px
}

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

.product-reviews-summary .rating-summary {
    display: inline-block;
    vertical-align: middle
}

.product-reviews-summary .reviews-actions {
    display: inline-block;
    font-size: 11px;
    vertical-align: middle
}

.product-reviews-summary .reviews-actions a:not(:last-child) {
    margin-right: 30px
}

.product-reviews-summary .reviews-actions .action.add {
    white-space: nowrap
}

.product-info-main .rating-summary,
.customer-review .rating-summary {
    margin-right: 30px
}

.block-reviews-dashboard .items .item {
    margin-bottom: 20px
}

.block-reviews-dashboard .items .item:last-child {
    margin-bottom: 0
}

.block-reviews-dashboard .product-name {
    display: inline-block
}

.block-reviews-dashboard .product-name:not(:last-child) {
    margin-bottom: 5px
}

.block-reviews-dashboard .rating-summary .label {
    font-weight: 600;
    margin-right: 10px;
    vertical-align: middle
}

.table-reviews .product-name,
.block-reviews-dashboard .product-name {
    font-weight: 400
}

.table-reviews .rating-summary {
    display: inline-block;
    vertical-align: baseline
}

.customer-review .product-media {
    float: left;
    margin-right: 3%;
    max-width: 285px;
    width: 30%
}

.customer-review .review-details {
    margin: 0
}

.customer-review .review-details .customer-review-rating {
    margin-bottom: 20px
}

.customer-review .review-details .customer-review-rating .item {
    margin-bottom: 10px
}

.customer-review .review-details .customer-review-rating .item:last-child {
    margin-bottom: 0
}

.customer-review .review-details .review-title {
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    margin-bottom: 20px
}

.customer-review .review-details .review-content {
    margin: 0;
    margin-bottom: 20px
}

.customer-review .review-details .review-date {
    color: #737373
}

.block-reward-info .reward-balance {
    font-size: 1.8rem;
    margin-bottom: 25px
}

.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
    margin-bottom: 25px
}

.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
    display: inline-block;
    margin-bottom: 10px
}

.order-details-items.rma .order-title {
    display: none
}

.order-details-items.rma .order-title+.toolbar {
    display: none
}

.form-create-return .additional:first-child {
    margin-top: 0
}

.form-create-return .field.comment {
    margin-top: 55px
}

.table-wrapper.table-returns .returns-details.hidden {
    display: none
}

.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
    margin: 0
}

.block-returns-comments .returns-comments dt {
    font-weight: 400
}

.block-returns-comments .returns-comments dd {
    margin-bottom: 15px
}

.block-returns-comments .returns-comments dd:last-child {
    margin-bottom: 0
}

.block-returns-comments .fieldset {
    margin-bottom: 20px
}

.magento-rma-guest-create .order-links .item a {
    line-height: 1.42857143;
    margin: 0 30px 0 0;
    padding: 0;
    color: #007da8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline
}

.magento-rma-guest-create .order-links .item a:visited {
    color: #007da8;
    text-decoration: none
}

.magento-rma-guest-create .order-links .item a:hover {
    color: #006bb4;
    text-decoration: underline
}

.magento-rma-guest-create .order-links .item a:active {
    color: #ff5501;
    text-decoration: underline
}

.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
    background: 0 0;
    border: 0
}

.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
    color: #007da8;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

#registrant-options .item .control table .col.qty .input-qty {
    display: none
}

.order-links .item {
    line-height: 40px;
    margin: 0 0 -1px
}

.order-links .item strong {
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    font-weight: 400;
    padding: 0 20px
}

.order-links .item a {
    background: #f6f6f6;
    color: #6d6d6d;
    border: 1px solid #ccc;
    display: block;
    font-weight: 400;
    padding: 0 20px
}

.order-links .item a:hover {
    background: #fff;
    text-decoration: none
}

.order-details-items {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    padding: 10px
}

.order-details-items .order-title {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px
}

.order-details-items .order-title>strong {
    font-size: 2.4rem;
    font-weight: 300
}

.order-details-items .order-title .action {
    display: inline-block
}

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

.order-details-items .table-wrapper.order-items-shipment {
    overflow: visible
}

.order-details-items .table-order-items>thead>tr>th {
    border-bottom: 1px solid #ccc
}

.order-details-items .table-order-items tbody+tbody {
    border-top: 1px solid #ccc
}

.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
    background: 0 0
}

.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: 700;
    padding-bottom: 5px;
    padding-top: 0
}

.order-details-items .table-order-items tbody .col.options {
    padding: 10px 10px 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 {
    margin: 0
}

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

.order-details-items .col.name {
    padding-top: 16px
}

.order-details-items .action.show {
    display: inline-block;
    text-decoration: none;
    color: #000
}

.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: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.order-details-items .action.show.expanded:after {
    content: '\e621'
}

.order-details-items .product-item-name {
    font-size: 1.8rem
}

.order-details-items .items-qty .item {
    white-space: nowrap
}

.order-details-items .items-qty .title:after {
    content: ': '
}

.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
    margin-right: 0
}

.block-order-details-comments {
    margin: 0 0 40px
}

.block-order-details-comments .comment-date {
    font-weight: 600
}

.block-order-details-comments .comment-content {
    line-height: 1.6;
    margin: 0 0 20px
}

.block-order-details-view .block-content .box {
    margin-bottom: 30px
}

.block-order-details-view .box-title {
    font-weight: 600
}

.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 #ccc
}

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

.form-orders-search .field:last-child {
    margin-bottom: 20px
}

.block-reorder .actions-toolbar {
    margin: 17px 0
}

.block-reorder .product-item-name {
    float: left;
    width: calc(100% - 20px)
}

.block-reorder .product-item:after {
    clear: both;
    content: '';
    display: table
}

.block-reorder .product-item .field.item {
    float: left;
    width: 20px
}

.form.send.friend .fieldset .field .control {
    width: 100%
}

.product-social-links .action.mailto.friend:before {
    content: '\e61d'
}

.block-collapsible-nav .content {
    background: #f5f5f5;
    padding: 15px 0
}

.block-collapsible-nav .item {
    margin: 3px 0 0
}

.block-collapsible-nav .item:first-child {
    margin-top: 0
}

.block-collapsible-nav .item a,
.block-collapsible-nav .item>strong {
    border-left: 3px solid transparent;
    color: #575757;
    display: block;
    padding: 5px 18px 5px 15px
}

.block-collapsible-nav .item a {
    text-decoration: none
}

.block-collapsible-nav .item a:hover {
    background: #e8e8e8
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
    border-color: #ff5501;
    color: #000;
    font-weight: 600
}

.block-collapsible-nav .item.current a {
    border-color: #ff5501
}

.block-collapsible-nav .item .delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 1.8rem
}

body {
    background-color: #fff
}

.page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.page-main {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.page-main>.page-title-wrapper .page-title {
    hyphens: auto
}

.page-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}

.page-header .panel.wrapper {
    background-color: #6e716e;
    color: #fff
}

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

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

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

.header.panel>.header.links>li.customer-welcome {
    margin: 0 0 0 5px
}

.header.panel>.header.links>li>a {
    color: #fff;
    text-decoration: none
}

.header.panel>.header.links>li>a:visited {
    color: #fff;
    text-decoration: none
}

.header.panel>.header.links>li>a:hover {
    color: #fff;
    text-decoration: underline
}

.header.panel>.header.links>li>a:active {
    color: #fff;
    text-decoration: underline
}

.header.content {
    padding-top: 10px;
    position: relative
}

.logo {
    float: left;
    margin: 0 0 10px 40px;
    max-width: 50%;
    position: relative;
    z-index: 5
}

.logo img {
    display: block;
    height: auto
}

.page-print .logo {
    display: inline-block;
    float: none
}

.page-print .nav-toggle {
    display: none
}

.page-main>.page-title-wrapper .page-title+.action {
    margin-top: 30px
}

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

.action-skip-wrapper {
    height: 0;
    position: relative
}

.message.global p {
    margin: 0
}

.message.global.noscript,
.message.global.cookie {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #ffee9c;
    border-color: #d6ca8e;
    color: #000;
    margin: 0
}

.message.global.noscript a,
.message.global.cookie a {
    color: #007da8
}

.message.global.noscript a:hover,
.message.global.cookie a:hover {
    color: #006bb4
}

.message.global.noscript a:active,
.message.global.cookie a:active {
    color: #ff5501
}

.message.global.cookie {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 3
}

.message.global.cookie .actions {
    margin-top: 10px
}

.message.global.demo {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #ff0101;
    border-color: none;
    color: #fff;
    margin-bottom: 0;
    text-align: center
}

.message.global.demo a {
    color: #007da8
}

.message.global.demo a:hover {
    color: #006bb4
}

.message.global.demo a:active {
    color: #ff5501
}

.page-footer {
    margin-top: 25px
}

.footer.content {
    border-top: 1px solid #cecece;
    padding-top: 20px
}

.footer.content .links>li {
    background: #f4f4f4;
    font-size: 1.6rem;
    border-top: 1px solid #cecece;
    margin: 0 -15px;
    padding: 0 15px
}

.footer.content .links a,
.footer.content .links strong {
    display: block;
    padding: 10px 0
}

.footer.content .links strong {
    color: #737373;
    font-weight: 400
}

.footer.content .links a {
    color: #575757;
    text-decoration: none
}

.footer.content .links a:visited {
    color: #575757;
    text-decoration: none
}

.footer.content .links a:hover {
    color: #333;
    text-decoration: underline
}

.footer.content .links a:active {
    color: #333;
    text-decoration: underline
}

.copyright {
    background-color: #6e716e;
    color: #fff;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    text-align: center
}

.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
    display: inline-block;
    position: relative
}

.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
    content: '';
    display: table
}

.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
    clear: both
}

.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.page-header .panel.wrapper .switcher .options .action.toggle>span,
.page-footer .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-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
    color: inherit
}

.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
    color: inherit
}

.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
    display: inline-block;
    text-decoration: none
}

.page-header .panel.wrapper .switcher .options .action.toggle.active>span,
.page-footer .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-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
    color: inherit
}

.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
    color: inherit
}

.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 160px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15)
}

.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
    margin: 0;
    padding: 0
}

.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #fff;
    z-index: 99
}

.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbb;
    z-index: 98
}

.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
    left: 10px;
    top: -12px
}

.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    left: 9px;
    top: -14px
}

.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
    overflow: visible
}

.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
    display: block
}

.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px
}

.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
    color: #333;
    text-decoration: none
}

.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
    color: #333;
    text-decoration: none
}

.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
    color: #333;
    text-decoration: none
}

.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
    font-weight: 400
}

.page-header .panel.wrapper .switcher .options ul.dropdown {
    right: 0
}

.page-header .panel.wrapper .switcher .options ul.dropdown:before {
    left: auto;
    right: 10px
}

.page-header .panel.wrapper .switcher .options ul.dropdown:after {
    left: auto;
    right: 9px
}

.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
    margin-bottom: 40px
}

.widget {
    clear: both
}

.page-header .widget.block,
.page-footer .widget.block {
    margin: 20px 0
}

.page-header .links .widget.block,
.page-footer .links .widget.block {
    margin: 0
}

.ui-datepicker td {
    padding: 0
}

.ui-tooltip {
    background: #fff;
    border: 1px solid #999;
    padding: 10px
}

.cookie-status-message {
    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;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #007da8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline
}

.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
    background: 0 0;
    border: none
}

.my-credit-cards .action.delete:hover {
    background: 0 0;
    border: none
}

.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
    pointer-events: none;
    opacity: .5
}

.my-credit-cards .action.delete:visited {
    color: #007da8;
    text-decoration: none
}

.my-credit-cards .action.delete:hover {
    color: #006bb4;
    text-decoration: underline
}

.my-credit-cards .action.delete:active {
    color: #ff5501;
    text-decoration: underline
}

.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
    background: 0 0;
    border: 0
}

.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
    color: #007da8;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.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;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #007da8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline;
    margin-right: 20px
}

.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
    background: 0 0;
    border: none
}

.my-credit-cards-popup .action.secondary:hover {
    background: 0 0;
    border: none
}

.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
    pointer-events: none;
    opacity: .5
}

.my-credit-cards-popup .action.secondary:visited {
    color: #007da8;
    text-decoration: none
}

.my-credit-cards-popup .action.secondary:hover {
    color: #006bb4;
    text-decoration: underline
}

.my-credit-cards-popup .action.secondary:active {
    color: #ff5501;
    text-decoration: underline
}

.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
    background: 0 0;
    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: #007da8;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.toolbar.wishlist-toolbar .limiter {
    float: right
}

.toolbar.wishlist-toolbar .main .pages {
    display: inline-block;
    position: relative;
    z-index: 0
}

.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
    display: inline-block;
    z-index: 1
}

.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
    content: '\e600'
}

.account .table-wrapper .data.table.wishlist>thead>tr>th,
.account .table-wrapper .data.table.wishlist>tbody>tr>th,
.account .table-wrapper .data.table.wishlist>tfoot>tr>th,
.account .table-wrapper .data.table.wishlist>thead>tr>td,
.account .table-wrapper .data.table.wishlist>tbody>tr>td,
.account .table-wrapper .data.table.wishlist>tfoot>tr>td {
    border-top: 1px solid #ccc
}

.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td,
.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td,
.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td {
    border-top: 0
}

.account .table-wrapper .data.table.wishlist>tbody+tbody {
    border-top: 1px solid #ccc
}

.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 #ccc
}

.account .table-wrapper .data.table.wishlist .product.name {
    display: inline-block;
    margin-bottom: 10px
}

.account .table-wrapper .data.table.wishlist .box-tocart {
    margin: 10px 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: 10px 0
}

.account .table-wrapper .data.table.wishlist .input-text.qty {
    margin-bottom: 10px
}

.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
    vertical-align: top
}

.account .table-wrapper .data.table.wishlist .price {
    font-weight: 700
}

.link.wishlist .counter {
    color: #4a4a4a;
    white-space: nowrap
}

.link.wishlist .counter:before {
    content: '('
}

.link.wishlist .counter:after {
    content: ')'
}

.block-wishlist .product-item-name {
    margin-right: 25px
}

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

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

.products-grid.wishlist .product-item-photo {
    display: block;
    margin-bottom: 10px
}

.products-grid.wishlist .product-item-name {
    margin-top: 0
}

.products-grid.wishlist .product-item .price-box {
    margin: 0
}

.products-grid.wishlist .product-item-comment {
    display: block;
    height: 42px;
    margin: 10px 0
}

.products-grid.wishlist .product-item-actions>* {
    margin-right: 15px
}

.products-grid.wishlist .product-item-actions>*:last-child {
    margin-right: 0
}

.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
    display: inline-block;
    text-decoration: none
}

.products-grid.wishlist .product-item-actions .action.edit>span,
.products-grid.wishlist .product-item-actions .action.delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
    color: #000
}

.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
    color: #757575
}

.products-grid.wishlist .product-item-actions .action.delete:before {
    content: '\e604'
}

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

.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
    margin-bottom: 20px
}

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

.block-product-link.widget,
.block-category-link.widget {
    display: block;
    margin-bottom: 20px
}

.block-product-link-inline.widget {
    margin: 0
}

.block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%)/2)
}

.block.widget .products-grid .product-item:nth-child(2n+1) {
    margin-left: 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
}

.columns .block-event {
    position: relative;
    z-index: 2
}

.block-event .block-content {
    position: relative
}

.block-event .block-content>.action {
    cursor: pointer;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 3
}

.block-event .block-content>.action.backward,
.block-event .block-content>.action.forward {
    opacity: .5;
    overflow: hidden;
    width: 20px;
    display: inline-block;
    text-decoration: none
}

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

.block-event .block-content>.action.backward:before,
.block-event .block-content>.action.forward:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 55px;
    line-height: 30px;
    color: inherit;
    content: '\e617';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-event .block-content>.action.backward:before,
.block-event .block-content>.action.forward:before {
    margin-left: -15px
}

.block-event .block-content>.action.backward {
    left: 0
}

.block-event .block-content>.action.forward {
    right: 0
}

.block-event .block-content>.action.forward:before {
    content: '\e608'
}

.block-event .block-content>.action.forward:before {
    margin-left: -20px
}

.block-event .block-content>.action.inactive {
    cursor: default;
    display: none
}

.block-event .block-content>.action:hover {
    opacity: 1
}

.block-event .slider-panel {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.block-event .slider-panel .slider {
    white-space: nowrap
}

.block-event .slider-panel .slider .item {
    background: #f0f0f0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    width: 16.35%
}

.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
    width: 100%
}

.block-event .slider-panel .slider .item img {
    max-width: 100%
}

.block-event .slider-panel .slider .item .category-name {
    display: inline-block;
    font-size: 1.8rem;
    padding: 15px 5px 0;
    word-break: break-all
}

.block-event .slider-panel .slider .item .ticker {
    margin: 0;
    padding: 0;
    list-style: none none
}

.block-event .slider-panel .slider .item .ticker li {
    display: none;
    margin: 0 5px
}

.block-event .slider-panel .slider .item .ticker .value {
    font-size: 2.6rem;
    font-weight: 300
}

.block-event .slider-panel .slider .item .ticker .label {
    display: block;
    font-size: 1.3rem
}

.block-event .slider-panel .slider .item .dates {
    font-weight: 300
}

.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
    display: block
}

.block-event .slider-panel .slider .item .dates .start:after {
    font-size: 1.8rem;
    content: '\2013';
    display: block
}

.block-event .slider-panel .slider .item .dates .date {
    font-size: 1.8rem;
    font-weight: 300
}

.block-event .slider-panel .slider .item .dates .time {
    font-size: 1.3rem
}

.block-event .slider-panel .slider .item .box-event .box-content {
    padding: 5px 0 10px
}

.block-event .slider-panel .slider .item .box-event .box-title {
    display: block;
    font-weight: 300;
    margin: 10px 0 0
}

.block-event .slider-panel .slider .item .action.show {
    display: block;
    padding: 0
}

.block-event .slider-panel .slider .item .action.show .category.name {
    display: inline-block;
    padding: 30px 10px 0
}

.block-event .slider-panel .slider .item .action.show img {
    display: block
}

.block-event .slider-panel .slider .item .action.event {
    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'brother-1816', sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 15px
}

.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

.block-event .slider-panel .slider .item .action.event:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.block-event .slider-panel .slider .item .action.event:hover {
    text-decoration: none
}

.block-static-block.widget,
.block-cms-link.widget {
    margin-bottom: 20px
}

.links .block-static-block.widget,
.links .block-cms-link.widget {
    margin-bottom: 0
}

.block-cms-link-inline.widget {
    margin: 0
}

.block-wishlist-search .form-wishlist-search {
    margin: 20px 0 0
}

.block-cms-hierarchy-link.widget {
    display: block;
    margin-bottom: 20px
}

.block-cms-hierarchy-link-inline.widget {
    margin: 0
}

.sidebar .block-addbysku .fieldset {
    margin: 0
}

.sidebar .block-addbysku .fieldset .fields {
    position: relative
}

.sidebar .block-addbysku .fieldset .fields .field {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top
}

.sidebar .block-addbysku .fieldset .fields .field.sku {
    margin-right: -85px;
    padding-right: 90px;
    width: 100%
}

.sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error {
    width: 80px
}

.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
    position: absolute;
    right: 0;
    top: 7px
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar {
    margin-bottom: 20px
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
    text-align: left
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
    width: auto
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
    float: none;
    text-align: left
}

.sidebar .block-addbysku .action.add {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 4px;
    width: auto
}

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

.sidebar .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.sidebar .block-addbysku .action.add:hover:before {
    color: inherit
}

.sidebar .block-addbysku .action.add:active:before {
    color: inherit
}

.sidebar .block-addbysku .action.links {
    display: inline-block;
    margin: 20px 0 0
}

.sidebar .block-addbysku .action.reset {
    display: block;
    margin: 10px 0
}

.sidebar .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

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

.sidebar .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #999;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.sidebar .block-addbysku .action.remove:hover:before {
    color: inherit
}

.sidebar .block-addbysku .action.remove:active:before {
    color: inherit
}

.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
    background: 0 0;
    border: none
}

.sidebar .block-addbysku .action.remove:hover {
    background: 0 0;
    border: none
}

.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
    pointer-events: none;
    opacity: .5
}

@media only screen and (max-width:768px) {
    .field-tooltip .field-tooltip-content {
        right: -10px;
        top: 40px;
        left: auto
    }
}

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

    .abs-add-clearfix-mobile-m:before,
    .abs-add-clearfix-mobile-m:after,
    .account .column.main .block:not(.widget) .block-title:before,
    .account .column.main .block:not(.widget) .block-title:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-mobile-m:after,
    .account .column.main .block:not(.widget) .block-title:after {
        clear: both
    }

    .abs-toggling-title-mobile,
    .block-wishlist-management .wishlist-select .wishlist-name,
    .block-collapsible-nav .title {
        border-top: 1px solid #ccc;
        cursor: pointer;
        margin-bottom: 0;
        position: relative;
        border-bottom: 1px solid #ccc;
        padding: 10px 40px 10px 15px;
        display: block;
        text-decoration: none
    }

    .abs-toggling-title-mobile:after,
    .block-wishlist-management .wishlist-select .wishlist-name:after,
    .block-collapsible-nav .title:after {
        position: absolute;
        right: 20px;
        top: 10px
    }

    .abs-toggling-title-mobile:after,
    .block-wishlist-management .wishlist-select .wishlist-name:after,
    .block-collapsible-nav .title:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        margin: 3px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .abs-toggling-title-mobile.active:after,
    .block-wishlist-management .wishlist-select .wishlist-name.active:after,
    .block-collapsible-nav .title.active:after {
        content: '\e621'
    }

    .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: inherit;
        content: '\e61c';
        font-family: 'luma-icons';
        margin: 0 5px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .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:before,
    .abs-checkout-tooltip-content-position-top-mobile:after,
    .field-tooltip .field-tooltip-content:before,
    .field-tooltip .field-tooltip-content:after {
        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: #666
    }

    .abs-checkout-tooltip-content-position-top-mobile:after,
    .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 1px
    }

    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-main,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .account .page-main,
    .cms-privacy-policy .page-main {
        padding-top: 41px;
        position: relative
    }

    .navigation {
        padding: 0
    }

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

    .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .parent .level-top:after {
        position: absolute;
        right: 7px;
        top: -8px
    }

    .navigation .parent .level-top.ui-state-active:after {
        content: '\e621'
    }

    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: calc(-1*(100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: calc(100% - 54px)
    }

    .nav-sections .switcher {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
        padding: .8rem 3.5rem .8rem 2rem
    }

    .nav-sections .switcher .label {
        display: block;
        margin-bottom: 5px
    }

    .nav-sections .switcher:last-child {
        border-bottom: 1px solid #d1d1d1
    }

    .nav-sections .switcher-trigger strong {
        display: block;
        text-decoration: none;
        position: relative
    }

    .nav-sections .switcher-trigger strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .nav-sections .switcher-trigger strong:after {
        position: absolute;
        right: -40px;
        top: -16px
    }

    .nav-sections .switcher-trigger.active strong:after {
        content: '\e621'
    }

    .nav-sections .switcher-dropdown {
        margin: 0;
        padding: 0;
        list-style: none none;
        display: none;
        padding: 10px 0
    }

    .nav-sections .switcher-options.active .switcher-dropdown {
        display: block
    }

    .nav-sections .header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
        border-bottom: 1px solid #d1d1d1
    }

    .nav-sections .header.links li {
        font-size: 1.6rem;
        margin: 0
    }

    .nav-sections .header.links li.greet.welcome {
        border-top: 1px solid #d1d1d1;
        font-weight: 700;
        padding: .8rem 15px
    }

    .nav-sections .header.links li>a {
        border-top: 1px solid #d1d1d1
    }

    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #575757;
        text-decoration: none;
        display: block;
        font-weight: 700;
        padding: .8rem 15px
    }

    .nav-sections .header.links .header.links {
        border: 0
    }

    .nav-before-open {
        height: 100%;
        overflow-x: hidden;
        width: 100%
    }

    .nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative
    }

    .nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .nav-open .page-wrapper {
        left: calc(100% - 54px)
    }

    .nav-open .nav-sections {
        -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        left: 0;
        z-index: 99
    }

    .nav-open .nav-toggle:after {
        background: rgba(0, 0, 0, .7);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .nav-sections-items {
        position: relative;
        z-index: 1
    }

    .nav-sections-items:before,
    .nav-sections-items:after {
        content: '';
        display: table
    }

    .nav-sections-items:after {
        clear: both
    }

    .nav-sections-item-title {
        background: #e3e3e3;
        border: solid #d7d7d7;
        border-width: 0 0 1px 1px;
        box-sizing: border-box;
        float: left;
        height: 71px;
        padding-top: 24px;
        text-align: center;
        width: 33.33%
    }

    .nav-sections-item-title.active {
        background: 0 0;
        border-bottom: 0
    }

    .nav-sections-item-title .nav-sections-item-switch:hover {
        text-decoration: none
    }

    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;
        padding: 25px 0
    }

    .nav-sections-item-content:before,
    .nav-sections-item-content:after {
        content: '';
        display: table
    }

    .nav-sections-item-content:after {
        clear: both
    }

    .nav-sections-item-content.active {
        display: block
    }

    .navigation {
        background: #f0f0f0;
        box-sizing: border-box
    }

    .navigation ul {
        margin: 0;
        padding: 0
    }

    .navigation li {
        margin: 0
    }

    .navigation a {
        display: block;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 15px
    }

    .navigation a,
    .navigation a:hover {
        color: #575757;
        text-decoration: none
    }

    .navigation .level0 {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem
    }

    .navigation .level0>.level-top {
        font-weight: 700;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word
    }

    .navigation .level0>.level-top:hover {
        color: #000
    }

    .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #000;
        padding-left: 7px;
        display: inline-block
    }

    .navigation .level0>.level1 {
        font-weight: 600
    }

    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active) {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #000
    }

    .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
    .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: -8px
    }

    .navigation li.level0:last-child {
        border-bottom: 1px solid #d1d1d1
    }

    .navigation .submenu>li {
        word-wrap: break-word
    }

    .navigation .submenu>li>a:hover {
        color: #000
    }

    .navigation .submenu:not(:first-child) {
        font-weight: 400;
        line-height: 1.3;
        left: auto !important;
        overflow-x: hidden;
        padding: 0;
        position: relative;
        top: auto !important;
        transition: left .3s ease-out
    }

    .navigation .submenu:not(:first-child)>li>a {
        padding-left: 15px
    }

    .navigation .submenu:not(:first-child)>li:last-child {
        margin-bottom: 0
    }

    .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px
    }

    .navigation .submenu:not(:first-child) ul>li {
        margin: 0
    }

    .navigation .submenu:not(:first-child) ul>li a {
        color: #575757;
        display: block;
        line-height: normal
    }

    .navigation .submenu:not(:first-child) ul>li a:hover {
        color: #000
    }

    .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important
    }

    .navigation .submenu:not(:first-child) .active>a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #000;
        padding-left: 7px
    }

    .navigation .submenu:not(:first-child) .level1.active>a {
        padding-left: 7px
    }

    .product.data.items .item.title>.switch {
        padding: 1px 15px 1px
    }

    .product.data.items>.item.content {
        padding: 10px 15px 30px
    }

    .breadcrumbs {
        display: none
    }

    .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: transform .3s ease-in-out;
        width: auto
    }

    .modal-popup.modal-slide .modal-inner-wrap {
        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, 0);
        transform: translate(0, 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: 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, .55)
    }

    .modal-popup {
        pointer-events: auto
    }

    .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: 14px;
        font-weight: 700
    }

    .lac-notification {
        padding: 5px 0
    }

    .lac-notification .lac-notification-icon {
        display: none
    }

    .lac-notification .lac-notification-text,
    .lac-notification .lac-notification-links {
        float: none;
        padding: 5px 0;
        text-align: center
    }

    .pagebuilder-banner-wrapper {
        background-attachment: scroll !important
    }

    .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
        max-width: none
    }

    .pagebuilder-column {
        background-attachment: scroll !important;
        flex-basis: 100%;
        max-width: 100%
    }

    .pagebuilder-column-group {
        flex-wrap: wrap
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner] {
        background-attachment: scroll !important
    }

    [data-content-type=row][data-appearance=full-bleed] {
        background-attachment: scroll !important
    }

    [data-content-type=row][data-appearance=full-width] {
        background-attachment: scroll !important
    }

    .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
        max-width: none
    }

    [data-content-type=tab-item] {
        background-attachment: scroll !important
    }

    .pagebuilder-mobile-hidden {
        display: none !important
    }

    .am-checkout .product-item .product-item-inner {
        flex-direction: column
    }

    .amgdprcookie-groups-modal.-table .modal-inner-wrap {
        min-width: 95%
    }

    .amgdprcookie-groups-modal .amgdprcookie-table {
        font-size: 1rem
    }

    .modal-popup .modal-content {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .checkout-container .opc-estimated-wrapper {
        margin-top: 10px
    }

    .checkout-container .authentication-wrapper {
        margin-top: -12px
    }

    .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current+.block-actions {
        top: 187px;
        border: none;
        border-radius: inherit;
        background: #fff;
        box-shadow: none
    }

    .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
        padding: 17px 30px;
        height: 140px
    }

    .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current~.filter-options {
        top: 221px
    }

    .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
        padding: 15px;
        border-width: 1px
    }

    .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
        display: block;
        padding: 10px 15px
    }

    .am-porto-cmtb .filter.active .block-category-list .block-title,
    .am-porto-cmtb .filter.active .filter-options-title,
    .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
    .am-porto-cmtb .filter.active .block-category-list .block-content,
    .am-porto-cmtb .filter.active .filter-options-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .am-porto-cmtb .filter.active .filter-options-title:after {
        right: 15px
    }

    .filter-options-content .am-ranges .items.-am-multiselect .item [class*=am-filter-item] {
        padding-left: 35px
    }

    .filter-options .am-labels-folding .item .am-collapse-icon~[class*=am-filter-item-],
    .filter-options .am-labels-folding .item {
        padding-left: 35px
    }

    .filter-options .items:not(.items-children).-am-multiselect>.item.-is-by-click .items-children.-folding .item.-is-expanded,
    .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
    .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent)>.item.-is-expanded {
        margin-left: 35px
    }

    .filter-options-item .filter-options-content .items [class*=am-filter-item] {
        padding: 7px 0
    }

    .am-labels-folding .am-collapse-icon,
    .filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .am-collapse-icon,
    .filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .am-collapse-icon {
        margin: 7px 0
    }

    .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~.am-input,
    .filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~.am-input,
    .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~input[type=radio],
    .filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~input[type=radio],
    .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~input[type=checkbox],
    .filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~input[type=checkbox],
    .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~input[type=checkbox]+.amshopby-choice,
    .filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~input[type=checkbox]+.amshopby-choice {
        left: 35px
    }

    .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
    .filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .items-children.-folding,
    .filter-options .am-category-wrapper .items .items-children.-folding,
    .filter-options .am-category-view .item a.amshopby-filter-parent {
        padding-left: 35px
    }

    .filter-options .am-category-view.-am-multiselect .item>.am-collapse-icon~a.amshopby-filter-parent {
        padding-left: 70px
    }

    .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
        margin: 7px 0
    }

    .am-collapse-icon:after,
    .am-show-more:before {
        width: 20px
    }

    .filter-content .active .am-show-more:before {
        width: 12px
    }

    .filter-content .active .am-show-more.-active {
        margin-bottom: 10px
    }

    .amshopby-flyout-block {
        margin: 10px 0 25px
    }

    .amshopby-flyout-block .items.amshopby-fly-out-view .item>.amshopby-choice {
        padding-left: 35px
    }

    .filter-options input[type=checkbox] {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 0;
        margin: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        width: 0;
        position: absolute
    }

    .filter-options input[type=checkbox]+.amshopby-choice {
        word-break: break-word;
        word-wrap: break-word;
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        margin: 0;
        padding: 0 0 0 35px;
        min-height: 25px;
        line-height: 1.2;
        cursor: pointer
    }

    .ie11 .filter-options input[type=checkbox]+.amshopby-choice {
        word-break: break-all
    }

    .filter-options input[type=checkbox]+.amshopby-choice:before,
    .filter-options input[type=checkbox]+.amshopby-choice:after {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        box-sizing: border-box;
        width: 25px;
        height: 25px;
        border-radius: 2px;
        content: ''
    }

    .filter-options input[type=checkbox]+.amshopby-choice:before {
        border: 1px solid #e3e3e3;
        background: #fff
    }

    .filter-options input[type=checkbox]+.amshopby-choice:after {
        background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center/25px;
        content: none
    }

    .filter-options input[type=checkbox]+.amshopby-choice:hover:before,
    .filter-options input[type=checkbox]:checked+.amshopby-choice:before {
        border-color: #1979c3
    }

    .filter-options input[type=checkbox]:checked+.amshopby-choice:after {
        content: ''
    }

    ._keyfocus .filter-options input[type=checkbox]:active+.amshopby-choice:before,
    ._keyfocus .filter-options input[type=checkbox]:focus+.amshopby-choice:before,
    .filter-options input[type=checkbox]:active+.amshopby-choice:before,
    .filter-options input[type=checkbox]:focus+.amshopby-choice:before {
        border-color: #1979c3
    }

    .filter-options input[type=checkbox]:not(:checked).mage-error+.amshopby-choice:before {
        border-color: #f23b3b
    }

    .category .subscribe-popup {
        width: 100%;
        top: 35%;
        text-align: center
    }

    .category .subscribe-popup .input-fields {
        margin-top: 20px;
        width: 100%
    }

    .category .subscribe-popup .notification-container {
        width: 80%;
        margin: auto
    }

    .category .subscribe-popup .amxnotif_guest_action {
        width: 100%;
        max-width: 100%;
        margin-top: 20px
    }

    .actions-toolbar.amxnotif_guest_action {
        margin-left: 5px
    }

    .notification-container {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex
    }

    #brt-map-container>button {
        width: 100%
    }

    .brt-map-modal.modal-popup .modal-footer>button {
        margin-bottom: 30px
    }

    .promo-cart-popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: unset;
        min-height: unset;
        background: #fff;
        transform: unset;
        margin-top: 15vh
    }

    .promo-cart-popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap .action-close:before {
        color: #000;
        background: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .product-item-info .special-price-label,
    .product-info-wrapper .special-price-label {
        font-size: 10px
    }

    .product-item-choose-shopper>label {
        font-size: 12px
    }

    .contact-index-index .column:not(.sidebar-main) .form.contact {
        float: none;
        width: 100%
    }

    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        float: none;
        width: 100%
    }

    .block-cart-failed .block-title {
        margin: 0 20px 20px
    }

    .catalog-product-view .column.main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-product-view .product.media {
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }

    .compare.wrapper {
        display: none
    }

    .catalog-product_compare-index .columns .column.main {
        flex-basis: inherit
    }

    .block-search {
        margin-top: 10px
    }

    .cart-container .form-cart .actions.main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .cart-container .form-cart .actions.main .clear,
    .cart-container .form-cart .actions.main .continue {
        margin: 0 0 25px
    }

    .cart-discount {
        border-bottom: 1px solid #ccc
    }

    .cart.table-wrapper {
        border-top: 1px solid #ccc
    }

    .cart.table-wrapper thead .col.item,
    .cart.table-wrapper thead .col.qty,
    .cart.table-wrapper thead .col.price,
    .cart.table-wrapper thead .col.subtotal,
    .cart.table-wrapper thead .col.msrp {
        display: none
    }

    .cart.table-wrapper .col.qty,
    .cart.table-wrapper .col.price,
    .cart.table-wrapper .col.subtotal,
    .cart.table-wrapper .col.msrp {
        box-sizing: border-box;
        display: block;
        float: left;
        white-space: nowrap;
        width: 33%
    }

    .cart.table-wrapper .col.qty[data-th]:before,
    .cart.table-wrapper .col.price[data-th]:before,
    .cart.table-wrapper .col.subtotal[data-th]:before,
    .cart.table-wrapper .col.msrp[data-th]:before {
        content: attr(data-th);
        display: block;
        font-weight: 600;
        padding-bottom: 10px
    }

    .cart.table-wrapper .col.msrp {
        white-space: normal
    }

    .cart.table-wrapper .item .col.item {
        padding-bottom: 0
    }

    .cart.table-wrapper tbody>tr>td:last-child {
        border: 0
    }

    .cart-totals {
        padding-left: 15px;
        padding-right: 15px
    }

    .cart-totals .table-wrapper {
        border-top: 0
    }

    .cart-totals .totals tbody>tr:not(:last-child)>td:last-child {
        border: 0
    }

    .cart.table-wrapper .col.price,
    .order-items.table-wrapper .col.price,
    .cart.table-wrapper .col.qty,
    .order-items.table-wrapper .col.qty,
    .cart.table-wrapper .col.subtotal,
    .order-items.table-wrapper .col.subtotal,
    .cart.table-wrapper .col.msrp,
    .order-items.table-wrapper .col.msrp {
        text-align: left
    }

    .minicart-wrapper {
        margin-top: 10px
    }

    .minicart-wrapper:before,
    .minicart-wrapper:after {
        content: '';
        display: table
    }

    .minicart-wrapper:after {
        clear: both
    }

    .minicart-wrapper .product .actions {
        float: left;
        margin: 10px 0 0
    }

    .minicart-wrapper .update-cart-item {
        float: right;
        margin-left: 0
    }

    .checkout-index-index .modal-popup .modal-footer .action-save-address {
        width: 100%
    }

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
        margin-top: 20px
    }

    .field-tooltip .field-tooltip-content {
        right: -10px;
        top: 40px;
        left: auto
    }

    .checkout-payment-method .payment-methods {
        margin: 0 -15px
    }

    .checkout-payment-method .step-title {
        padding-left: 15px;
        padding-right: 15px
    }

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

    .checkout-payment-method .payment-method-content {
        padding: 0 15px 20px
    }

    .checkout-payment-method .checkout-billing-address .action-cancel {
        margin-top: 10px
    }

    .checkout-payment-method .payment-option {
        margin: 0 -15px
    }

    .checkout-payment-method .payment-option .payment-option-title {
        padding: 15px
    }

    .checkout-payment-method .payment-option .payment-option-content {
        padding: 0 15px 20px
    }

    .login-container .fieldset:after {
        text-align: center
    }

    .account .messages {
        margin-bottom: 0
    }

    .account .column.main .block:not(.widget) .block-title>.action {
        float: right;
        margin-top: 5px
    }

    .account .column.main .block:not(.widget) .block-content .box {
        margin-bottom: 20px
    }

    .account .column.main .block:not(.widget) .block-content .box:last-child {
        margin-bottom: 0
    }

    .control.captcha-image .captcha-img {
        display: block;
        margin-bottom: 10px
    }

    .customer-account-index .page-title-wrapper {
        position: relative
    }

    .form.search.advanced .field.price .with-addon .input-text {
        flex-basis: auto;
        width: 100%
    }

    .cart-discount .giftcard .content {
        padding-bottom: 35px
    }

    .cart-discount .actions-toolbar .secondary {
        bottom: 17px
    }

    .field.open-amount {
        width: 100%
    }

    .page-product-giftcard .product-info-main .product-info-stock-sku {
        display: block;
        padding-left: 10px;
        text-align: left
    }

    .gift-message .actions-toolbar .action-update {
        font-size: 2rem;
        padding: 15px;
        width: 100%
    }

    .gift-item-block {
        border-top: 1px solid #c1c1c1;
        border-bottom: 0
    }

    .gift-item-block .title:after {
        font-size: 1.2rem;
        position: absolute;
        right: 20px;
        top: 10px
    }

    .gift-item-block .content {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .cart.table-wrapper .gift-content {
        border-top: 1px solid #c1c1c1;
        margin-right: -15px;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px
    }

    .cart .action-gift {
        display: inline-block;
        text-decoration: none
    }

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

    .cart .action-gift:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 20px;
        color: #757575;
        content: '\e62a';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .cart .action-gift:hover:after {
        color: #000
    }

    .cart .action-gift:active:after {
        color: #757575
    }

    .cart .action-gift._active {
        border: 1px solid #c1c1c1;
        border-bottom-color: #fff;
        margin: -5px 14px -1px -15px;
        padding: 4px 10px 9px 14px
    }

    .cart .action-gift._active:after {
        color: #000
    }

    .gift-options-cart-item+.towishlist {
        left: 0;
        position: absolute
    }

    .cart.table-wrapper .action-giftregistry {
        display: inline-block;
        text-decoration: none
    }

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

    .cart.table-wrapper .action-giftregistry:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 20px;
        color: #757575;
        content: '\e62b';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .cart.table-wrapper .action-giftregistry:hover:before {
        color: #000
    }

    .cart.table-wrapper .action-giftregistry:active:before {
        color: #757575
    }

    .gift-options-cart-item .gift-wrapping,
    .cart-gift-item .gift-wrapping {
        border-bottom: 1px solid #c1c1c1;
        margin-bottom: 20px;
        padding-bottom: 10px
    }

    .gift-wrapping-list {
        width: 100%
    }

    .gift-wrapping-summary+.gift-message-summary {
        padding-right: 0
    }

    .gift-options-cart-item {
        float: left;
        width: 100%
    }

    .gift-wrapping-preview img {
        width: 100%
    }

    .item-actions .actions-toolbar .gift-options .gift-wrapping,
    .item-actions .actions-toolbar .gift-options .gift-message {
        display: block
    }

    .product-add-form .table-wrapper.grouped {
        margin-left: -15px;
        margin-right: -15px
    }

    .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
        padding: 5px 10px 5px 15px
    }

    body.filter-active .page-header {
        display: none
    }

    body.filter-active .page-wrapper {
        height: 0;
        margin-top: -999999em;
        visibility: hidden
    }

    body.filter-active .columns {
        z-index: 999
    }

    .filter.active {
        position: relative;
        visibility: visible;
        z-index: 99
    }

    .filter.active .filter-options-item:last-child {
        margin-bottom: 40px
    }

    .filter.active .filter-title {
        border-bottom: 1px solid #ccc;
        height: 48px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 2
    }

    .filter.active .filter-title strong {
        box-shadow: none;
        background: 0 0;
        border: 0;
        color: transparent;
        left: auto;
        right: 3px;
        top: 10px;
        display: inline-block;
        text-decoration: none
    }

    .filter.active .filter-title strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: inherit;
        color: #4a4a4a;
        content: '\e616';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .filter.active .filter-subtitle {
        background: 0 0;
        display: block;
        height: 50px;
        left: 0;
        line-height: 32px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1
    }

    .filter.active .filter-options {
        background: #fff;
        bottom: 0;
        display: block;
        left: 0;
        overflow: scroll;
        position: fixed;
        right: 0;
        top: 50px;
        z-index: 10
    }

    .filter .filter-subtitle {
        font-size: 20px;
        font-weight: 300
    }

    .filter-actions {
        margin: -35px -10px 25px
    }

    .filter-options-content {
        padding: 5px 10px
    }

    .filter .filter-current {
        border: solid #ccc;
        border-width: 1px 0;
        margin: 5px -10px 0
    }

    .filter .filter-current .items {
        display: none
    }

    .filter .filter-current-subtitle {
        position: relative;
        text-transform: uppercase;
        z-index: 1;
        display: block;
        text-decoration: none
    }

    .filter .filter-current-subtitle:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .filter .filter-current-subtitle:before {
        position: absolute;
        right: 10px;
        top: 10px
    }

    .filter .filter-current-subtitle:after {
        color: #4a4a4a;
        content: ' (' attr(data-count) ')';
        font-size: .9em
    }

    .filter .filter-current.active {
        padding-bottom: 30px
    }

    .filter .filter-current.active .block-subtitle:before {
        content: '\e621'
    }

    .filter .filter-current.active .items {
        display: block
    }

    .filter .filter-current.active+.block-actions {
        display: block
    }

    .filter .filter-current+.block-actions {
        display: none
    }

    .filter-no-options .filter-title:before {
        background: rgba(255, 255, 255, .5);
        content: '';
        display: block;
        height: 40px;
        left: 0;
        margin-top: -60px;
        position: relative;
        width: 75px;
        z-index: 99
    }

    .filter-no-options .filter-content {
        margin-bottom: 20px
    }

    .page-with-filter .columns .sidebar-main {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }

    .map-popup {
        max-width: 100%
    }

    .map-old-price,
    .map-show-info {
        display: inline-block
    }

    .map-old-price:not(:last-child),
    .map-show-info:not(:last-child) {
        margin-bottom: 10px
    }

    .block-wishlist-management {
        clear: both;
        margin-top: -21px
    }

    .block-wishlist-management .wishlist-select {
        margin: 0 -15px 20px
    }

    .block-wishlist-management .wishlist-select .wishlist-name {
        font-size: 1.6rem
    }

    .block-wishlist-management .wishlist-select-items {
        border-bottom: 1px solid #ccc;
        background: #f5f5f5;
        display: none;
        padding: 15px 0
    }

    .block-wishlist-management .wishlist-select-items.active {
        display: block
    }

    .block-wishlist-management .wishlist-select-items .item {
        margin: 3px 0 0
    }

    .block-wishlist-management .wishlist-select-items .item:first-child {
        margin-top: 0
    }

    .block-wishlist-management .wishlist-select-items .item.current {
        display: none
    }

    .block-wishlist-management .wishlist-select-items .item a {
        color: #000;
        display: block;
        padding: 5px 18px;
        text-decoration: none
    }

    .block-wishlist-management .wishlist-select-items .item a:hover {
        background: #e8e8e8
    }

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

    .block-wishlist-management .wishlist-info {
        margin-bottom: 15px
    }

    .block-wishlist-management .wishlist-toolbar-select,
    .block-wishlist-management .wishlist-toolbar-actions {
        margin-bottom: 15px
    }

    .products-grid.wishlist .product-item-checkbox {
        left: 0;
        position: absolute;
        top: 20px
    }

    .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
        margin-left: 25px
    }

    .page-multiple-wishlist .products-grid.wishlist .product-item-name,
    .page-multiple-wishlist .products-grid.wishlist .product-item-description,
    .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
    .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
        margin-left: 115px
    }

    .products-grid.wishlist .wishlist-dropdown {
        display: none
    }

    .multishipping-checkout-success .nav-toggle {
        display: block
    }

    .multishipping-checkout-success .logo {
        margin-left: 40px
    }

    .multicheckout .actions-toolbar>.primary {
        margin-right: 0
    }

    .block.newsletter input {
        font-size: 12px;
        padding-left: 30px
    }

    .block.newsletter .field .control:before {
        font-size: 13px
    }

    .order-pager-wrapper .toolbar-amount {
        left: inherit;
        position: relative;
        text-align: center;
        top: inherit
    }

    .order-pager-wrapper .pages {
        text-align: center
    }

    .order-pager-wrapper .action.previous,
    .order-pager-wrapper .action.next {
        margin: 0
    }

    .form.send.friend .fieldset {
        padding-bottom: 5px
    }

    .form.send.friend .action.remove {
        margin-left: 0;
        right: 0;
        top: 100%
    }

    .block-collapsible-nav {
        left: 0;
        position: absolute;
        top: -21px;
        width: 100%;
        z-index: 5
    }

    .block-collapsible-nav .content {
        border-bottom: 1px solid #ccc;
        display: none
    }

    .block-collapsible-nav .content.active {
        display: block
    }

    .customer-name,
    .customer-welcome+.authorization-link {
        display: none
    }

    .nav-sections .switcher-trigger strong:after {
        font-size: 1.6rem;
        right: -25px;
        top: -2px
    }

    .navigation .parent .level-top:after {
        font-size: 1.6rem;
        right: 10px;
        top: 7px
    }

    .page-footer .footer.content .switcher-store {
        background: #f4f4f4;
        font-size: 1.6rem;
        margin: 0 -15px
    }

    .page-footer .footer.content .switcher-store .switcher-options {
        display: block
    }

    .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
        background: 0 0;
        border: 0;
        box-shadow: none;
        margin: 0;
        position: relative
    }

    .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
    .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
        display: none
    }

    .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
    .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
        border-top: 1px solid #cecece;
        display: block;
        padding: 10px 20px
    }

    .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
        padding: 10px 0
    }

    .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
        padding: 0
    }

    .logo {
        margin-bottom: 13px;
        margin-top: 4px
    }

    .cms-page-view .page-main {
        padding-top: 0;
        position: relative
    }

    .products-grid.wishlist {
        margin-bottom: 30px;
        margin-right: 0
    }

    .products-grid.wishlist .product-item {
        padding: 20px 0;
        position: relative
    }

    .products-grid.wishlist .product-item-photo {
        float: left;
        margin-right: 20px
    }

    .products-grid.wishlist .product-item-name {
        font-size: 1.6rem
    }

    .products-grid.wishlist .product-item-actions {
        display: block;
        float: left
    }

    .products-grid.wishlist .product-item-actions .action {
        margin-right: 15px
    }

    .products-grid.wishlist .product-item-actions .action:last-child {
        margin-right: 0
    }

    .products-grid.wishlist .product-item-actions .action.edit,
    .products-grid.wishlist .product-item-actions .action.delete {
        margin-top: 7px
    }

    .products-grid.wishlist .product-item-name,
    .products-grid.wishlist .product-item-description,
    .products-grid.wishlist .product-item .price-box,
    .products-grid.wishlist .product-item-tooltip {
        margin-left: 95px
    }

    .products-grid.wishlist .product-item .box-tocart {
        float: left;
        margin-right: 20px
    }

    .products-grid.wishlist .product-item .box-tocart .stock {
        margin-top: 7px
    }

    .products-grid.wishlist .product-item .giftregisty-dropdown,
    .products-grid.wishlist .product-item .field.qty {
        display: none
    }

    .products-grid.wishlist .product-image-container {
        max-width: 80px
    }

    .wishlist-index-index .product-item {
        width: 100%
    }

    .wishlist-index-index .product-item-info {
        width: auto
    }

    .cart.table-wrapper .towishlist {
        display: inline-block;
        text-decoration: none
    }

    .cart.table-wrapper .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 .towishlist:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 20px;
        color: #757575;
        content: '\e600';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .cart.table-wrapper .towishlist:hover:before {
        color: #000
    }

    .cart.table-wrapper .towishlist:active:before {
        color: #757575
    }

    .cart.table-wrapper .towishlist:before {
        overflow: visible
    }

    .sidebar .block-viewed-products-grid .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 2%)/2)
    }

    .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n+1) {
        margin-left: 0
    }

    .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
        display: block;
        position: relative
    }

    .sidebar .block-viewed-products-grid .products-grid .product-item-details {
        margin: 0
    }

    .sidebar .block-viewed-products-grid .products-grid .product-item-info {
        text-align: center
    }

    .checkout-index-index .block.items-in-cart .product-item-name-block,
    .checkout-index-index .block.items-in-cart .product-item-inner {
        display: block !important
    }

    .checkout-index-index .amcheckout-main-container .amcheckout-column.-sidebar {
        margin: 30px -30px 0
    }

    .checkout-index-index .column.main {
        margin-top: 50px
    }

    .checkout-index-index #checkout {
        margin: 20px 30px !important
    }

    .checkout-index-index #checkout .checkout-header {
        display: none
    }

    .checkout-index-index #checkout .amcheckout-main-container.-modern.-layout-2columns {
        display: flex;
        flex-direction: column
    }

    .checkout-index-index #checkout .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
        order: 1;
        margin-top: 30px
    }

    .checkout-index-index #checkout .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
        order: 2;
        margin-top: 35px
    }

    .checkout-index-index #checkout .opc-estimated-wrapper {
        position: fixed;
        top: 66px;
        left: 0;
        width: 100%;
        padding: 15px 30px;
        display: flex;
        flex-direction: row;
        box-sizing: border-box;
        z-index: 10
    }

    .checkout-index-index #checkout .opc-estimated-wrapper .estimated-block {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%
    }

    .checkout-index-index #checkout .actions-toolbar .action.continue,
    .checkout-index-index #checkout .actions-toolbar .action.checkout {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 50px;
        line-height: 50px;
        position: relative
    }
}

@media only screen and (max-width:767px) and (max-width:675px) {
    #wpsl-wrap #wpsl-search-wrap>form {
        flex-direction: column
    }

    #wpsl-wrap #wpsl-search-wrap>form>.wpsl-input>div {
        flex-direction: column
    }

    #wpsl-wrap #wpsl-search-wrap>form>.wpsl-search-btn-wrap {
        margin: 10px
    }
}

@media only screen and (max-width:639px) {

    .abs-visually-hidden-mobile,
    .table-downloadable-products .col.title:before,
    .table-giftregistry-items .col.product:before {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-add-clearfix-mobile:before,
    .abs-add-clearfix-mobile:after,
    .abs-checkout-order-review tbody>tr:before,
    .abs-checkout-order-review tbody>tr:after,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
    .table-giftregistry-items .col.product:before,
    .table-giftregistry-items .col.product:after,
    .multicheckout.order-review .data.table tbody>tr:before,
    .multicheckout.order-review .data.table tbody>tr:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-mobile:after,
    .abs-checkout-order-review tbody>tr:after,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
    .table-giftregistry-items .col.product:after,
    .multicheckout.order-review .data.table tbody>tr:after {
        clear: both
    }

    .abs-checkout-order-review tbody>tr:not(:last-child),
    .multicheckout.order-review .data.table tbody>tr:not(:last-child) {
        border-bottom: 1px solid #ccc
    }

    .abs-checkout-order-review tbody>tr>td.col.item:before,
    .multicheckout.order-review .data.table tbody>tr>td.col.item:before {
        display: none
    }

    .abs-checkout-order-review tbody>tr>td.col.qty,
    .abs-checkout-order-review tbody>tr>td.col.price,
    .abs-checkout-order-review tbody>tr>td.col.subtotal,
    .multicheckout.order-review .data.table tbody>tr>td.col.qty,
    .multicheckout.order-review .data.table tbody>tr>td.col.price,
    .multicheckout.order-review .data.table tbody>tr>td.col.subtotal {
        box-sizing: border-box;
        float: left;
        text-align: center;
        white-space: nowrap;
        width: 33%
    }

    .abs-checkout-order-review tbody>tr>td.col.qty[data-th]:before,
    .abs-checkout-order-review tbody>tr>td.col.price[data-th]:before,
    .abs-checkout-order-review tbody>tr>td.col.subtotal[data-th]:before,
    .multicheckout.order-review .data.table tbody>tr>td.col.qty[data-th]:before,
    .multicheckout.order-review .data.table tbody>tr>td.col.price[data-th]:before,
    .multicheckout.order-review .data.table tbody>tr>td.col.subtotal[data-th]:before {
        content: attr(data-th) ':';
        display: block;
        font-weight: 700;
        padding-bottom: 10px
    }

    .abs-checkout-order-review tbody>tr>td.col:last-child,
    .multicheckout.order-review .data.table tbody>tr>td.col:last-child {
        border: 0
    }

    .abs-checkout-order-review .product-item-name,
    .multicheckout.order-review .data.table .product-item-name {
        margin: 0
    }

    .abs-product-items-summary tbody .col {
        padding: 10px 0 0
    }

    .abs-product-items-summary tbody .col:last-child {
        padding-bottom: 10px
    }

    .abs-product-items-summary tfoot .mark {
        padding-bottom: 5px;
        text-align: left
    }

    .abs-product-items-summary tfoot .amount {
        padding-top: 0;
        text-align: left
    }

    .abs-product-items-summary tfoot .grand.totals {
        font-size: 1.6rem
    }

    .abs-product-items-summary tfoot .grand.totals .mark {
        padding-bottom: 0;
        padding-top: 5px
    }

    .abs-product-items-summary tfoot .grand.totals .amount {
        padding-bottom: 10px;
        padding-top: 0
    }

    .abs-product-items-summary tfoot .grand.totals .amount strong {
        border-top: none
    }

    .abs-account-table-margin-mobile,
    .table-wrapper.balance-history,
    .table-wrapper.reward-history,
    .table-wrapper.orders-recent {
        margin-top: -20px
    }

    .abs-col-no-prefix:before,
    .abs-sidebar-totals-mobile th:before,
    .abs-sidebar-totals-mobile td:before,
    .account .table-billing-agreements .col.actions:before,
    .account .table-billing-agreements-related .col.actions:before,
    .table-wrapper.comparison .table-comparison>tbody>tr>th:before,
    .table-wrapper.comparison .table-comparison>tbody>tr>td:before,
    .cart .table.items .col.item:before,
    .cart .table.items .item-actions td:before,
    .account .table-giftregistry .col.actions:before,
    .table.grouped>tbody>tr>td:before,
    .account .table-reviews .col.actions:before,
    .account .table-order-items .col.actions:before,
    .account .table-order-items .col.options:before,
    .cart-totals .totals th:before,
    .cart-totals .totals td:before,
    .opc-block-summary .totals th:before,
    .opc-block-summary .totals td:before {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-no-display-s,
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
    .order-details-items .table-order-items .options-label,
    .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
        display: none
    }

    .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
    .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
    .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
    .account .page-main .page-title-wrapper .page-title,
    [class^=sales-guest-] .page-main .page-title-wrapper .page-title,
    .sales-guest-view .page-main .page-title-wrapper .page-title {
        display: block
    }

    .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
    .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
    .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
    .account .page-main .page-title-wrapper .order-status,
    [class^=sales-guest-] .page-main .page-title-wrapper .order-status,
    .sales-guest-view .page-main .page-title-wrapper .order-status {
        margin: -10px 0 10px
    }

    .abs-table-striped-mobile>tbody>tr>td:last-child,
    .account .data.table>tbody>tr>td:last-child {
        border: 0
    }

    .abs-no-border-top,
    .product.info.detailed .additional-attributes-wrapper,
    .table-wrapper.balance-history,
    .table-wrapper.table-returns,
    .table-wrapper.orders-recent,
    .order-details-items .table-wrapper {
        border-top: 0
    }

    .abs-no-border-bottom {
        border-bottom: 0
    }

    .abs-sidebar-totals-mobile .amount,
    .cart-totals .totals .amount,
    .opc-block-summary .totals .amount {
        text-align: right
    }

    .table-wrapper {
        border-top: 1px solid #ccc;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        position: relative
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
        border: none;
        display: block
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th {
        display: none
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody {
        display: block
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr {
        display: block
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td,
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {
        border-bottom: none;
        display: block;
        padding: 5px 10px
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before,
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th[data-th]:before {
        padding-right: 10px;
        content: attr(data-th) ': ';
        display: inline-block;
        color: #000;
        font-weight: 700
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>th {
        background-color: #f6f6f6
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child {
        padding-top: 15px
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td.col.qty {
        text-align: left
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
        border: none;
        padding: 0 0 5px
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
        display: block
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
        display: block
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
        padding-top: 20px
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
        box-sizing: border-box;
        float: left;
        text-align: left;
        width: 70%
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
        box-sizing: border-box;
        float: left;
        text-align: right;
        width: 30%
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
        font-size: 1.6rem
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
        padding-bottom: 10px
    }

    .data-table-definition-list thead {
        display: none
    }

    .data-table-definition-list tbody th {
        padding-bottom: 0
    }

    .data-table-definition-list tbody th,
    .data-table-definition-list tbody td {
        display: block;
        padding-left: 0;
        padding-right: 0
    }

    .pages .pages-items {
        display: block;
        padding: 2px 40px 0;
        position: relative;
        white-space: normal;
        z-index: 1
    }

    .pages-item-previous {
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1
    }

    .pages-item-next {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }

    .checkout-payment-method .amazon-sandbox-simulator {
        border-top: 1px solid #ccc
    }

    .checkout-shipping-address .field-tooltip .field-tooltip-content {
        right: -65px
    }

    .checkout-shipping-address .field-tooltip .field-tooltip-content:before,
    .checkout-shipping-address .field-tooltip .field-tooltip-content:after {
        right: 64px
    }

    .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content {
        right: -35px
    }

    .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content:before,
    .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content:after {
        right: 35px
    }

    .block-minicart .field-tooltip {
        right: -115px;
        top: -45px
    }

    .block-minicart .field-tooltip .field-tooltip-content {
        right: -21px;
        top: 46px
    }

    .block-minicart .field-tooltip .field-tooltip-content:before,
    .block-minicart .field-tooltip .field-tooltip-content:after {
        right: 20px
    }

    .klarna-payments-method>.payment-method-title {
        padding: 6.5px 0 6.5px 15px
    }

    .form-new-agreement select {
        width: auto
    }

    .table-paypal-review-items .col.subtotal {
        text-align: left
    }

    .table-paypal-review-items .product-item-name {
        display: inline-block
    }

    .column .block-addbysku .sku {
        margin-right: -85px;
        padding-right: 90px
    }

    .column .block-addbysku .action.remove {
        display: inline-block;
        background-image: none;
        background: 0 0;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400
    }

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

    .column .block-addbysku .action.remove:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: #757575;
        content: '\e604';
        font-family: 'luma-icons';
        margin: -4px 0 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .column .block-addbysku .action.remove:hover:before {
        color: inherit
    }

    .column .block-addbysku .action.remove:active:before {
        color: inherit
    }

    .column .block-addbysku .action.remove:focus,
    .column .block-addbysku .action.remove:active {
        background: 0 0;
        border: none
    }

    .column .block-addbysku .action.remove:hover {
        background: 0 0;
        border: none
    }

    .column .block-addbysku .action.remove.disabled,
    .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
        pointer-events: none;
        opacity: .5
    }

    .products-list .product-item {
        table-layout: fixed
    }

    .products-list .product-item-photo {
        padding: 0 10px 10px 0;
        width: 30%
    }

    .product-item-actions .actions-primary {
        display: block
    }

    .toolbar-products {
        margin-bottom: 0
    }

    .product-info-price {
        margin: 0 -10px 0;
        width: calc(100% + 2*10px) !important
    }

    .product-info-price>*:first-child {
        padding-left: 10px
    }

    .product-info-price>*:last-child {
        padding-right: 10px
    }

    .table-wrapper.comparison .table-comparison>tbody>tr>th,
    .table-wrapper.comparison .table-comparison>tbody>tr>td {
        display: table-cell
    }

    .cart .table.items .col.qty {
        text-align: center
    }

    .opc-wrapper .step-title {
        font-size: 18px;
        border-bottom: 0;
        padding-bottom: 0
    }

    .opc-wrapper .step-content {
        margin: 0 0 15px
    }

    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address,
    .opc-wrapper .methods-shipping {
        background: #f4f4f4;
        margin: 20px -15px 15px;
        padding: 20px 15px
    }

    .opc-wrapper .form-login+.form-shipping-address {
        margin-top: -15px
    }

    .opc-wrapper .shipping-address-item {
        border-bottom: 1px solid #ccc;
        margin: 0 0 15px;
        padding: 0 0 15px;
        width: 100%
    }

    .opc-wrapper .shipping-address-item.selected-item {
        padding: 15px 35px 15px 18px;
        border-bottom-width: 2px
    }

    .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
        right: 39px
    }

    .opc-wrapper .action-select-shipping-item {
        float: none;
        margin-top: 10px;
        width: 100%
    }

    .opc-wrapper .action-show-popup {
        width: 100%
    }

    .opc-wrapper .methods-shipping {
        border-bottom: 1px solid #ccc;
        padding-top: 30px
    }

    .opc-wrapper .edit-address-link {
        display: inline-block;
        text-decoration: none;
        margin: 0;
        position: absolute;
        right: 0;
        top: 5px
    }

    .opc-wrapper .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:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 20px;
        color: #757575;
        content: '\e601';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .opc-wrapper .edit-address-link:hover:before {
        color: #000
    }

    .opc-wrapper .edit-address-link:active:before {
        color: #757575
    }

    .shipping-policy-block.field-tooltip {
        margin-bottom: 20px;
        position: relative;
        right: auto;
        top: auto
    }

    .shipping-policy-block.field-tooltip .field-tooltip-content {
        width: 300px;
        right: auto
    }

    .shipping-policy-block.field-tooltip .field-tooltip-content:before,
    .shipping-policy-block.field-tooltip .field-tooltip-content:after {
        right: auto
    }

    .opc-block-shipping-information .shipping-information-title {
        font-size: 2.3rem
    }

    .opc-block-summary>.title {
        border-bottom: 0;
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 0
    }

    .account .column.main,
    .account .sidebar-additional {
        margin: 0;
        padding: 0
    }

    .account .sidebar-main .account-nav {
        margin-bottom: 0
    }

    .page-product-downloadable .product-options-wrapper {
        margin-bottom: 25px
    }

    .table-downloadable-products .product-name {
        display: block;
        margin-bottom: 5px
    }

    .page-product-downloadable .product-info-price~*:last-child:after {
        border-bottom: 1px solid #c1c1c1;
        content: '';
        display: block;
        height: 0;
        margin: 25px -10px;
        overflow: hidden;
        width: auto
    }

    .table-giftregistry-items .field.choice,
    .table-giftregistry-items .field.qty {
        display: inline-block
    }

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

    .block-giftregistry-results .block-title {
        margin-bottom: 0
    }

    .block-giftregistry-results .table-wrapper {
        border-top: none
    }

    .block-giftregistry-shared-items .block-title {
        margin-bottom: 10px
    }

    .block-giftregistry-shared-items .table-wrapper {
        border-top: 0
    }

    .table.grouped>thead>tr>th {
        border-bottom: 1px solid #ccc;
        display: table-cell
    }

    .table.grouped>tbody {
        border-bottom: 1px solid #ccc
    }

    .table.grouped>tbody>tr>td {
        padding: 11px 10px;
        border: 0;
        display: table-cell
    }

    .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>td:last-child {
        border-bottom: 0
    }

    .page-product-grouped .minimal-price {
        margin: 0
    }

    .page-product-grouped .product-info-price {
        border: 0;
        margin-bottom: 0
    }

    .page-product-grouped .product-info-price .price-box {
        padding-bottom: 0
    }

    .form-add-invitations .action.remove {
        display: inline-block;
        text-decoration: none
    }

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

    .form-add-invitations .action.remove:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: #757575;
        content: '\e604';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .form-add-invitations .action.remove:hover:before {
        color: inherit
    }

    .form-add-invitations .action.remove:active:before {
        color: inherit
    }

    .multicheckout .data.table .address:before {
        margin-bottom: 5px
    }

    .multicheckout .product-item-name,
    .multicheckout .price-including-tax,
    .multicheckout .price-excluding-tax {
        display: inline-block
    }

    .multicheckout .block-content .box:not(:last-child) {
        margin-bottom: 40px
    }

    .multicheckout .block-content .box:last-child {
        margin-bottom: 0
    }

    .multicheckout.order-review .box-items .data.table thead {
        display: block
    }

    .multicheckout.order-review .box-items .data.table thead tr {
        display: block
    }

    .multicheckout.order-review .box-items .data.table thead .col.item {
        display: block;
        padding: 0
    }

    .multicheckout.order-review .data.table.table-order-review>tbody>tr>td.col.subtotal {
        border-bottom: none
    }

    .multicheckout.order-review .data.table.table-order-review>tbody>tr>td.col.qty {
        text-align: center
    }

    .multicheckout .actions-toolbar .action {
        margin-bottom: 25px
    }

    .multicheckout .actions-toolbar>.primary {
        margin-bottom: 25px;
        margin-right: 0
    }

    .customer-review .product-name {
        margin-bottom: 5px
    }

    .customer-review .product-reviews-summary .rating-summary {
        display: block;
        margin-bottom: 5px
    }

    .form-create-return .additional .field:nth-last-child(2) {
        margin-bottom: 0
    }

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

    .account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track {
        display: block;
        float: none;
        margin: 10px 0 0
    }

    .table-wrapper.orders-recent .table-order-items.table tbody>tr>td.col {
        padding-left: 0
    }

    .order-details-items thead {
        display: block
    }

    .order-details-items thead tr {
        display: block
    }

    .order-pager-wrapper {
        display: block
    }

    .account .table-order-items tbody tr {
        display: block
    }

    .account .table-order-items .product-item-name {
        display: inline-block;
        margin: 0
    }

    .account .table-order-items .action.show {
        margin-top: 0
    }

    .order-details-items .order-title strong {
        display: block
    }

    .order-details-items .action {
        margin-top: 10px
    }

    .order-details-items .items-qty {
        display: inline-block;
        vertical-align: top
    }

    .order-details-items .col.price .price-including-tax,
    .order-details-items .col.subtotal .price-including-tax,
    .order-details-items .col.price .price-excluding-tax,
    .order-details-items .col.subtotal .price-excluding-tax {
        display: inline-block
    }

    .order-details-items .data.table .col.options {
        padding: 0 10px 15px
    }

    .order-details-items .data.table .col.options:before {
        display: none
    }

    .order-details-items .options-label+.item-options-container[data-th]:before,
    .order-details-items .item-options-container+.item-options-container[data-th]:before {
        content: attr(data-th) ':';
        display: block;
        font-weight: 700;
        padding-left: 10px
    }

    .order-details-items .options-label+.item-options-container .col,
    .order-details-items .item-options-container+.item-options-container .col {
        font-size: 1.2rem;
        padding: 0 10px
    }

    .order-details-items .options-label+.item-options-container .col:first-child,
    .order-details-items .item-options-container+.item-options-container .col:first-child {
        padding-top: 3px
    }

    .order-details-items .options-label+.item-options-container .col:last-child,
    .order-details-items .item-options-container+.item-options-container .col:last-child {
        padding-bottom: 20px
    }

    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
        display: none
    }

    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
        display: none
    }

    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
        display: block
    }

    .my-credit-cards .card-type img {
        vertical-align: middle
    }

    .products-grid.wishlist .product-item {
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        width: 100%
    }

    .products-grid.wishlist .product-item:first-child {
        border-top: 1px solid #e8e8e8
    }

    .nav-sections-item-content>.main-megamenu-it {
        position: relative
    }

    .nav-sections-item-content>.main-megamenu-it #nav-toggle-close {
        position: absolute;
        top: 15px;
        right: 0;
        padding: 10px 15px
    }

    .nav-sections-item-content>.main-megamenu-it .custom-url-node:not(.left-icon)>img {
        display: none
    }

    .nav-sections-item-content>.main-megamenu-it .dynamic {
        padding: 15px;
        border-top: 1px solid #d1d1d1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .nav-sections-item-content>.main-megamenu-it .dynamic>.main-megamenu-it__inner-list {
        padding: 15px 15px 0 30px;
        border-top: 1px solid #d1d1d1;
        margin-top: 15px;
        margin-left: -15px;
        margin-right: -15px;
        flex-basis: calc(130%)
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list {
        padding: 60px 0 0;
        margin: 0;
        position: relative;
        display: flex;
        flex-direction: column
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .custom-url-node.stores {
        order: 99;
        border-top: unset;
        border-bottom: unset
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .custom-url-node.geo {
        order: 100;
        border-top: unset;
        border-bottom: 1px solid #d1d1d1
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .main-megamenu-it__item:not(.woman):not(.man) .main-megamenu-it__inner-list:not(.wrapper-node) {
        padding: 15px 15px 0 30px;
        border-top: 1px solid #d1d1d1;
        margin-top: 15px;
        margin-left: -15px;
        margin-right: -15px;
        flex-basis: calc(130%)
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .main-megamenu-it__item.woman .main-megamenu-it__inner-list:not(.wrapper-node):not(.main-megamenu-it__inner-list--level1):not(.main-megamenu-it__inner-list--level2),
    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .main-megamenu-it__item.man .main-megamenu-it__inner-list:not(.wrapper-node):not(.main-megamenu-it__inner-list--level1):not(.main-megamenu-it__inner-list--level2) {
        padding: 15px 15px 0 30px;
        border-top: 1px solid #d1d1d1;
        margin-top: 15px;
        margin-left: -15px;
        margin-right: -15px;
        flex-basis: calc(130%)
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item:not(.woman):not(.man) {
        padding: 15px;
        border-top: 1px solid #d1d1d1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item:not(.woman):not(.man).left-icon {
        justify-content: start
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item:not(.woman):not(.man)>.main-megamenu-it__inner-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0 0 50px
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item:not(.woman):not(.man):last-child {
        border-bottom: 1px solid #d1d1d1
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .main-megamenu-it__inner-item--level3.main-megamenu-it__inner-item--parent {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .main-megamenu-it__inner-item--level3.main-megamenu-it__inner-item--parent .main-megamenu-it__inner-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0 0 50px
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item--parent.woman>.main-megamenu-it__link,
    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item--parent.man>.main-megamenu-it__link {
        position: absolute;
        top: 25px;
        left: 15px
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item--parent.woman .wrapper-node.inspirations,
    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item--parent.man .wrapper-node.inspirations,
    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item--parent.woman .wrapper-node.empty-column-first,
    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item--parent.man .wrapper-node.empty-column-first,
    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item--parent.woman .wrapper-node.empty-column-second,
    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item--parent.man .wrapper-node.empty-column-second,
    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item--parent.woman .wrapper-node.menu-image,
    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item--parent.man .wrapper-node.menu-image {
        display: none
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list>.main-megamenu-it__item--parent.man>.main-megamenu-it__link {
        position: absolute;
        top: 25px;
        left: 85px;
        padding-left: 15px;
        border-left: 1px solid #000
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .main-megamenu-it__inner-list:not(.wrapper-node) {
        display: none
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .main-megamenu-it__inner-list:not(.wrapper-node)>.main-megamenu-it__inner-item.is-heading {
        display: none
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .main-megamenu-it__inner-list:not(.wrapper-node).visible {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .main-megamenu-it__inner-list:not(.wrapper-node).visible>.main-megamenu-it__inner-item:not(.dynamic) {
        padding: 5px 0
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .wrapper-node>.main-megamenu-it__inner-list>.main-megamenu-it__inner-item:not(.main-megamenu-it__inner-item--level1),
    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .wrapper-node>.main-megamenu-it__inner-link>.main-megamenu-it__inner-list>.main-megamenu-it__inner-item:not(.main-megamenu-it__inner-item--level1) {
        padding: 15px;
        border-top: 1px solid #ccc;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .wrapper-node>.main-megamenu-it__inner-list>.main-megamenu-it__inner-item:not(.main-megamenu-it__inner-item--level1)>.main-megamenu-it__inner-toggle,
    .nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .wrapper-node>.main-megamenu-it__inner-link>.main-megamenu-it__inner-list>.main-megamenu-it__inner-item:not(.main-megamenu-it__inner-item--level1)>.main-megamenu-it__inner-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0 0 50px
    }
}

@media only screen and (max-width:639px) and (max-width:1199px) {
    div.topheader-section p {
        font-size: 9px
    }
}

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

    .sorter-options {
        margin: 0 2px
    }

    .minicart-wrapper .block-minicart {
        width: 290px
    }

    .modal-popup .field-tooltip .field-tooltip-content {
        width: 200px
    }
}

@media all and (min-width:640px) {
    .abs-blocks-2columns-s {
        width: 48%
    }

    .abs-blocks-2columns-s:nth-child(1) {
        clear: left;
        float: left
    }

    .abs-blocks-2columns-s:nth-child(2) {
        float: right
    }

    .abs-blocks-2columns-s:nth-child(2)+* {
        clear: both
    }

    .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-visually-hidden-desktop-s,
    .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-add-clearfix-desktop-s:before,
    .abs-add-clearfix-desktop-s:after,
    .multicheckout .block-billing:before,
    .multicheckout .block-billing:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-desktop-s:after,
    .multicheckout .block-billing:after {
        clear: both
    }

    .abs-add-box-sizing-desktop-s,
    .multicheckout .block-shipping .box,
    .multicheckout .block-billing .box-billing-address,
    .multicheckout .block-billing .box-billing-method {
        box-sizing: border-box
    }

    .abs-form-field-column-2-s .fieldset .field {
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top
    }

    .abs-form-field-column-2-s .fieldset .field+.fieldset {
        clear: both
    }

    .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
    .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
        margin-bottom: 0
    }

    .abs-form-field-column-2-s .fieldset .field .field {
        padding: 0;
        width: 100%
    }

    .abs-form-field-revert-column-1-s {
        width: 100%
    }

    .abs-action-print-s {
        display: inline-block;
        text-decoration: none
    }

    .abs-action-print-s:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 16px;
        color: inherit;
        content: '\e624';
        font-family: 'luma-icons';
        margin: 0 4px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .abs-action-print-s:hover {
        text-decoration: underline
    }

    .table>tbody>tr>th,
    .table>tbody>tr>td {
        border-top: 1px solid #ccc
    }

    .table>tbody+tbody {
        border-top: 1px solid #ccc
    }

    .ui-dialog.popup {
        width: 420px
    }

    .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
        width: 500px
    }

    .checkout-payment-method .amcheckout-trust-seal {
        font-size: inherit
    }

    .amrma-select-container {
        flex-basis: 35%
    }

    .amasty_rma-account-view .amrma-select-container .admin__control-select {
        height: 100%
    }

    .amrma-return-number {
        flex-direction: row
    }

    .amrma-return-number .amrma-header {
        margin: 0
    }

    .amrma-return-number .amrma-status {
        align-self: auto;
        margin: 0 10px
    }

    .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 {
        flex-direction: row
    }

    .amrma-product-message {
        width: 360px;
        margin-left: 15px
    }

    .amrma-message-container.-options,
    .amrma-message-container.-gray {
        margin: 0
    }

    .amreturns-orders-container {
        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):not(:last-child) {
        padding: 10px
    }

    .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:not(:first-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
    }

    .amrma-chat-send {
        margin: 0 20px 20px
    }

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

    .post-list-wrapper {
        overflow: hidden
    }

    .post-list-wrapper .post-list.grid:after {
        content: "";
        clear: both;
        display: block
    }

    .post-list-wrapper .post-list.grid li {
        float: left;
        margin-left: 2%;
        margin-bottom: 2%;
        width: calc((100% - (2%*(2 - 1)))/2)
    }

    .post-list-wrapper .post-list.grid li:nth-child(2n+1) {
        clear: left;
        margin-left: 0
    }

    .widget-blog-posts ol.post-list li.item {
        float: left;
        margin-left: 2%;
        margin-bottom: 2%;
        width: calc((100% - (2%*(2 - 1)))/2)
    }

    .widget-blog-posts ol.post-list li.item:nth-child(2n+1) {
        clear: left;
        margin-left: 0
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
        display: block;
        width: 50%
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
        padding-left: 7px
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
    .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
    .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
        width: 100%
    }

    .column .block-addbysku .action.remove {
        background-image: none;
        -moz-box-sizing: content-box;
        box-shadow: none;
        line-height: inherit;
        text-shadow: none;
        font-weight: 400;
        line-height: 1.42857143;
        margin: 0;
        padding: 0;
        color: #007da8;
        text-decoration: none;
        background: 0 0;
        border: 0;
        display: inline;
        margin-top: -4px
    }

    .column .block-addbysku .action.remove:focus,
    .column .block-addbysku .action.remove:active {
        background: 0 0;
        border: none
    }

    .column .block-addbysku .action.remove:hover {
        background: 0 0;
        border: none
    }

    .column .block-addbysku .action.remove.disabled,
    .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
        pointer-events: none;
        opacity: .5
    }

    .column .block-addbysku .action.remove:visited {
        color: #007da8;
        text-decoration: none
    }

    .column .block-addbysku .action.remove:hover {
        color: #006bb4;
        text-decoration: underline
    }

    .column .block-addbysku .action.remove:active {
        color: #ff5501;
        text-decoration: underline
    }

    .column .block-addbysku .action.remove:hover,
    .column .block-addbysku .action.remove:active,
    .column .block-addbysku .action.remove:focus {
        background: 0 0;
        border: 0
    }

    .column .block-addbysku .action.remove.disabled,
    .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
        color: #007da8;
        opacity: .5;
        cursor: default;
        pointer-events: none;
        text-decoration: underline
    }

    .catalogsearch-advanced-result .message.error {
        margin-top: 0
    }

    .products-grid .product-item-info:hover,
    .products-grid .product-item-info.active {
        background: #fff;
        box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, .3);
        border: 1px solid #bbb;
        margin: -10px;
        padding: 9px;
        position: relative;
        z-index: 9
    }

    .products-grid .product-item-info:hover .product-item-inner,
    .products-grid .product-item-info.active .product-item-inner {
        display: block
    }

    .sidebar .products-grid .product-item-info:hover .product-item-photo,
    .sidebar .products-grid .product-item-info.active .product-item-photo {
        left: 9px;
        top: 9px
    }

    .products-grid .product-item-inner {
        background: #fff;
        box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, .3);
        border: 1px solid #bbb;
        border-top: none;
        left: 0;
        margin: 10px 0 0 -1px;
        padding: 0 9px 9px;
        position: absolute;
        right: -1px;
        z-index: 2
    }

    .product-item-actions {
        display: block
    }

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

    .product-item-actions .actions-primary+.actions-secondary {
        display: inline-block;
        vertical-align: middle
    }

    .product-item-actions .actions-primary+.actions-secondary>.action {
        line-height: 35px;
        text-align: center;
        width: 35px
    }

    .product-item-actions .actions-primary+.actions-secondary>.action:last-child {
        margin-right: 0
    }

    .product-item-actions .actions-primary {
        display: inline-block
    }

    .page-products .products-grid .product-item-inner:before {
        background: #fff;
        content: '';
        height: 3px;
        left: 0;
        position: absolute;
        top: -2px;
        width: 100%;
        z-index: -1
    }

    .page-products .product-item-actions {
        z-index: 1
    }

    .products-grid .product-item {
        margin-bottom: 20px;
        width: 33.33333333%
    }

    .page-products .products-grid .product-item,
    .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 {
        margin-left: 0;
        width: calc((100% - 4%)/3)
    }

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

    .block.widget .products-grid .product-item .product-item-inner,
    .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
    .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
        box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, .3);
        margin: 9px 0 0 -1px
    }

    .sidebar .product-items .action.delete {
        line-height: unset;
        position: absolute;
        right: 0;
        top: -1px;
        width: auto
    }

    .sidebar .block-compare .action.delete {
        left: 0;
        right: initial
    }

    .cart-container .block.crosssell .products-grid .product-item-actions {
        margin: 0 0 10px
    }

    .multicheckout .actions-toolbar .secondary {
        float: none;
        margin-top: 11px;
        text-align: right
    }

    .multicheckout .actions-toolbar .secondary .action {
        margin-left: 0
    }

    .multicheckout .actions-toolbar .secondary .action.back {
        display: block;
        float: left
    }

    .multicheckout .item-options {
        margin: 20px 0 0
    }

    .multicheckout .block-content .box {
        margin-bottom: 0
    }

    .multicheckout .block-shipping .box {
        float: left;
        width: 25%
    }

    .multicheckout .block-shipping .box-shipping-method {
        padding-left: 25px;
        padding-right: 25px;
        width: 50%
    }

    .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
        display: none
    }

    .multicheckout .block-billing .box-billing-address {
        float: left;
        width: 25%
    }

    .multicheckout .block-billing .box-billing-method {
        float: left;
        padding-left: 25px;
        width: 50%
    }

    .multicheckout.form.address .table-wrapper .applicable {
        margin: 7px 0 0
    }

    .multicheckout.order-review .box-items {
        clear: left;
        float: none;
        padding-top: 40px;
        width: auto
    }

    .multicheckout.order-review .col.item {
        width: 75%
    }

    .multicheckout .methods-payment .item-content>.fieldset {
        width: auto
    }

    .multicheckout .methods-payment .item-content>.fieldset .field.cvv {
        display: inline-block;
        width: auto
    }

    .multicheckout .methods-payment .fieldset>.field:not(.choice)>.label {
        float: none;
        margin-bottom: 8px;
        text-align: left;
        width: auto
    }

    .multicheckout .methods-payment .fieldset>.field:not(.choice):not(.cvv) .control {
        width: 100%
    }

    .review-form {
        max-width: 500px
    }

    .review-ratings {
        float: left;
        margin-bottom: 0;
        min-width: 240px;
        padding-right: 40px
    }

    .review-ratings~.review-content-container {
        overflow: hidden
    }

    .review-toolbar {
        margin: 0 0 30px
    }

    .review-toolbar .pages {
        padding: 30px 0
    }

    .fieldset .review-legend.legend {
        margin-bottom: 30px
    }

    .review-item {
        padding: 30px 0
    }

    .review-title {
        margin: 0 0 30px
    }

    .order-details-items .order-title .action {
        margin: 12px 0 0 30px
    }

    .order-details-items .order-title .action.track {
        float: right
    }

    .wishlist-index-index .products-grid .product-item-actions {
        margin: 0
    }

    .block.widget .products-grid .product-item,
    .page-layout-1column .block.widget .products-grid .product-item,
    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 33.33333333%
    }

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

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

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.90000000000001% 99.90000000000001%);
    clip-path: inset(0px 0px 99.90000000000001% 99.90000000000001%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

.body-overlay {
    float: none;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
    padding: 0;
    z-index: 3
}

.animate-background {
    background: linear-gradient(270deg, #007da8, #000);
    background-size: 400% 400%;
    -webkit-animation: animate-background-x 2s ease infinite;
    -moz-animation: animate-background-x 2s ease infinite;
    -o-animation: animate-background-x 2s ease infinite;
    animation: animate-background-x 2s ease infinite
}

@-webkit-keyframes animate-background-x {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes animate-background-x {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-o-keyframes animate-background-x {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes animate-background-x {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.animate-swing {
    animation: swing-x .6s ease-in-out 0s infinite alternate none
}

@keyframes swing-x {
    from {
        transform: translateX(-5px)
    }

    to {
        transform: translateX(5px)
    }
}

.animate-fadein {
    animation: fadein .3s forwards
}

.animate-fadeout {
    animation: fadeout .3s forwards
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px gray;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 6px
}

::-webkit-scrollbar-thumb:hover {
    background: #333
}

body {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'ivymode', sans-serif
}

body .page-title>span,
body .block-title>strong {
    font-size: 22px;
    font-family: 'ivymode', sans-serif
}

body input[readonly=true] {
    background: #e5e5e5
}

.message.info {
    background-image: url('../image/warning.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #000
}

.message.info>*:first-child:before {
    content: '';
    display: none
}

body.catalog-product-view .message.success.message-success {
    background: #f2f3f3
}

body.catalog-product-view .message.success.message-success>div {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    justify-content: center;
    margin: 0 auto;
    align-items: center
}

@media (min-width:866px) {
    body.catalog-product-view .message.success.message-success>div {
        flex-direction: row;
        row-gap: unset;
        column-gap: 10px
    }
}

body.catalog-product-view .message.success.message-success>div .success-message-checkout {
    color: #000
}

body.catalog-product-view .message.success.message-success>div .success-message-checkout a {
    color: #000
}

body.catalog-product-view .message.success.message-success>div>a {
    background: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

body:not(.content-editor-active) .elementor-theme-builder-content-area {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.90000000000001% 99.90000000000001%);
    clip-path: inset(0px 0px 99.90000000000001% 99.90000000000001%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

body.elementor-page .page-title {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.90000000000001% 99.90000000000001%);
    clip-path: inset(0px 0px 99.90000000000001% 99.90000000000001%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

body .elementor-nav-menu {
    z-index: 1
}

section[data-settings*=sticky_on] {
    z-index: 2 !important
}

.loader img {
    width: 32px
}

img.bros-img {
    position: relative
}

img.bros-img:not([src]) {
    visibility: hidden
}

img.bros-img:before {
    display: none
}

img.bros-img:after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    background: #fff
}

.select2.select2-container .select2-selection {
    display: flex;
    align-items: center;
    height: auto;
    border: none;
    border-radius: 0
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    text-transform: uppercase;
    color: #000;
    line-height: 27px
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: url('../image/caret-left.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    transform: rotate(-90deg)
}

.select2.select2-container .select2-selection .select2-selection__arrow>b {
    display: none
}

body>.select2-container.select2-container--default .select2-dropdown.select2-dropdown--below {
    width: max-content !important;
    transform: translate(-50%, 0);
    top: 3px;
    border-radius: 0
}

#filter-overlay {
    float: none;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
    padding: 0;
    z-index: 3
}

#search-overlay {
    float: none;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
    padding: 0;
    z-index: 3
}

#menu-overlay {
    float: none;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
    padding: 0;
    z-index: 3;
    z-index: 2
}

#minicart-overlay {
    float: none;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
    padding: 0;
    z-index: 3
}

.modal-popup.confirm .modal-footer {
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

.modal-popup.confirm .modal-footer .action-primary,
.modal-popup.confirm .modal-footer .action-secondary {
    background: #000 !important;
    color: #fff;
    text-transform: uppercase
}

.field-recaptcha .g-recaptcha>div {
    margin: 10px auto 20px auto
}

.grecaptcha-badge {
    visibility: hidden
}

@media (max-width:768px) {
    body.catalog-product-view #recaptcha-invisible .grecaptcha-badge {
        bottom: 80px !important
    }
}

.social-login-divider {
    margin: 20px 0;
    text-transform: uppercase;
    text-align: center
}

a,
.alink,
a:hover,
.alink:hover,
a:active,
.alink:active,
a:focus,
.alink:focus {
    color: #000
}

.navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none
}

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

button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #f2f3f3;
    border: 1px solid #000;
    padding: 0;
    line-height: 40px;
    font-weight: 400;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0 !important
}

.action.primary,
.amshopby-button,
.am-filter-go {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: auto !important;
    white-space: nowrap;
    margin: 0 auto;
    display: block;
    background: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-weight: 400;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0 !important
}

.action.primary:focus,
.action.primary:active,
.action.primary:hover,
.amshopby-button:focus,
.amshopby-button:active,
.amshopby-button:hover,
.am-filter-go:focus,
.am-filter-go:active,
.am-filter-go:hover {
    background: #f2f3f3;
    border: 1px solid #000;
    color: #000
}

#maincontent {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.home:not(.catalog-product-view) .page-title-wrapper {
    display: none
}

.clear {
    clear: both
}

body.no-scroll {
    overflow: hidden
}

body.custom-filter-open #maincontent {
    z-index: 3
}

body.has-overlay {
    overflow: hidden
}

body.has-overlay:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
    z-index: 1;
    content: ''
}

button:focus,
button:active {
    border: none !important
}

.page.messages {
    position: relative
}

.message.success {
    background: #f4f4ef;
    text-align: center
}

.message.success a,
.message.success a:hover,
.message.success a:focus,
.message.success a:active {
    color: #006400;
    text-decoration: underline
}

.message.error {
    text-align: center
}

.message.error a {
    color: #000 !important;
    font-weight: 700
}

.message.error>*:first-child:before,
.message.success>*:first-child:before {
    display: none
}

.text-center {
    text-align: center
}

@media (max-width:767px) {
    .only-desktop {
        display: none !important
    }
}

@media (min-width:768px) {
    .only-mobile {
        display: none !important
    }
}

.summersale.only-mobile {
    padding: 15px 15px 10px !important;
    border-top: 1px solid #d1d1d1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

div.no-margin p {
    margin: 0
}

#wpsl-wrap>.wpsl-search {
    padding: 12px
}

#wpsl-wrap #wpsl-search-wrap>form {
    display: flex;
    align-items: center
}

#wpsl-wrap #wpsl-search-wrap>form>.wpsl-input {
    display: flex;
    float: none;
    align-items: center;
    margin: 0
}

#wpsl-wrap #wpsl-search-wrap>form>.wpsl-input>div {
    float: none;
    display: flex
}

#wpsl-wrap #wpsl-search-wrap>form>.wpsl-input>div>label {
    display: flex;
    float: none;
    width: auto
}

#wpsl-wrap #wpsl-search-wrap>form>.wpsl-search-btn-wrap {
    float: none;
    margin: 0 10px
}

body.checkout-index-index .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    width: 190px !important;
    top: 0;
    transform: translate(0, 0)
}

.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form .eai_select2 .select2.select2-container {
    border: 1px solid #ccc
}

.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>div,
.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>fieldset {
    flex-basis: 100%
}

.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>div[name="shippingAddress.eai_civic_code"],
.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>fieldset[name="shippingAddress.eai_civic_code"] {
    flex-basis: calc(30% - 10px);
    margin-left: 10px
}

.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>div.street,
.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>fieldset.street {
    flex-basis: 70%
}

.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>div.eai_region_id,
.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>fieldset.eai_region_id {
    flex-basis: calc(40% - 10px);
    margin-right: 10px
}

.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>div.eai_city,
.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>fieldset.eai_city {
    flex-basis: 40%
}

.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>div.eai_postcode,
.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>fieldset.eai_postcode {
    flex-basis: calc(20% - 10px);
    margin-left: 10px
}

.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>div.hidden,
.modal-popup .modal-content #opc-new-shipping-address #co-shipping-form #shipping-new-address-form>fieldset.hidden {
    display: none
}

.modal-popup .modal-inner-wrap {
    padding: 30px 0
}

.modal-popup .modal-inner-wrap .modal-title {
    text-transform: uppercase;
    font-size: 12px
}

.modal-popup .modal-inner-wrap form.form {
    margin: 30px auto
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
    padding: 0 15px;
    text-align: center
}

.modal-popup .modal-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.modal-popup .modal-footer button.action.primary,
.modal-popup .modal-footer button.amshopby-button,
.modal-popup .modal-footer button.am-filter-go {
    float: none;
    margin: 20px 0 !important
}

.modal-popup .action-primary,
.modal-popup .action.primary,
.modal-popup .amshopby-button,
.modal-popup .am-filter-go,
.modal-popup .amshopby-button,
.modal-popup .am-filter-go {
    color: #000;
    border-radius: 0 !important;
    background: #fff !important;
    border: 1px solid #000 !important;
    line-height: 40px;
    font-weight: 400;
    font-size: 12px;
    padding: 0 15px
}

.modal-popup .action.primary:hover,
.modal-popup .action-primary:hover,
.modal-popup .amshopby-button:hover,
.modal-popup .am-filter-go:hover,
.modal-popup .amshopby-button:hover,
.modal-popup .am-filter-go:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000
}

.modal-popup.popup-authentication.modal-slide .modal-inner-wrap {
    background-color: #fff
}

.modal-popup.popup-authentication .modal-inner-wrap .action-register,
.modal-popup.popup-authentication .modal-inner-wrap .action-login {
    text-transform: uppercase;
    color: #000;
    border-radius: 0 !important;
    background: #fff !important;
    border: 1px solid #000 !important;
    line-height: 40px;
    font-weight: 400;
    font-size: 12px;
    padding: 0 15px
}

.modal-popup.popup-authentication .modal-inner-wrap .action-register:hover,
.modal-popup.popup-authentication .modal-inner-wrap .action-register:focus,
.modal-popup.popup-authentication .modal-inner-wrap .action-register:visited,
.modal-popup.popup-authentication .modal-inner-wrap .action-login:hover,
.modal-popup.popup-authentication .modal-inner-wrap .action-login:focus,
.modal-popup.popup-authentication .modal-inner-wrap .action-login:visited {
    background: #fff;
    border: 1px solid #000;
    color: #000
}

.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-title {
    font-size: 14px;
    text-transform: uppercase
}

.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-title strong {
    font-weight: 700
}

.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication {
    border-top: none
}

.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer {
    justify-content: center;
    align-items: center;
    padding: 0
}

@media (min-width:768px) {
    .modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer {
        padding: 0 30px 0 0
    }
}

.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .actions-toolbar {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap
}

.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .actions-toolbar .primary {
    text-align: center;
    float: none;
    display: flex;
    justify-content: center
}

.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .actions-toolbar .primary .action.action-register.primary {
    margin: 0 !important
}

@media (max-width:767px) {
    .modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-title {
        margin-top: 40px
    }
}

.modal-popup.popup-authentication .modal-inner-wrap .modal-content .form-login {
    margin: 0 auto
}

.modal-popup.popup-authentication .modal-inner-wrap .modal-content .form-login .actions-toolbar .primary {
    width: 100%
}

.modal-popup.popup-authentication .modal-inner-wrap .modal-content .form-login .actions-toolbar .primary button.action-login {
    width: 100%
}

.modal-popup.popup-authentication .modal-inner-wrap .modal-content .form-login .actions-toolbar .secondary {
    width: 100%;
    margin: 0;
    float: none
}

.modal-popup.popup-authentication .modal-inner-wrap #login-form>.fieldset.login {
    margin-bottom: 10px
}

.modal-popup.popup-authentication .modal-inner-wrap #login-form .actions-toolbar .secondary {
    padding: 0;
    text-align: center
}

.modal-popup.popup-authentication .modal-inner-wrap #login-form .actions-toolbar .secondary a.action {
    text-decoration: underline;
    color: #000
}

@media (max-width:1199px) {
    body#html-body div.page-wrapper header.page-header div.header.content div.head-nav div.header-section.header-center div.menu li.search-custom-icon {
        display: none !important
    }
}

@media (min-width:1199px) {
    body#html-body div.page-wrapper header.page-header div.header.content div.head-nav div.header-section.header-right div.header-right-section a#search-custom-icon {
        display: none !important
    }
}

.nav-sections-item-content>.main-megamenu-it {
    display: block
}

.nav-sections-item-content>.main-megamenu-it .not-visible {
    display: none
}

.nav-sections-item-content>.main-megamenu-it .is-heading>a {
    font-weight: 700;
    text-decoration: none;
    cursor: default
}

.nav-sections-item-content>.main-megamenu-it .is-heading>a:hover,
.nav-sections-item-content>.main-megamenu-it .is-heading>a:focus,
.nav-sections-item-content>.main-megamenu-it .is-heading>a:visited {
    text-decoration: none;
    cursor: default
}

.nav-sections-item-content>.main-megamenu-it .is-bold {
    font-weight: 700
}

.nav-sections-item-content>.main-megamenu-it ul {
    padding-left: 0
}

.nav-sections-item-content>.main-megamenu-it ul>li {
    margin-bottom: 0
}

.nav-sections-item-content>.main-megamenu-it a,
.nav-sections-item-content>.main-megamenu-it a:visited,
.nav-sections-item-content>.main-megamenu-it a:hover,
.nav-sections-item-content>.main-megamenu-it a:active,
.nav-sections-item-content>.main-megamenu-it a:focus {
    color: #000
}

.nav-sections-item-content>.main-megamenu-it>.main-megamenu-it__list>.main-megamenu-it__item a {
    text-transform: uppercase
}

.nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .wrapper-node>.main-megamenu-it__inner-list,
.nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .wrapper-node>.main-megamenu-it__inner-link>.main-megamenu-it__inner-list {
    display: block !important
}

.nav-sections-item-content>.main-megamenu-it .main-megamenu-it__list .wrapper-node.main-categories a {
    text-transform: uppercase
}

.nav-sections-item-content>.main-megamenu-it .custom-url-node.left-icon {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 5px;
    justify-content: center;
    align-items: center
}

.nav-sections-item-content>.main-megamenu-it .custom-url-node.left-icon>img {
    height: 14px
}

header.page-header {
    position: sticky;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #f2f3f3
}

.header.content {
    padding: 0;
    max-width: 100%;
    margin: 10px 30px
}

.header.content .head-nav {
    display: flex;
    height: 38px
}

.header.content .head-nav .header-left {
    order: 1
}

.header.content .head-nav .header-left .header-logo-desktop {
    display: block
}

.header.content .head-nav .header-left .header-logo-desktop .logo-wrapper {
    display: flex;
    align-items: center
}

.header.content .head-nav .header-left .header-logo-desktop .logo-wrapper img {
    margin-top: 3px
}

.header.content .head-nav .header-center {
    order: 2;
    flex-grow: 1
}

.header.content .head-nav .header-center .header-logo-mobile {
    display: none
}

.header.content .head-nav .header-center .nav-sections {
    background: #fff;
    margin: 0
}

.header.content .head-nav .header-center .navigation {
    display: block;
    background: #fff;
    width: 100%;
    max-width: fit-content
}

.header.content .head-nav .header-center .navigation .nav-toggle-close {
    display: none
}

.header.content .head-nav .header-center .navigation>ul {
    display: flex
}

.header.content .head-nav .header-center .navigation ul {
    padding: 0
}

@media (max-width:1199px) {
    .header.content .head-nav .header-center .navigation ul.submenu {
        flex-direction: column
    }
}

.header.content .head-nav .header-center .navigation ul.submenu li.active {
    border: none
}

.header.content .head-nav .header-center .navigation ul.submenu li>a {
    text-transform: uppercase;
    text-align: left
}

.header.content .head-nav .header-center .navigation ul.submenu li>a>span {
    text-transform: uppercase
}

.header.content .head-nav .header-center .navigation ul.submenu li>span {
    text-transform: uppercase
}

.header.content .head-nav .header-center .navigation ul li.all-category {
    display: none
}

.header.content .head-nav .header-center .navigation ul li>a {
    color: #000;
    font-size: 10px
}

.header.content .head-nav .header-center .navigation ul li>a.ui-state-focus {
    background: #fff;
    text-decoration: underline
}

.header.content .head-nav .header-center .navigation ul li>a:after {
    top: 0;
    font-size: 10px
}

.header.content .head-nav .header-center .navigation ul li>a>.ui-menu-icon {
    right: -10px;
    top: -1px
}

.header.content .head-nav .header-center .navigation ul li>a>span {
    color: #000;
    font-size: 10px;
    white-space: nowrap
}

.header.content .head-nav .header-center .navigation li.level0 {
    border-top: none;
    flex-grow: 1;
    margin: 0;
    text-align: center
}

.header.content .head-nav .header-center .navigation li.level0.parent {
    padding-right: 15px
}

.header.content .head-nav .header-center .navigation li.level0 a[href*=stores] {
    position: relative;
    padding-left: 20px
}

.header.content .head-nav .header-center .navigation li.level0 a[href*=stores]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: url('../image/pin.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px
}

.header.content .head-nav .header-center .navigation .level0>.level-top {
    line-height: 38px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 5px
}

.header.content .head-nav .header-center .navigation .level0.active>.level-top,
.header.content .head-nav .header-center .navigation .level0.has-active>.level-top {
    border: none;
    color: #000;
    text-decoration: underline;
    font-weight: 700
}

.header.content .head-nav .header-right {
    order: 3;
    display: flex;
    max-height: 38px
}

.header.content .head-nav .header-right .header-right-section {
    flex-grow: 1;
    margin-left: 6px;
    margin-right: 6px;
    align-items: center;
    display: flex;
    column-gap: 5px
}

.header.content .head-nav .header-right .header-right-section>img {
    height: 17px
}

.header.content .head-nav .header-right .header-right-section .icon-link-header {
    padding-top: 18px;
    display: block
}

.header.content .head-nav .header-right .header-right-section .icon-link-header#search-custom-icon {
    padding-top: 0
}

.header.content .head-nav .header-right .header-right-section .icon-link-header svg {
    display: block;
    height: 16px
}

.header.content .head-nav .header-right .header-right-section .icon-link-header.wishlist-link {
    position: relative;
    padding: 0
}

.header.content .head-nav .header-right .header-right-section .icon-link-header.wishlist-link .wishlist-count {
    position: absolute;
    top: 0;
    right: -9px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    padding: 2px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.header.content .head-nav .header-right .header-right-section .text-link-header {
    line-height: 38px;
    font-size: 10px;
    text-transform: uppercase;
    color: #000 !important
}

.header.content .head-nav .header-right .header-right-section .minicart-wrapper .action.showcart:before {
    display: none
}

.header.content .head-nav .header-right .minicart-section-header {
    margin-right: 0
}

.header.content .head-nav .header-right .minicart-wrapper {
    margin-left: 0;
    margin-top: 0
}

.header.content .head-nav .header-right .language-section {
    display: flex;
    align-items: center
}

.header.content .head-nav .header-right .language-section .switcher {
    float: none;
    margin-left: 0;
    margin-right: 0
}

.header.content .head-nav .header-right .language-section .switcher[data-storecode=en_eu] {
    display: none
}

.header.content .head-nav .header-right .language-section .switcher .switcher-label {
    display: none
}

.header.content .head-nav .header-right .language-section .switcher .options {
    line-height: 38px;
    display: flex
}

.header.content .head-nav .header-right .language-section .switcher .switcher-trigger {
    cursor: pointer
}

.header.content .head-nav .header-right .language-section .switcher .switcher-trigger:after {
    display: none
}

.header.content .head-nav .header-right .language-section .switcher .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
    position: absolute;
    top: 38px
}

.header.content .head-nav .header-right .language-section .switcher .switcher-option {
    margin: 0;
    padding: 0
}

.header.content .head-nav .header-right .language-section .switcher .switcher-option a {
    color: #000;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    margin-left: -5px;
    font-size: 10px
}

.header.content .head-nav .header-right .language-section .switcher .switcher-options.active .switcher-dropdown {
    display: block
}

.header.content .head-nav .header-right .language-section .switcher .switcher-options.active .switcher-trigger:after {
    content: '\f106'
}

.header.content .head-nav .header-right .block-search {
    float: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
    padding: 0;
    z-index: 3
}

.header.content .head-nav .header-right .block-search #search_mini_form {
    position: relative;
    display: flex
}

.header.content .head-nav .header-right .block-search .action.mobile-search {
    display: flex;
    background: 0 0;
    border: none;
    height: 36px
}

.header.content .head-nav .header-right .block-search .action.mobile-search>span {
    display: none
}

.header.content .head-nav .header-right .block-search .action.search {
    opacity: 1;
    position: inherit
}

.header.content .head-nav .header-right .block-search .action.search img {
    filter: invert(1)
}

.header.content .head-nav .header-right .block-search .action.search:before {
    display: none
}

.header.content .head-nav .header-right .block-search .search-close {
    display: flex;
    justify-content: flex-end
}

.header.content .head-nav .header-right .block-search .search-close img {
    filter: invert(1);
    padding: 30px;
    cursor: pointer
}

.header.content .head-nav .header-right .block-search .field.search label.label img {
    filter: invert(1)
}

.header.content .head-nav .header-right .block-search .field.search label.label:before {
    display: none
}

.header.content .head-nav .header-right .block-search .control {
    clear: unset;
    padding: 0;
    margin: 0;
    display: flex;
    border: none
}

.header.content .head-nav .header-right .block-search .control input {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: light;
    position: unset;
    left: unset;
    padding-left: 0;
    padding-bottom: 5px;
    margin: 0;
    height: 36px
}

.header.content .head-nav .header-right .block-search .block.block-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.header.content .head-nav .header-right .block-search .block.block-content .search-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px
}

.header.content .head-nav .header-right .block-search .search-autocomplete ul:not(:empty) {
    border: none;
    background: 0 0
}

.header.content .head-nav .header-right .block-search .search-autocomplete ul li:hover,
.header.content .head-nav .header-right .block-search .search-autocomplete ul li.selected {
    background: 0 0;
    margin-top: 2px;
    color: #fff !important;
    border-bottom: 1px solid #fff !important
}

.header.content .head-nav .header-right .block-search .search-autocomplete ul li:hover span,
.header.content .head-nav .header-right .block-search .search-autocomplete ul li.selected span {
    color: #fff !important;
    font-size: 12px
}

.nav-sections .switcher-trigger strong {
    text-align: center
}

.minicart-items-wrapper {
    margin: 0 auto
}

.navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
    font-weight: 700
}

.mobile-addons {
    display: none;
    margin-top: 30px
}

.mobile-addons img {
    height: 17px
}

.mobile-addons .mobile-addons-section {
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f2f3f3;
    border-bottom: 1px solid #f2f3f3;
    display: flex;
    column-gap: 5px
}

.lang-mobile {
    display: none
}

.lang-desktop {
    display: block
}

@media (max-width:1199px) {
    html:not(.nav-open) .header.content .nav-toggle:after {
        display: none
    }

    html.nav-open .header.content .nav-sections {
        transform: translateX(85vw)
    }

    .header.content .head-nav {
        height: auto;
        flex-wrap: nowrap;
        align-items: center
    }

    .header.content .head-nav>.header-section {
        display: flex;
        order: unset;
        flex-basis: 33%
    }

    .header.content .head-nav>.header-section.header-center {
        justify-content: center
    }

    .header.content .head-nav .header-left {
        z-index: 1
    }

    .header.content .head-nav .header-left .header-logo-desktop {
        display: none
    }

    .header.content .head-nav .header-center {
        z-index: 2
    }

    .header.content .head-nav .header-center .header-logo-mobile {
        display: block
    }

    .header.content .head-nav .header-center .header-logo-mobile .logo-wrapper {
        display: flex;
        align-items: center
    }

    .header.content .head-nav .header-center .navigation {
        max-width: 100%
    }

    .header.content .head-nav .header-center .navigation .nav-toggle-close {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        box-sizing: border-box;
        margin: 0 0 30px;
        padding: 20px
    }

    .header.content .head-nav .header-right {
        justify-content: flex-end;
        column-gap: 15px
    }

    .header.content .head-nav .header-right .header-right-section {
        margin: 0;
        flex-grow: unset
    }

    .header.content .head-nav .header-right .language-section,
    .header.content .head-nav .header-right .account-action {
        display: none
    }

    .header.content .head-nav .nav-sections {
        position: fixed;
        top: 90px;
        left: -85vw;
        z-index: unset;
        box-shadow: unset;
        width: 85vw;
        transition: transform .3s ease-in-out;
        height: calc(100% - 90px);
        overflow: scroll
    }

    .header.content .head-nav .nav-sections>.nav-sections-items {
        margin-bottom: 100px
    }

    .header.content .head-nav .nav-toggle {
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        align-items: center;
        width: 100%
    }

    .header.content .head-nav .nav-toggle:before {
        display: none
    }

    .header.content .head-nav .nav-toggle:after {
        display: none
    }

    .header.content .head-nav .nav-toggle .nav-toggle-open {
        display: block
    }

    .header.content .head-nav .nav-sections-item-content {
        box-sizing: border-box;
        width: 100%
    }

    .header.content .head-nav .nav-sections-item-title {
        display: none
    }

    .header.content .head-nav .header-center .navigation ul {
        flex-wrap: wrap
    }

    .header.content .head-nav .header-center .navigation li.level0 {
        text-align: left;
        padding: 5px 10px;
        border-bottom: 1px solid #dcdcdc;
        flex-basis: 100%
    }

    #store\.menu {
        float: none;
        margin: 0;
        padding: 0
    }

    #store\.settings {
        margin: 0;
        padding: 0;
        display: flex !important;
        flex-direction: column
    }

    #store\.settings #switcher-language-nav {
        display: flex;
        align-items: center;
        background-color: #f2f3f3;
        padding: 15px;
        margin: 0
    }

    #store\.settings #switcher-language-nav[data-storecode=en_eu] {
        display: none
    }

    #store\.settings #switcher-language-nav .label.switcher-label {
        flex-grow: 2
    }

    #store\.settings #switcher-language-nav .label.switcher-label span {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px
    }

    #store\.settings #switcher-language-nav .switcher-option {
        flex-grow: 1;
        text-align: right;
        max-width: 20px;
        margin-top: 3px
    }

    #store\.settings #switcher-language-nav .switcher-option a {
        font-size: 12px
    }

    #store\.settings #switcher-language-nav .switcher-option>span {
        font-weight: 700
    }

    #store\.settings #switcher-language-nav .nav-sections .switcher-trigger strong:after {
        display: none
    }

    .page-header {
        border-bottom: none;
        margin-bottom: 0
    }

    .mobile-addons {
        display: flex;
        margin: 0
    }

    .mobile-addons .mobile-addons-section {
        color: #000;
        width: 100%;
        border-bottom: none
    }

    .lang-mobile {
        display: block;
        width: 60px
    }

    .lang-desktop {
        display: none
    }
}

@media (max-width:767px) {
    .nav-open .page-wrapper {
        left: 0
    }

    .nav-open .nav-sections {
        left: -85vw;
        z-index: unset
    }
}

@media (max-width:600px) {
    .header.content .head-nav .header-right .block-search .block.block-content {
        width: 70%
    }
}

@media (max-width:440px) {
    .header.content {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width:390px) {

    .header-right-section.language-section,
    .header-right-section.account-action {
        display: none
    }

    .header.content {
        margin-left: 10px;
        margin-right: 10px
    }
}

.minicart-wrapper.active .block-minicart {
    transform: translateX(-85vw)
}

.minicart-wrapper .redirect_block {
    margin-top: 40px;
    display: none
}

.minicart-wrapper .redirect_block .other_text {
    letter-spacing: 1px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px
}

.minicart-wrapper .redirect_block table {
    border: none
}

.minicart-wrapper .redirect_block table tr,
.minicart-wrapper .redirect_block table td {
    border: none
}

.minicart-wrapper .block-minicart {
    position: fixed;
    top: 0;
    right: -85vw;
    width: 85vw;
    height: 100%;
    max-width: 350px;
    background: #fff;
    z-index: 3;
    transition: transform .3s ease-in-out;
    overflow-x: scroll;
    margin: 0;
    padding: 0;
    min-width: unset;
    border: none
}

.minicart-wrapper .block-minicart:after,
.minicart-wrapper .block-minicart:before {
    display: none
}

.minicart-wrapper .block-minicart li {
    padding: 10px 0
}

.minicart-wrapper .block-minicart li:not(:first-child) {
    border-top: 1px solid #bdbdbd
}

.minicart-wrapper .action.delete {
    position: absolute;
    top: 0;
    right: 20px
}

.minicart-wrapper .action.delete:before {
    display: none
}

.minicart-wrapper .action.edit:before {
    display: none
}

.minicart-wrapper .action.showcart {
    position: relative
}

.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    right: -10px;
    top: 0;
    background: #000;
    color: #fff;
    display: inline-block;
    margin: 0;
    min-width: auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    white-space: normal;
    opacity: 1;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    margin-top: 0;
    display: block;
    color: #fff;
    font-size: 9px
}

.minicart-wrapper .action.close {
    position: relative;
    width: 100%;
    text-align: right;
    border-bottom: none;
    height: auto;
    border-radius: 0;
    padding: 10px
}

.minicart-wrapper .action.close:before {
    display: none
}

.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active,
.minicart-wrapper .action.close:hover {
    background: 0 0;
    border-bottom: none
}

.minicart-wrapper .action.close>span {
    border: 0;
    clip: initial;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 0;
    letter-spacing: 1px;
    font-weight: 400
}

.minicart-wrapper .minicart-items {
    max-height: calc(100vh - 200px)
}

.minicart-wrapper .minicart-items .product {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px
}

.minicart-wrapper .minicart-items .product>.product-item-photo,
.minicart-wrapper .minicart-items .product>.product-image-container {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 30%;
    width: 30%
}

.minicart-wrapper .minicart-items .product .message.notice {
    display: none
}

.minicart-wrapper .minicart-items .product .product-item-details {
    padding: 0 0 0 15px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 70%;
    box-sizing: border-box;
    position: relative
}

.minicart-wrapper .minicart-items .product .product-item-details .price {
    font-weight: 400
}

.minicart-wrapper .minicart-items .product .product-item-details .product.options {
    display: none
}

.minicart-wrapper .minicart-items .product .product-item-details .details-qty {
    display: flex;
    height: 32px
}

.minicart-wrapper .minicart-items .product .product-item-details .details-qty label {
    display: none
}

.minicart-wrapper .minicart-items .product .product-item-details .details-qty .item-qty {
    width: 40px;
    text-align: center;
    padding: 0 5px;
    max-width: unset;
    flex-grow: 0
}

.minicart-wrapper .minicart-items .product .product-item-details .details-qty .cart-minus,
.minicart-wrapper .minicart-items .product .product-item-details .details-qty .cart-plus {
    border: none;
    background: 0 0;
    padding: 5px;
    line-height: inherit
}

.minicart-wrapper .minicart-items .product .product-item-details .product.actions {
    float: none;
    margin: 0;
    height: 0
}

.minicart-wrapper .minicart-items .product .product-item-pricing .label {
    flex-grow: 1;
    line-height: 32px;
    max-width: 40px
}

.minicart-wrapper .minicart-items .product .product-image-wrapper .product-image-photo {
    width: 100% !important;
    height: auto !important
}

.minicart-wrapper .minicart-items .product .product-item-name {
    max-width: 80%;
    margin: 0
}

.minicart-wrapper .minicart-items .product .product-item-name a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000
}

.minicart-wrapper .minicart-items .product .item-qty {
    width: 60px;
    flex-grow: 1;
    max-width: 60px;
    pointer-events: none;
    cursor: inherit;
    border: none;
    text-align: left
}

.minicart-wrapper .minicart-items .update-cart-item {
    flex-grow: 1;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #000;
    color: #fff;
    margin-left: 5px;
    background-color: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: initial
}

.minicart-wrapper .minicart-items .update-cart-item span {
    color: #fff
}

.minicart-wrapper .subtitle.empty {
    display: block;
    padding: 0;
    text-align: center;
    width: 60%;
    margin: 40px auto;
    font-weight: 400;
    line-height: 15px;
    font-size: 12px;
    letter-spacing: 1px
}

.minicart-wrapper #minicart-content-wrapper {
    height: 100%
}

.minicart-wrapper .block-content {
    height: calc(100% - env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.minicart-wrapper .block-content>.actions.primary {
    order: 7;
    padding: 0;
    margin: 5px 0 0;
    width: 100%;
    position: inherit;
    grid-row: 4/4
}

.minicart-wrapper .block-content>.actions.primary .primary {
    margin: 0;
    display: flex;
    flex-direction: column
}

.minicart-wrapper .block-content>.actions.primary #top-cart-btn-checkout {
    background: #000;
    height: 60px;
    line-height: 60px;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    order: 0;
    align-items: center;
    margin: 20px !important;
    width: auto !important
}

.minicart-wrapper .block-content>.actions.primary #top-cart-btn-checkout>.animate-swing {
    filter: invert(1);
    margin-left: 15px
}

.minicart-wrapper .block-content>.actions.primary #top-cart-btn-checkout:hover,
.minicart-wrapper .block-content>.actions.primary #top-cart-btn-checkout:active,
.minicart-wrapper .block-content>.actions.primary #top-cart-btn-checkout:focus {
    color: #fff
}

.minicart-wrapper .block-content>.actions.secondary {
    order: 6;
    padding: 0;
    margin: 0;
    width: 100%;
    position: inherit;
    grid-row: 3/3
}

.minicart-wrapper .block-content>.actions.secondary a {
    display: block
}

.minicart-wrapper .block-content>.actions.secondary a span {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline
}

.minicart-wrapper .block-content>.actions .top-cart-btn-checkout-below {
    padding: 0 20px
}

.minicart-wrapper .block-content #btn-minicart-close {
    order: -1;
    position: relative;
    right: unset;
    top: unset;
    left: unset;
    bottom: unset;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    grid-row: 1/1
}

.minicart-wrapper .block-content #btn-minicart-close span:before {
    display: none
}

.minicart-wrapper .block-content #minicart-widgets {
    margin: 0
}

.minicart-wrapper .block-content .items-total {
    display: none
}

.minicart-wrapper .block-content .items-total .count {
    font-weight: 400
}

.minicart-wrapper .block-content .items-total .count:before {
    content: "(";
    padding-right: 2px
}

.minicart-wrapper .block-content .items-total .count:after {
    content: ")";
    padding-left: 2px
}

.minicart-wrapper .block-content .minicart-items-wrapper {
    order: 4;
    border: none;
    height: 100% !important;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    grid-row: 2/2
}

.minicart-wrapper .block-content .subtotal {
    order: 5;
    display: none
}

.minicart-wrapper .block-content .redirect_block {
    order: 7
}

.topfooter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    row-gap: 20px;
    background: #fff
}

.topfooter-container .topfooter-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px
}

.topfooter-container .topfooter-section p {
    font-weight: 700;
    text-transform: uppercase
}

.mainfooter-container {
    display: flex
}

.mainfooter-container .mainfooter-section {
    display: flex
}

.mainfooter-container .mainfooter-section .mainfooter-header {
    font-weight: 700;
    text-transform: uppercase
}

.mainfooter-container .mainfooter-section .mainfooter-social-container img.section-icon {
    width: 25px;
    margin: 0 5px;
    padding: 0 5px
}

.mainfooter-container .mainfooter-section .section-accordion {
    list-style: none;
    padding: 0;
    margin: 0
}

.mainfooter-container .mainfooter-section .section-accordion a,
.mainfooter-container .mainfooter-section .section-accordion p {
    color: #000
}

.bottomfooter-container {
    text-align: center;
    max-width: 1200px;
    margin: 10px auto 0 auto
}

.bottomfooter-container img {
    margin: 10px 0
}

.page-footer {
    background-color: #fff;
    padding: 0
}

.copyright,
.footer.content {
    display: none
}

@media (max-width:767px) {
    .mainfooter-container {
        flex-direction: column
    }

    .mainfooter-container .section-accordion-container .section-accordion:not(.mainfooter-social-container) {
        flex-basis: 100%;
        overflow: hidden;
        transition: max-height .5s ease-in-out
    }

    .mainfooter-container .section-accordion-container .section-accordion:not(.mainfooter-social-container)>li:first-child {
        padding-top: 15px
    }

    .mainfooter-container .section-accordion-container .section-accordion.mainfooter-social-container {
        display: flex
    }

    .mainfooter-container .section-accordion-container.open .section-accordion {
        max-height: 25vh
    }

    .mainfooter-container .section-accordion-container:not(.open) .section-accordion:not(.mainfooter-social-container) {
        max-height: 0
    }

    .mainfooter-container .mainfooter-section {
        min-height: 30px;
        padding: 20px 10px 14px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc
    }

    .mainfooter-container .mainfooter-section:first-child {
        border-top: 1px solid #ccc
    }

    .mainfooter-container .mainfooter-section .section-toggle-icon {
        padding: 0 10px
    }
}

.block.newsletter {
    width: 100%;
    max-width: 100%;
    background-color: #f2f3f3;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 0
}

.block.newsletter div.mage-error[generated] {
    background: 0 0;
    text-align: center;
    position: inherit;
    width: auto;
    top: unset;
    left: unset;
    right: unset
}

.block.newsletter .title {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.block.newsletter .subtitle_newsletter {
    text-align: center;
    max-width: 600px;
    display: block;
    margin: 10px auto;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #7b7b7b
}

.block.newsletter .form.subscribe {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto
}

.block.newsletter .field {
    display: block;
    max-width: 100%
}

.block.newsletter .field .control:before {
    display: none
}

.block.newsletter .actions {
    display: block;
    vertical-align: initial;
    width: auto;
    margin-top: 33px;
    float: none
}

.block.newsletter .actions .subscribe {
    background: 0 0;
    color: #000;
    font-weight: 700
}

.block.newsletter input {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font-family: 'brother-1816', sans-serif;
    border-bottom: 1px solid #000;
    text-align: center;
    outline: none;
    color: #7b7b7b
}

.block.newsletter input::-webkit-input-placeholder {
    color: #7b7b7b
}

.block.newsletter input:-ms-input-placeholder {
    color: #7b7b7b
}

.block.newsletter input::placeholder {
    color: #7b7b7b
}

.block.newsletter .form.subscribe .field.newsletter {
    max-width: 100%
}

.block.newsletter .form.subscribe>.field,
.block.newsletter .form.subscribe>.actions {
    float: none
}

@media (max-width:1199px) {

    .block.newsletter .form.subscribe>.field,
    .block.newsletter .form.subscribe>.actions {
        float: none
    }
}

body.page-products .columns {
    padding-top: 0
}

.elementor-widget-container>.elementor-toggle>.elementor-toggle-item .elementor-tab-title {
    text-align: center !important
}

.elementor-widget-container>.elementor-toggle>.elementor-toggle-item .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: none !important
}

.elementor-widget-container>.elementor-toggle>.elementor-toggle-item .elementor-tab-content a {
    color: #000;
    text-decoration: underline !important
}

.elementor-widget-container>.elementor-toggle>.elementor-toggle-item .elementor-tab-content a strong {
    color: #000;
    text-decoration: underline !important
}

.page-with-filter .columns .column.main,
.catalog-category-view .columns .column.main {
    float: none;
    padding: 0 10px;
    width: 100%;
    margin-top: 60px
}

.page-with-filter .page-footer,
.catalog-category-view .page-footer {
    margin-top: 60px
}

#maincontent>div.page-title-wrapper>.page-title,
.page-main>.page-title-wrapper .page-title {
    display: block;
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase
}

#maincontent>div.page-title-wrapper>.page-title span,
.page-main>.page-title-wrapper .page-title span {
    font-weight: 700;
    letter-spacing: 1px
}

.toolbar-wrapper-bottom .pages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0
}

.toolbar-wrapper-bottom .pages .items.pages-items {
    z-index: unset
}

.toolbar-wrapper-bottom .pages .items.pages-items a.page,
.toolbar-wrapper-bottom .pages .items.pages-items a.page:hover,
.toolbar-wrapper-bottom .pages .items.pages-items a.page:active,
.toolbar-wrapper-bottom .pages .items.pages-items a.page:focus {
    color: #000
}

.toolbar-wrapper-bottom #custom-filter-action {
    display: none
}

.toolbar-wrapper-bottom .toolbar.toolbar-products {
    margin-bottom: 0
}

.toolbar-wrapper-bottom .toolbar.toolbar-products .toolbar-sorter.sorter {
    display: none
}

.toolbar-wrapper-top .toolbar.toolbar-products {
    margin-bottom: 0;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr
}

.toolbar-wrapper-top .toolbar.toolbar-products .pages {
    display: none
}

.toolbar-wrapper-top .toolbar.toolbar-products #custom-filter-action {
    text-transform: uppercase;
    color: #000 !important;
    font-size: 12px;
    display: flex;
    align-items: center;
    grid-column: 1/1
}

.toolbar-wrapper-top .toolbar.toolbar-products #custom-filter-action img {
    margin-left: 5px
}

.toolbar-wrapper-top .toolbar.toolbar-products .toolbar-sorter.sorter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column: 2/2;
    z-index: 1
}

.toolbar-wrapper-top .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    text-transform: uppercase;
    font-size: 12px
}

.toolbar-wrapper-top .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
    display: none
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main.open .block.filter,
.catalog-category-view.page-layout-2columns-left .sidebar-main.open .block.filter {
    transform: translateX(85vw)
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter {
    position: fixed;
    top: 0;
    left: -85vw;
    width: 85vw;
    height: 100vh;
    max-width: 300px;
    background: #fff;
    z-index: 3;
    transition: transform .3s ease-in-out;
    overflow-x: scroll
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter .block-subtitle.filter-subtitle,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter .block-subtitle.filter-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    letter-spacing: 1px
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter .block-title.filter-title,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter .block-title.filter-title {
    display: none
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list {
    display: flex;
    flex-direction: column
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item {
    padding-bottom: 0;
    order: 10
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item.cat,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item.cat {
    order: 0
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item.gender_type,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item.gender_type {
    order: 1
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item.price,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item.price {
    order: 11
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item.active .filter-options-title .filter-options-title-img img.icon-minus,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item.active .filter-options-title .filter-options-title-img img.icon-minus {
    display: block !important
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item.active .filter-options-title .filter-options-title-img img.icon-plus,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item.active .filter-options-title .filter-options-title-img img.icon-plus {
    display: none !important
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ul.items li.item>a,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ul.items li.item>a {
    padding: 0;
    text-transform: uppercase
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items.am-filter-items-attr_bros_ita_collezione li.item>a .label,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items.am-filter-items-attr_bros_ita_collezione li.item>a .label {
    text-transform: uppercase
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items.-am-multiselect li.item>a,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items.-am-multiselect li.item>a {
    margin: 0 0 0 25px
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    column-gap: 10px
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item>a,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item>a {
    padding: 0;
    margin: 0
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item .amshopby-choice,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item .amshopby-choice {
    top: 2px;
    padding: 0;
    width: 15px;
    height: 15px
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item .amshopby-choice:before,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item .amshopby-choice:before,
.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item .amshopby-choice:after,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item .amshopby-choice:after {
    top: 0;
    width: 15px;
    height: 15px
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item .amshopby-choice:before,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item .amshopby-choice:before {
    border-color: #ccc
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item .amshopby-choice:after,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-item .filter-options-content ol.items li.item .amshopby-choice:after {
    background-color: transparent;
    background-size: 15px;
    filter: invert(1)
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-title,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    letter-spacing: 1px
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-title .filter-options-title-img,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-title .filter-options-title-img {
    display: flex;
    align-items: center
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-title .filter-options-title-img img.icon-minus,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-title .filter-options-title-img img.icon-minus {
    display: none !important
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-title .filter-options-title-img img.icon-plus,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-title .filter-options-title-img img.icon-plus {
    display: block !important
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-title:after,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-title:after {
    display: none
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-content,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-content {
    padding: 0 20px
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-content .item:last-child,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block.filter #narrow-by-list .filter-options-content .item:last-child {
    margin-bottom: 10px
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #am-shopby-container,
.catalog-category-view.page-layout-2columns-left .sidebar-main #am-shopby-container {
    border: 0;
    margin: 0;
    padding: 0
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #am-shopby-container .filter-current-subtitle,
.catalog-category-view.page-layout-2columns-left .sidebar-main #am-shopby-container .filter-current-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #am-shopby-container .filter-current-subtitle:after,
.catalog-category-view.page-layout-2columns-left .sidebar-main #am-shopby-container .filter-current-subtitle:after {
    display: none
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #am-shopby-container .amshopby-items,
.catalog-category-view.page-layout-2columns-left .sidebar-main #am-shopby-container .amshopby-items {
    padding: 10px 20px
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block-actions.filter-actions,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block-actions.filter-actions {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 20px;
    padding: 0 20px
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main .block-actions.filter-actions .action span,
.catalog-category-view.page-layout-2columns-left .sidebar-main .block-actions.filter-actions .action span {
    font-size: 11px;
    text-decoration: underline
}

.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #close-filter-custom,
.catalog-category-view.page-layout-2columns-left .sidebar-main #close-filter-custom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    padding: 20px;
    cursor: pointer
}

.pages {
    float: none;
    margin-top: 60px;
    margin-bottom: 60px
}

.pages .item {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    background-color: transparent;
    margin: 0;
    display: inline-block
}

.pages .item.current .page {
    background: #000;
    padding: 0 10px
}

.pages .item.current .page span {
    color: #fff
}

.pages .item.pages-item-previous,
.pages .item.pages-item-next {
    position: inherit;
    top: unset;
    right: unset;
    left: unset;
    z-index: unset
}

.pages .item.pages-item-previous>a,
.pages .item.pages-item-next>a {
    margin: 0;
    box-shadow: none;
    border: none;
    background-color: transparent
}

.pages .item.pages-item-previous>a:before,
.pages .item.pages-item-next>a:before {
    font-size: 10px
}

.page-products .products-grid .product-item-inner:before {
    display: none
}

.page-products .products-grid .product-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:7680px) {
    .page-products .products-grid .product-items {
        grid-template-columns: repeat(10, 1fr)
    }
}

@media (min-width:7676px) and (max-width:7679px) {
    .page-products .products-grid .product-items {
        grid-template-columns: repeat(9, 1fr)
    }
}

@media (min-width:5757px) and (max-width:7675px) {
    .page-products .products-grid .product-items {
        grid-template-columns: repeat(8, 1fr)
    }
}

@media (min-width:4320px) and (max-width:5756px) {
    .page-products .products-grid .product-items {
        grid-template-columns: repeat(7, 1fr)
    }
}

@media (min-width:3838px) and (max-width:4319px) {
    .page-products .products-grid .product-items {
        grid-template-columns: repeat(6, 1fr)
    }
}

@media (min-width:2161px) and (max-width:3837px) {
    .page-products .products-grid .product-items {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (min-width:769px) and (max-width:1199px) {
    .page-products .products-grid .product-items {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:768px) {
    .page-products .products-grid .product-items {
        grid-template-columns: repeat(2, 1fr)
    }
}

.page-products .products-grid .product-items .product-item {
    padding: 0;
    margin: 0 !important;
    width: 100%
}

.page-products .products-grid .product-items .product-item .product-image-photo {
    width: 100%
}

.page-products .product-item-info {
    margin: 5px auto 20px;
    display: block;
    width: 100% !important;
    position: relative
}

.page-products .product-item-info:hover,
.page-products .product-item-info.active {
    background: 0 0;
    box-shadow: none;
    border: none;
    margin: 5px auto 20px;
    padding: 0;
    position: relative
}

.page-products .product-item-info .product-item-label {
    padding: 2px 6px;
    background: #000;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    font-size: 11px
}

.page-products .product-item-info .product-item-photo {
    position: relative;
    display: block
}

.page-products .product-item-info .product-item-photo:hover,
.page-products .product-item-info .product-item-photo:focus,
.page-products .product-item-info .product-item-photo:active {
    text-decoration: none
}

.page-products .product-item-info .product-image-container {
    width: 100% !important
}

.page-products .product-item-info .product-image-container .product-image-wrapper {
    z-index: unset
}

.page-products .product-item-info .product-availability-label {
    text-align: center;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 9px;
    grid-column: 1/span 2;
    margin-top: 5px;
    width: 100%
}

@media (min-width:768px) {
    .page-products .product-item-info .product-availability-label {
        font-size: 11px
    }
}

.product.details.product-item-details {
    position: relative;
    border-top: 1px solid #f2f3f3;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.product.details.product-item-details .product-item-name {
    margin: 5px 0 0;
    grid-row: 1;
    grid-column: 1/span 2
}

.product.details.product-item-details .product-item-name .product-item-link {
    font-weight: 700
}

.product.details.product-item-details .product-item-sku {
    grid-row: 2;
    font-size: 11px;
    display: flex;
    align-items: center;
    grid-column: 1/span 2
}

.product.details.product-item-details .product-item-name .product-item-link,
.product.details.product-item-details .product-item-sku .product-item-link {
    text-transform: uppercase;
    color: #000
}

.product.details.product-item-details .product-item-name .product-item-link .product-item-metals,
.product.details.product-item-details .product-item-sku .product-item-link .product-item-metals {
    text-transform: unset
}

.product.details.product-item-details .price-box {
    margin: 0;
    text-align: left;
    grid-row: 3;
    font-size: 12px
}

.product.details.product-item-details .price-box.price-final_price .special-price {
    color: red
}

.product.details.product-item-details .price-box.price-final_price .old-price {
    margin: 5px
}

.product.details.product-item-details .price-box.price-final_price .old-price .price {
    text-decoration: line-through
}

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

.product.details.product-item-details .price-box .price {
    font-size: 12px
}

.product.details.product-item-details .product-item-wishlist {
    position: absolute;
    right: -5px;
    top: 5px
}

.product.details.product-item-details .product-item-wishlist .towishlist {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product.details.product-item-details .product-item-wishlist .towishlist:before {
    display: none
}

.product.details.product-item-details .product-item-wishlist .towishlist span {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.90000000000001% 99.90000000000001%);
    clip-path: inset(0px 0px 99.90000000000001% 99.90000000000001%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

.abs-visually-hidden-desktop-s {
    border: 0;
    clip: inherit;
    height: auto;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
    display: block
}

.product-item-actions .actions-primary {
    display: none
}

.product-item-actions .actions-primary+.actions-secondary {
    display: block;
    vertical-align: middle;
    text-align: right;
    font-size: 11px;
    margin-right: 15px
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action,
.product-item-actions .actions-secondary>.action,
.product-social-links .action.tocompare,
.wishlist.split.button>.action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
    color: #e4e4e4
}

@media (max-width:1199px) {
    .page-products .products-grid .product-item {
        width: calc(33.33333333%);
        padding: 0;
        margin: 0 !important
    }
}

@media (max-width:767px) {
    .page-products .products-grid .product-item {
        width: calc(50%);
        padding: 0;
        margin: 0 !important
    }

    .page-with-filter .columns .column.main,
    .catalog-category-view .columns .column.main {
        margin-top: 0;
        padding-top: 0
    }
}

@media (min-width:866px) {
    .catalog-product-view .page.messages {
        margin-top: 45px
    }
}

@media (min-width:1366px) {

    .catalog-product-view .columns .column.main,
    .catalog-product-view .columns .column.main .product-info-wrapper {
        max-width: 1200px
    }
}

@media (min-width:1200px) and (max-width:1365px) {

    .catalog-product-view .columns .column.main,
    .catalog-product-view .columns .column.main .product-info-wrapper {
        max-width: 1024px
    }
}

@media (min-width:1024px) and (max-width:1199px) {

    .catalog-product-view .columns .column.main,
    .catalog-product-view .columns .column.main .product-info-wrapper {
        max-width: 960px
    }
}

@media (min-width:1024px) {

    .catalog-product-view .columns .column.main,
    .catalog-product-view .columns .column.main .product-info-wrapper {
        margin: 0 auto;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-self: flex-start
    }
}

.catalog-product-view .columns .column.main #amasty-shopby-product-list {
    width: 100%
}

@media (max-width:767px) {
    .catalog-product-view .columns .column.main #amasty-shopby-product-list {
        order: 3
    }
}

.catalog-product-view .action-skip-wrapper,
.catalog-product-view #gallery-prev-area {
    display: none
}

.catalog-product-view .product.alert.stock {
    text-align: center;
    margin: 20px 0;
    text-decoration: underline;
    text-transform: uppercase
}

.catalog-product-view .product.alert.stock a,
.catalog-product-view .product.alert.stock a:focus,
.catalog-product-view .product.alert.stock a:active,
.catalog-product-view .product.alert.stock a:hover {
    color: #000
}

.catalog-product-view .amxnotif-block {
    margin: 0
}

.catalog-product-view .amxnotif-block #form-validate-stock label {
    margin: 10px 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 400
}

.catalog-product-view .amxnotif-block #form-validate-stock .notification-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

@media (min-width:1024px) {
    .catalog-product-view .amxnotif-block #form-validate-stock .notification-container {
        max-width: 275px
    }
}

.catalog-product-view .amxnotif-block #form-validate-stock .notification-container .input-fields {
    max-width: unset;
    width: 100%
}

.catalog-product-view .amxnotif-block #form-validate-stock .notification-container .input-fields .amxnotif-guest-email {
    height: 40px;
    line-height: 40px;
    font-size: 12px
}

.catalog-product-view .amxnotif-block #form-validate-stock .notification-container .input-fields .field.required {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.catalog-product-view .amxnotif-block #form-validate-stock .notification-container .input-fields .field.required input[type=checkbox] {
    margin: 0 5px 0 0;
    top: 0
}

.catalog-product-view .amxnotif-block #form-validate-stock .notification-container .input-fields .field.required label.label {
    font-size: 10px;
    margin: 0;
    text-transform: unset
}

.catalog-product-view .amxnotif-block #form-validate-stock .notification-container .input-fields .field.required label.label a {
    color: #000;
    text-decoration: underline
}

.catalog-product-view .amxnotif-block #form-validate-stock .notification-container .input-fields .field.required .mage-error {
    flex-basis: 100%
}

.catalog-product-view .amxnotif-block #form-validate-stock .amxnotif_guest_action {
    min-width: unset;
    max-width: unset;
    margin: 10px 0;
    width: 100%
}

.catalog-product-view .amxnotif-block #form-validate-stock .amxnotif_guest_action .primary {
    float: none;
    width: 100%
}

.catalog-product-view .amxnotif-block #form-validate-stock .amxnotif_guest_action .primary .action.submit.primary {
    float: none;
    width: 100%;
    background: #000;
    margin: 0;
    max-width: unset
}

.catalog-product-view .amxnotif-block #form-validate-stock .amxnotif_guest_action .primary .action.submit.primary span {
    color: #fff
}

.catalog-product-view .product-info-topbar {
    padding: 15px 30px;
    position: fixed;
    top: 100px;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 1
}

@media (max-width:865px) {
    .catalog-product-view .product-info-topbar {
        display: none
    }
}

@media (min-width:768px) {
    .catalog-product-view .product-info-topbar {
        top: 90px
    }
}

.catalog-product-view .product-info-topbar a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000;
    line-height: 1
}

.catalog-product-view .product-info-topbar a img {
    margin-right: 5px
}

.catalog-product-view div.product-info-main {
    box-sizing: border-box;
    padding: 20px 15px 0;
    margin-top: 20px;
    width: 100%
}

@media (min-width:1024px) {
    .catalog-product-view div.product-info-main {
        position: sticky;
        min-height: 100vh;
        height: 100%;
        float: none;
        width: 45%;
        margin-top: 0;
        top: 135px;
        padding: 0 15px
    }
}

@media (max-width:768px) {
    .catalog-product-view div.product-info-main .page-title-wrapper {
        display: inline-block;
        width: 75%
    }

    .catalog-product-view div.product-info-main .page-title-wrapper .page-title {
        overflow-wrap: normal;
        text-align: left
    }

    .catalog-product-view div.product-info-main .page-title-wrapper .page-title .base {
        text-align: left
    }

    .catalog-product-view div.product-info-main .page-title-wrapper .product.attribute.sku,
    .catalog-product-view div.product-info-main .page-title-wrapper .product.attribute.metals {
        margin-left: 0;
        display: block
    }

    .catalog-product-view div.product-info-main .page-title-wrapper .product.attribute.sku:after,
    .catalog-product-view div.product-info-main .page-title-wrapper .product.attribute.metals:after {
        display: none
    }
}

.catalog-product-view div.product-info-main .page-title-wrapper h1 {
    margin-bottom: 0
}

@media (min-width:769px) {

    .catalog-product-view div.product-info-main .page-title-wrapper .product.attribute.sku,
    .catalog-product-view div.product-info-main .page-title-wrapper .product.attribute.metals {
        display: none
    }
}

.catalog-product-view div.product-info-main .product.attribute.metals {
    margin-top: 5px
}

@media (max-width:768px) {
    .catalog-product-view div.product-info-main .product.attribute.metals {
        display: none
    }
}

.catalog-product-view div.product-info-main .product.attribute.sku {
    margin-top: 5px
}

@media (max-width:768px) {
    .catalog-product-view div.product-info-main .product.attribute.sku {
        display: none
    }
}

.catalog-product-view div.product-info-main .product.attribute.sku:after {
    content: "";
    height: 1px;
    width: 50%;
    background-color: #000;
    display: block;
    margin: 0 auto
}

.catalog-product-view div.product-info-main .product.attribute.sku .type {
    display: none
}

.catalog-product-view div.product-info-main .product.attribute.sku .value {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px
}

.catalog-product-view div.product-info-main .product-options-bottom {
    display: flex;
    align-items: baseline
}

.catalog-product-view div.product-info-main .product-info-section-wrapper {
    width: 100%;
    display: block;
    margin: 20px auto 0 auto
}

@media (min-width:866px) {
    .catalog-product-view div.product-info-main .product-info-section-wrapper {
        width: 80%;
        margin-left: 15%
    }
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section:not(.accordion-section) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    border: none;
    padding: 0;
    margin: 10px 0
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section:not(.accordion-section) .section-link {
    text-decoration: underline;
    color: #000
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section:not(.accordion-section) .section-title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    margin: 0
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section {
    border-top: 1px solid #f2f3f3
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section:last-child {
    border-bottom: 1px solid #f2f3f3
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-title {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    padding: 15px 0;
    line-height: 15px
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-title.open:after {
    content: '\f068'
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-title:after {
    content: '\2b' !important;
    top: 14px;
    right: 10px;
    font-size: 10px;
    cursor: pointer;
    position: absolute;
    font-family: 'Font Awesome 5 Free', sans-serif !important
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-content {
    margin-bottom: 20px;
    display: none
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-content.open {
    display: block
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-content .additional-information-product-page {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 7px
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-content .more-info-data {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 2px
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-content .more-info-data h3,
.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-content .more-info-data p {
    margin: 0;
    font-size: 12px;
    font-family: 'brother-1816', sans-serif;
    text-transform: uppercase
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-content .more-info-data.more-info-centered {
    flex-direction: column;
    text-align: center
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-content .more-info-data.more-info-left {
    text-align: left;
    flex-direction: column;
    align-items: start
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-content .more-info-group {
    flex-direction: column
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-content .more-info-group>.more-info-data {
    padding: 5px 0;
    width: 100%
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-content .technical-info-data h3 {
    margin: 0 0 5px;
    font-size: 12px;
    font-family: 'brother-1816', sans-serif;
    text-transform: uppercase
}

.catalog-product-view div.product-info-main .product-info-section-wrapper .product-section.accordion-section .accordion-content img {
    display: block;
    margin: 20px auto
}

@media (max-width:768px) {
    .catalog-product-view #product-addtocart-button-fixed {
        position: fixed;
        bottom: 0;
        width: 85%;
        left: 0;
        z-index: 1;
        height: 60px;
        padding-left: 15%;
        font-size: 14px;
        font-weight: 700
    }

    .catalog-product-view #product-addtocart-button-fixed>.animate-swing {
        filter: invert(1);
        margin-left: 15px
    }
}

@media (min-width:769px) {
    .catalog-product-view #product-addtocart-button-fixed>.animate-swing {
        display: none
    }
}

@media (max-width:768px) {
    .catalog-product-view #product-addtocart-button {
        font-size: 14px;
        font-weight: 700
    }

    .catalog-product-view #product-addtocart-button>.animate-swing {
        filter: invert(1);
        margin-left: 15px
    }
}

@media (min-width:769px) {
    .catalog-product-view #product-addtocart-button>.animate-swing {
        display: none
    }
}

.catalog-product-view .product.media {
    width: 55%
}

.catalog-product-view .product.media .images-container .custom-product-video {
    width: 100%;
    height: 100%;
    position: relative
}

.catalog-product-view .product.media .images-container .custom-product-video svg {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px)
}

.catalog-product-view .product.media .images-container .custom-product-video iframe {
    width: 100%;
    height: 100%;
    z-index: -1
}

.catalog-product-view .product.media .images-container.slick-slider .slick-slide img {
    width: 100%
}

.catalog-product-view .product.media .images-container:not(.slick-slider) {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    box-sizing: border-box
}

.catalog-product-view .product.media .images-container:not(.slick-slider) .images-container_child {
    width: 100%
}

.catalog-product-view .product.media .images-container:not(.slick-slider) .images-container_child>a {
    width: 100%
}

.catalog-product-view .product.media .images-container:not(.slick-slider) .images-container_child>a>img {
    width: 100%
}

.catalog-product-view .page-title-wrapper h1 span {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    line-height: 20px
}

.catalog-product-view .product-info-main .product-info-price {
    color: #000;
    border-bottom: none;
    display: flex;
    margin-bottom: 0;
    width: 100%;
    flex-wrap: wrap
}

@media (max-width:768px) {
    .catalog-product-view .product-info-main .product-info-price {
        width: 25% !important;
        display: inline-flex;
        flex-wrap: nowrap;
        vertical-align: top
    }
}

.catalog-product-view .product-info-main .product-info-price .price-box {
    display: block;
    vertical-align: initial;
    width: auto;
    color: #000;
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center;
    order: 2
}

@media (max-width:768px) {
    .catalog-product-view .product-info-main .product-info-price .price-box {
        padding: 0
    }

    .catalog-product-view .product-info-main .product-info-price .price-box .price-wrapper {
        margin: 0
    }

    .catalog-product-view .product-info-main .product-info-price .price-box .price-wrapper .price {
        margin: 0;
        font-size: 20px;
        line-height: 20px
    }
}

.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .special-price {
    color: red
}

.catalog-product-view .product-info-main .product-info-price .price-box .price-label {
    display: none !important
}

.catalog-product-view .product-availability-label {
    font-weight: 700;
    text-transform: uppercase;
    color: #e61e00;
    display: block
}

@media (max-width:767px) {
    .catalog-product-view .product-availability-label {
        margin-bottom: 15px;
        text-align: center
    }
}

@media (min-width:768px) {
    .catalog-product-view .product-availability-label {
        margin-top: 10px
    }
}

.catalog-product-view .product-info-main .product-info-stock-sku {
    display: block;
    float: none;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
    vertical-align: initial;
    flex-grow: 1;
    flex-basis: 100%;
    order: 1
}

.catalog-product-view .product-info-main .stock.available {
    display: none
}

.catalog-product-view .product-info-main .stock.unavailable {
    margin-left: 10px
}

.catalog-product-view .product-info-main .availability.only {
    display: none !important
}

.catalog-product-view .product-info-main .product.attribute.sku .type {
    display: none
}

.catalog-product-view .product-info-main .product.attribute.sku .value {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px
}

.catalog-product-view .product-info-main .product.attribute.sku:after {
    content: "";
    height: 1px;
    width: 50%;
    background-color: #000;
    display: block;
    margin: 0 auto
}

.catalog-product-view .product-options-bottom .price-box .price-container .price,
.catalog-product-view .product-info-price .price-box .price-container .price {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 15px;
    display: block
}

.catalog-product-view .product-info-price .price-box .price-container [id^=old-price-] .price {
    text-decoration: line-through
}

.catalog-product-view .product-add-form {
    padding: 0
}

@media (max-width:768px) {
    .catalog-product-view .product-add-form {
        margin: 15px auto 0 auto;
        width: 85%
    }
}

.catalog-product-view .product-add-form.nav {
    padding: 0
}

@media (min-width:1024px) {
    .catalog-product-view .product-add-form.nav #product_addtocart_form {
        max-width: 275px;
        margin: 0 auto
    }
}

.catalog-product-view .product-add-form.nav #product_addtocart_form .product-social-links {
    flex-basis: 100%
}

.catalog-product-view .product-add-form.nav #product_addtocart_form .product-social-links .action.towishlist {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 10px
}

.catalog-product-view .product-add-form.nav #product_addtocart_form .product-social-links .action.towishlist span {
    display: flex;
    color: #000
}

@media (min-width:1024px) {
    .catalog-product-view .product-add-form-below {
        width: calc(80% - 40px);
        margin-left: 15%
    }
}

.catalog-product-view #product_addtocart_form {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:1024px) {
    .catalog-product-view #product_addtocart_form {
        width: 80%;
        margin-left: 15%
    }
}

.catalog-product-view #product_addtocart_form #product-options-wrapper {
    flex-basis: 100%
}

.catalog-product-view #product_addtocart_form #product-options-wrapper>.fieldset {
    margin: 0
}

.catalog-product-view #product_addtocart_form #product-options-wrapper>.fieldset>.field {
    margin: 0
}

.catalog-product-view #product_addtocart_form #product-options-wrapper>.fieldset>.field .control {
    width: 100%
}

.catalog-product-view #product_addtocart_form .product-options-bottom {
    flex-basis: 100%
}

.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart,
.catalog-product-view .box-tocart {
    margin: 0;
    flex-grow: 1;
    flex-basis: 85%
}

.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .fieldset,
.catalog-product-view .box-tocart .fieldset,
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .fieldset:last-child,
.catalog-product-view .box-tocart .fieldset:last-child {
    margin-bottom: 0
}

.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty,
.catalog-product-view .box-tocart .field.qty {
    display: none
}

.catalog-product-view .product-social-links {
    text-align: center;
    margin: 0;
    flex-basis: 40px;
    background: #f2f3f3;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:768px) {
    .catalog-product-view .product-social-links {
        position: fixed;
        bottom: 0;
        width: 15%;
        right: 0;
        z-index: 1;
        height: 60px;
        background: #000
    }

    .catalog-product-view .product-social-links.not-fixed {
        position: unset;
        bottom: unset;
        width: auto;
        right: unset;
        z-index: 0;
        height: auto;
        padding: 0 5px;
        margin-left: -1px
    }

    .catalog-product-view .product-social-links .action.towishlist:before {
        filter: invert(1)
    }
}

@media (max-width:768px) {
    .catalog-product-view .box-tocart .actions {
        display: flex;
        margin-bottom: 15px
    }
}

.catalog-product-view .box-tocart .action.tocart:not(:last-child) {
    margin-bottom: 0;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 12px;
    padding: 0;
    color: #fff;
    background: #000
}

.catalog-product-view .box-tocart .action.tocart:not(:last-child) span {
    color: #fff
}

.catalog-product-view .product-item-actions .actions-secondary>.action,
.catalog-product-view .product-social-links .action.tocompare,
.catalog-product-view .wishlist.split.button>.action.split,
.catalog-product-view .product-social-links .action.mailto.friend,
.catalog-product-view .product-social-links .action.towishlist,
.catalog-product-view .block-bundle-summary .action.towishlist,
.catalog-product-view .product-item .action.towishlist,
.catalog-product-view .table-comparison .action.towishlist {
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 0
}

.catalog-product-view .product-item-actions .actions-secondary>.action:before,
.catalog-product-view .product-social-links .action.tocompare:before,
.catalog-product-view .wishlist.split.button>.action.split:before,
.catalog-product-view .product-social-links .action.mailto.friend:before,
.catalog-product-view .product-social-links .action.towishlist:before,
.catalog-product-view .block-bundle-summary .action.towishlist:before,
.catalog-product-view .product-item .action.towishlist:before,
.catalog-product-view .table-comparison .action.towishlist:before {
    content: '';
    background: url('../image/wishlist.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    margin: 0
}

.catalog-product-view .product-item-actions .actions-secondary>.action span,
.catalog-product-view .product-social-links .action.tocompare span,
.catalog-product-view .wishlist.split.button>.action.split span,
.catalog-product-view .product-social-links .action.mailto.friend span,
.catalog-product-view .product-social-links .action.towishlist span,
.catalog-product-view .block-bundle-summary .action.towishlist span,
.catalog-product-view .product-item .action.towishlist span,
.catalog-product-view .table-comparison .action.towishlist span {
    display: none
}

.catalog-product-view .product-info-main .product.attribute.overview {
    display: none
}

.catalog-product-view .product-info-stock-sku .product.attribute.more {
    display: none
}

.catalog-product-view .slick-dots li button:before {
    color: #000;
    content: '';
    background-color: #000;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    text-align: center;
    display: block;
    position: relative;
    line-height: 20px
}

.catalog-product-view .slick-dots li.slick-active button {
    background: 0 0
}

.catalog-product-view .slick-dots li.slick-active button :before {
    opacity: 1;
    background-color: #000
}

.catalog-product-view .slick-prev {
    left: 15px;
    padding: 10px 10px 10px 0
}

.catalog-product-view .slick-prev:before {
    background: url('../image/caret-left.svg')
}

.catalog-product-view .slick-next {
    right: 15px;
    padding: 10px 0 10px 10px
}

.catalog-product-view .slick-next:before {
    background: url('../image/caret-right.svg')
}

.catalog-product-view .slick-prev,
.catalog-product-view .slick-next {
    z-index: 1;
    width: auto;
    height: auto
}

.catalog-product-view .slick-prev:before,
.catalog-product-view .slick-next:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
    content: '';
    opacity: 1;
    display: block
}

@media (max-width:767px) {
    .catalog-product-view .product-info-main .product-availability-label-wrapper {
        order: -1
    }
}

@media (max-width:1100px) {
    .catalog-product-view .product-info-main {
        width: 45%;
        padding: 15px;
        padding-top: 50px;
        padding-left: 0
    }

    .catalog-product-view .product.media {
        width: 55%
    }
}

@media (max-width:865px) {

    .catalog-product-view .column.main,
    .catalog-product-view .product-info-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-product-view .product-info-main {
        width: 100%;
        padding-left: 15px;
        order: 2
    }

    .catalog-product-view .product.media {
        width: 100%;
        order: 1
    }

    .catalog-product-view .slick-dots {
        left: 0
    }

    .catalog-product-view .product.attribute.more {
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-top: 50px
    }
}

#gift-options-cart {
    display: none
}

.checkout-cart-index .modal-popup.confirm .modal-content {
    margin-top: 30px
}

.checkout-cart-index .columns {
    max-width: 1400px;
    margin: 0 auto
}

.checkout-cart-index .cart-empty {
    text-align: center;
    margin-top: 50px
}

.checkout-cart-index .cart-empty p {
    margin: 0
}

.checkout-cart-index .cart-empty a {
    color: #000 !important;
    text-decoration: underline
}

.checkout-cart-index .cart.table-wrapper {
    border: none
}

.checkout-cart-index .cart.table-wrapper .col.qty[data-th]:before,
.checkout-cart-index .cart.table-wrapper .col.price[data-th]:before,
.checkout-cart-index .cart.table-wrapper .col.subtotal[data-th]:before,
.checkout-cart-index .cart.table-wrapper .col.msrp[data-th]:before {
    display: none
}

.checkout-cart-index .cart.table-wrapper #shopping-cart-table {
    display: none
}

.checkout-cart-index .cart.table-wrapper .cart.item {
    order: 2;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    width: 100%;
    padding: 0
}

@media (min-width:1024px) {
    .checkout-cart-index .cart.table-wrapper .cart.item:not(:first-child) {
        border-top: 1px solid #f2f3f3
    }
}

@media (max-width:1023px) {
    .checkout-cart-index .cart.table-wrapper .cart.item {
        border: none;
        row-gap: 10px
    }
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info {
    min-height: unset;
    height: 100%;
    display: flex;
    align-items: center
}

@media (max-width:1023px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info {
        align-items: flex-start;
        column-gap: 20px
    }
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info>.col.item {
    padding: 0;
    max-width: unset;
    min-height: unset
}

@media (max-width:1023px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info>.col.item {
        flex-basis: 50%
    }
}

@media (min-width:1366px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info>.col.item .product-image-container {
        width: 250px !important
    }
}

@media (max-width:1023px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info>.col.item .product-image-container {
        width: 100% !important
    }
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info>.col.item .product-image-container .product-image-wrapper {
    z-index: 0
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info>.col.item .product-item-photo {
    max-width: unset;
    position: inherit;
    left: unset;
    top: unset
}

@media (min-width:768px) and (max-width:1023px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info>.col.item .product-item-photo {
        text-align: center
    }
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-wrap: unset;
    height: 100%;
    padding: 25px 5px 25px 0;
    box-sizing: border-box
}

@media (max-width:1023px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap {
        flex-grow: 0;
        display: grid;
        grid-template-columns: 1fr 60px;
        row-gap: 30px;
        flex-basis: 50%
    }
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap>div {
    padding: 0;
    box-sizing: border-box
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .product-item-details {
    width: 100%
}

@media (min-width:1024px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .product-item-details {
        display: flex;
        flex-direction: column
    }
}

@media (max-width:1023px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .product-item-details {
        grid-column: 1/span 2
    }
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .product-item-details .product-item-name {
    margin: 0
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .product-item-details .product-item-name a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .product-item-details .product-item-sku {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.qty {
    width: 100%
}

@media (min-width:1024px) and (max-width:1199px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.qty .section_title {
        text-align: center
    }
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.qty #label_qta_edit_desktop .cart-plus,
.checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.qty #label_qta_edit_desktop .cart-minus {
    border: none;
    background: 0 0;
    padding: 5px;
    line-height: inherit
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.qty #label_qta_edit_desktop .input-text.qty {
    height: auto;
    margin: 0;
    border: none;
    width: 40px
}

@media (min-width:1024px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.qty {
        display: flex;
        flex-direction: column;
        text-align: left
    }

    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.qty #label_qta_edit_desktop {
        display: flex;
        height: 50px;
        align-items: center
    }

    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.qty #label_qta_edit_desktop #cartqtyedit {
        margin: 0
    }
}

@media (min-width:1024px) and (min-width:1024px) and (max-width:1199px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.qty #label_qta_edit_desktop {
        justify-content: center
    }
}

@media (max-width:1023px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.qty {
        grid-column: 1/1;
        align-self: flex-end
    }
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.subtotal {
    width: 100%;
    text-align: right
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.subtotal .price {
    color: #000;
    font-size: 14px
}

@media (min-width:1024px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.subtotal {
        display: flex;
        flex-direction: column;
        text-align: left
    }

    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.subtotal .price-including-tax {
        height: 50px;
        align-items: center;
        display: flex
    }
}

@media (max-width:1023px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .col.subtotal {
        grid-column: 2/2;
        align-self: flex-end;
        margin-bottom: 6px
    }
}

@media (max-width:1023px) {
    .checkout-cart-index .cart.table-wrapper .cart.item .item-info .info-wrap .section_title {
        display: none
    }
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-actions {
    padding: 0
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-actions .actions-toolbar {
    min-height: unset;
    padding: 0;
    position: inherit
}

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

.checkout-cart-index .cart.table-wrapper .cart.item .item-actions .actions-toolbar .action.action-delete {
    position: inherit;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    padding: 0 0 15px
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-actions .actions-toolbar .action.action-delete:before {
    display: none
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-actions .actions-toolbar .action.action-delete>p {
    margin: 0
}

.checkout-cart-index .cart.table-wrapper .cart.item .item-actions .actions-toolbar .action.action-delete>img {
    margin-right: 5px
}

.checkout-cart-index .cart.table-wrapper .action {
    display: block
}

.checkout-cart-index .cart.main.actions .action.continue {
    margin: 0
}

.checkout-cart-index .cart.main.actions .action.continue span {
    text-transform: uppercase;
    text-decoration: underline
}

.checkout-cart-index .cart.main.actions .action.update {
    display: none
}

.checkout-cart-index .cart-container {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    flex-wrap: wrap
}

@media (max-width:1023px) {
    .checkout-cart-index .cart-container {
        flex-direction: column
    }
}

@media (min-width:768px) and (max-width:1365px) {
    .checkout-cart-index .cart-container {
        padding: 0 20px;
        box-sizing: border-box
    }
}

.checkout-cart-index .cart-container .form-cart {
    margin-bottom: 0
}

@media (min-width:768px) and (max-width:1023px) {
    .checkout-cart-index .cart-container .form-cart {
        width: 100%;
        float: none;
        order: 0;
        padding: 0
    }
}

.checkout-cart-index .cart-container .cart-summary {
    order: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    background: 0 0
}

@media (min-width:1024px) {
    .checkout-cart-index .cart-container .cart-summary {
        float: none;
        width: 35%;
        max-width: 350px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .checkout-cart-index .cart-container .cart-summary {
        width: 100%;
        float: none
    }
}

@media (max-width:1023px) {
    .checkout-cart-index .cart-container .cart-summary {
        border-top: 1px solid #f2f3f3
    }
}

.checkout-cart-index .cart-container .cart-summary .summary.title {
    display: none
}

.checkout-cart-index .cart-container .cart-summary #block-shipping {
    display: none
}

.checkout-cart-index .cart-container .cart-summary .checkout.methods {
    order: 2;
    margin: 0
}

.checkout-cart-index .cart-container .cart-summary .checkout.methods .primary.checkout {
    padding: 0;
    background: #000;
    border: none
}

@media (max-width:1023px) {
    .checkout-cart-index .cart-container .cart-summary .checkout.methods .primary.checkout {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 60px;
        line-height: 60px;
        z-index: 1
    }
}

.checkout-cart-index .cart-container .cart-summary .checkout.methods .primary.checkout img {
    display: none
}

@media (max-width:1023px) {
    .checkout-cart-index .cart-container .cart-summary .checkout.methods .primary.checkout img {
        display: flex;
        filter: invert(1);
        margin-left: 15px
    }
}

.checkout-cart-index .cart-container .cart-summary .checkout.methods .primary.checkout span {
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.checkout-cart-index .cart-container .cart-summary #block-discount {
    margin: 0;
    padding: 0;
    order: 0
}

@media (max-width:1023px) {
    .checkout-cart-index .cart-container .cart-summary #block-discount {
        padding: 15px 0;
        flex-basis: 100%
    }
}

.checkout-cart-index .cart-container .cart-summary #block-discount .title {
    border: none;
    display: none
}

@media (max-width:1023px) {
    .checkout-cart-index .cart-container .cart-summary #block-discount .content {
        padding: 0 15px
    }
}

.checkout-cart-index .cart-container .cart-summary #block-discount .content #discount-coupon-form .coupon {
    margin: 0
}

.checkout-cart-index .cart-container .cart-summary #block-discount .content #discount-coupon-form .coupon .field .label {
    text-align: center;
    width: 100%
}

.checkout-cart-index .cart-container .cart-summary #block-discount .content #discount-coupon-form .coupon .field .label span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.checkout-cart-index .cart-container .cart-summary #block-discount .content #discount-coupon-form .coupon .field #coupon_code {
    height: 40px;
    line-height: 40px;
    border-color: #000;
    color: #000
}

.checkout-cart-index .cart-container .cart-summary #block-discount .content #discount-coupon-form .coupon .actions-toolbar .primary {
    width: 100%
}

.checkout-cart-index .cart-container .cart-summary #block-discount .content #discount-coupon-form .coupon .actions-toolbar .primary .cancel.primary,
.checkout-cart-index .cart-container .cart-summary #block-discount .content #discount-coupon-form .coupon .actions-toolbar .primary .apply.primary {
    width: 100%;
    border: none;
    background: #000;
    box-shadow: none
}

.checkout-cart-index .cart-container .cart-summary #block-discount .content #discount-coupon-form .coupon .actions-toolbar .primary .cancel.primary span,
.checkout-cart-index .cart-container .cart-summary #block-discount .content #discount-coupon-form .coupon .actions-toolbar .primary .apply.primary span {
    color: #fff;
    font-weight: 400
}

.checkout-cart-index .cart-container .cart-summary #cart-totals {
    border-top: 1px solid #f2f3f3;
    padding-top: 15px;
    margin: 0;
    order: 1
}

@media (min-width:768px) and (max-width:1023px) {
    .checkout-cart-index .cart-container .cart-summary #cart-totals {
        padding: 15px
    }
}

.checkout-cart-index .cart-container .cart-summary #cart-totals .totals.shipping.incl {
    display: table-row
}

.checkout-cart-index .cart-container .cart-summary #cart-totals .totals.shipping.incl span.value {
    display: none
}

.checkout-cart-index .cart-container .cart-summary #cart-totals .totals-tax {
    display: none
}

.checkout-cart-index .cart-container .cart-summary #cart-totals tbody>.totals:not(.sub):not(.shipping):not(.grand) {
    display: none
}

.checkout-cart-index .cart-container .cart-summary #cart-totals .grand.totals .mark,
.checkout-cart-index .cart-container .cart-summary #cart-totals .grand.totals .amount {
    border-color: #f2f3f3
}

.checkout-cart-index .cart-container .cart-summary #cart-totals .grand.totals .mark>strong,
.checkout-cart-index .cart-container .cart-summary #cart-totals .grand.totals .amount>strong {
    padding: 0;
    font-size: 12px;
    text-transform: uppercase
}

.checkout-cart-index .cart-container .cart-summary #cart-totals .grand.totals .mark>strong .price,
.checkout-cart-index .cart-container .cart-summary #cart-totals .grand.totals .amount>strong .price {
    font-size: 12px
}

.checkout-cart-index .cart-container .cart-summary .cart-summary-below {
    order: 20;
    z-index: 0
}

.checkout-index-index header.page-header .header.content .head-nav .header-section.header-left,
.checkout-index-index header.page-header .header.content .head-nav .header-section.header-right {
    display: none
}

.checkout-index-index header.page-header .header.content .head-nav .header-section.header-center .header-logo-mobile {
    width: 100%;
    display: flex;
    justify-content: center
}

.checkout-index-index header.page-header .header.content .head-nav .header-section.header-center .header-logo-mobile .logo-wrapper {
    justify-content: center
}

.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap {
    background: #fff
}

@media (min-width:768px) {
    .checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap {
        min-width: 650px;
        width: 60% !important;
        max-width: 1024px
    }
}

.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap #opc-new-shipping-address input.input-text {
    margin: 0;
    width: 100%
}

.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap #opc-new-shipping-address div[name="shippingAddress.telephone"] .field-tooltip {
    display: none
}

.checkout-index-index .minicart-items-wrapper .cart.item.message.notice {
    display: none
}

.checkout-index-index #checkout {
    max-width: 1200px;
    margin: 20px auto
}

@media (min-width:1024px) and (max-width:1200px) {
    .checkout-index-index #checkout {
        max-width: 1024px
    }
}

@media (min-width:1024px) {
    .checkout-index-index #checkout {
        margin: 30px auto
    }
}

.checkout-index-index #checkout #checkout-payment-method-load>div>div>div.payment-method>div.payment-method-title {
    padding: 20px
}

.checkout-index-index #checkout #checkout-payment-method-load>div>div>div.payment-method>div.payment-method-content {
    padding: 0 20px 20px
}

.checkout-index-index #checkout .actions-toolbar>div {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    width: auto;
    margin: 0;
    padding: 0 0 20px
}

.checkout-index-index #checkout .actions-toolbar>div>button {
    width: 100%
}

.checkout-index-index #checkout .checkout-billing-address .actions-toolbar>div {
    flex-direction: column !important
}

@media (min-width:768px) and (max-width:1023px) {
    .checkout-index-index #checkout {
        display: flex;
        flex-direction: column
    }

    .checkout-index-index #checkout .opc-wrapper {
        width: 100%;
        float: none;
        order: 1
    }

    .checkout-index-index #checkout .opc-sidebar.opc-summary-wrapper {
        z-index: 1;
        width: 100%;
        float: none;
        margin: 0 0 20px;
        order: 0
    }

    .checkout-index-index #checkout .opc-sidebar.opc-summary-wrapper .opc-block-summary .items-in-cart>.title {
        border: none
    }
}

.checkout-index-index #checkout .opc-progress-bar {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    text-align: center;
    margin: 0;
    padding: 0 20px
}

.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item {
    margin: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 260px;
    text-align: center
}

.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item:first-child {
    margin-right: 5px
}

.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item:last-child {
    margin-left: 5px
}

.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item:before,
.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active:before,
.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item>span:before,
.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active>span:before,
.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item>span:after,
.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active>span:after {
    display: none
}

.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._complete {
    background: #fff
}

.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._complete>span {
    color: #000;
    text-decoration: underline
}

.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active {
    background: #fff
}

.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active>span {
    color: #000
}

.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item span {
    padding-top: 0;
    font-size: 12px;
    text-transform: uppercase
}

.checkout-index-index #checkout .opc-estimated-wrapper {
    background: #f2f3f3;
    margin: 20px 0;
    border: none
}

@media (max-width:1023px) {
    .checkout-index-index #checkout .opc-estimated-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .checkout-index-index #checkout .opc-estimated-wrapper {
        margin: 20px 0 0
    }
}

.checkout-index-index #checkout .opc-estimated-wrapper:before,
.checkout-index-index #checkout .opc-estimated-wrapper:after {
    display: none
}

.checkout-index-index #checkout .opc-estimated-wrapper .estimated-block {
    float: none
}

.checkout-index-index #checkout .opc-estimated-wrapper .estimated-block .estimated-label,
.checkout-index-index #checkout .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #000;
    font-weight: 700;
    text-transform: uppercase
}

.checkout-index-index #checkout .opc-estimated-wrapper .estimated-block .estimated-label {
    font-size: 12px
}

.checkout-index-index #checkout .opc-estimated-wrapper .estimated-block .estimated-price {
    font-size: 14px
}

.checkout-index-index #checkout .opc-estimated-wrapper .minicart-wrapper {
    float: none;
    margin: 0
}

.checkout-index-index #checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    display: none
}

.checkout-index-index #checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    top: -8px
}

.checkout-index-index #checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty .counter-number {
    background: #000;
    color: #fff;
    font-weight: 700
}

.checkout-index-index #checkout .opc-block-summary {
    margin: 0;
    padding: 30px 20px 0;
    background: #f2f3f3
}

.checkout-index-index #checkout .opc-block-summary>.title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px
}

.checkout-index-index #checkout .opc-block-summary .items-in-cart .title strong[role=heading] {
    font-size: 12px;
    font-weight: 700
}

.checkout-index-index #checkout .opc-block-summary .items-in-cart .title strong[role=heading]>span {
    text-transform: uppercase
}

.checkout-index-index #checkout .opc-block-summary .product-item .product-item-details .subtotal .cart-price .price {
    font-size: 12px;
    font-weight: 700
}

.checkout-index-index #checkout .opc-block-summary .totals.discount {
    display: none
}

.checkout-index-index #checkout .opc-block-summary .totals.shipping.incl span.value {
    display: none
}

.checkout-index-index #checkout .opc-block-summary .grand.totals .amount>strong {
    padding: 0
}

.checkout-index-index #checkout .opc-block-summary .grand.totals .amount>strong .price {
    font-size: 12px
}

.checkout-index-index #checkout .opc-block-summary .grand.totals .mark strong {
    font-size: 12px;
    text-transform: uppercase
}

.checkout-index-index #checkout .opc-block-shipping-information {
    margin: 0;
    padding: 0 20px
}

@media (min-width:1024px) {
    .checkout-index-index #checkout .opc-block-shipping-information {
        background: #f2f3f3;
        padding: 0 20px 30px
    }
}

.checkout-index-index #checkout .opc-block-shipping-information .shipping-information-title>span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.checkout-index-index #checkout .opc-block-shipping-information .shipping-information-title .action.action-edit {
    display: flex;
    align-items: center
}

.checkout-index-index #checkout .opc-block-shipping-information .shipping-information-title .action.action-edit:before {
    display: none
}

.checkout-index-index #checkout .opc-wrapper {
    padding: 0 20px
}

.checkout-index-index #checkout .opc-wrapper .step-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0;
    border: none;
    text-align: center
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps>.opc-block-summary {
    margin: -20px -20px 0
}

@media (min-width:768px) {
    .checkout-index-index #checkout .opc-wrapper #checkoutSteps>.opc-block-summary {
        display: none
    }
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code {
    margin: 0 0 20px
}

@media (min-width:1024px) {
    .checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code {
        max-width: 500px;
        margin: 30px auto 60px auto;
        width: 100%
    }
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-title {
    border: none;
    padding: 0 0 20px;
    text-align: center
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-title #block-discount-heading {
    width: 100%;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-title #block-discount-heading:after {
    display: none
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-content {
    padding: 0
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-content #discount-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

@media (min-width:1024px) {
    .checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-content #discount-form {
        margin: 0;
        flex-direction: column;
        max-width: unset;
        row-gap: 10px
    }
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-content #discount-form .payment-option-inner {
    width: 100%
}

@media (min-width:1024px) {
    .checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-content #discount-form .payment-option-inner {
        margin: 0
    }
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-content #discount-form .payment-option-inner #discount-code {
    height: 40px;
    line-height: 40px;
    border-color: #000;
    color: #000
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-content #discount-form .actions-toolbar {
    display: flex;
    justify-content: center;
    width: 100%
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-content #discount-form .actions-toolbar .primary {
    width: 100%
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-content #discount-form .actions-toolbar .primary .action.action-cancel,
.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-content #discount-form .actions-toolbar .primary .action.action-apply {
    width: 100%;
    border: none;
    background: #000;
    box-shadow: none;
    margin: 0
}

.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-content #discount-form .actions-toolbar .primary .action.action-cancel span,
.checkout-index-index #checkout .opc-wrapper #checkoutSteps .discount-code .payment-option-content #discount-form .actions-toolbar .primary .action.action-apply span {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.checkout-index-index #checkout .opc-wrapper #shipping .shipping-address-items .shipping-address-item.not-selected-item img {
    display: none
}

.checkout-index-index #checkout .opc-wrapper #shipping .shipping-address-items .shipping-address-item.selected-item {
    border: 1px solid #000
}

.checkout-index-index #checkout .opc-wrapper #shipping .shipping-address-items .shipping-address-item.selected-item img {
    position: absolute;
    top: 5px;
    right: 5px
}

.checkout-index-index #checkout .opc-wrapper #shipping .shipping-address-items .shipping-address-item.selected-item a {
    color: #000;
    text-decoration: underline
}

.checkout-index-index #checkout .opc-wrapper #shipping .shipping-address-items .shipping-address-item.selected-item:after {
    content: '';
    display: none
}

.checkout-index-index #checkout .opc-wrapper #shipping .shipping-address-items .shipping-address-item .action.edit-address-link,
.checkout-index-index #checkout .opc-wrapper #shipping .shipping-address-items .shipping-address-item .action.action-select-shipping-item {
    float: none
}

.checkout-index-index #checkout .opc-wrapper #shipping .shipping-address-items .shipping-address-item .action.edit-address-link>span,
.checkout-index-index #checkout .opc-wrapper #shipping .shipping-address-items .shipping-address-item .action.action-select-shipping-item>span {
    text-decoration: underline;
    color: #000
}

.checkout-index-index #checkout .opc-wrapper #shipping .shipping-address-items .shipping-address-item .action.action-select-shipping-item {
    background: 0 0;
    border: none;
    line-height: normal;
    padding: 0;
    margin: 10px 0
}

.checkout-index-index #checkout .opc-wrapper #shipping .new-address-popup button.action-show-popup {
    background: #fff;
    border: 1px solid #000;
    box-shadow: none
}

.checkout-index-index #checkout .opc-wrapper #shipping .new-address-popup button.action-show-popup:hover,
.checkout-index-index #checkout .opc-wrapper #shipping .new-address-popup button.action-show-popup:focus,
.checkout-index-index #checkout .opc-wrapper #shipping .new-address-popup button.action-show-popup:active {
    background: #fff;
    border: 1px solid #000 !important;
    box-shadow: none
}

.checkout-index-index #checkout .opc-wrapper .form-login {
    background: 0 0;
    margin: 0 auto;
    padding: 0;
    border: none
}

.checkout-index-index #checkout .opc-wrapper .form-login #customer-email-fieldset {
    margin-bottom: 0
}

.checkout-index-index #checkout .opc-wrapper .form-login #customer-email-fieldset #customer-email {
    margin: 0;
    width: 100%
}

.checkout-index-index #checkout .opc-wrapper .form-login #customer-email-fieldset .field-tooltip {
    display: none
}

.checkout-index-index #checkout .opc-wrapper .form-login #customer-email-fieldset .note {
    font-size: 12px
}

.checkout-index-index #checkout .opc-wrapper #co-shipping-form {
    background: 0 0;
    margin: 0 auto;
    padding: 0
}

.checkout-index-index #checkout .opc-wrapper #co-shipping-method-form {
    padding: 0;
    margin: 0;
    background: 0 0;
    border: none
}

.checkout-index-index #checkout .opc-wrapper #co-shipping-method-form .table-checkout-shipping-method {
    margin: 0 auto
}

.checkout-index-index #checkout .opc-wrapper #co-shipping-method-form .table-checkout-shipping-method tbody .col.col-method:not(:first-child) {
    display: none
}

.checkout-index-index #checkout .opc-wrapper #co-shipping-method-form .actions-toolbar {
    max-width: 500px;
    margin: 0 auto
}

@media (min-width:1024px) {
    .checkout-index-index #checkout .opc-wrapper #co-payment-form .payment-methods .payment-group {
        max-width: 500px;
        margin: 30px auto
    }
}

.checkout-index-index #checkout .opc-wrapper #co-payment-form>fieldset.fieldset {
    display: flex;
    flex-direction: column
}

@media (min-width:1024px) {
    .checkout-index-index #checkout .opc-wrapper #co-payment-form>fieldset.fieldset .order-attributes {
        max-width: 500px;
        margin: 30px auto;
        width: 100%
    }
}

.checkout-index-index #checkout .opc-wrapper #co-payment-form>fieldset.fieldset>#checkout-payment-method-load {
    order: 1
}

.checkout-index-index #checkout .opc-wrapper #co-payment-form>fieldset.fieldset>#checkout-payment-method-load .payment-method-content .checkout-agreements-block {
    margin-top: 20px
}

.checkout-index-index #checkout .opc-wrapper #co-payment-form>fieldset.fieldset>.checkout-billing-address {
    margin: 0 0 20px
}

@media (min-width:1024px) {
    .checkout-index-index #checkout .opc-wrapper #co-payment-form>fieldset.fieldset>.checkout-billing-address {
        max-width: 500px;
        margin: 30px auto;
        width: 100%
    }
}

.checkout-index-index #checkout .opc-wrapper #co-payment-form fieldset.fieldset>br {
    display: none
}

.checkout-index-index #checkout .opc-wrapper .fieldset .field[name="shippingAddress.telephone"] .control._with-tooltip input,
.checkout-index-index #checkout .opc-wrapper .fieldset .field[name="billingAddresscashondelivery.telephone"] .control._with-tooltip input {
    margin: 0;
    width: 100%
}

.checkout-index-index #checkout .opc-wrapper .fieldset .field[name="shippingAddress.telephone"] .control._with-tooltip .field-tooltip,
.checkout-index-index #checkout .opc-wrapper .fieldset .field[name="billingAddresscashondelivery.telephone"] .control._with-tooltip .field-tooltip {
    display: none
}

@media (min-width:1024px) {
    .checkout-index-index #checkout .actions-toolbar .primary {
        float: none;
        width: 100%
    }

    .checkout-index-index #checkout .actions-toolbar .primary .action.checkout {
        float: none;
        margin: 0 auto;
        justify-content: center
    }
}

.checkout-index-index #checkout .actions-toolbar .action.continue {
    background: #000
}

.checkout-index-index #checkout .actions-toolbar .action.action-update {
    background: #000;
    margin-bottom: 10px;
    width: 100%;
    border: none
}

.checkout-index-index #checkout .actions-toolbar .action.action-update span {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.checkout-index-index #checkout .actions-toolbar .action.action-cancel {
    margin: 0
}

.checkout-index-index #checkout .actions-toolbar .action.action-cancel span {
    color: #000;
    text-decoration: underline
}

.checkout-index-index #checkout .actions-toolbar .action.continue,
.checkout-index-index #checkout .actions-toolbar .action.checkout {
    border: none
}

@media (min-width:1024px) {

    .checkout-index-index #checkout .actions-toolbar .action.continue,
    .checkout-index-index #checkout .actions-toolbar .action.checkout {
        padding: 10px 20px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (max-width:1023px) {

    .checkout-index-index #checkout .actions-toolbar .action.continue,
    .checkout-index-index #checkout .actions-toolbar .action.checkout {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 60px;
        line-height: 60px;
        z-index: 1
    }
}

.checkout-index-index #checkout .actions-toolbar .action.continue img,
.checkout-index-index #checkout .actions-toolbar .action.checkout img {
    display: none
}

@media (max-width:1023px) {

    .checkout-index-index #checkout .actions-toolbar .action.continue img,
    .checkout-index-index #checkout .actions-toolbar .action.checkout img {
        display: flex;
        filter: invert(1);
        margin-left: 15px
    }
}

.checkout-index-index #checkout .actions-toolbar .action.continue span,
.checkout-index-index #checkout .actions-toolbar .action.checkout span {
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

@media (min-width:1024px) {
    .checkout-index-index #checkout .opc-sidebar.opc-summary-wrapper {
        position: sticky;
        top: 120px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .checkout-index-index #checkout .opc-sidebar.opc-summary-wrapper {
        padding-right: 20px;
        width: calc(33% - 40px)
    }
}

.checkout-onepage-success .checkout-success {
    text-align: center;
    margin-top: 35px
}

.checkout-onepage-success .action.print {
    display: none !important
}

.checkout-onepage-success .actions-toolbar .primary,
.checkout-onepage-success .actions-toolbar .secondary {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
    margin-top: 10px;
    border-radius: 0
}

.checkout-onepage-success .actions-toolbar .primary>a,
.checkout-onepage-success .actions-toolbar .secondary>a {
    width: auto;
    background: #fff
}

.checkout-onepage-success .actions-toolbar .primary a.action,
.checkout-onepage-success .actions-toolbar .secondary a.action {
    display: inline-block;
    border-radius: 0;
    float: none
}

.checkout-onepage-success .actions-toolbar .primary a.action span,
.checkout-onepage-success .actions-toolbar .secondary a.action span {
    color: #000;
    font-weight: 700
}

.checkout-onepage-success #registration {
    text-align: center;
    margin: 30px 0
}

.checkout-onepage-success #registration .action.primary,
.checkout-onepage-success #registration .amshopby-button,
.checkout-onepage-success #registration .am-filter-go {
    background: #fff;
    color: #000;
    width: auto;
    margin: 20px 0
}

.checkout-onepage-success #registration .action.primary>span,
.checkout-onepage-success #registration .amshopby-button>span,
.checkout-onepage-success #registration .am-filter-go>span {
    font-weight: 700
}

.checkout-index-index form.form {
    margin: 0;
    max-width: none
}

.checkout-index-index form.form fieldset.field.street {
    box-sizing: border-box;
    margin-bottom: 0;
    flex-basis: initial !important
}

.checkout-index-index form.form fieldset.field.street legend.label {
    display: none
}

.checkout-index-index form.form fieldset.field.street>.control .field[name="shippingAddress.street.0"],
.checkout-index-index form.form fieldset.field.street>.control .field[name="shippingAddress.street.1"] {
    margin-bottom: 20px
}

.checkout-index-index form.form fieldset.field.street>.control .field[name="shippingAddress.street.0"] label.label,
.checkout-index-index form.form fieldset.field.street>.control .field[name="shippingAddress.street.1"] label.label {
    width: auto !important;
    height: auto !important;
    position: relative !important
}

.checkout-index-index form.form .field label.label._required:after {
    display: none
}

.checkout-index-index form.form .field[name="shippingAddress.street.0"],
.checkout-index-index form.form .field[name="shippingAddress.street.1"] {
    position: relative;
    margin: 0
}

.checkout-index-index form.form .field[name="shippingAddress.street.0"] label.label,
.checkout-index-index form.form .field[name="shippingAddress.street.1"] label.label {
    width: auto !important;
    height: auto !important;
    position: relative !important
}

.checkout-index-index .order-attributes {
    margin-top: 20px
}

.checkout-index-index .order-attributes .order-attributes-form {
    margin: 0
}

.checkout-index-index .order-attributes .order-attributes-form [name="amastyShippingAttributes.notes"] {
    padding: 0 !important
}

.checkout-index-index #co-payment-form>fieldset {
    display: flex;
    flex-direction: column
}

.checkout-index-index #co-payment-form>fieldset .checkout-billing-address {
    order: -1
}

.checkout-index-index #co-payment-form>fieldset .checkout-billing-address .field.street>.control {
    display: flex;
    gap: 15px
}

.checkout-index-index #co-payment-form>fieldset .checkout-billing-address [name="billingAddressshared.street.0"],
.checkout-index-index #co-payment-form>fieldset .checkout-billing-address [name="billingAddressshared.street.1"] {
    margin: 0 0 20px !important
}

.checkout-index-index #co-payment-form>fieldset .checkout-billing-address [name="billingAddressshared.street.0"] {
    width: 70%
}

.checkout-index-index #co-payment-form>fieldset .checkout-billing-address [name="billingAddressshared.street.1"] {
    width: 30%
}

.checkout-index-index #co-payment-form>fieldset .checkout-billing-address [name="billingAddressshared.street.0"] label,
.checkout-index-index #co-payment-form>fieldset .checkout-billing-address [name="billingAddressshared.street.1"] label {
    width: auto !important;
    clip: none !important;
    height: auto !important;
    position: relative !important
}

.checkout-index-index .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
    content: none !important
}

.checkout-index-index .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container),
.checkout-index-index .checkout-index-index .amcheckout-step-container button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container) {
    color: #fff !important;
    padding: 0 15px;
    line-height: 40px;
    font-weight: 400;
    font-size: 12px
}

.checkout-index-index .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container),
.checkout-index-index .amcheckout-step-container button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container) {
    background: #000
}

.checkout-index-index .minicart-items-wrapper .product-item-inner {
    flex-direction: column;
    align-items: start !important
}

.checkout-index-index .minicart-items-wrapper .product-item-inner .details-qty {
    margin: 0
}

.checkout-index-index .minicart-items-wrapper .product-item-inner .subtotal>.price-including-tax {
    margin: 0
}

body #checkout-loader.loading-mask[data-role=checkout-loader] {
    background: 0 0;
    left: 15px;
    bottom: 75px;
    margin: 0;
    top: unset;
    right: unset;
    width: max-content;
    height: max-content
}

body #checkout-loader.loading-mask[data-role=checkout-loader]>.loader>img {
    position: initial !important
}

body #opc-shipping_method>.loading-mask[data-role=loader] {
    background: 0 0;
    left: 15px;
    bottom: 75px;
    margin: 0;
    top: unset;
    right: unset;
    width: max-content;
    height: max-content
}

body #opc-shipping_method>.loading-mask[data-role=loader]>.loader>img {
    position: inherit
}

body .opc-block-summary.amcheckout-summary-container._block-content-loading .loading-mask[data-role=loader] {
    display: none !important
}

body>.loading-mask[data-role=loader] {
    height: max-content;
    margin: 0;
    background: 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    right: unset;
    bottom: 75px;
    left: 18px;
    width: max-content
}

body>.loading-mask[data-role=loader]>.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px
}

body>.loading-mask[data-role=loader]>.loader>img {
    margin: 0;
    position: inherit
}

body>.loading-mask[data-role=loader]>.loader>p {
    display: none;
    margin: 0
}

@media (min-width:1025px) {
    body>.loading-mask[data-role=loader] {
        bottom: 70px
    }

    body #checkout-loader.loading-mask[data-role=loader] {
        bottom: 15px
    }

    body #opc-shipping_method>.loading-mask[data-role=loader] {
        bottom: 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    body.account #maincontent .sidebar.sidebar-main {
        width: 40% !important
    }
}

@media (min-width:1024px) {
    body.account #maincontent .column.main {
        padding: 0 20px
    }
}

@media (max-width:1023px) {
    body.account #maincontent .column.main {
        padding: 0 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    body.account #maincontent .column.main {
        width: 60% !important
    }
}

body.account #maincontent .column.main .block>.block-title {
    text-transform: uppercase
}

body.account #maincontent .column.main .block>.block-title>strong {
    font-size: 12px
}

@media (max-width:1023px) {
    body.account #maincontent .column.main .page-title-wrapper {
        margin: 0 -15px
    }
}

body.account #maincontent .column.main .page-title-wrapper .page-title {
    margin: 5px 30px 30px 0;
    border-bottom: 1px solid #f2f3f3;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700
}

@media (min-width:1024px) {
    body.account #maincontent .column.main .page-title-wrapper .page-title {
        width: 90%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    body.account #maincontent .column.main .page-title-wrapper .page-title {
        max-width: 400px
    }
}

@media (max-width:767px) {
    body.account #maincontent .column.main .page-title-wrapper .page-title span {
        margin: 0 30px
    }
}

body.account #maincontent .column.main .block a,
body.account #maincontent .column.main .block a>span {
    color: #000;
    text-decoration: underline
}

body.account #maincontent .column.main .box .box-actions a,
body.account #maincontent .column.main .box .box-actions a>span {
    color: #000;
    text-decoration: underline
}

@media (max-width:1023px) {

    body.account #maincontent .column.main #form-validate,
    body.account #maincontent .column.main form {
        padding: 0 20px
    }
}

body.account #maincontent .column.main #form-validate fieldset.fieldset>legend.legend,
body.account #maincontent .column.main form fieldset.fieldset>legend.legend {
    text-transform: uppercase
}

body.account #maincontent .column.main #form-validate fieldset.fieldset>legend.legend>span,
body.account #maincontent .column.main form fieldset.fieldset>legend.legend>span {
    font-size: 12px
}

@media (min-width:1024px) {
    body.account #maincontent .column.main .actions-toolbar {
        display: flex;
        justify-content: center
    }
}

body.account #maincontent .column.main .actions-toolbar button.action.primary,
body.account #maincontent .column.main .actions-toolbar button.amshopby-button,
body.account #maincontent .column.main .actions-toolbar button.am-filter-go {
    color: #000;
    font-size: 14px;
    line-height: 1.5rem;
    height: auto;
    margin: 0;
    padding: 15px
}

body.account #maincontent .column.main .actions-toolbar button.action.primary:hover,
body.account #maincontent .column.main .actions-toolbar button.action.primary:active,
body.account #maincontent .column.main .actions-toolbar button.action.primary:focus,
body.account #maincontent .column.main .actions-toolbar button.amshopby-button:hover,
body.account #maincontent .column.main .actions-toolbar button.amshopby-button:active,
body.account #maincontent .column.main .actions-toolbar button.amshopby-button:focus,
body.account #maincontent .column.main .actions-toolbar button.am-filter-go:hover,
body.account #maincontent .column.main .actions-toolbar button.am-filter-go:active,
body.account #maincontent .column.main .actions-toolbar button.am-filter-go:focus {
    background: #fff
}

@media (max-width:1023px) {
    body.account #maincontent {
        padding: 0
    }
}

body.account .sidebar-main {
    padding-right: 0;
    order: -1
}

@media (max-width:1023px) {
    body.account .sidebar-main {
        margin-top: -1px
    }
}

body.account .sidebar-main .block-collapsible-nav {
    margin-bottom: 20px
}

@media (max-width:767px) {
    body.account .sidebar-main .block-collapsible-nav {
        position: inherit;
        z-index: 0;
        top: unset;
        left: unset
    }
}

body.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-title {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin: 0;
    border-color: #f2f3f3;
    text-transform: uppercase
}

body.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-title:after {
    display: none
}

body.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-title.active>img {
    transform: rotate(90deg)
}

body.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-title>strong {
    margin-left: 15px
}

body.account .sidebar-main .block-collapsible-nav .block-collapsible-nav-title>img {
    margin-right: 15px;
    transform: rotate(-90deg)
}

body.account .sidebar-main .block-collapsible-nav .content {
    background: #fff;
    padding: 0
}

body.account .sidebar-main .block-collapsible-nav .content .nav.items {
    margin: 30px auto
}

@media (min-width:1024px) {
    body.account .sidebar-main .block-collapsible-nav .content .nav.items {
        margin: 0 auto 30px auto
    }
}

@media (min-width:768px) and (max-width:1023px) {
    body.account .sidebar-main .block-collapsible-nav .content .nav.items {
        margin: 0
    }
}

body.account .sidebar-main .block-collapsible-nav .content .nav.items .item {
    margin: 0;
    flex-grow: 1;
    padding: 5px 15px;
    text-align: center
}

body.account .sidebar-main .block-collapsible-nav .content .nav.items .item.current a,
body.account .sidebar-main .block-collapsible-nav .content .nav.items .item.current>strong {
    border-color: #000;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px
}

body.account .sidebar-main .block-collapsible-nav .content .nav.items .item a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    font-size: 10px;
    padding: 15px;
    background: #fff
}

body.account .sidebar-main .block-collapsible-nav .content .nav.items .item a:hover {
    background: #fff;
    color: #000;
    font-weight: 700
}

body.account .sidebar-main .block-collapsible-nav .content .nav.items .item .delimiter {
    border-color: #f2f3f3
}

.customer-account-createpassword .page-title,
.customer-account-forgotpassword .page-title {
    display: block !important;
    text-align: center;
    margin-top: 50px
}

.customer-account-createpassword .page-title .base,
.customer-account-forgotpassword .page-title .base {
    display: block;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.customer-account-createpassword .password.reset,
.customer-account-forgotpassword .password.reset,
.customer-account-createpassword .password.forget,
.customer-account-forgotpassword .password.forget {
    margin: 0 auto;
    float: none !important;
    width: 100% !important;
    padding: 0 20px;
    max-width: 600px;
    box-sizing: border-box
}

.customer-account-createpassword .fieldset,
.customer-account-forgotpassword .fieldset {
    margin: 0
}

.customer-account-createpassword .actions-toolbar,
.customer-account-forgotpassword .actions-toolbar {
    text-align: center !important;
    display: block
}

.customer-account-createpassword .actions-toolbar .primary,
.customer-account-forgotpassword .actions-toolbar .primary {
    float: none !important;
    margin: 0
}

.customer-account-createpassword .actions-toolbar .primary:hover,
.customer-account-forgotpassword .actions-toolbar .primary:hover,
.customer-account-createpassword .actions-toolbar .primary:active,
.customer-account-forgotpassword .actions-toolbar .primary:active,
.customer-account-createpassword .actions-toolbar .primary:focus,
.customer-account-forgotpassword .actions-toolbar .primary:focus {
    background: #fff
}

.customer-account-createpassword .actions-toolbar .primary span,
.customer-account-forgotpassword .actions-toolbar .primary span {
    color: #000;
    font-weight: 700
}

.customer-account-createpassword .form.password.forget .fieldset:after,
.customer-account-forgotpassword .form.password.forget .fieldset:after {
    display: none
}

.customer-account-createpassword .nested .field.captcha,
.customer-account-forgotpassword .nested .field.captcha {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0
}

.customer-account-createpassword .nested .field.captcha .captcha-image,
.customer-account-forgotpassword .nested .field.captcha .captcha-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.customer-account-createpassword .nested .field.captcha .captcha-image img,
.customer-account-forgotpassword .nested .field.captcha .captcha-image img {
    margin: 0
}

.customer-account-createpassword .nested .field.captcha .captcha-reload,
.customer-account-forgotpassword .nested .field.captcha .captcha-reload {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    box-shadow: none;
    background-color: transparent;
    border: none
}

.customer-account-createpassword .nested .field.captcha .captcha-reload span,
.customer-account-forgotpassword .nested .field.captcha .captcha-reload span {
    font-size: 12px
}

body.customer-account-login .page-title-wrapper {
    display: none
}

body.customer-account-login .login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 30px auto 0 auto;
    max-width: 450px
}

@media (max-width:1023px) {
    body.customer-account-login .login-container {
        padding: 0 20px;
        box-sizing: border-box
    }
}

body.customer-account-login .login-container .block .block-title {
    border: none !important;
    margin-bottom: 0 !important;
    padding: 0
}

body.customer-account-login .login-container .block-new-customer,
body.customer-account-login .login-container .block-customer-login,
body.customer-account-login .login-container .block-amazon-login {
    clear: none;
    float: none;
    width: 100%;
    box-sizing: border-box
}

body.customer-account-login .login-container .block-customer-login {
    margin-top: 0;
    margin-bottom: 0;
    order: 0
}

body.customer-account-login .login-container .block.block-amazon-login {
    order: 0;
    margin-bottom: 50px
}

body.customer-account-login .login-container .block-new-customer {
    order: 10
}

body.customer-account-login .login-container .block-new-customer .block-content p {
    display: block;
    margin: 10px auto 20px auto;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding: 0
}

body.customer-account-login .login-container .block-new-customer .actions-toolbar {
    margin-top: 0
}

body.customer-account-login .login-container #block-new-customer-heading,
body.customer-account-login .login-container #block-customer-login-heading {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

body.customer-account-login .login-container .fieldset>.field>.control {
    width: 100%
}

body.customer-account-login .login-container .fieldset>.field>.control .input-text {
    z-index: unset
}

body.customer-account-login .fieldset>.field.note {
    display: block;
    margin: 10px auto 20px auto;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding: 0
}

body.customer-account-login .fieldset>.field.password {
    margin-bottom: 5px
}

body.customer-account-login .actions-toolbar {
    text-align: left;
    display: flex;
    flex-wrap: wrap
}

body.customer-account-login .actions-toolbar>.primary,
body.customer-account-login .actions-toolbar>.secondary {
    display: flex;
    margin-bottom: 0;
    flex-basis: 100%;
    justify-content: center
}

body.customer-account-login .actions-toolbar>.primary a,
body.customer-account-login .actions-toolbar>.secondary a {
    text-decoration: underline
}

body.customer-account-login .actions-toolbar .primary {
    order: 2;
    margin-top: 15px;
    background-color: #fff
}

body.customer-account-login .actions-toolbar .secondary {
    order: 1;
    text-align: center
}

body.customer-account-login .action.create.primary,
body.customer-account-login #login-form .action.primary,
body.customer-account-login #login-form .amshopby-button,
body.customer-account-login #login-form .am-filter-go {
    display: block;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

body.customer-account-login .action.create.primary span,
body.customer-account-login #login-form .action.primary span,
body.customer-account-login #login-form .amshopby-button span,
body.customer-account-login #login-form .am-filter-go span {
    color: #000;
    font-weight: 700
}

body.customer-account-login .action.create.primary {
    margin: 0 auto;
    float: none !important
}

body.customer-account-login .action.remind {
    color: #000
}

body.customer-account-login .new-customer {
    margin-top: 60px;
    text-align: center
}

body.customer-account-login .new-c-text {
    text-align: center
}

body.customer-account-login .new-c-ancora {
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline-block
}

body.customer-account-login .login-container .fieldset:after {
    display: none
}

@media (max-width:767px) {
    body.customer-account-login .block-customer-login {
        margin-top: 0
    }
}

body.customer-account-create .fieldset>.fields-wrapper>.field.required>.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

.field.password .control {
    position: relative
}

.field.password #password-strength-meter-container {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%
}

.field.password #password-strength-meter-container.password-weak #password-strength-meter {
    color: #ffafae;
    display: block
}

.field.password #password-strength-meter-container.password-medium #password-strength-meter {
    color: #ffd6b3;
    display: block
}

.field.password #password-strength-meter-container.password-strong #password-strength-meter {
    color: #c5eeac;
    display: block
}

.field.password #password-strength-meter-container.password-very-strong #password-strength-meter {
    color: #81b562;
    display: block
}

.field.password #password-strength-meter-container.password-none #password-strength-meter {
    display: none
}

.field.password #password-strength-meter-container #password-strength-meter {
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    padding: 0;
    background: 0 0;
    display: none
}

.field.password #password-strength-meter-container #password-strength-meter:before {
    display: none
}

.customer-account-create .page-main>.page-title-wrapper .page-title {
    display: block;
    text-align: center;
    margin: 60px auto 0 auto
}

.customer-account-create .page-main>.page-title-wrapper .page-title .base {
    display: block;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.customer-account-create .page-main .sociallogin-wrapper {
    margin-top: 50px
}

.customer-account-create .page-main .block.block-amazon-login .actions-toolbar {
    text-align: center
}

.customer-account-create .page-main .block.block-amazon-login .actions-toolbar .primary {
    margin: 0;
    float: none
}

.customer-account-create .page-main .block.block-amazon-login .amazon-sign-in-button-container {
    margin: 0 !important
}

.customer-account-create .page-main .form-create-account {
    margin: 0 auto;
    float: none;
    width: 100%;
    padding: 0 15px;
    max-width: 800px;
    box-sizing: border-box
}

.customer-account-create .page-main .form-create-account>.fieldset {
    margin: 0;
    letter-spacing: inherit
}

.customer-account-create .page-main .form-create-account>.fieldset .fields-wrapper {
    display: flex;
    flex-direction: column
}

@media (min-width:1024px) {
    .customer-account-create .page-main .form-create-account>.fieldset .fields-wrapper {
        flex-direction: row;
        flex-wrap: wrap
    }

    .customer-account-create .page-main .form-create-account>.fieldset .fields-wrapper .field {
        flex-basis: 50%
    }

    .customer-account-create .page-main .form-create-account>.fieldset .fields-wrapper .field:nth-child(odd) {
        padding-right: 10px
    }

    .customer-account-create .page-main .form-create-account>.fieldset .fields-wrapper .field:nth-child(even) {
        padding-left: 10px
    }
}

.customer-account-create .page-main .form-create-account>.fieldset .fields-wrapper .field {
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px
}

.customer-account-create .page-main .form-create-account>.fieldset .fields-wrapper .field.field-dob .control {
    position: relative
}

.customer-account-create .page-main .form-create-account>.fieldset .fields-wrapper .field.field-dob .control #dob {
    width: 100%;
    margin: 0
}

.customer-account-create .page-main .form-create-account>.fieldset .fields-wrapper .field.field-dob .control .ui-datepicker-trigger {
    position: absolute;
    top: 10px;
    right: 8px
}

.customer-account-create .page-main .form-create-account>.fieldset .fields-wrapper .field.newsletter {
    flex-basis: 100%
}

.customer-account-create .page-main .form-create-account>.fieldset .fields-wrapper .field.create.account:after {
    display: none
}

.customer-account-create .page-main .form-create-account>.fieldset .legend {
    display: none
}

.customer-account-create .page-main .form-create-account>.fieldset .field.password .control .input-text {
    z-index: 0
}

.customer-account-create .page-main .form-create-account>.fieldset.additional_info {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #f2f3f3
}

.customer-account-create .page-main .form-create-account .actions-toolbar {
    text-align: center;
    display: block
}

.customer-account-create .page-main .form-create-account .actions-toolbar .primary {
    float: none
}

.customer-account-create .page-main .form-create-account .actions-toolbar .primary span {
    color: #000;
    font-weight: 700
}

body.wishlist-index-index .column.main .wishlist-toolbar.top-toolbar {
    display: none
}

body.wishlist-index-index .column.main .wishlist-toolbar .pager .limiter,
body.wishlist-index-index .column.main .wishlist-toolbar .pager .toolbar-amount {
    display: none
}

body.wishlist-index-index .column.main .wishlist-toolbar .pager .pages .pages-items .item {
    margin: 0 5px
}

body.wishlist-index-index .column.main .wishlist-toolbar .pager .pages .pages-items .item a,
body.wishlist-index-index .column.main .wishlist-toolbar .pager .pages .pages-items .item a:hover,
body.wishlist-index-index .column.main .wishlist-toolbar .pager .pages .pages-items .item a:focus,
body.wishlist-index-index .column.main .wishlist-toolbar .pager .pages .pages-items .item a:active {
    color: #000
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items {
    margin: 0 20px
}

@media (min-width:768px) and (max-width:1023px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        max-width: 400px
    }
}

@media (min-width:1024px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item {
    border-color: #f2f3f3
}

@media (min-width:768px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item {
        width: 100%
    }
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item:first-child {
    border-top: none
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: self-start
}

@media (min-width:768px) and (max-width:1023px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info {
        align-items: center
    }
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover,
body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info.active {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    z-index: 0
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
    margin: 0;
    float: none;
    grid-column: 1/1;
    grid-row: 1/span 2;
    width: 150px
}

@media (min-width:768px) and (max-width:1023px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
        width: 150px
    }
}

@media (max-width:320px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
        width: 125px
    }
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 150px
}

@media (min-width:768px) and (max-width:1023px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container {
        max-width: 150px
    }
}

@media (max-width:320px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container {
        max-width: 125px
    }
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
    z-index: 0
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name {
    font-size: 12px;
    margin: 0 10px;
    grid-column: 2/2;
    grid-row: 1/1
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box {
    margin: 20px 10px 0;
    grid-column: 2/2;
    grid-row: 1/1
}

@media (min-width:768px) and (max-width:1023px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box {
        margin: 40px 10px 0
    }
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box>p {
    margin: 0
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box>p span.price {
    font-size: 12px
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist {
    display: flex;
    flex-wrap: wrap;
    grid-column: 2/2;
    width: 100%;
    justify-content: flex-start;
    grid-row: 2/2;
    margin-left: 10px
}

@media (min-width:640px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist {
        position: inherit;
        clip: unset;
        height: auto;
        box-shadow: none;
        margin: 0;
        right: unset;
        left: unset;
        z-index: 0
    }
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .box-tocart {
    float: none;
    margin: 0;
    align-items: center
}

@media (min-width:768px) and (max-width:1023px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .box-tocart {
        display: flex;
        margin: 0
    }
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .box-tocart .fieldset {
    margin: 0
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .box-tocart .fieldset .field.qty {
    display: none
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .box-tocart .unavailable {
    font-size: 12px
}

@media (min-width:768px) and (max-width:1023px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .box-tocart .unavailable {
        margin: 0 0 0 10px
    }
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions {
    float: none;
    display: flex;
    align-items: center;
    margin: 0 0 0 15px
}

@media (min-width:768px) and (max-width:1023px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions {
        margin: 0 0 0 10px
    }
}

@media (max-width:600px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions {
        margin-left: 0
    }
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions .btn-remove.action.delete {
    margin-left: 10px
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions .btn-remove.action.delete:before {
    display: none
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions .action.edit {
    display: none
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions .actions-primary {
    display: flex
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions .actions-primary button.tocart {
    background: #000;
    float: none;
    margin: 0
}

@media (min-width:768px) and (max-width:1023px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions .actions-primary button.tocart {
        padding: 2px 5px;
        height: auto
    }
}

@media (min-width:321px) and (max-width:600px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions .actions-primary button.tocart {
        padding: 5px 10px;
        height: auto
    }
}

@media (max-width:320px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions .actions-primary button.tocart {
        padding: 2px 5px;
        height: auto
    }
}

body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions .actions-primary button.tocart span {
    color: #fff;
    font-size: 12px
}

@media (min-width:768px) and (max-width:1023px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions .actions-primary button.tocart span {
        font-size: 8px
    }
}

@media (min-width:321px) and (max-width:600px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions .actions-primary button.tocart span {
        font-size: 10px
    }
}

@media (max-width:320px) {
    body.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner-wishlist .product-item-actions .actions-primary button.tocart span {
        font-size: 8px
    }
}

@media (min-width:768px) {
    body.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .primary {
        width: 100%
    }
}

body.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .action.share,
body.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .action.update {
    display: none
}

body.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .action.tocart {
    background: #000;
    border: none
}

body.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .action.tocart span {
    color: #fff;
    text-transform: uppercase
}

@media (max-width:767px) {
    body.account.sales-order-history .table-wrapper.orders-history {
        border-top: 1px solid #f2f3f3;
        border-bottom: none
    }
}

@media (min-width:768px) {
    body.account.sales-order-history .table-wrapper.orders-history {
        border-bottom: 1px solid #f2f3f3
    }
}

body.account.sales-order-history .table-wrapper.orders-history #my-orders-table tbody>tr td {
    border-color: #f2f3f3
}

body.account.sales-order-history .table-wrapper.orders-history #my-orders-table tbody>tr td.col.actions a,
body.account.sales-order-history .table-wrapper.orders-history #my-orders-table tbody>tr td.col.actions a>span {
    color: #000;
    text-decoration: underline
}

body.account.sales-order-history .toolbar-amount {
    display: none
}

@media (max-width:767px) {

    body.account.sales-order-view #maincontent .column.main .page-title-wrapper,
    body.account.sales-order-invoice #maincontent .column.main .page-title-wrapper,
    body.account.sales-order-creditmemo #maincontent .column.main .page-title-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    body.account.sales-order-view #maincontent .column.main .page-title-wrapper .page-title,
    body.account.sales-order-invoice #maincontent .column.main .page-title-wrapper .page-title,
    body.account.sales-order-creditmemo #maincontent .column.main .page-title-wrapper .page-title {
        margin: 0 30px
    }
}

body.account.sales-order-view #maincontent .column.main .page-title-wrapper .order-status,
body.account.sales-order-invoice #maincontent .column.main .page-title-wrapper .order-status,
body.account.sales-order-creditmemo #maincontent .column.main .page-title-wrapper .order-status {
    margin: 0 0 10px;
    border-radius: 0;
    border: 1px solid #000;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box
}

body.account.sales-order-view #maincontent .column.main .page-title-wrapper .order-date,
body.account.sales-order-invoice #maincontent .column.main .page-title-wrapper .order-date,
body.account.sales-order-creditmemo #maincontent .column.main .page-title-wrapper .order-date {
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0 20px;
    text-align: center
}

body.account.sales-order-view #maincontent .column.main .actions-toolbar,
body.account.sales-order-invoice #maincontent .column.main .actions-toolbar,
body.account.sales-order-creditmemo #maincontent .column.main .actions-toolbar,
body.account.sales-order-view #maincontent .column.main .order-title,
body.account.sales-order-invoice #maincontent .column.main .order-title,
body.account.sales-order-creditmemo #maincontent .column.main .order-title {
    display: none
}

body.account.sales-order-view #maincontent .column.main .items.order-links,
body.account.sales-order-invoice #maincontent .column.main .items.order-links,
body.account.sales-order-creditmemo #maincontent .column.main .items.order-links {
    display: none
}

body.account.sales-order-view #maincontent .column.main .items.order-links li.nav.item,
body.account.sales-order-invoice #maincontent .column.main .items.order-links li.nav.item,
body.account.sales-order-creditmemo #maincontent .column.main .items.order-links li.nav.item {
    text-transform: uppercase
}

body.account.sales-order-view #maincontent .column.main .items.order-links li.nav.item.current strong,
body.account.sales-order-invoice #maincontent .column.main .items.order-links li.nav.item.current strong,
body.account.sales-order-creditmemo #maincontent .column.main .items.order-links li.nav.item.current strong {
    font-weight: 700
}

body.account.sales-order-view #maincontent .column.main .order-details-items .order-title strong,
body.account.sales-order-invoice #maincontent .column.main .order-details-items .order-title strong,
body.account.sales-order-creditmemo #maincontent .column.main .order-details-items .order-title strong {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

body.account.sales-order-view #maincontent .column.main .order-details-items .table-wrapper .table-order-items tbody tr td .product-item-name,
body.account.sales-order-invoice #maincontent .column.main .order-details-items .table-wrapper .table-order-items tbody tr td .product-item-name,
body.account.sales-order-creditmemo #maincontent .column.main .order-details-items .table-wrapper .table-order-items tbody tr td .product-item-name,
body.account.sales-order-view #maincontent .column.main .order-details-items .table-wrapper .table-order-items tbody tr td .price,
body.account.sales-order-invoice #maincontent .column.main .order-details-items .table-wrapper .table-order-items tbody tr td .price,
body.account.sales-order-creditmemo #maincontent .column.main .order-details-items .table-wrapper .table-order-items tbody tr td .price {
    font-size: 12px;
    font-weight: 400;
    color: #000
}

body.account.sales-order-view #maincontent .column.main .order-details-items .table-wrapper .table-order-items tfoot tr th,
body.account.sales-order-invoice #maincontent .column.main .order-details-items .table-wrapper .table-order-items tfoot tr th,
body.account.sales-order-creditmemo #maincontent .column.main .order-details-items .table-wrapper .table-order-items tfoot tr th {
    font-size: 12px;
    text-transform: uppercase;
    color: #000
}

body.account.sales-order-view #maincontent .column.main .block.block-order-details-view,
body.account.sales-order-invoice #maincontent .column.main .block.block-order-details-view,
body.account.sales-order-creditmemo #maincontent .column.main .block.block-order-details-view {
    margin: 30px 0
}

body.account.sales-order-view #maincontent .column.main .block.block-order-details-view .block-title>strong,
body.account.sales-order-invoice #maincontent .column.main .block.block-order-details-view .block-title>strong,
body.account.sales-order-creditmemo #maincontent .column.main .block.block-order-details-view .block-title>strong {
    font-size: 22px
}

body.customer-address-form .form-address-edit {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:767px) {
    body.customer-address-form .form-address-edit {
        flex-direction: column
    }
}

body.customer-address-form .form-address-edit .select2.select2-container {
    border: 1px solid #ccc
}

body.customer-address-form .form-address-edit>fieldset.fieldset {
    float: none;
    clear: unset
}

@media (min-width:768px) {
    body.customer-address-form .form-address-edit>fieldset.fieldset:first-child {
        margin-right: 1%
    }

    body.customer-address-form .form-address-edit>fieldset.fieldset:not(:first-child) {
        margin-left: 1%
    }
}

body.customer-address-form .form-address-edit>fieldset.fieldset .field.street .control {
    display: flex;
    flex-wrap: wrap
}

body.customer-address-form .form-address-edit>fieldset.fieldset .field.street .control input[name="street_address[]"],
body.customer-address-form .form-address-edit>fieldset.fieldset .field.street .control input[name="street[]"] {
    width: 80%
}

body.customer-address-form .form-address-edit>fieldset.fieldset .field.street .control input[name="street_civic[]"] {
    width: calc(20% - 10px);
    margin-left: 10px
}

body.customer-address-form .form-address-edit>fieldset.fieldset .field.street .control div.mage-error {
    flex-basis: 100%
}

body.customer-address-form .form-address-edit>.actions-toolbar {
    flex-basis: 100%
}

body.customer-address-form .field.street {
    width: 70%;
    float: left
}

body.customer-address-form .form-address-edit>fieldset.fieldset .field.street .control input[name="street[]"] {
    width: 100%;
    margin-right: 10px
}

body.customer-address-form .form-address-edit>fieldset.fieldset .field.street_civic_code {
    width: 30%;
    float: left
}

body.customer-address-form .form-shipping-address fieldset>.control>.field._required>.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

#ui-datepicker-div {
    background: #fff
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
    top: 8px
}

#ui-datepicker-div .ui-datepicker-prev>.ui-icon,
#ui-datepicker-div .ui-datepicker-next>.ui-icon {
    position: initial;
    margin: 0;
    padding: 0
}

#ui-datepicker-div .ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-w,
#ui-datepicker-div .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-w {
    border-color: transparent;
    background: url('../image/caret-left.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px
}

#ui-datepicker-div .ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-e,
#ui-datepicker-div .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
    border-color: transparent;
    background: url('../image/caret-right.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
    background: #000;
    color: #fff;
    font-weight: 700
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-hover {
    background: #f2f3f3
}

._has-datepicker~.ui-datepicker-trigger:before {
    content: '';
    background: url('../image/calendar.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 14px;
    background-size: 15px
}

body[aria-busy=true] .am_shopby_apply_filters .am-show-button>.amshopby-button {
    display: none
}

body.no-scroll.custom-filter-open .am_shopby_apply_filters {
    transform: translateX(85vw)
}

body .am_shopby_apply_filters {
    top: unset !important;
    bottom: 0 !important;
    max-width: 300px;
    background: #000;
    left: -85vw !important;
    width: 85vw !important;
    transition: transform .3s ease-in-out
}

body .am_shopby_apply_filters .am-show-button {
    margin: 0;
    background: 0 0;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    box-shadow: none
}

body .am_shopby_apply_filters .am-show-button:before {
    display: none
}

body .am_shopby_apply_filters .am-show-button>.am-items {
    color: #fff;
    text-transform: uppercase;
    font-size: 9px
}

body .am_shopby_apply_filters .am-show-button>.amshopby-button {
    background: #000;
    border: 1px solid #fff;
    color: #fff
}

body .am_shopby_apply_filters .am-show-button>.amshopby-button:hover,
body .am_shopby_apply_filters .am-show-button>.amshopby-button:focus,
body .am_shopby_apply_filters .am-show-button>.amshopby-button:active {
    background: #000;
    color: #fff
}

body .items[class*=am-filter-items-attr_category]:not(.items-children)>.item>a {
    font-weight: 400
}

body .items[class*=am-filter-items-attr_category]:not(.items-children)>.item>a.am_shopby_link_selected {
    font-weight: 700
}

body .filter-options-content .item a {
    color: #000;
    font-weight: 400
}

body .filter-options-content .item a .count {
    color: #000
}

body .filter-options-content .item a:hover,
body .filter-options-content .item a:active,
body .filter-options-content .item a:focus {
    color: #000
}

body .filter-options-content .item a:hover .count,
body .filter-options-content .item a:active .count,
body .filter-options-content .item a:focus .count {
    color: #000
}

body .filter-options-content .items.-am-singleselect a.am_shopby_link_selected {
    color: #000
}

body .filter-options-content .items.-am-singleselect a.am_shopby_link_selected:hover,
body .filter-options-content .items.-am-singleselect a.am_shopby_link_selected:active,
body .filter-options-content .items.-am-singleselect a.am_shopby_link_selected:focus {
    color: #000
}

body .filter-options-content .items.-am-singleselect a.am_shopby_link_selected .count,
body .filter-options-content .swatch-option.selected+.am-shopby-swatch-label .count {
    color: #000
}

#newsletter-validate-detail .amgdpr-checkbox {
    display: flex;
    align-items: baseline
}

#newsletter-validate-detail .amgdpr-checkbox input[type=checkbox] {
    margin: 5px 5px 0 0
}

#newsletter-validate-detail .amgdpr-checkbox label.label {
    display: flex;
    width: 100%;
    height: auto
}

.amgdpr-checkbox {
    display: flex;
    flex-wrap: wrap
}

.amgdpr-checkbox>.mage-error[generated=true] {
    flex-basis: 100%;
    order: 1
}

.amgdpr-checkbox .amgdpr-label {
    flex-basis: 90%
}

.amgdpr-checkbox a {
    color: #000;
    text-decoration: underline
}

.amgdpr-checkbox a:focus,
.amgdpr-checkbox a:visited,
.amgdpr-checkbox a:hover {
    color: #000;
    text-decoration: underline
}

#newsletter-validate-detail .amgdpr-checkbox {
    margin-top: 5px
}

#newsletter-validate-detail .amgdpr-checkbox .amgdpr-text {
    font-size: 10px
}

body.gdpr-customer-settings .block-title {
    display: none
}

body.gdpr-customer-settings .amgdpr-block-content .policy-content {
    margin: 0 0 30px
}

body.gdpr-customer-settings .amgdpr-block-content .amgdpr-checkbox {
    margin: 10px 0;
    padding: 10px 0;
    column-gap: 10px;
    align-items: baseline;
    border-top: 1px solid #f2f3f3
}

body.gdpr-customer-settings .amgdpr-block-content .amgdpr-actions-toolbar {
    display: flex;
    justify-content: center;
    align-items: center
}

body.gdpr-customer-settings .amgdpr-block-content .amgdpr-actions-toolbar .action.primary,
body.gdpr-customer-settings .amgdpr-block-content .amgdpr-actions-toolbar .amshopby-button,
body.gdpr-customer-settings .amgdpr-block-content .amgdpr-actions-toolbar .am-filter-go {
    margin: 20px 0 !important
}

#minicart-content-wrapper .amazon-divider {
    display: none
}

#minicart-amazon-pay-button .checkout-methods-items {
    padding: 0
}

#minicart-amazon-pay-button .amazon-button-column.amazon-button-column-tooltip {
    display: none
}

#minicart-amazon-pay-button .amazon-divider {
    margin: 15px 0;
    max-width: 250px
}

#minicart-amazon-pay-button .amazon-button-column {
    margin: 15px 0
}

#minicart-amazon-pay-button .field-tooltip.toggle {
    display: none
}

#minicart-amazon-pay-button .amazonpay-button-microtext {
    display: none
}

body.checkout-cart-index .checkout-methods-items #minicart-amazon-pay-button .amazon-button-column {
    margin: 5px 0 20px
}

body.checkout-cart-index .checkout-methods-items #minicart-amazon-pay-button .amazon-divider span {
    background: #fff
}

#checkout .amazon-express-title {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase
}

#checkout .amazon-button-container {
    justify-content: center;
    margin: 0
}

#checkout .amazon-button-container .amazon-button-column.amazon-button-column-tooltip {
    display: none
}

#checkout .amazon-divider {
    text-transform: uppercase;
    margin: 40px auto;
    line-height: normal !important;
    border-bottom: none !important;
    position: relative
}

#checkout .amazon-divider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 50%;
    left: 0;
    z-index: 0
}

#checkout .amazon-divider span {
    position: relative;
    display: inline-block;
    margin: 0 40px;
    z-index: 1
}

body.customer-account-create .page-main .block.block-amazon-login .amazon-sign-in-button-container {
    margin: 0 auto !important
}

body.customer-account-login .login-container .block-amazon-login {
    order: -1
}

body.customer-account-login .login-container .block-amazon-login .block-title {
    display: none
}

body.customer-account-login .login-container .block-amazon-login .block-content>p {
    display: none
}

body.customer-account-login .login-container .block-amazon-login .actions-toolbar {
    margin: 0
}

body.customer-account-login .login-container .block-amazon-login .actions-toolbar .primary {
    margin: 0
}

body.customer-account-login .login-container .block-amazon-login .actions-toolbar .primary .amazon-sign-in-button-container {
    margin: 0;
    display: flex
}

body.customer-account-login .login-container .block-amazon-login .actions-toolbar .primary .amazon-sign-in-button-container .amazon-sign-in-button-container__cell:nth-child(2) {
    display: none
}

#stripe-payments-express-minicart {
    margin: 0
}

#minicart-content-wrapper .stripe-payments-express-minicart {
    max-width: 200px;
    margin: 10px auto
}

body.catalog-product-view #scalapayText {
    text-align: center
}

@media (min-width:769px) {
    body.catalog-product-view #scalapayText {
        margin-left: 15% !important
    }
}

@media (max-width:768px) {
    body.catalog-product-view #scalapayText {
        margin-left: 8% !important
    }
}

body.checkout-cart-index #scalapayText {
    order: 3;
    text-align: center
}

#checkout .scalapay_instalments_checkout_logo_italy {
    background-size: 125px 37px;
    height: 37px
}

body.catalog-product-view #payment-request-button {
    line-height: 0
}

#minicart-content-wrapper .paypal.checkout.paypal-logo {
    max-width: 200px;
    margin: 0 auto
}

body.checkout-cart-index .checkout.checkout-methods-items .paypal.checkout.paypal-logo iframe {
    z-index: 0 !important
}

magic-checkout {
    zoom: .7 !important;
    position: relative !important;
    z-index: 0 !important;
    -webkit-text-size-adjust: auto
}

.magic-checkout-wrapper {
    position: relative !important;
    z-index: 0 !important
}

.cart-summary-below .magic-checkout-wrapper {
    padding: 15px
}

body>.fslightbox-container {
    background: #000
}

body>.fslightbox-container .fslightbox-slide-number-container {
    display: none
}

body>.fslightbox-container .fslightbox-toolbar {
    background: #000
}

body>.fslightbox-container .fslightbox-toolbar .fslightbox-toolbar-button[title="Enter fullscreen"] {
    display: none
}

body>.fslightbox-container .fslightbox-slide-btn-container {
    display: none
}

@media (max-width:767px) {
    body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper {
        margin-bottom: 0 !important
    }

    body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper .sociallogin-block-title.block-title {
        display: none
    }
}

body.customer-account-login .login-container .sociallogin-wrapper .sociallogin-block .sociallogin-block-title,
body.customer-account-create .login-container .sociallogin-wrapper .sociallogin-block .sociallogin-block-title {
    display: none
}

.popup-authentication .block-authentication .actions-toolbar .sociallogin-wrapper {
    text-align: center;
    margin: 30px 0
}

.popup-authentication .block-authentication .actions-toolbar .sociallogin-wrapper .sociallogin-block {
    padding: 0
}

.popup-authentication .block-authentication .actions-toolbar .sociallogin-wrapper .sociallogin-block .sociallogin-block-title {
    display: none
}

body.amasty_rma-account-history .amreturns-order-select {
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #f2f3f3;
    margin-bottom: 30px;
    padding: 0 0 30px
}

body.amasty_rma-account-history .amreturns-order-select .amreturns-title-container {
    margin: 0 0 10px
}

body.amasty_rma-account-history .amreturns-order-select .amreturns-title-container .amreturns-select-title {
    text-transform: uppercase;
    font-weight: 400
}

body.amasty_rma-account-history .amreturns-order-select .amreturns-orders-container {
    margin: 0;
    width: 100%
}

body.amasty_rma-account-history .amreturns-order-select .amreturns-orders-container .amreturn-select {
    height: 40px
}

body.amasty_rma-account-history .amreturns-order-select .amreturns-orders-container .btn.amreturn-btn {
    background: #000;
    border: none;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 700
}

body.amasty_rma-account-history .amrma-table-container .amrma-table thead tr th {
    text-transform: uppercase;
    font-weight: 400
}

body.amasty_rma-account-history .amrma-table-container .amrma-table .col.actions a {
    color: #000
}

body.amasty_rma-account-history .amrma-table-container .amrma-table .col.actions a:hover,
body.amasty_rma-account-history .amrma-table-container .amrma-table .col.actions a:focus,
body.amasty_rma-account-history .amrma-table-container .amrma-table .col.actions a:visited {
    color: #000
}

body.amasty_rma-account-history .amrma-table-container .amrma-table .amrma-status {
    border-radius: 0
}

@media (max-width:767px) {

    body.amasty_rma-account-newreturn #maincontent .column.main .page-title-wrapper .page-title span,
    body.amasty_rma-guest-newreturn #maincontent .column.main .page-title-wrapper .page-title span {
        margin: 0 30px;
        display: flex
    }
}

body.amasty_rma-account-newreturn .modal-popup.confirm .modal-content,
body.amasty_rma-guest-newreturn .modal-popup.confirm .modal-content {
    margin-top: 30px
}

body.amasty_rma-account-newreturn .amrma-customer-information,
body.amasty_rma-guest-newreturn .amrma-customer-information {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f3f3
}

body.amasty_rma-account-newreturn .amrma-products-block>.amrma-title,
body.amasty_rma-guest-newreturn .amrma-products-block>.amrma-title {
    text-transform: uppercase
}

body.amasty_rma-account-newreturn .amrma-products-block .amrma-product-item,
body.amasty_rma-guest-newreturn .amrma-products-block .amrma-product-item {
    border-bottom: 1px solid #f2f3f3
}

@media (min-width:640px) {

    body.amasty_rma-account-newreturn .amrma-products-block .amrma-product-item,
    body.amasty_rma-guest-newreturn .amrma-products-block .amrma-product-item {
        flex-direction: column
    }
}

body.amasty_rma-account-newreturn .amrma-products-block .amrma-product-item .amrma-message-container,
body.amasty_rma-guest-newreturn .amrma-products-block .amrma-product-item .amrma-message-container {
    margin: 0 10px
}

@media (max-width:1199px) {

    body.amasty_rma-account-newreturn .amrma-products-block .amrma-product-item .amrma-message-container,
    body.amasty_rma-guest-newreturn .amrma-products-block .amrma-product-item .amrma-message-container {
        flex-direction: column
    }
}

body.amasty_rma-account-newreturn .amrma-products-block .amrma-product-item .amrma-message-container .amrma-return-qty,
body.amasty_rma-guest-newreturn .amrma-products-block .amrma-product-item .amrma-message-container .amrma-return-qty {
    flex-wrap: wrap
}

body.amasty_rma-account-newreturn .amrma-products-block .amrma-product-item .amrma-message-container .amrma-return-qty .amrma-label,
body.amasty_rma-guest-newreturn .amrma-products-block .amrma-product-item .amrma-message-container .amrma-return-qty .amrma-label {
    font-size: 16px;
    text-transform: uppercase;
    flex-basis: 100%;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'ivymode', sans-serif
}

body.amasty_rma-account-newreturn .amrma-products-block .amrma-product-item .amrma-message-container .amrma-return-qty>select,
body.amasty_rma-guest-newreturn .amrma-products-block .amrma-product-item .amrma-message-container .amrma-return-qty>select {
    min-width: 50px
}

body.amasty_rma-account-newreturn .amrma-products-block .amrma-product-item .amrma-product-message,
body.amasty_rma-guest-newreturn .amrma-products-block .amrma-product-item .amrma-product-message {
    margin: 15px 0;
    width: 100%
}

body.amasty_rma-account-newreturn .amrma-products-block .amrma-product-item .amrma-product-message .amrma-message-container,
body.amasty_rma-guest-newreturn .amrma-products-block .amrma-product-item .amrma-product-message .amrma-message-container {
    border: none;
    box-shadow: none;
    display: flex;
    column-gap: 5px
}

body.amasty_rma-account-newreturn .amrma-products-block .amrma-product-item .amrma-product-message .amrma-message-container .amrma-title,
body.amasty_rma-guest-newreturn .amrma-products-block .amrma-product-item .amrma-product-message .amrma-message-container .amrma-title {
    font-size: 16px;
    text-transform: uppercase
}

body.amasty_rma-account-newreturn .amrma-comment-block>.amrma-title,
body.amasty_rma-guest-newreturn .amrma-comment-block>.amrma-title {
    text-transform: uppercase
}

body.amasty_rma-account-newreturn .amrma-comment-block>.amrma-img-text,
body.amasty_rma-guest-newreturn .amrma-comment-block>.amrma-img-text,
body.amasty_rma-account-newreturn .amrma-comment-block .amrma-attach-file,
body.amasty_rma-guest-newreturn .amrma-comment-block .amrma-attach-file {
    display: none
}

body.amasty_rma-account-newreturn .amrma-comment-block .amrma-btns-block,
body.amasty_rma-guest-newreturn .amrma-comment-block .amrma-btns-block {
    display: flex;
    flex-direction: column
}

body.amasty_rma-account-newreturn .amrma-comment-block .amrma-btns-block .btn.amreturn-btn,
body.amasty_rma-guest-newreturn .amrma-comment-block .amrma-btns-block .btn.amreturn-btn {
    background: #000;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    margin: 0
}

body.amasty_rma-account-newreturn .amrma-comment-block .amrma-btns-block .btn.amreturn-btn:active,
body.amasty_rma-guest-newreturn .amrma-comment-block .amrma-btns-block .btn.amreturn-btn:active,
body.amasty_rma-account-newreturn .amrma-comment-block .amrma-btns-block .btn.amreturn-btn:focus,
body.amasty_rma-guest-newreturn .amrma-comment-block .amrma-btns-block .btn.amreturn-btn:focus,
body.amasty_rma-account-newreturn .amrma-comment-block .amrma-btns-block .btn.amreturn-btn:hover,
body.amasty_rma-guest-newreturn .amrma-comment-block .amrma-btns-block .btn.amreturn-btn:hover {
    background: #000;
    box-shadow: none;
    color: #fff
}

body.amasty_rma-account-newreturn .amrma-comment-block .amrma-btns-block .amrma-link-cancel,
body.amasty_rma-guest-newreturn .amrma-comment-block .amrma-btns-block .amrma-link-cancel {
    text-align: center;
    margin: 15px 0;
    color: #000;
    font-weight: 400;
    text-decoration: underline
}

body.amasty_rma-account-view .amrma-header-block,
body.amasty_rma-guest-view .amrma-header-block {
    margin-bottom: 20px;
    flex-wrap: wrap
}

body.amasty_rma-account-view .amrma-header-block .amrma-cancel,
body.amasty_rma-guest-view .amrma-header-block .amrma-cancel {
    background: 0 0;
    border: none;
    line-height: initial;
    height: auto;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 30px
}

body.amasty_rma-account-view .amrma-header-block .amrma-return-number,
body.amasty_rma-guest-view .amrma-header-block .amrma-return-number {
    margin: 5px 0;
    border-bottom: 1px solid #f2f3f3;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    flex-direction: row;
    column-gap: 10px
}

body.amasty_rma-account-view .amrma-header-block .amrma-return-number .amrma-header,
body.amasty_rma-guest-view .amrma-header-block .amrma-return-number .amrma-header {
    font-size: 22px
}

body.amasty_rma-account-view .amrma-header-block .amrma-return-number .amrma-status,
body.amasty_rma-guest-view .amrma-header-block .amrma-return-number .amrma-status {
    padding: 5px 10px;
    border-radius: 0
}

body.amasty_rma-account-view .amrma-status-container,
body.amasty_rma-guest-view .amrma-status-container {
    margin: 0 35px 80px
}

body.amasty_rma-account-view .amrma-status-container .amrma-progress,
body.amasty_rma-guest-view .amrma-status-container .amrma-progress {
    border-bottom-color: #f2f3f3
}

body.amasty_rma-account-view .amrma-status-container .amrma-progress .amrma-percent,
body.amasty_rma-guest-view .amrma-status-container .amrma-progress .amrma-percent {
    border-bottom-color: #000
}

body.amasty_rma-account-view .amrma-status-container .amrma-step:before,
body.amasty_rma-guest-view .amrma-status-container .amrma-step:before {
    background-color: #f2f3f3
}

@media (min-width:768px) {

    body.amasty_rma-account-view .amrma-status-container .amrma-step.-complete:before,
    body.amasty_rma-guest-view .amrma-status-container .amrma-step.-complete:before {
        background: url('../image/check.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-color: #fff;
        filter: invert(1);
        background-size: 20px 20px;
        width: 30px;
        height: 30px
    }
}

@media (max-width:767px) {

    body.amasty_rma-account-view .amrma-status-container .amrma-step.-complete:before,
    body.amasty_rma-guest-view .amrma-status-container .amrma-step.-complete:before {
        background-color: #000
    }
}

@media (max-width:767px) {

    body.amasty_rma-account-view .amrma-status-container .amrma-step.-checked:before,
    body.amasty_rma-guest-view .amrma-status-container .amrma-step.-checked:before {
        background: url('../image/check.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-color: #fff;
        filter: invert(1);
        border-radius: 50%;
        padding: 0
    }
}

@media (min-width:768px) {

    body.amasty_rma-account-view .amrma-status-container .amrma-step.-checked:before,
    body.amasty_rma-guest-view .amrma-status-container .amrma-step.-checked:before {
        background-color: #000
    }
}

body.amasty_rma-account-view .amrma-table-container .amrma-title,
body.amasty_rma-guest-view .amrma-table-container .amrma-title {
    text-transform: uppercase
}

body.amasty_rma-account-view .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col.details br,
body.amasty_rma-guest-view .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col.details br {
    display: none
}

body.amasty_rma-account-view .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:first-child,
body.amasty_rma-guest-view .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:first-child {
    left: 0
}

body.amasty_rma-account-view .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:last-child,
body.amasty_rma-guest-view .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col:last-child {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f3f3
}

body.amasty_rma-account-view .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col .amrma-status,
body.amasty_rma-guest-view .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col .amrma-status {
    padding: 0;
    color: #000;
    font-size: 12px;
    font-weight: 400
}

body.amasty_rma-account-view .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col .amrma-status:before,
body.amasty_rma-guest-view .amrma-table-container .table-wrapper>.amrma-table .amrma-tbody>.amrma-row>.col .amrma-status:before {
    display: none !important
}

body.amasty_rma-account-view #tracking-number,
body.amasty_rma-guest-view #tracking-number {
    display: none
}

body.amasty_rma-account-view .amrma-return-instructions .amrma-instructions-title,
body.amasty_rma-guest-view .amrma-return-instructions .amrma-instructions-title {
    text-transform: uppercase;
    border: none
}

body.amasty_rma-account-view .amrma-return-instructions .amrma-show,
body.amasty_rma-guest-view .amrma-return-instructions .amrma-show {
    display: none
}

body.amasty_rma-account-view .amrma-return-instructions .amrma-instruction-block,
body.amasty_rma-guest-view .amrma-return-instructions .amrma-instruction-block {
    background: 0 0;
    border-top: 1px solid #f2f3f3;
    padding-top: 50px;
    border-bottom: 1px solid #f2f3f3;
    padding-bottom: 50px
}

body.amasty_rma-account-view .amrma-return-instructions .amrma-instruction-block a[href="#print-guest-rma-url"],
body.amasty_rma-guest-view .amrma-return-instructions .amrma-instruction-block a[href="#print-guest-rma-url"],
body.amasty_rma-account-view .amrma-return-instructions .amrma-instruction-block a[href="#print-shipping-label"],
body.amasty_rma-guest-view .amrma-return-instructions .amrma-instruction-block a[href="#print-shipping-label"],
body.amasty_rma-account-view .amrma-return-instructions .amrma-instruction-block a[href^="/extrma/"],
body.amasty_rma-guest-view .amrma-return-instructions .amrma-instruction-block a[href^="/extrma/"] {
    border: 1px solid #000;
    padding: 10px 20px;
    margin: 30px 0 0;
    display: inline-block
}

body.amasty_rma-account-view .amrma-return-instructions #amrma-loader .loading-mask,
body.amasty_rma-guest-view .amrma-return-instructions #amrma-loader .loading-mask {
    background: rgba(255, 255, 255, .85)
}

body.amasty_rma-account-view .amrma-return-instructions #amrma-loader .loading-mask .loader,
body.amasty_rma-guest-view .amrma-return-instructions #amrma-loader .loading-mask .loader {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

body.amasty_rma-account-view .amrma-return-instructions #amrma-loader .loading-mask .loader>img,
body.amasty_rma-guest-view .amrma-return-instructions #amrma-loader .loading-mask .loader>img {
    bottom: unset;
    left: unset;
    position: relative;
    right: unset;
    top: unset;
    z-index: auto;
    margin: 0 0 30px
}

body.amasty_rma-account-view .amrma-return-instructions #amrma-loader .loading-mask .loader>p,
body.amasty_rma-guest-view .amrma-return-instructions #amrma-loader .loading-mask .loader>p {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center
}

body.customer-account-create .block.social-login-authentication-channel.account-social-login {
    margin-top: 30px
}

body.customer-account-create .actions-toolbar.social-btn.social-btn-actions-toolbar {
    margin: 10px
}

.actions-toolbar.social-btn.social-btn-actions-toolbar {
    display: inline-block
}

body.amasty_rma-guest-login #oar-widget-orders-and-returns-form {
    margin: 0 auto
}

body.amasty_rma-guest-login #oar-widget-orders-and-returns-form .actions-toolbar {
    text-align: center
}

body.amasty_rma-guest-login #oar-widget-orders-and-returns-form .actions-toolbar .primary {
    float: none
}

body.amasty_rma-guest-login #oar-widget-orders-and-returns-form .actions-toolbar .primary .action.submit.primary {
    background: #fff;
    color: #000
}

body.amasty_rma-guest-login #oar-widget-orders-and-returns-form .actions-toolbar .primary .action.submit.primary:hover,
body.amasty_rma-guest-login #oar-widget-orders-and-returns-form .actions-toolbar .primary .action.submit.primary:focus,
body.amasty_rma-guest-login #oar-widget-orders-and-returns-form .actions-toolbar .primary .action.submit.primary:active {
    border: 1px solid #000 !important
}

body.amasty_rma-guest-newreturn .columns .column.main {
    max-width: 80%;
    margin: 0 auto
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-customer-information {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f3f3
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-products-block>.amrma-title {
    text-transform: uppercase
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-products-block .amrma-product-item {
    border-bottom: 1px solid #f2f3f3
}

@media (min-width:640px) {
    body.amasty_rma-guest-newreturn .columns .column.main .amrma-products-block .amrma-product-item {
        flex-direction: column
    }
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-products-block .amrma-product-item .amrma-message-container {
    margin: 0 10px
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-products-block .amrma-product-item .amrma-product-message {
    margin: 15px 0;
    width: 100%
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-products-block .amrma-product-item .amrma-product-message .amrma-message-container {
    border: none;
    box-shadow: none;
    display: flex;
    column-gap: 5px
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-products-block .amrma-product-item .amrma-product-message .amrma-message-container .amrma-title {
    font-size: 16px;
    text-transform: uppercase
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-comment-block>.amrma-title {
    text-transform: uppercase
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-comment-block>.amrma-img-text,
body.amasty_rma-guest-newreturn .columns .column.main .amrma-comment-block .amrma-attach-file {
    display: none
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-comment-block .amrma-btns-block {
    display: flex;
    flex-direction: column
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-comment-block .amrma-btns-block .btn.amreturn-btn {
    background: #000;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    margin: 0
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-comment-block .amrma-btns-block .btn.amreturn-btn:active,
body.amasty_rma-guest-newreturn .columns .column.main .amrma-comment-block .amrma-btns-block .btn.amreturn-btn:focus,
body.amasty_rma-guest-newreturn .columns .column.main .amrma-comment-block .amrma-btns-block .btn.amreturn-btn:hover {
    background: #000;
    box-shadow: none;
    color: #fff
}

body.amasty_rma-guest-newreturn .columns .column.main .amrma-comment-block .amrma-btns-block .amrma-link-cancel {
    text-align: center;
    margin: 15px 0;
    color: #000;
    font-weight: 400;
    text-decoration: underline
}

body.amasty_rma-guest-view .columns .column.main {
    max-width: 80%;
    margin: 0 auto
}

body.amasty_rma-guest-view .columns .column.main .amrma-header-block {
    margin: 40px 0
}

hr {
    margin: 0;
    border: 0
}

.checkout-index-index .checkout-header {
    margin: 12px 0 20px;
    padding: 0 9px;
    width: 100%;
    text-align: center
}

.checkout-index-index .checkout-header .title {
    margin: 0 auto 7px
}

.checkout-index-index .checkout-header .description {
    font-size: 18px
}

.checkout-index-index #brt-map-container span {
    color: #000
}

.checkout-index-index .gift_options_container .label {
    font-size: 16px
}

.checkout-index-index .gift_options_container .field[name="amastyPaymentAttributes.eao_gift_checkbox"],
.checkout-index-index .gift_options_container .field[name="amastyPaymentAttributes.eao_gift_note_checkbox"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.checkout-index-index .gift_options_container .field[name="amastyPaymentAttributes.eao_gift_checkbox"] .label,
.checkout-index-index .gift_options_container .field[name="amastyPaymentAttributes.eao_gift_note_checkbox"] .label {
    order: 2
}

.checkout-index-index .gift_options_container .field[name="amastyPaymentAttributes.eao_gift_checkbox"] .control,
.checkout-index-index .gift_options_container .field[name="amastyPaymentAttributes.eao_gift_note_checkbox"] .control {
    order: 1
}

.checkout-index-index .gift_options_container .field[name="amastyPaymentAttributes.eao_gift_checkbox"] .control .choice.field section p label.label,
.checkout-index-index .gift_options_container .field[name="amastyPaymentAttributes.eao_gift_note_checkbox"] .control .choice.field section p label.label {
    font-size: 0 !important;
    color: #fff
}

.checkout-index-index .gift_options_container .field[name="amastyPaymentAttributes.eao_gift_checkbox"] #eao_gift_sub_msg,
.checkout-index-index .gift_options_container .field[name="amastyPaymentAttributes.eao_gift_note_checkbox"] #eao_gift_sub_msg {
    order: 3;
    width: 100%
}

.checkout-index-index .opc-block-summary .minicart-items-wrapper {
    max-height: fit-content
}

.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
    max-width: 70%;
    margin: 0 10px 10px 0
}

.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper {
    padding: 20px 0 !important
}

.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
    background-color: #000 !important
}

.checkout-index-index .amcheckout-method.-selected,
.checkout-index-index .payment-method._active,
.checkout-index-index .shipping-address-item.selected-item {
    border: 1px solid #000 !important
}

.checkout-index-index .amcheckout-step-container input[type=radio]:checked+label:before,
.checkout-index-index .amcheckout-step-container input[type=checkbox]+label:before,
.checkout-index-index .amcheckout-step-container input[type=radio]+label:before {
    border-color: #000 !important
}

.checkout-index-index .amcheckout-step-container input[type=checkbox]:checked+label:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
    background-size: contain !important;
    border-width: 0
}

.checkout-index-index #checkout-payment-method-load {
    margin-top: 50px
}

.checkout-index-index #checkout-payment-method-load .amcheckout-title {
    border: 0 !important
}

.checkout-index-index .step-title,
.checkout-index-index .amcheckout-title {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 10px;
    letter-spacing: 1px;
    background-color: transparent !important;
    border-bottom: 1px solid #d4d4d4
}

.checkout-index-index #checkout .actions-toolbar .primary .action.checkout,
.checkout-index-index #checkout .actions-toolbar .primary .action.checkout:hover {
    color: #fff;
    font-weight: 700
}

.checkout-index-index #checkout .amcheckout-step-container .amcheckout-title>.amcheckout-icon:hover,
.checkout-index-index #checkout .amcheckout-step-container .amcheckout-title>.amcheckout-icon:hover:before {
    border-color: #000
}

.checkout-index-index #checkout .amcheckout-step-container .amcheckout-title>.amcheckout-icon {
    border: 0 solid #000
}

.checkout-index-index #checkout .amcheckout-step-container .amcheckout-title>.amcheckout-icon:before {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000
}

.checkout-index-index #checkout input[type=text].input-text {
    background: #fff;
    color: #000;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    font-size: 16px;
    height: 40px
}

.checkout-index-index #checkout label.label {
    color: #000
}

.checkout-index-index #checkout .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
.checkout-index-index #checkout .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary,
.checkout-index-index #checkout .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,
.checkout-index-index #checkout .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
    background-color: #f2f3f3 !important;
    border: 0;
    overflow: hidden
}

.checkout-index-index #checkout .amcheckout-main-container .amcheckout-column .amcheckout-block .step-title {
    font-size: 16px
}

.checkout-index-index #checkout .amcheckout-main-container .amcheckout-column .amcheckout-block .amcheckout-summary-container .step-title {
    font-size: 12px
}

.checkout-index-index #checkout .-summary .checkout-payment-method .discount-code .payment-option-title {
    display: none
}

.checkout-index-index #checkout #discount-form.form-discount .payment-option-inner {
    width: 100%;
    margin: 0;
    float: left
}

.checkout-index-index #checkout #discount-form.form-discount .actions-toolbar {
    float: left;
    margin: 10px 0 0;
    width: 100%
}

.checkout-index-index #checkout #discount-form.form-discount .actions-toolbar .primary {
    width: 100%
}

.checkout-index-index #checkout #discount-form.form-discount .actions-toolbar .primary button {
    width: 100%;
    background-color: #000;
    box-shadow: none;
    border: none;
    padding: 0 15px;
    line-height: 40px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.checkout-index-index #checkout .checkout-payment-method.submit {
    margin: 0 20px
}

.checkout-index-index #checkout .checkout-payment-method.submit .payment-methods .actions-toolbar button {
    margin-bottom: 20px;
    background-color: #000 !important;
    animation: none
}

@media (max-width:1023px) {
    .checkout-index-index .column.main {
        margin-top: 50px
    }

    .checkout-index-index #checkout {
        margin: 20px 30px !important
    }

    .checkout-index-index #checkout .checkout-header {
        display: none
    }

    .checkout-index-index #checkout .amcheckout-main-container.-modern.-layout-2columns {
        display: flex;
        flex-direction: column
    }

    .checkout-index-index #checkout .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
        order: 1;
        margin-top: 30px
    }

    .checkout-index-index #checkout .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
        order: 2;
        margin-top: 35px
    }

    .checkout-index-index #checkout .opc-estimated-wrapper {
        position: fixed;
        top: 68px;
        left: 0;
        width: 100%;
        padding: 15px 30px;
        display: flex;
        flex-direction: row;
        box-sizing: border-box;
        z-index: 10
    }

    .checkout-index-index #checkout .opc-estimated-wrapper .estimated-block {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%
    }

    .checkout-index-index #checkout .actions-toolbar .action.continue,
    .checkout-index-index #checkout .actions-toolbar .action.checkout {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 50px;
        line-height: 50px;
        position: relative
    }
}

/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

div.card-logos-container {
    display: table;
    margin-bottom: 20px
}

div.card-logos-container img {
    height: 100%
}

div.nexi-xpay-payment-method-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

div.nexi-xpay-payment-method-container img {
    height: 100%
}

div.nexi-npg-payment-method-logo-container {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 5px
}

div.pagodil-alert {
    margin-bottom: 30px;
    background-color: #fffbbb;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.6
}

.product-item-details table.pagodil-table-block tbody tr td:first-child {
    text-align: center
}

.product-item-details table.pagodil-table-block tbody tr td.pagodil-pl {
    padding-left: 5px
}

.stripe-payments-saved-card {
    margin-bottom: .7em
}

.stripe-payments-saved-card span.type {
    font-weight: 700
}

.stripe-payments-saved-card span.exp {
    float: right
}

.stripe-payments-saved-card span.stripe-payments-fade {
    color: #999;
    font-weight: 400
}

.stripe-payments-saved-card label {
    display: inline
}

a.subscription-name {
    display: block
}

.stripe-subscription-edit {
    max-height: 30em;
    overflow: hidden;
    transition: max-height;
    transition-duration: .8s;
    vertical-align: top;
    display: inline-block;
    padding-right: 20px
}

.stripe-subscription-edit.show {
    max-height: 30em
}

.stripe-subscription-edit .section {
    margin: 5px 0
}

.stripe-subscription-edit .mutable {
    display: none
}

.stripe-subscription-edit.edit .mutable {
    display: block
}

.stripe-subscription-edit.edit .static {
    display: none
}

.stripe-subscription-edit .actions {
    margin-top: 10px
}

.stripe-subscription-edit input {
    margin: 2px 0
}

.subscription-card input {
    margin-right: 5px
}

.subscription-card {
    padding: 5px 0 0 5px
}

.subscription-card .exp,
.details.stripe-payments .exp {
    color: #aaa
}

.subscription-card.add-new {
    padding: 10px;
    text-align: center
}

.stripe-subscriptions .section b {
    padding-bottom: .5em;
    display: inline-block
}

table.subscription-details {
    font-size: small;
    color: #333;
    margin-top: 1em
}

table.subscription-details td {
    padding: 0
}

table.subscription-details tr td:first-child {
    width: 100%
}

@media (pointer:fine) {
    table.subscription-details a.edit {
        visibility: hidden
    }

    table.subscription-details div.details:hover a.edit {
        visibility: visible
    }
}

.stripe-subscriptions .subscription-name {
    font-size: 1.1em
}

.stripe-subscriptions div.billed {
    font-size: smaller;
    color: #999
}

table.subscription-details a {
    cursor: pointer
}

table.subscription-details .stripe-payments span.type {
    font-size: small
}

.stripe-payments.delete-card {
    padding-left: 20px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZGVsZXRlLS1saW5rPC90aXRsZT48cGF0aCBkPSJNMTEuODY2IDkuOTk5bDIuNzQzLTIuNzQ0YTEuMzIyIDEuMzIyIDAgMCAwIC4wMDItMS44NjggMS4zMTggMS4zMTggMCAwIDAtMS44NjguMDAyTDEwIDguMTMzIDcuMjUyIDUuMzg0YTEuMzIzIDEuMzIzIDAgMCAwLTEuODYzLjAwMyAxLjMxNCAxLjMxNCAwIDAgMC0uMDAzIDEuODYzTDguMTM0IDEwbC0yLjc0MyAyLjc0M2ExLjMyMiAxLjMyMiAwIDAgMC0uMDAyIDEuODY4IDEuMzE4IDEuMzE4IDAgMCAwIDEuODY4LS4wMDJMMTAgMTEuODY0bDIuNzQ4IDIuNzQ5YTEuMzIzIDEuMzIzIDAgMCAwIDEuODYzLS4wMDNjLjUyLS41MTkuNTE3LTEuMzUuMDAzLTEuODYzbC0yLjc0OC0yLjc0OHoiIGZpbGw9IiMwMDk5RTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');
    background-repeat: no-repeat
}

.new-saved-card #stripe_payments_cc_owner {
    width: auto;
    min-width: 300px
}

.new-saved-card #stripe_payments_cc_number {
    width: auto;
    min-width: 300px
}

.new-saved-card #stripe_payments_expiration_mo {
    width: auto
}

.new-saved-card #stripe_payments_expiration_yr {
    width: auto
}

.stripe-payments span.type.Visa,
.stripe-payments span.type.visa {
    background: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/img/visa.png) no-repeat
}

.stripe-payments span.type.American.Express,
.stripe-payments span.type.amex {
    background: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/img/amex.png) no-repeat
}

.stripe-payments span.type.MasterCard,
.stripe-payments span.type.mastercard {
    background: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/img/mastercard.png) no-repeat
}

.stripe-payments span.type.Discover,
.stripe-payments span.type.discover {
    background: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/img/discover.png) no-repeat
}

.stripe-payments span.type.Diners,
.stripe-payments span.type.diners {
    background: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/img/diners.png) no-repeat
}

.stripe-payments span.type.JCB,
.stripe-payments span.type.jcb {
    background: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/img/jcb.png) no-repeat
}

.stripe-payments span.type.Cartes.Bancaires,
.stripe-payments span.type.cartes_bancaires {
    background: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/img/svg/cartes_bancaires.svg) no-repeat
}

.stripe-payments span.type.Visa,
.stripe-payments span.type.visa,
.stripe-payments span.type.American.Express,
.stripe-payments span.type.amex,
.stripe-payments span.type.MasterCard,
.stripe-payments span.type.mastercard,
.stripe-payments span.type.Discover,
.stripe-payments span.type.discover,
.stripe-payments span.type.Diners,
.stripe-payments span.type.diners,
.stripe-payments span.type.JCB,
.stripe-payments span.type.jcb,
.stripe-payments span.type.Cartes.Bancaires,
.stripe-payments span.type.cartes_bancaires {
    padding-left: 40px;
    background-position-y: -3px;
    display: inline-block;
    height: 22px;
    font-size: 16px;
    background-size: 30px
}

.payment-method.stripe-payments .checkout-agreements-block {
    margin-bottom: 10px
}

.payment-method.stripe-payments.mobile {
    padding-top: 1em
}

@media only screen and (max-width:767px) {
    .checkout-payment-method .step-title.mobile {
        padding-left: 0
    }
}

.stripe-payments-apple-pay-section {
    text-align: center;
    margin-bottom: 25px
}

.stripe-payments-apple-pay-section label {
    font-weight: 700;
    margin: 10px 0;
    float: none;
    display: block
}

.stripe-payments-apple-pay-result label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 18px
}

.stripe-payments-apple-pay-result {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 1.1em
}

.stripe-payments-apple-pay-result>div {
    margin-bottom: 18px
}

#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em
}

#stripe-payments-card-errors.populated {
    border: 1px hsla(0, 100%, 50%, .5) dashed;
    padding: 5px 1em;
    color: #d20;
    height: auto;
    margin: .5em auto 1em
}

#payment_form_stripe_payments_sepa .payment-method-note.mandate {
    display: inline-block;
    margin: .7em 0
}

#payment_form_stripe_payments_sepa fieldset {
    border: 0
}

.indent {
    margin-right: 20px
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button {
    padding: 0
}

.payment-request-button {
    width: 240px
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important
}

.payment-request-button.disabled {
    opacity: .5;
    filter: grayscale(50%)
}

.payment-request-button.disabled:after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.stripe-payments-express-minicart {
    margin-top: 15px
}

.stripe-payments-express-minicart .payment-request-button,
.payment-request-button.cart {
    width: 100% !important
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
    margin-right: 1%;
    width: 49%
}

.checkout-onepage-success .stripe-success-section {
    margin-top: 1em
}

.checkout-onepage-success .stripe-success-section p {
    margin-bottom: .8em
}

.checkout-onepage-success .stripe-success-section img {
    margin: 0 auto
}

.checkout-onepage-success button.button.wechat {
    background-color: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    box-shadow: unset
}

.stripe-success-section.oxxo .oxxo-voucher div {
    display: block;
    clear: both;
    width: 100%
}

.stripe-success-section.oxxo .oxxo-voucher {
    padding: 2em 0
}

.stripe-success-section.oxxo .oxxo-logo img {
    width: 100px
}

.stripe-success-section.oxxo .oxxo-voucher {
    text-align: center
}

.stripe-success-section.oxxo .oxxo-amount {
    font-size: 3em
}

.stripe-success-section.oxxo .oxxo-expires {
    color: #888;
    font-size: 1em
}

.stripe-success-section.oxxo .oxxo-number {
    font-family: 'LibreBarcode128Text-Regular';
    font-size: 4em
}

.stripe-success-section.oxxo .print-button {
    display: block;
    width: 100%;
    height: 4em
}

.stripe-success-section.oxxo .print-button button {
    width: 40%;
    padding: 1em;
    margin: 2em 0 1em
}

@media print {
    .stripe-success-section.oxxo .action {
        display: none
    }
}

#stripe-fpx-select {
    background: #fff url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/img/select-bg.svg) no-repeat 100% 45%;
    background-clip: padding-box;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box
}

#stripe-fpx-select,
#stripe-fpx-dropdown {
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    border-radius: 3px;
    cursor: pointer;
    user-select: none
}

#stripe-fpx-dropdown {
    list-style: none;
    padding: 0
}

#stripe-fpx-dropdown li {
    padding: 10px 12px 10px 50px;
    margin: 0;
    background-position: 10px 45%;
    background-repeat: no-repeat;
    background-size: 30px 30px
}

#stripe-fpx-dropdown li:first-child {
    margin-top: 5px
}

#stripe-fpx-dropdown li:last-child {
    margin-bottom: 5px
}

#stripe-fpx-dropdown li:hover {
    background-color: #eee
}

#stripe-fpx-dropdown li.affin_bank {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/affin_bank.svg)
}

#stripe-fpx-dropdown li.alliance_bank {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/alliance_bank.svg)
}

#stripe-fpx-dropdown li.ambank {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/ambank.svg)
}

#stripe-fpx-dropdown li.bank_islam {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/bank_islam.svg)
}

#stripe-fpx-dropdown li.bank_rakyat {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/bank_rakyat.svg)
}

#stripe-fpx-dropdown li.bank_muamalat {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/bank_muamalat.svg)
}

#stripe-fpx-dropdown li.bsn {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/bsn.svg)
}

#stripe-fpx-dropdown li.cimb {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/cimb.svg)
}

#stripe-fpx-dropdown li.hong_leong_bank {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/hong_leong_bank.svg)
}

#stripe-fpx-dropdown li.hsbc {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/hsbc.svg)
}

#stripe-fpx-dropdown li.kfh {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/kfh.svg)
}

#stripe-fpx-dropdown li.maybank2u {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/maybank2u.svg)
}

#stripe-fpx-dropdown li.maybank2e {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/maybank2u.svg)
}

#stripe-fpx-dropdown li.ocbc {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/ocbc.svg)
}

#stripe-fpx-dropdown li.public_bank {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/public_bank.svg)
}

#stripe-fpx-dropdown li.rhb {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/rhb.svg)
}

#stripe-fpx-dropdown li.standard_chartered {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/standard_chartered.svg)
}

#stripe-fpx-dropdown li.uob {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/StripeIntegration_Payments/svg/fpx/uob.svg)
}

#stripe-fpx-dropdown li.separator {
    border-bottom: 3px dotted #ccc;
    margin-bottom: 5px;
    padding-bottom: 15px
}

.multishipping-authorization {
    font-size: large
}

.multishipping-authorization .block-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 1em;
    font-weight: 400
}

.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 4em 1em 2em
}

.stripe-icon-container img.stripe-icon {
    height: 1.7em;
    position: relative;
    top: .4em;
    margin-right: 2px
}

#stripe_fpx .stripe-icon-container.right img.stripe-icon {
    height: 3em;
    position: relative;
    top: -.2em
}

#stripe_ideal .stripe-icon-container.right img.stripe-icon,
#stripe_eps .stripe-icon-container.right img.stripe-icon,
#stripe_giropay .stripe-icon-container.right img.stripe-icon,
#stripe_bancontact .stripe-icon-container.right img.stripe-icon,
#stripe_wechat .stripe-icon-container.right img.stripe-icon {
    height: 2.5em;
    position: relative;
    top: .1em
}

.stripe-icon-container.right {
    float: right;
    position: relative;
    top: -.6em
}

.stripe-checkout-icon-container {
    padding: 1em 0
}

.stripe-checkout-icon-container .stripe-icon {
    height: 2em;
    margin-right: .25em
}

.klarna-payment-options-tabs,
.klarna-payment-options-container {
    text-align: center;
    margin: 0 1em 2em
}

.klarna-tab {
    display: inline-block;
    margin: 0 3px;
    border-radius: 5px;
    padding: 12px 20px;
    box-shadow: 2px 2px 5px 2px #ccc
}

input[name=klarna-payment-option] {
    display: none
}

input[name=klarna-payment-option]:checked+label {
    background: #487b94;
    color: #fff
}

label.klarna-tab {
    font-weight: 700;
    background: #f8f9fa;
    cursor: pointer
}

.klarna-loader .payment-method-note {
    margin: 2em
}

#payment_form_stripe_payments_sepa_credit .optional {
    font-weight: 400;
    color: #aaa;
    margin-left: 4px
}

#payment_form_stripe_payments_sepa_credit .subnote {
    color: #888;
    font-size: smaller
}

.stripe-payments-installments-form .installments-header .back-link {
    display: inline-block;
    margin-right: .5em;
    cursor: pointer;
    text-decoration: none
}

.stripe-payments-installments-form .installments-header h3 {
    display: block;
    padding: .5em 0;
    border-bottom: 1px solid #ccc
}

.stripe-payments-installments-form .stripe-payments-installment-plans {
    padding: 1em;
    font-size: 1.1em
}

.stripe-payments-installments-form .stripe-payments-installment-plans label {
    display: block;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer
}

.stripe-payments-installments-form .stripe-payments-installment-plans select {
    display: inline-block;
    width: 150px;
    margin-left: 1em
}

.trialing_shipping .mark,
.trialing_tax .mark,
.trialing_discount .mark {
    text-indent: .5em
}

.trialing_shipping .mark:before,
.trialing_tax .mark:before,
.trialing_discount .mark:before {
    content: "- "
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../../frontend/Skianet/brosway_osc/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../../frontend/Skianet/brosway_osc/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 0px 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url('../../frontend/Skianet/brosway_osc/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
    background: url('../../frontend/Skianet/brosway_osc/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../../frontend/Skianet/brosway_osc/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url('../../frontend/Skianet/brosway_osc/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
    background: url('../../frontend/Skianet/brosway_osc/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

    .chosen-rtl .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('../../frontend/Skianet/brosway_osc/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 0 auto
}

#social-login-popup,
#request-popup {
    overflow: hidden
}

#social-login-popup .block-container,
#request-popup .block-container {
    width: 100%;
    display: inline-block
}

#social-login-popup .social-login-title,
#request-popup .social-login-title {
    padding: 10px;
    background-color: #39c
}

#social-login-popup .block-container .block,
#request-popup .block-container .block {
    padding: 20px 25px;
    margin: 0
}

.social-login-ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .6;
    background: #fbfaf6 url('../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_SocialLogin/css/images/ajax-loader.gif') no-repeat center center
}

#social-login-popup .block-container .block .block-title,
#request-popup .block-container .block .block-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc
}

#social-login-popup .fieldset,
#request-popup .fieldset {
    margin: 0
}

.actions-toolbar {
    margin-top: 7px
}

.account-social-login .actions-toolbar.social-btn {
    width: 215px
}

#social-login-popup .actions-toolbar>.secondary .action.back,
#request-popup .actions-toolbar>.secondary .action.back {
    display: block
}

.social-login-title h2 {
    margin: 0;
    padding-left: 40px;
    background: no-repeat 12px center;
    color: #fff
}

.social-login-title .login-title {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_SocialLogin/css/images/login-title.png)
}

.social-login-title .create-account-title {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_SocialLogin/css/images/create-account-title.png)
}

.social-login-title .forgot-pass-title {
    background-image: url(../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_SocialLogin/css/images/forgot-pass-title.png)
}

#social-login-popup .mfp-close {
    color: #fff
}

#social-login-popup .message.error>*:first-child:before {
    top: 50%
}

#social-login-popup .message.success>*:first-child:before {
    top: 50%
}

.social-login-authentication-popup {
    width: 100%
}

.social-login-authentication-popup .block-content {
    display: block !important
}

.social-login-authentication-popup .block-content .actions-toolbar {
    display: inline-block
}

.social-login-authentication-popup .block-content .actions-toolbar .btn-social {
    padding-left: 19px
}

.actions-toolbar button {
    border-radius: 0
}

.social-btn button {
    height: 33px;
    border: none
}

.social-btn button span span {
    margin-left: 25px;
    color: #fff
}

.block-authentication .actions-toolbar {
    margin-bottom: unset !important
}

.btn-authentication-pop {
    width: 175px
}

.social-login-authentication-channel .actions-toolbar.social-btn>.primary .action {
    width: 100%;
    margin: 0;
    min-width: 170px;
    text-align: left;
    border-radius: 5px
}

.social-login-authentication-channel .actions-toolbar.social-btn>.primary .action:hover {
    opacity: .9
}

.social-btn-actions-toolbar {
    display: inline-block
}

.register-sociallogin {
    float: left
}

#fb-customer,
#gg-customer,
#tw-customer,
#li-customer,
#ins-customer,
#ya-customer,
#git-customer,
#vk-customer,
#fo-customer,
#live-customer,
#am-customer {
    float: left
}

#group-button {
    width: 48.8%;
    float: right;
    clear: none
}

#group-button .block.social-login-authentication-channel.col-mp.mp-5 {
    margin-bottom: 2px
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .5s;
    transform: scale(0) rotate(500deg)
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg)
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all .3s;
    transform: translateX(-50px)
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
    margin-top: 50px
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all .2s;
    transform: translateY(-100px)
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

.social-btn .btn-social {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px 6px 44px;
    font-family: 'Roboto', sans-serif
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}

.btn-social-icon>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon>:first-child {
    border: none;
    text-align: center;
    width: 100%
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn:focus,
.btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn:active,
.btn-adn.active,
.open>.dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn:active:hover,
.btn-adn.active:hover,
.open>.dropdown-toggle.btn-adn:hover,
.btn-adn:active:focus,
.btn-adn.active:focus,
.open>.dropdown-toggle.btn-adn:focus,
.btn-adn:active.focus,
.btn-adn.active.focus,
.open>.dropdown-toggle.btn-adn.focus {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn:active,
.btn-adn.active,
.open>.dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled.focus,
.btn-adn[disabled].focus,
fieldset[disabled] .btn-adn.focus {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket:focus,
.btn-bitbucket.focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open>.dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket:active:hover,
.btn-bitbucket.active:hover,
.open>.dropdown-toggle.btn-bitbucket:hover,
.btn-bitbucket:active:focus,
.btn-bitbucket.active:focus,
.open>.dropdown-toggle.btn-bitbucket:focus,
.btn-bitbucket:active.focus,
.btn-bitbucket.active.focus,
.open>.dropdown-toggle.btn-bitbucket.focus {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open>.dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled.focus,
.btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket.focus {
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox:focus,
.btn-dropbox.focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox:active,
.btn-dropbox.active,
.open>.dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox:active:hover,
.btn-dropbox.active:hover,
.open>.dropdown-toggle.btn-dropbox:hover,
.btn-dropbox:active:focus,
.btn-dropbox.active:focus,
.open>.dropdown-toggle.btn-dropbox:focus,
.btn-dropbox:active.focus,
.btn-dropbox.active.focus,
.open>.dropdown-toggle.btn-dropbox.focus {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox:active,
.btn-dropbox.active,
.open>.dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled.focus,
.btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox.focus {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook:focus,
.btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open>.dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open>.dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open>.dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr:focus,
.btn-flickr.focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr:active,
.btn-flickr.active,
.open>.dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr:active:hover,
.btn-flickr.active:hover,
.open>.dropdown-toggle.btn-flickr:hover,
.btn-flickr:active:focus,
.btn-flickr.active:focus,
.open>.dropdown-toggle.btn-flickr:focus,
.btn-flickr:active.focus,
.btn-flickr.active.focus,
.open>.dropdown-toggle.btn-flickr.focus {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr:active,
.btn-flickr.active,
.open>.dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled.focus,
.btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare:focus,
.btn-foursquare.focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare:active,
.btn-foursquare.active,
.open>.dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare:active:hover,
.btn-foursquare.active:hover,
.open>.dropdown-toggle.btn-foursquare:hover,
.btn-foursquare:active:focus,
.btn-foursquare.active:focus,
.open>.dropdown-toggle.btn-foursquare:focus,
.btn-foursquare:active.focus,
.btn-foursquare.active.focus,
.open>.dropdown-toggle.btn-foursquare.focus {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare:active,
.btn-foursquare.active,
.open>.dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled.focus,
.btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare.focus {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-disqus {
    color: #fff;
    background-color: #2e9fff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-disqus .fa-disqus {
    background: url("../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_SocialLogin/css/images/disqus-logo.png") no-repeat
}

.btn-disqus .fa-disqus {
    content: ""
}

.btn-mailru {
    color: #fff;
    background-color: #005ff9;
    border-color: rgba(0, 0, 0, .2)
}

.btn-mailru:focus,
.btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, .2)
}

.btn-mailru:hover {
    color: #fff;
    background-color: #004ecc;
    border-color: rgba(0, 0, 0, .2)
}

.btn-mailru:active,
.btn-mailru.active,
.open>.dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, .2)
}

.btn-mailru:active:hover,
.btn-mailru.active:hover,
.open>.dropdown-toggle.btn-mailru:hover,
.btn-mailru:active:focus,
.btn-mailru.active:focus,
.open>.dropdown-toggle.btn-mailru:focus,
.btn-mailru:active.focus,
.btn-mailru.active.focus,
.open>.dropdown-toggle.btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, .2)
}

.btn-mailru:active,
.btn-mailru.active,
.open>.dropdown-toggle.btn-mailru {
    background-image: none
}

.btn-mailru.disabled:hover,
.btn-mailru[disabled]:hover,
fieldset[disabled] .btn-mailru:hover,
.btn-mailru.disabled:focus,
.btn-mailru[disabled]:focus,
fieldset[disabled] .btn-mailru:focus,
.btn-mailru.disabled.focus,
.btn-mailru[disabled].focus,
fieldset[disabled] .btn-mailru.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, .2)
}

.btn-mailru .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-mailru .fa-mailru {
    background: url("../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_SocialLogin/css/images/mailru-logo.png") no-repeat
}

.btn-mailru .fa-mailru {
    content: ""
}

.btn-steam {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, .2)
}

.btn-steam:focus,
.btn-steam.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-steam:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-steam:active,
.btn-steam.active,
.open>.dropdown-toggle.btn-steam {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-steam:active:hover,
.btn-steam.active:hover,
.open>.dropdown-toggle.btn-steam:hover,
.btn-steam:active:focus,
.btn-steam.active:focus,
.open>.dropdown-toggle.btn-steam:focus,
.btn-steam:active.focus,
.btn-steam.active.focus,
.open>.dropdown-toggle.btn-steam.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, .2)
}

.btn-steam:active,
.btn-steam.active,
.open>.dropdown-toggle.btn-steam {
    background-image: none
}

.btn-steam.disabled:hover,
.btn-steam[disabled]:hover,
fieldset[disabled] .btn-steam:hover,
.btn-steam.disabled:focus,
.btn-steam[disabled]:focus,
fieldset[disabled] .btn-steam:focus,
.btn-steam.disabled.focus,
.btn-steam[disabled].focus,
fieldset[disabled] .btn-steam.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, .2)
}

.btn-steam .badge {
    color: #444;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github:focus,
.btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github:active:hover,
.btn-github.active:hover,
.open>.dropdown-toggle.btn-github:hover,
.btn-github:active:focus,
.btn-github.active:focus,
.open>.dropdown-toggle.btn-github:focus,
.btn-github:active.focus,
.btn-github.active.focus,
.open>.dropdown-toggle.btn-github.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled.focus,
.btn-github[disabled].focus,
fieldset[disabled] .btn-github.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google:focus,
.btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google:active:hover,
.btn-google.active:hover,
.open>.dropdown-toggle.btn-google:hover,
.btn-google:active:focus,
.btn-google.active:focus,
.open>.dropdown-toggle.btn-google:focus,
.btn-google:active.focus,
.btn-google.active.focus,
.open>.dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-google .fa-google {
    background: url("../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_SocialLogin/css/images/g-logo.png") no-repeat
}

.btn-google .fa-google:before {
    content: ""
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram:focus,
.btn-instagram.focus {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram:active:hover,
.btn-instagram.active:hover,
.open>.dropdown-toggle.btn-instagram:hover,
.btn-instagram:active:focus,
.btn-instagram.active:focus,
.open>.dropdown-toggle.btn-instagram:focus,
.btn-instagram:active.focus,
.btn-instagram.active.focus,
.open>.dropdown-toggle.btn-instagram.focus {
    color: #fff;
    background-color: #26455d;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin:focus,
.btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin:active:hover,
.btn-linkedin.active:hover,
.open>.dropdown-toggle.btn-linkedin:hover,
.btn-linkedin:active:focus,
.btn-linkedin.active:focus,
.open>.dropdown-toggle.btn-linkedin:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active.focus,
.open>.dropdown-toggle.btn-linkedin.focus {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft:focus,
.btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft:active,
.btn-microsoft.active,
.open>.dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft:active:hover,
.btn-microsoft.active:hover,
.open>.dropdown-toggle.btn-microsoft:hover,
.btn-microsoft:active:focus,
.btn-microsoft.active:focus,
.open>.dropdown-toggle.btn-microsoft:focus,
.btn-microsoft:active.focus,
.btn-microsoft.active.focus,
.open>.dropdown-toggle.btn-microsoft.focus {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft:active,
.btn-microsoft.active,
.open>.dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled.focus,
.btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft.focus {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki:focus,
.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open>.dropdown-toggle.btn-odnoklassniki {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki:active:hover,
.btn-odnoklassniki.active:hover,
.open>.dropdown-toggle.btn-odnoklassniki:hover,
.btn-odnoklassniki:active:focus,
.btn-odnoklassniki.active:focus,
.open>.dropdown-toggle.btn-odnoklassniki:focus,
.btn-odnoklassniki:active.focus,
.btn-odnoklassniki.active.focus,
.open>.dropdown-toggle.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open>.dropdown-toggle.btn-odnoklassniki {
    background-image: none
}

.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki[disabled]:hover,
fieldset[disabled] .btn-odnoklassniki:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki[disabled]:focus,
fieldset[disabled] .btn-odnoklassniki:focus,
.btn-odnoklassniki.disabled.focus,
.btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid:focus,
.btn-openid.focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid:active,
.btn-openid.active,
.open>.dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid:active:hover,
.btn-openid.active:hover,
.open>.dropdown-toggle.btn-openid:hover,
.btn-openid:active:focus,
.btn-openid.active:focus,
.open>.dropdown-toggle.btn-openid:focus,
.btn-openid:active.focus,
.btn-openid.active.focus,
.open>.dropdown-toggle.btn-openid.focus {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid:active,
.btn-openid.active,
.open>.dropdown-toggle.btn-openid {
    background-image: none
}

.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled.focus,
.btn-openid[disabled].focus,
fieldset[disabled] .btn-openid.focus {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest:focus,
.btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest:active,
.btn-pinterest.active,
.open>.dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest:active:hover,
.btn-pinterest.active:hover,
.open>.dropdown-toggle.btn-pinterest:hover,
.btn-pinterest:active:focus,
.btn-pinterest.active:focus,
.open>.dropdown-toggle.btn-pinterest:focus,
.btn-pinterest:active.focus,
.btn-pinterest.active.focus,
.open>.dropdown-toggle.btn-pinterest.focus {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest:active,
.btn-pinterest.active,
.open>.dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest.focus {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit:focus,
.btn-reddit.focus {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit:active,
.btn-reddit.active,
.open>.dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit:active:hover,
.btn-reddit.active:hover,
.open>.dropdown-toggle.btn-reddit:hover,
.btn-reddit:active:focus,
.btn-reddit.active:focus,
.open>.dropdown-toggle.btn-reddit:focus,
.btn-reddit:active.focus,
.btn-reddit.active.focus,
.open>.dropdown-toggle.btn-reddit.focus {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit:active,
.btn-reddit.active,
.open>.dropdown-toggle.btn-reddit {
    background-image: none
}

.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled.focus,
.btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit.focus {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud:focus,
.btn-soundcloud.focus {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud:active,
.btn-soundcloud.active,
.open>.dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud:active:hover,
.btn-soundcloud.active:hover,
.open>.dropdown-toggle.btn-soundcloud:hover,
.btn-soundcloud:active:focus,
.btn-soundcloud.active:focus,
.open>.dropdown-toggle.btn-soundcloud:focus,
.btn-soundcloud:active.focus,
.btn-soundcloud.active.focus,
.open>.dropdown-toggle.btn-soundcloud.focus {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud:active,
.btn-soundcloud.active,
.open>.dropdown-toggle.btn-soundcloud {
    background-image: none
}

.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled.focus,
.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud.focus {
    background-color: #f50;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr:focus,
.btn-tumblr.focus {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr:active,
.btn-tumblr.active,
.open>.dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr:active:hover,
.btn-tumblr.active:hover,
.open>.dropdown-toggle.btn-tumblr:hover,
.btn-tumblr:active:focus,
.btn-tumblr.active:focus,
.open>.dropdown-toggle.btn-tumblr:focus,
.btn-tumblr:active.focus,
.btn-tumblr.active.focus,
.open>.dropdown-toggle.btn-tumblr.focus {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr:active,
.btn-tumblr.active,
.open>.dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled.focus,
.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr.focus {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter:focus,
.btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open>.dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open>.dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open>.dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo:focus,
.btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo:active,
.btn-vimeo.active,
.open>.dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo:active:hover,
.btn-vimeo.active:hover,
.open>.dropdown-toggle.btn-vimeo:hover,
.btn-vimeo:active:focus,
.btn-vimeo.active:focus,
.open>.dropdown-toggle.btn-vimeo:focus,
.btn-vimeo:active.focus,
.btn-vimeo.active.focus,
.open>.dropdown-toggle.btn-vimeo.focus {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo:active,
.btn-vimeo.active,
.open>.dropdown-toggle.btn-vimeo {
    background-image: none
}

.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled.focus,
.btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo.focus {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk:focus,
.btn-vk.focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk:active,
.btn-vk.active,
.open>.dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk:active:hover,
.btn-vk.active:hover,
.open>.dropdown-toggle.btn-vk:hover,
.btn-vk:active:focus,
.btn-vk.active:focus,
.open>.dropdown-toggle.btn-vk:focus,
.btn-vk:active.focus,
.btn-vk.active.focus,
.open>.dropdown-toggle.btn-vk.focus {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk:active,
.btn-vk.active,
.open>.dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk.focus {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo:focus,
.btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo:active,
.btn-yahoo.active,
.open>.dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo:active:hover,
.btn-yahoo.active:hover,
.open>.dropdown-toggle.btn-yahoo:hover,
.btn-yahoo:active:focus,
.btn-yahoo.active:focus,
.open>.dropdown-toggle.btn-yahoo:focus,
.btn-yahoo:active.focus,
.btn-yahoo.active.focus,
.open>.dropdown-toggle.btn-yahoo.focus {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo:active,
.btn-yahoo.active,
.open>.dropdown-toggle.btn-yahoo {
    background-image: none
}

.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled.focus,
.btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo.focus {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

.btn-amazon {
    color: #fff;
    background-color: #f90;
    border-color: rgba(0, 0, 0, .2)
}

.btn-amazon:focus,
.btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, .2)
}

.btn-amazon:hover {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, .2)
}

.btn-amazon:active,
.btn-amazon.active,
.open>.dropdown-toggle.btn-amazon {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, .2)
}

.btn-amazon:active:hover,
.btn-amazon.active:hover,
.open>.dropdown-toggle.btn-amazon:hover,
.btn-amazon:active:focus,
.btn-amazon.active:focus,
.open>.dropdown-toggle.btn-amazon:focus,
.btn-amazon:active.focus,
.btn-amazon.active.focus,
.open>.dropdown-toggle.btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, .2)
}

.btn-amazon:active,
.btn-amazon.active,
.open>.dropdown-toggle.btn-amazon {
    background-image: none
}

.btn-amazon.disabled:hover,
.btn-amazon[disabled]:hover,
fieldset[disabled] .btn-amazon:hover,
.btn-amazon.disabled:focus,
.btn-amazon[disabled]:focus,
fieldset[disabled] .btn-amazon:focus,
.btn-amazon.disabled.focus,
.btn-amazon[disabled].focus,
fieldset[disabled] .btn-amazon.focus {
    background-color: #f90;
    border-color: rgba(0, 0, 0, .2)
}

.btn-amazon .badge {
    color: #f90;
    background-color: #fff
}

.mfp-wrap {
    overflow: scroll
}

.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, .2)
}

.btn-live:focus,
.btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, .2)
}

.btn-live:hover {
    color: #fff;
    background-color: #30548e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-live:active,
.btn-live.active,
.open>.dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, .2)
}

.btn-live:active:hover,
.btn-live.active:hover,
.open>.dropdown-toggle.btn-live:hover,
.btn-live:active:focus,
.btn-live.active:focus,
.open>.dropdown-toggle.btn-live:focus,
.btn-live:active.focus,
.btn-live.active.focus,
.open>.dropdown-toggle.btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, .2)
}

.btn-live:active,
.btn-live.active,
.open>.dropdown-toggle.btn-live {
    background-image: none
}

.btn-live.disabled:hover,
.btn-live[disabled]:hover,
fieldset[disabled] .btn-live:hover,
.btn-live.disabled:focus,
.btn-live[disabled]:focus,
fieldset[disabled] .btn-live:focus,
.btn-live.disabled.focus,
.btn-live[disabled].focus,
fieldset[disabled] .btn-live.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, .2)
}

.btn-live .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-live .fa-live {
    background: url("../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_SocialLogin/css/images/live-logo.png") no-repeat center
}

.btn-live .fa-live:before {
    content: ""
}

#bnt-social-login-authentication {
    margin: 12px 0
}

.actions-toolbar>.secondary:last-child {
    float: left;
    margin-top: 10px;
    margin-left: 10px
}

.form-customer-login .g-recaptcha {
    margin: unset !important
}

@media only screen and (min-width:768px) {
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: unset !important
    }
}

@media only screen and (max-width:767px) {
    .modal-popup.request-popup.modal-slide {
        left: 0;
        z-index: 900
    }
}

@media only screen and (max-width:766px) {
    .secondary {
        width: 93%;
        padding-top: 0;
        margin-top: 0
    }

    #bnt-social-login-authentication {
        margin-bottom: 0
    }

    .forgot-pass-title {
        width: 80%;
        font-size: 1.45em
    }
}

.customer-account-create .account-social-login,
.customer-account-login .account-social-login {
    display: block !important
}

.btn-zalo .fa-zalo {
    background: url(../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_SocialLogin/css/images/zalo-logo.png) no-repeat center
}

.btn-zalo {
    color: #fff;
    background-color: #1468ff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-zalo:focus,
.btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, .2)
}

.btn-zalo:hover {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, .2)
}

.btn-zalo:active,
.btn-zalo.active,
.open>.dropdown-toggle.btn-zalo {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, .2)
}

.btn-zalo:active:hover,
.btn-zalo.active:hover,
.open>.dropdown-toggle.btn-flickr:hover,
.btn-zalo:active:focus,
.btn-zalo.active:focus,
.open>.dropdown-toggle.btn-zalo:focus,
.btn-zalo:active.focus,
.btn-zalo.active.focus,
.open>.dropdown-toggle.btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, .2)
}

.btn-zalo:active,
.btn-zalo.active,
.open>.dropdown-toggle.btn-zalo {
    background-image: none
}

.btn-zalo.disabled:hover,
.btn-zalo[disabled]:hover,
fieldset[disabled] .btn-zalo:hover,
.btn-zalo.disabled:focus,
.btn-zalo[disabled]:focus,
fieldset[disabled] .btn-zalo:focus,
.btn-zalo.disabled.focus,
.btn-zalo[disabled].focus,
fieldset[disabled] .btn-zalo.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2)
}

.btn-zalo .badge {
    color: #ff0084;
    background-color: #fff
}

.row-mp {
    min-height: 1px;
    margin: 0 -10px
}

.col-mp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    float: left;
    padding: 0 10px
}

.mp-1 {
    width: 8.33333333333%
}

.mp-2 {
    width: 16.6666666667%
}

.mp-3 {
    width: 25%
}

.mp-4 {
    width: 33.3333333333%
}

.mp-5 {
    width: 41.6666666667%
}

.mp-6 {
    width: 50%
}

.mp-7 {
    width: 58.3333333333%
}

.mp-8 {
    width: 66.6666666667%
}

.mp-9 {
    width: 75%
}

.mp-10 {
    width: 83.3333333333%
}

.mp-11 {
    width: 91.6666666667%
}

.mp-12 {
    margin-left: 0;
    width: 100%
}

.a-center {
    text-align: center
}

.mp-clear {
    clear: both
}

@media (min-width:1200px) {
    .mp-lg-1 {
        width: 8.33333333333%
    }

    .mp-lg-2 {
        width: 16.6666666667%
    }

    .mp-lg-3 {
        width: 25%
    }

    .mp-lg-4 {
        width: 33.3333333333%
    }

    .mp-lg-5 {
        width: 41.6666666667%
    }

    .mp-lg-6 {
        width: 50%
    }

    .mp-lg-7 {
        width: 58.3333333333%
    }

    .mp-lg-8 {
        width: 66.6666666667%
    }

    .mp-lg-9 {
        width: 75%
    }

    .mp-lg-10 {
        width: 83.3333333333%
    }

    .mp-lg-11 {
        width: 91.6666666667%
    }

    .mp-lg-12 {
        margin-left: 0;
        width: 100%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .mp-md-1 {
        width: 8.33333333333%
    }

    .mp-md-2 {
        width: 16.6666666667%
    }

    .mp-md-3 {
        width: 25%
    }

    .mp-md-4 {
        width: 33.3333333333%
    }

    .mp-md-5 {
        width: 41.6666666667%
    }

    .mp-md-6 {
        width: 50%
    }

    .mp-md-7 {
        width: 58.3333333333%
    }

    .mp-md-8 {
        width: 66.6666666667%
    }

    .mp-md-9 {
        width: 75%
    }

    .mp-md-10 {
        width: 83.3333333333%
    }

    .mp-md-11 {
        width: 91.6666666667%
    }

    .mp-md-12 {
        margin-left: 0;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .mp-sm-1 {
        width: 8.33333333333%
    }

    .mp-sm-2 {
        width: 16.6666666667%
    }

    .mp-sm-3 {
        width: 25%
    }

    .mp-sm-4 {
        width: 33.3333333333%
    }

    .mp-sm-5 {
        width: 41.6666666667%
    }

    .mp-sm-6 {
        width: 50%
    }

    .mp-sm-7 {
        width: 58.3333333333%
    }

    .mp-sm-8 {
        width: 66.6666666667%
    }

    .mp-sm-9 {
        width: 75%
    }

    .mp-sm-10 {
        width: 83.3333333333%
    }

    .mp-sm-11 {
        width: 91.6666666667%
    }

    .mp-sm-12 {
        margin-left: 0;
        width: 100%
    }
}

@media (min-width:481px) and (max-width:767px) {
    .mp-xs-1 {
        width: 8.33333333333%
    }

    .mp-xs-2 {
        width: 16.6666666667%
    }

    .mp-xs-3 {
        width: 25%
    }

    .mp-xs-4 {
        width: 33.3333333333%
    }

    .mp-xs-5 {
        width: 41.6666666667%
    }

    .mp-xs-6 {
        width: 50%
    }

    .mp-xs-7 {
        width: 58.3333333333%
    }

    .mp-xs-8 {
        width: 66.6666666667%
    }

    .mp-xs-9 {
        width: 75%
    }

    .mp-xs-10 {
        width: 83.3333333333%
    }

    .mp-xs-11 {
        width: 91.6666666667%
    }

    .mp-xs-12 {
        margin-left: 0;
        width: 100%
    }
}

@media (max-width:480px) {
    .col-mp {
        width: 100%
    }
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../../frontend/Skianet/brosway_osc/en_GB/Mageplaza_Core/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

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

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

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

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}