.abs-list-no-bullet {
    list-style: none;
    padding: 0;
    margin: 0
}

.abs-list-no-bullet li {
    padding: 0
}

@media only screen and (max-width:767px) {
    .actions-toolbar {
        text-align: mobile
    }

    .actions-toolbar:before,
    .actions-toolbar:after {
        content: '';
        display: table
    }

    .actions-toolbar:after {
        clear: both
    }

    .actions-toolbar .primary,
    .actions-toolbar .secondary {
        float: none;
        width: 100%;
        text-align: center
    }

    .actions-toolbar .primary,
    .actions-toolbar .secondary {
        display: inline-block
    }

    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary a.action {
        display: inline-block
    }

    .actions-toolbar .primary .action {
        margin: 0
    }

    .actions-toolbar .secondary a.action {
        margin-top: 6px
    }

    .actions-toolbar:before,
    .actions-toolbar:after {
        content: '';
        display: table
    }

    .actions-toolbar:after {
        clear: both
    }

    .actions-toolbar .primary,
    .actions-toolbar .secondary {
        float: none;
        width: 100%;
        text-align: center
    }

    .actions-toolbar .primary,
    .actions-toolbar .secondary {
        display: inline-block
    }

    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary a.action {
        display: inline-block
    }

    .actions-toolbar .primary .action {
        margin: 0
    }

    .actions-toolbar .secondary a.action {
        margin-top: 6px
    }
}

.product-info-stock-sku .configurable-variation-qty {
    display: none
}

@media all and (max-width:1024px) and (min-width:768px) {
    .purchase-order-data-items.product.data.items>.item.title>.switch {
        padding: 1px 15px
    }
}

.form-discount .g-recaptcha {
    margin-top: 50px !important
}

.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
}

.form-giftcard-redeem .g-recaptcha {
    margin-top: 40px
}

.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
    margin-top: 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
}

.form.wishlist.share .g-recaptcha {
    margin-bottom: 40px
}

@font-face {
    font-family: 'magento-icons';
    src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: auto
}

@keyframes loading {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(359.9deg)
    }
}

@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
    }
}

@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 {
        margin: 0 auto;
        width: 280px
    }

    .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
    }
}

@media all and (min-width:1450px) {
    div#bsp-bottom-bar .content {
        width: 80%;
        min-width: 1450px
    }

    div#bsp-bottom-bar .content .list {
        width: 70%
    }

    div#bsp-bottom-bar .content .list .list-items .select-more {
        min-width: 227px
    }

    div#bsp-bottom-bar .content .summary {
        width: 30%
    }

    div#bsp-bottom-bar .content .summary .action .tocart {
        padding: 15px 30px
    }

    div#bsp-bottom-bar .content .summary .action .tocart>span {
        min-width: 150px;
        margin-left: -1rem
    }
}

@media all and (min-width:1450px) {
    #bundle-step-promotion .product-grid {
        width: 80%;
        min-width: 1450px
    }
}

@media all and (max-width:400px) {
    div#bundle-step-promotion .product-grid ol.product-items>li button.tocart {
        min-width: unset
    }

    div#bundle-step-promotion .product-grid ol.product-items>li .product-label {
        top: 8px;
        left: 8px
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.admin__action-group-wrap {
    display: inline-block;
    position: relative
}

.admin__action-group-wrap .action-select {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PHBhdGggc3R5bGU9ImZpbGw6IzAxMDAwMjsiIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4YzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGM0LjE5NCw0LjE5NCw0LjE5NCwxMC45ODEsMCwxNS4xOGwtODEuOTM5LDgxLjkzNEM5OC4xNjYsMTQzLjMyOSw5NS40MTksMTQ0LjM3Myw5Mi42NzIsMTQ0LjM3M3oiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
    background-size: 20px 13px;
    background-position: 95% 53%;
    background-repeat: no-repeat;
    text-indent: .01em;
    padding: 5px 35px 5px 5px
}

.admin__action-group-wrap .action-select:hover {
    border-color: #f1f2f2
}

.admin__action-group-wrap .action-select[disabled] {
    color: #41362f
}

.admin__action-group-wrap .action-select._mage-error {
    border: 1px solid #5f131d
}

.admin__action-group-wrap._focus .action-select._mage-error {
    border: 1px solid #5f131d
}

.admin__action-group-wrap._active {
    z-index: 5
}

.admin__action-group-wrap .action-menu {
    border: 1px solid #f1f2f2;
    display: none;
    max-height: 45rem;
    overflow-y: auto
}

.admin__action-group-wrap .action-menu._active {
    display: block
}

.admin__action-group-wrap .action-menu ._disabled:hover {
    background: #fff
}

.admin__action-group-wrap .action-menu ._disabled .action-menu-item {
    cursor: default;
    opacity: .5
}

.admin__action-group-wrap .action-menu-items {
    left: 0;
    position: absolute;
    right: 0;
    top: 100%
}

.admin__action-group-wrap .action-menu-items>.action-menu {
    min-width: 100%;
    position: static
}

.admin__action-group-wrap .action-menu-items>.action-menu .action-submenu {
    position: absolute;
    right: -100%
}

.admin__action-group-wrap .validate-select-field {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-action-reset,
.action-close {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.abs-action-reset:hover,
.action-close:hover {
    background-color: transparent;
    border: none;
    box-shadow: none
}

.action-close {
    display: inline-block;
    text-decoration: none
}

.action-close>span {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute
}

.action-close:active {
    transform: scale(.9)
}

.action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: 1;
    color: inherit;
    content: '\e616';
    font-family: 'Material Icons Outlined';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.action-close:before {
    transition: color .1s linear
}

.action-close:hover {
    cursor: pointer;
    text-decoration: none
}

.admin__action-group-list {
    background-color: #fff;
    border: 1px solid #757575;
    border-radius: 1px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    color: #41362f;
    display: none;
    font-weight: 400;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    right: 0
}

.admin__action-group-list._active {
    display: block
}

@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: #666
    }

    .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 1px
    }

    .form-shipping-address .field-tooltip {
        top: 25px
    }
}

@font-face {
    font-family: 'magento-icons';
    src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@media print {
    body {
        min-width: 102.4rem
    }
}

[data-appearance=collage-centered] .pagebuilder-slide-wrapper {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

[data-appearance=collage-centered] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:768px) {
    [data-content-type=tab-item] {
        background-attachment: scroll !important
    }
}

@media all and (min-width:769px) {
    .pagebuilder-mobile-only {
        display: none !important
    }
}

@media all and (max-width:768px) {
    .pagebuilder-mobile-hidden {
        display: none !important
    }
}

.storefront__actions-switch {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.admin__field-control .storefront__actions-switch {
    line-height: 2.1rem
}

.storefront__actions-switch+.admin__field-service {
    min-width: 1.267rem
}

input[type=checkbox].storefront__actions-switch-checkbox {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

._disabled input[type=checkbox].storefront__actions-switch-checkbox+.storefront__actions-switch-label,
input[type=checkbox].storefront__actions-switch-checkbox.disabled+.storefront__actions-switch-label {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}

._disabled input[type=checkbox].storefront__actions-switch-checkbox+.storefront__actions-switch-label:before,
input[type=checkbox].storefront__actions-switch-checkbox.disabled+.storefront__actions-switch-label:before {
    border-radius: 50%;
    top: 1px
}

input[type=checkbox].storefront__actions-switch-checkbox:checked+.storefront__actions-switch-label:before {
    left: 20px;
    top: 1px;
    border-radius: 50%
}

input[type=checkbox].storefront__actions-switch-checkbox:checked+.storefront__actions-switch-label:after {
    background: #0f5722
}

input[type=checkbox].storefront__actions-switch-checkbox:checked+.storefront__actions-switch-label .storefront__actions-switch-text:before {
    content: attr(data-text-on)
}

input[type=checkbox].storefront__actions-switch-checkbox:focus+.storefront__actions-switch-label:before,
input[type=checkbox].storefront__actions-switch-checkbox:focus+.storefront__actions-switch-label:after {
    border-color: #999
}

._error input[type=checkbox].storefront__actions-switch-checkbox+.storefront__actions-switch-label:before,
._error input[type=checkbox].storefront__actions-switch-checkbox+.storefront__actions-switch-label:after {
    border-color: #e22626
}

input[type=checkbox]:checked+label.storefront__actions-switch-label:before {
    content: '' !important
}

input[type=checkbox]+label.storefront__actions-switch-label {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    position: relative;
    user-select: none;
    vertical-align: middle
}

input[type=checkbox]+label.storefront__actions-switch-label:before,
input[type=checkbox]+label.storefront__actions-switch-label:after {
    left: 0;
    position: absolute;
    right: auto;
    top: 0
}

input[type=checkbox]+label.storefront__actions-switch-label:before {
    background: #fff;
    border: 1px solid #999;
    border-radius: 100%;
    content: '';
    display: block;
    height: 21px;
    transition: left .2s ease-in 0s;
    width: 21px;
    z-index: 1;
    top: 1px
}

input[type=checkbox]+label.storefront__actions-switch-label:after {
    background: #999;
    border: 1px solid #999;
    border-radius: 34px;
    content: '';
    display: block;
    height: 23px;
    transition: background .2s ease-in 0s;
    width: 43px;
    z-index: 0
}

.storefront__actions-switch-text:before {
    content: attr(data-text-off);
    padding-left: 53px;
    white-space: nowrap
}

@media screen and (orientation:landscape) and (min-device-width:480px) and (max-device-width:979px) {
    aside.smile-storedelivery-checkout-modal .store-search-form {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    aside.smile-storedelivery-checkout-modal .store-search-form>* {
        -webkit-flex-basis: calc(100% - 5px);
        -ms-flex-preferred-size: calc(100% - 5px);
        flex-basis: calc(100% - 5px)
    }

    aside.smile-storedelivery-checkout-modal .store-search-form>*:first-child {
        margin-right: 5px
    }

    aside.smile-storedelivery-checkout-modal .store-search-form>*:last-child {
        margin-left: 5px
    }

    aside.smile-storedelivery-checkout-modal .modal-inner-wrap .modal-content {
        -webkit-flex-basis: calc(100vh - 170px);
        -ms-flex-preferred-size: calc(100vh - 170px);
        flex-basis: calc(100vh - 170px)
    }

    aside.smile-storedelivery-checkout-modal .modal-inner-wrap .modal-footer {
        -webkit-flex-basis: 80px;
        -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
        padding-top: 10px
    }

    body.checkout-index-index aside.smile-storedelivery-checkout-modal .fulltext-search-wrapper .field {
        margin-bottom: 0
    }

    body.checkout-index-index aside.smile-storedelivery-checkout-modal .search-result-list {
        max-height: calc(100vh - 220px)
    }
}

@media all and (max-width:1200px) and (min-width:980px) {
    .catalog-product-view.aw-et-product-page .aw-et__view-options-container .sectors div.attendee-element {
        padding: 30px 0 0;
        margin-right: 0
    }
}

@media all and (min-width:1200px) {
    .catalog-product-view.aw-et-product-page .aw-et__view-options-container .sectors .tickets-type-item-content {
        width: 85%
    }

    .catalog-product-view.aw-et-product-page .aw-et__view-options-container .sectors .sector:after {
        width: calc(100% - 120px)
    }
}

@media all and (max-width:1280px) and (min-width:980px) {
    .aw-et__view-options-container .sectors div.attendee-element .field .input-option-field {
        display: unset
    }

    .aw-et__view-options-container .sectors div.attendee-element .field .input-option-field .input-option-addon {
        margin-top: 10px
    }

    .aw-et__view-options-container .sectors div.attendee-element .field .input-option-field input[has-addon=true] {
        max-width: 100%
    }

    .aw-et__view-options-container .sectors div.attendee-element .field .input-option-field .input-option-addon {
        margin-left: 0;
        max-width: 100%
    }
}

@media all and (min-width:1168px) {
    .wishlist .box-tocart .fieldset .unavailable.stock {
        margin-bottom: 16px
    }
}

@media print {
    .requisition-list-requisition-print .table-wrapper table {
        table-layout: auto
    }
}

@media only screen and (min-width:768px) and (max-width:979px) {
    .copyright-icon-sprite.copyright-icon-au {
        max-width: 470px
    }
}

@media screen and (min-width:980px) and (max-width:1365px) {
    .sticky-header-widget div.page-title-section .breadcrumbs.buy-now {
        grid-template-columns: 8fr 2fr
    }

    .sticky-header-widget div.page-title-section .breadcrumbs.buy-now ul.items {
        display: none
    }

    .sticky-header-widget #nikon-product-sticky-menu-right-wrapper {
        justify-content: flex-start
    }

    .sticky-header-widget li.nikon-product-sticky-menu-right-item.nikon-product-sticky-menu-right-item-active {
        padding: 5px 10px 5px 0
    }

    .sticky-header-widget .nikon-product-sticky-menu-right {
        padding: 0
    }
}

.pac-container {
    z-index: 9999 !important
}

@media all and (min-width:680px) {
    .amcart-minipage-wrap .amcart-message-box {
        position: relative;
        margin: 0 auto;
        padding: 40px 0 13px;
        width: 400px;
        max-width: initial
    }

    .amcart-minipage-wrap .ampage-top-info {
        margin-top: 15px
    }

    .amcart-product-notice {
        position: absolute;
        top: 0;
        left: 50%;
        width: 60%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 0 0 7px 7px
    }

    .aa-dataset-products-wrapper .title {
        display: block;
        padding: 30px 30px 0
    }

    .see-all {
        padding: 30px;
        text-align: left
    }

    #algolia-autocomplete-container .aa-dropdown-menu {
        margin-top: -2px;
        left: 0 !important
    }

    #algolia-autocomplete-container .aa-dataset-products .aa-suggestion {
        width: 50%
    }

    #algolia-autocomplete-container .aa-dataset-products .aa-suggestions {
        margin-top: 10px
    }

    #algolia-autocomplete-container #autocomplete-products-footer {
        margin: 50px 0 10px
    }

    #algolia-autocomplete-container .autocomplete-wrapper .col3 {
        margin: 0 0 50px
    }

    #algolia-autocomplete-container .other-sections {
        margin: 0 30px
    }

    #algolia-autocomplete-container .other-sections .aa-dataset-0 .aa-suggestions:before,
    #algolia-autocomplete-container .other-sections .aa-dataset-0 .aa-suggestions:after {
        content: '';
        display: table
    }

    #algolia-autocomplete-container .other-sections .aa-dataset-0 .aa-suggestions:after {
        clear: both
    }

    #algolia-autocomplete-container .other-sections .aa-dataset-0 .aa-suggestions .aa-suggestion {
        display: inline-block;
        float: left;
        width: 50%
    }

    .algolia-wrapper {
        position: absolute;
        left: 0
    }

    .sub-categories {
        margin-top: 35px
    }

    .sub-categories .catalog-sub-categories-block {
        margin: 0 -10px
    }

    .sub-categories .catalog-sub-categories-block .category-item {
        width: 25%;
        padding: 0 10px
    }

    .multishipping-checkout_address-newshipping .form-address-edit,
    .multishipping-checkout_address-editbilling .form-address-edit,
    .multishipping-checkout_address-editshipping .form-address-edit {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 750px;
        margin: 0 auto
    }

    .multishipping-checkout_address-newshipping .form-address-edit .fieldset,
    .multishipping-checkout_address-editbilling .form-address-edit .fieldset,
    .multishipping-checkout_address-editshipping .form-address-edit .fieldset {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0 10px 0 0
    }

    .multishipping-checkout_address-newshipping .form-address-edit .fieldset+.fieldset,
    .multishipping-checkout_address-editbilling .form-address-edit .fieldset+.fieldset,
    .multishipping-checkout_address-editshipping .form-address-edit .fieldset+.fieldset {
        padding: 0 0 0 10px
    }

    .multishipping-checkout_address-newshipping .form-address-edit .fieldset>.field .additional,
    .multishipping-checkout_address-editbilling .form-address-edit .fieldset>.field .additional,
    .multishipping-checkout_address-editshipping .form-address-edit .fieldset>.field .additional {
        margin-top: 28px
    }

    table.grouped tr {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    table.grouped tr .col.item {
        flex: 1 1 auto
    }

    table.grouped tr .col.qty {
        min-width: 90px;
        width: 90px
    }

    [class^=multishipping-] .actions-toolbar {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start
    }

    [class^=multishipping-] .actions-toolbar .primary {
        width: auto;
        flex: 1
    }

    [class^=multishipping-] .actions-toolbar .secondary {
        margin: 0 35px 0 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start
    }

    [class^=multishipping-] .actions-toolbar .secondary button:not(:first-child) {
        margin-right: 30px
    }

    [class^=multishipping-] .actions-toolbar .secondary>a {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0
    }

    .multicheckout.form table .field label {
        display: none
    }

    .multicheckout.form table td.product,
    .multicheckout.form table td.actions {
        vertical-align: middle
    }

    .multicheckout .actions-toolbar .primary {
        min-width: 240px;
        max-width: 100%;
        order: 2
    }

    .multicheckout .actions-toolbar .secondary {
        float: none;
        margin-top: 0;
        text-align: left;
        order: 1
    }

    .multicheckout .actions-toolbar .secondary .action {
        margin-right: 30px;
        max-width: 240px
    }

    .multicheckout .actions-toolbar .secondary .action.back {
        display: block;
        float: left
    }

    .multicheckout .item-options {
        margin: 20px 0 0
    }

    .multicheckout .block-content {
        padding-top: 20px;
        overflow: hidden
    }

    .multicheckout .block-content .box {
        margin-bottom: 0
    }

    .multicheckout .block-shipping {
        overflow: hidden
    }

    .multicheckout .block-shipping .box {
        float: left;
        width: 33%
    }

    .multicheckout .block-shipping .box.box-items {
        width: 27%
    }

    .multicheckout .block-shipping .box-shipping-method {
        padding-left: 25px;
        padding-right: 25px;
        width: 40%
    }

    .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
        display: none
    }

    .multicheckout .block-billing .block-content {
        display: flex;
        flex-direction: row
    }

    .multicheckout .block-billing .box-billing-address {
        width: 25%
    }

    .multicheckout .block-billing .box-billing-method {
        padding-left: 25px;
        width: 50%
    }

    .multicheckout.form.address .table-wrapper .applicable {
        margin: 7px 0 0
    }

    .multicheckout.order-review {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .multicheckout.order-review .payment-method {
        border: none;
        padding: 0
    }

    .multicheckout.order-review .block {
        width: 50%
    }

    .multicheckout.order-review .block.block-billing {
        padding-right: 30px
    }

    .multicheckout.order-review .block .block-content .box {
        width: 50%
    }

    .multicheckout.order-review .block .block-content .box.box-items {
        width: 100%
    }

    .multicheckout.order-review .box-items {
        clear: left;
        float: none;
        padding-top: 40px;
        width: auto
    }

    .multicheckout.order-review .checkout-review {
        width: 100%
    }

    .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%
    }

    .page-product-giftcard [name=custom_giftcard_amount],
    body[class*=gift-card] [name=custom_giftcard_amount] {
        font-size: 1.4rem
    }

    .page-product-giftcard [name=giftcard_message],
    body[class*=gift-card] [name=giftcard_message] {
        min-height: 136px
    }

    .page-product-giftcard .product-add-form:not(#sticky-header-submit),
    body[class*=gift-card] .product-add-form:not(#sticky-header-submit) {
        padding-bottom: 54px
    }

    .page-product-giftcard .giftcard.form .fieldset .fields,
    body[class*=gift-card] .giftcard.form .fieldset .fields {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -15px
    }

    .page-product-giftcard .giftcard.form .fieldset .fields .field,
    body[class*=gift-card] .giftcard.form .fieldset .fields .field {
        width: 100%;
        padding: 0 15px
    }

    .review-field-ratings {
        max-width: 350px
    }

    .daterangepicker {
        width: auto
    }

    .daterangepicker .ranges ul {
        width: 160px
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left
    }

    .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-right: 12px
    }

    .daterangepicker.ltr .calendar.right {
        margin-left: 0
    }

    .daterangepicker.ltr .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px
    }

    .daterangepicker.ltr .ranges,
    .daterangepicker.ltr .calendar {
        float: left
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right
    }

    .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-left: 12px
    }

    .daterangepicker.rtl .calendar.right {
        margin-right: 0
    }

    .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px
    }

    .daterangepicker.rtl .ranges,
    .daterangepicker.rtl .calendar {
        text-align: right;
        float: right
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .calendar.left {
        clear: none
    }

    .daterangepicker.single.ltr .ranges,
    .daterangepicker.single.ltr .calendar {
        float: left
    }

    .daterangepicker.single.rtl .ranges,
    .daterangepicker.single.rtl .calendar {
        float: right
    }
}

@media all and (min-width:768px),
print {

    .shipping-address-modal .modal-inner-wrap,
    .billing-address-modal .modal-inner-wrap {
        min-height: 620px;
        width: 700px
    }

    .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
    .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
        border: none
    }

    .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
    .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
        max-height: 438px
    }

    .address-loading-mask {
        top: 115px
    }

    .form-purchase-order {
        margin-bottom: 0
    }

    .checkout-agreements-block {
        clear: both
    }

    #store-selector .form-continue .actions-toolbar>.primary {
        float: right
    }

    #store-selector .form-continue .actions-toolbar .action.primary {
        margin: 0
    }

    .purchaseorder-purchaseorder-view .page-title {
        margin-bottom: .7rem;
        margin-top: 0
    }

    .purchaseorder-purchaseorder-view .purchase-order-status {
        margin-top: .7rem
    }

    .purchase-order-totals-wrap .purchase-order-totals {
        float: right;
        width: 55%
    }

    .multiple-skus-item .field.qty .label {
        visibility: hidden
    }

    .account .toolbar .limiter {
        float: right
    }

    .purchaseorder-actions-toolbar {
        float: right
    }

    .amcart-message-box,
    .amcart-message-box .related {
        width: 462px
    }

    .am-related-box,
    .am-related-box .related {
        width: 462px
    }

    #confirmBox {
        max-height: 90vh
    }

    #confirmBox .products-grid .product-item-actions {
        margin-top: 0
    }

    #confirmOverlay.am-center {
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #confirmOverlay.am-right {
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 230px
    }

    #confirmOverlay.am-left {
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 230px
    }

    #confirmOverlay.am-top-right {
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 130px 230px 0 0
    }

    #confirmOverlay.am-top-left {
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 130px 0 0 230px
    }

    #confirmOverlay.am-top {
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        padding-top: 130px
    }

    .amcart-message-box .products .product-item {
        margin: 0;
        width: 60%
    }

    .am-related-box .related .products .item.product:hover .am-actions-wrapper {
        top: 0
    }

    .am-related-box .related .products .product-item {
        margin: 0;
        padding: 0;
        width: 60%
    }

    .am-related-box .related .products .product-item-actions .secondary-addto-links {
        display: none
    }

    .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
        display: block
    }

    .amcart-confirm-buttons .button {
        width: 42%
    }

    .amcart-confirm-buttons .am-btn-left {
        margin-right: 20px
    }

    .amcart-confirm-buttons .timer {
        display: inline
    }

    .am-slider.owl-carousel .owl-prev {
        margin-left: 10px
    }

    .am-slider.owl-carousel .owl-next {
        margin-right: 10px
    }

    .amcart-minipage-wrap .amcart-message-box {
        min-width: 700px
    }

    .amcart-minipage-wrap .product-item-info {
        margin-top: 60px;
        min-height: 450px
    }

    .amcart-minipage-wrap .am-photo-container {
        position: absolute;
        left: 0;
        margin: 0;
        padding: 0 25px;
        width: 50%;
        border: 0;
        box-sizing: border-box
    }

    .amcart-minipage-wrap .am-photo-container>.product-item-photo {
        width: 100%;
        border: 0
    }

    .amcart-minipage-wrap .am-photo-container .product-image-container {
        border: 1px solid #b2b2b2
    }

    .amcart-minipage-wrap .amcart-confirm-buttons {
        clear: both;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        margin: 0 25px 40px
    }

    .amcart-minipage-wrap .amcart-confirm-buttons .button {
        margin: 0;
        max-width: 305px;
        height: 70px
    }

    .amcart-product-notice {
        padding: 20px 35px;
        width: initial;
        font-size: 14px
    }

    .ampage-top-info {
        float: right;
        margin: 0;
        width: 50%
    }

    .ampage-bottom-info {
        clear: both;
        float: right;
        margin-bottom: 20px;
        width: 50%
    }

    .ampage-top-info,
    .ampage-bottom-info {
        padding: 0 20px 0 0;
        box-sizing: border-box
    }

    .ampage-bottom-info .am-description {
        margin: 0
    }

    .ampage-bottom-info .product-info-main {
        width: 100% !important
    }

    .ampage-bottom-info .product-add-form {
        padding: 0;
        margin: 0
    }

    .ampage-top-info .am-title {
        margin-bottom: 10px;
        font-size: 24px
    }

    .ampage-top-info .product-reviews-summary {
        margin-bottom: 10px
    }

    .ampage-top-info .product-reviews-summary .action {
        margin-left: 10px
    }

    .ampage-bottom-info .am-description {
        font-size: 14px;
        margin-top: 5px
    }

    .ampage-bottom-info .product-add-form {
        padding: 0
    }

    .amcart-qty-wrap {
        margin: 0 0 0 25px
    }

    .amcart-qty-wrap>.amcart-label {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }

    .amcart-qty-wrap>.amcart-refresh {
        margin-left: 15px
    }

    .amexit-popup-container .amexit-popup {
        width: 450px
    }

    #store-selector .form-continue .actions-toolbar>.primary {
        float: right
    }

    #store-selector .form-continue .actions-toolbar .action.primary {
        margin: 0
    }

    .green-id-modal .modal-inner-wrap .modal-header .modal-title {
        padding: 0
    }

    .green-id-modal .modal-content,
    .green-id-modal .modal-header {
        padding: 30px 30px 0
    }

    .p2c2p-payment-success .checkout-success {
        margin-top: 60px;
        margin-bottom: 120px
    }

    .p2c2p-payment-success .checkout-success>.primary .secondary {
        max-width: 240px
    }

    .p2c2p-payment-success .registration-container {
        margin-top: 60px;
        padding-top: 30px;
        border-top: 1px solid #f1f2f2
    }

    .p2c2p-payment-failed .checkout-failed {
        margin-top: 60px;
        margin-bottom: 120px
    }

    .sales-order-view .actions-toolbar.order-actions-toolbar div.finalising-action {
        float: right;
        text-align: right;
        max-width: 650px;
        padding-top: 20px;
        margin-bottom: 60px
    }

    .sales-order-view .actions-toolbar.order-actions-toolbar div.finalising-action .message {
        max-width: 65%
    }

    .algolia-instant-results-wrapper {
        margin-bottom: 60px
    }

    #instant-search-results-container .ais-hits {
        margin: 0 -10px
    }

    #instant-search-results-container .ais-hits--item {
        padding: 0 10px;
        margin: 0 0 20px
    }

    .instant-search-wrapper .action-close {
        display: none
    }

    #algolia-left-container {
        width: 100%;
        -webkit-order: -1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-right: 3%;
        margin-bottom: 0
    }

    #algolia-right-container {
        width: 100%;
        -webkit-order: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .infos {
        border-width: 1px;
        border-color: #f1f2f2;
        border-radius: 0;
        border-style: solid;
        padding: 10px 20px
    }

    .sort-by-label {
        margin-right: 20px
    }

    #algolia-sorts {
        max-width: 100%
    }

    #algolia-sorts select {
        max-width: 140px
    }

    .infos,
    .algolia-toolbar {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .algolia-toolbar {
        padding: 0;
        border-width: 1px 0 1px 1px;
        border-color: #f1f2f2;
        border-radius: 0;
        border-style: solid
    }

    .algolia-toolbar .pull-left {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #algolia-sorts {
        width: 140px
    }

    .ais-pagination {
        border-width: 0 0 0 1px;
        border-color: #f1f2f2;
        border-radius: 0;
        border-style: solid
    }

    .ais-pagination .ais-pagination--item,
    .ais-pagination .ais-pagination--item__previous,
    .ais-pagination .ais-pagination--item__next {
        border-width: 0 1px 0 0;
        border-color: #f1f2f2;
        border-radius: 0;
        border-style: solid
    }

    .cart .table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        max-width: 100%
    }

    .cart .table th {
        text-align: left
    }

    .cart .table>tbody>tr>th,
    .cart .table>tfoot>tr>th,
    .cart .table>tbody>tr>td,
    .cart .table>tfoot>tr>td {
        vertical-align: top
    }

    .cart .table>thead>tr>th,
    .cart .table>thead>tr>td {
        vertical-align: bottom
    }

    .cart .table>thead>tr>th,
    .cart .table>tbody>tr>th,
    .cart .table>tfoot>tr>th,
    .cart .table>thead>tr>td,
    .cart .table>tbody>tr>td,
    .cart .table>tfoot>tr>td {
        padding: 22px 10px 10px
    }

    .cart .table .product-item-details .wishlist {
        display: inline-block
    }

    .cart .table>tbody>tr>td {
        padding-bottom: 30px
    }

    .cart .table>tbody>tr.item-messages>td:first-child {
        padding-left: 138px
    }

    .cart .table .item {
        padding-left: 0
    }

    .cart .table td.subtotal,
    .cart .table td.price {
        font-weight: 600;
        padding-top: 30px
    }

    .cart .table td.actions {
        text-align: right
    }

    .cart .table thead .col {
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        padding: 16px 10px 20px
    }

    .cart .table thead+tbody td {
        border-top-width: 2px
    }

    .cart .product-item-details,
    .cart .product-item-photo {
        float: left
    }

    .cart .product-item-details .actions.wishlist {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .cart .product-item-details .dangerous-goods {
        margin-bottom: 0;
        margin-top: 0
    }

    .cart .product-item-name {
        margin: 10px 0 5px
    }

    .cart.actions {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        border-top: 1px solid #f1f2f2;
        padding-top: 30px
    }

    .cart.actions .update,
    .cart.actions .continue {
        width: auto;
        display: inline-block
    }

    .cart.actions .update {
        -webkit-order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        background-image: none;
        background: #fd0;
        border: 2px solid #fd0;
        color: #0a0203;
        cursor: pointer;
        display: inline-block;
        font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 600;
        padding: 15px 45px;
        font-size: 1.2rem;
        line-height: 1.6rem;
        box-sizing: border-box;
        vertical-align: middle;
        background: 0 0;
        min-width: 210px
    }

    .cart.actions .update:focus,
    .cart.actions .update:active {
        background: #fff;
        border: 2px solid #fd0;
        color: #0a0203
    }

    .cart.actions .update:hover {
        background: #fff;
        border: 2px solid #fd0;
        color: #0a0203
    }

    .cart.actions .update.disabled,
    .cart.actions .update[disabled],
    fieldset[disabled] .cart.actions .update {
        opacity: .5;
        cursor: default;
        pointer-events: none
    }

    .cart.actions .update:hover {
        background: #fd0
    }

    .cart.actions .continue {
        -webkit-order: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 0
    }

    .cart-empty {
        padding: 60px 0 90px
    }

    .cart-product-holder h2 {
        margin: 0 0 30px
    }

    .cart-product-holder .pagebuilder-column {
        margin-bottom: 0
    }

    .checkout-container {
        margin-top: 30px
    }

    .checkout-container .checkout-payment-method .payment-method-title .label[for=paypal_express] {
        background-size: auto
    }

    .checkout-container .checkout-payment-method .payment-method-title .label[for=paypal_express] span {
        display: -webkit-inline-block;
        display: -webkit-box;
        display: -ms-inline-blockbox;
        display: inline-block
    }

    .checkout-container .checkout-payment-method .payment-method-title .label[for=paypal_express] .action-help {
        position: absolute;
        right: 100px;
        font-size: 17px
    }

    .form-shipping-address .field-tooltip {
        top: 5px;
        transform: none
    }

    .form-shipping-address .field-tooltip .field-tooltip-content {
        top: 34px;
        right: -3px;
        left: auto
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:before,
    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        left: auto;
        right: 10px;
        top: 0;
        margin-top: -10px;
        border-style: solid;
        border-color: transparent transparent #666;
        border-width: 0 10px 10px
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        border-color: transparent transparent #fff;
        top: 1px
    }

    .checkout-header-content {
        padding: 5px 35px
    }

    .checkout-index-index .force-signup-form ul li {
        margin-bottom: 10px
    }

    .checkout-footer-wrapper {
        margin-top: 120px
    }

    .checkout-onepage-success .page-title-section,
    .multishipping-checkout-success .page-title-section {
        padding: 29px 0
    }

    .checkout-onepage-success .page-title-section .page-title,
    .multishipping-checkout-success .page-title-section .page-title {
        text-align: left
    }

    .checkout-onepage-success .checkout-success,
    .multishipping-checkout-success .checkout-success,
    .checkout-onepage-success .registration,
    .multishipping-checkout-success .registration {
        margin-top: 60px
    }

    .checkout-onepage-success .checkout-success .action.secondary,
    .multishipping-checkout-success .checkout-success .action.secondary,
    .checkout-onepage-success .registration .action.secondary,
    .multishipping-checkout-success .registration .action.secondary {
        max-width: 240px
    }

    .checkout-onepage-success .registration,
    .multishipping-checkout-success .registration {
        margin-top: 10px;
        padding-top: 30px
    }

    .checkout-onepage-success .registration-container,
    .multishipping-checkout-success .registration-container {
        margin-top: 60px;
        padding-top: 30px
    }

    .checkout-onepage-success .registration-container .action.primary,
    .multishipping-checkout-success .registration-container .action.primary {
        background-image: none;
        background: #fd0;
        border: 2px solid #fd0;
        border-radius: 0;
        color: #0a0203;
        cursor: pointer;
        display: inline-block;
        font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: .5px;
        min-width: auto;
        padding: 15px 25px;
        text-decoration: none;
        text-transform: uppercase;
        transition: .2s ease-in-out;
        max-width: 210px;
        font-size: 1.2rem;
        line-height: 1.6rem;
        text-align: center;
        box-sizing: border-box;
        vertical-align: middle
    }

    .checkout-onepage-success .registration-container .action.primary:focus,
    .multishipping-checkout-success .registration-container .action.primary:focus,
    .checkout-onepage-success .registration-container .action.primary:active,
    .multishipping-checkout-success .registration-container .action.primary:active {
        text-decoration: none;
        background: #fff;
        border: 2px solid #fd0;
        color: #0a0203
    }

    .checkout-onepage-success .registration-container .action.primary:hover,
    .multishipping-checkout-success .registration-container .action.primary:hover {
        text-decoration: none;
        background: #fff;
        border: 2px solid #fd0;
        color: #0a0203
    }

    .checkout-onepage-success .registration-container .action.primary.disabled,
    .multishipping-checkout-success .registration-container .action.primary.disabled,
    .checkout-onepage-success .registration-container .action.primary[disabled],
    .multishipping-checkout-success .registration-container .action.primary[disabled],
    fieldset[disabled] .checkout-onepage-success .registration-container .action.primary,
    fieldset[disabled] .multishipping-checkout-success .registration-container .action.primary {
        opacity: .5;
        cursor: default;
        pointer-events: none
    }

    .checkout-onepage-success .main,
    .multishipping-checkout-success .main {
        margin-bottom: 120px
    }

    .checkout-onepage-success .checkout-success .primary .action.primary,
    .multishipping-checkout-success .checkout-success .primary .action.primary,
    .checkout-onepage-success .multicheckout.success .primary .action.primary,
    .multishipping-checkout-success .multicheckout.success .primary .action.primary {
        background-image: none;
        background: #fff;
        border: 2px solid #fd0;
        border-radius: 3px;
        color: #0a0203;
        cursor: pointer;
        display: inline-block;
        font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: .5px;
        min-width: auto;
        padding: 15px 25px;
        text-decoration: none;
        text-transform: uppercase;
        transition: .2s ease-in-out;
        max-width: 240px;
        font-size: 1.2rem;
        line-height: 1.6rem;
        text-align: center;
        box-sizing: border-box;
        vertical-align: middle
    }

    .checkout-onepage-success .checkout-success .primary .action.primary:focus,
    .multishipping-checkout-success .checkout-success .primary .action.primary:focus,
    .checkout-onepage-success .multicheckout.success .primary .action.primary:focus,
    .multishipping-checkout-success .multicheckout.success .primary .action.primary:focus,
    .checkout-onepage-success .checkout-success .primary .action.primary:active,
    .multishipping-checkout-success .checkout-success .primary .action.primary:active,
    .checkout-onepage-success .multicheckout.success .primary .action.primary:active,
    .multishipping-checkout-success .multicheckout.success .primary .action.primary:active {
        text-decoration: none;
        background: #fd0;
        border: 2px solid #fd0;
        color: #0a0203
    }

    .checkout-onepage-success .checkout-success .primary .action.primary:hover,
    .multishipping-checkout-success .checkout-success .primary .action.primary:hover,
    .checkout-onepage-success .multicheckout.success .primary .action.primary:hover,
    .multishipping-checkout-success .multicheckout.success .primary .action.primary:hover {
        text-decoration: none;
        background: #fd0;
        border: 2px solid #fd0;
        color: #0a0203
    }

    .checkout-onepage-success .checkout-success .primary .action.primary.disabled,
    .multishipping-checkout-success .checkout-success .primary .action.primary.disabled,
    .checkout-onepage-success .multicheckout.success .primary .action.primary.disabled,
    .multishipping-checkout-success .multicheckout.success .primary .action.primary.disabled,
    .checkout-onepage-success .checkout-success .primary .action.primary[disabled],
    .multishipping-checkout-success .checkout-success .primary .action.primary[disabled],
    .checkout-onepage-success .multicheckout.success .primary .action.primary[disabled],
    .multishipping-checkout-success .multicheckout.success .primary .action.primary[disabled],
    fieldset[disabled] .checkout-onepage-success .checkout-success .primary .action.primary,
    fieldset[disabled] .multishipping-checkout-success .checkout-success .primary .action.primary,
    fieldset[disabled] .checkout-onepage-success .multicheckout.success .primary .action.primary,
    fieldset[disabled] .multishipping-checkout-success .multicheckout.success .primary .action.primary {
        opacity: .5;
        cursor: default;
        pointer-events: none
    }

    .checkout-shipping-method .checkout-shipping-method {
        margin-top: 30px
    }

    .checkout-shipping-method .step-title {
        margin: 15px 0 20px
    }

    html:not(.ie11) .checkout-shipping-method .step-title,
    html:not(.ie11) .shipping-policy-block {
        width: auto
    }

    .table-checkout-shipping-method>tbody>tr>td {
        width: 33.33333333%
    }

    .col-carrier {
        display: inline-block
    }

    .checkout-shipping-address .address {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .checkout-shipping-address .address .field {
        width: 100%
    }

    .checkout-shipping-address .address .field[name="shippingAddress.lastname"],
    .checkout-shipping-address .address .field[name="shippingAddress.firstname"],
    .checkout-shipping-address .address .field[name="shippingAddress.city"],
    .checkout-shipping-address .address .field[name="shippingAddress.region_id"],
    .checkout-shipping-address .address .field[name="shippingAddress.postcode"],
    .checkout-shipping-address .address .field[name="shippingAddress.country_id"],
    .checkout-shipping-address .address .field[name="shippingAddress.telephone"] {
        width: calc(50% - 10px)
    }

    .checkout-shipping-address .shipping-address-items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .checkout-shipping-address .shipping-address-item {
        width: calc(100%/2 - 10px*2);
        margin: 0 10px 20px
    }

    .checkout-shipping-address .shipping-address-item button {
        width: 100%;
        max-width: 210px
    }

    .checkout-shipping-address .action-show-popup {
        max-width: 240px
    }

    .shipping-policy-block {
        margin-top: 34px
    }

    .opc-wrapper .form-login .actions-toolbar .primary {
        width: 210px
    }

    .opc-wrapper .form-login .actions-toolbar .secondary {
        width: 175px;
        margin: 0 0 0 30px
    }

    .opc-wrapper .form-login .actions-toolbar .action.login {
        max-width: 210px
    }

    .opc-wrapper .form-login .actions-toolbar .secondary .remind {
        margin: 0
    }

    .payment-method-title {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        padding: 29px 0
    }

    .payment-method-title label {
        margin: 8px 0 3px
    }

    .payment-method-title .payment-method-image {
        float: right
    }

    .payment-method._active .payment-method-title {
        margin-bottom: 30px
    }

    .payment-method#payment-method-braintree-cc-vault .label img {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%
    }

    .payment-methods {
        margin-bottom: 30px
    }

    #payment-method-braintree-paypal .payment-method-title .label,
    #payment-method-braintree-googlepay .payment-method-title .label {
        width: 100%
    }

    #payment-method-braintree-paypal .payment-method-title .label img,
    #payment-method-braintree-googlepay .payment-method-title .label img {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .form-edit-company .legend {
        font-size: 1.4rem
    }

    .login-container .block.block-new-company {
        clear: none;
        float: right
    }

    .login-container .block.block-new-company .actions-toolbar {
        margin-top: 25px
    }

    .links-container {
        display: inline-block;
        position: relative
    }

    .links-container:before,
    .links-container:after {
        content: '';
        display: table
    }

    .links-container:after {
        clear: both
    }

    .links-container .action.switch {
        padding: 0;
        cursor: pointer;
        display: inline-block;
        text-decoration: none
    }

    .links-container .action.switch>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .links-container .action.switch:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1rem;
        line-height: 2.2rem;
        color: inherit;
        content: 'chevron_down';
        font-family: 'Material Icons Outlined';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .links-container .action.switch:hover:after {
        color: inherit
    }

    .links-container .action.switch:active:after {
        color: inherit
    }

    .links-container .action.switch.active {
        display: inline-block;
        text-decoration: none
    }

    .links-container .action.switch.active>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .links-container .action.switch.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1rem;
        line-height: 2.2rem;
        color: inherit;
        content: 'chevron_up';
        font-family: 'Material Icons Outlined';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .links-container .action.switch.active:hover:after {
        color: inherit
    }

    .links-container .action.switch.active:active:after {
        color: inherit
    }

    .links-container ul {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #fff;
        border: 1px solid #bbb;
        margin-top: 4px;
        min-width: 100%;
        z-index: 101;
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .15)
    }

    .links-container ul li {
        margin: 0;
        padding: 0
    }

    .links-container ul li:hover {
        background: #e8e8e8;
        cursor: pointer
    }

    .links-container ul:before,
    .links-container ul:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0
    }

    .links-container ul:before {
        border: 6px solid;
        border-color: transparent transparent #fff;
        z-index: 99
    }

    .links-container ul:after {
        border: 7px solid;
        border-color: transparent transparent #bbb;
        z-index: 98
    }

    .links-container ul:before {
        right: 10px;
        top: -12px
    }

    .links-container ul:after {
        right: 9px;
        top: -14px
    }

    .links-container.active {
        overflow: visible
    }

    .links-container.active ul {
        display: block
    }

    .links-container li a {
        color: #333;
        text-decoration: none;
        display: block;
        line-height: 1.4;
        padding: .8em
    }

    .links-container li a:visited {
        color: #333;
        text-decoration: none
    }

    .links-container li a:hover {
        color: #333;
        text-decoration: none
    }

    .links-container li a:active {
        color: #333;
        text-decoration: none
    }

    .links-container .customer-menu {
        display: none
    }

    .links-container .action.switch {
        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;
        color: #fff
    }

    .links-container .action.switch:focus,
    .links-container .action.switch:active {
        background: 0 0;
        border: none
    }

    .links-container .action.switch:hover {
        background: 0 0;
        border: none
    }

    .links-container .action.switch.disabled,
    .links-container .action.switch[disabled],
    fieldset[disabled] .links-container .action.switch {
        pointer-events: none;
        opacity: .5
    }

    .links-container .header.links {
        min-width: 225px
    }

    .links-container.active .action.switch:after {
        content: 'chevron_up'
    }

    .links-container.active .customer-menu {
        display: block
    }

    .links-container .greet {
        display: none
    }

    .customer-register .links-container-title {
        cursor: pointer
    }

    .manage-company-accounts .message+.actions-toolbar {
        margin-top: 50px
    }

    .modal-popup .actions-toolbar .secondary .action {
        background: 0 0;
        border: none;
        color: #000;
        font-weight: 400;
        margin: .7rem 1.5rem;
        padding: 0
    }

    .modal-popup .actions-toolbar .secondary .action:active,
    .modal-popup .actions-toolbar .secondary .action:not(:focus) {
        box-shadow: none
    }

    .modal-popup input:hover,
    .modal-popup textarea:hover {
        border-color: #68a8e0
    }

    .modal-popup.popup-tree .modal-inner-wrap .modal-footer {
        border-top: none;
        text-align: left
    }

    .popup-tree .fieldset {
        margin-bottom: 0
    }

    .popup-tree .modal-footer .primary {
        margin-right: 10px
    }

    .popup-tree .modal-footer .secondary {
        background: 0 0;
        border: none;
        color: #000;
        font-weight: 400;
        margin: .7rem 0;
        padding: 0;
        text-decoration: underline
    }

    .popup-tree .modal-footer .secondary:active,
    .popup-tree .modal-footer .secondary:not(:focus) {
        box-shadow: none
    }

    .popup-tree .modal-footer .secondary:hover {
        text-decoration: none
    }

    .page-title .edit-company-profile {
        left: -10px;
        position: relative
    }

    .company-profile-index .column.main .block .box-account-information .box-content,
    .company-profile-index .column.main .block .box-address-information .box-content,
    .company-profile-index .column.main .block .box-contact-information .box-content {
        line-height: 24px
    }

    .company-profile-edit .column.main .form-edit-company {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .company-profile-edit .column.main .form-edit-company .fieldset,
    .company-profile-edit .column.main .form-edit-company .actions-toolbar {
        width: 52%
    }

    .company-account-index .columns .column.main .block:not(.widget) .box-content strong {
        display: inline-block;
        width: 17%
    }

    .company-account-create .columns .main .form-create-account {
        width: 51%
    }

    .company-account-create .columns .main .form-create-account .fieldset-fullname .fields .field:last-child {
        margin: 0 0 10px
    }

    .company-users-index .long-text-field {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }

    .jstree li a {
        position: relative
    }

    .multicheckout.form table td.address {
        width: 40%
    }

    .account .quote-details-items .item .col.item {
        display: table-cell
    }

    .account .quote-details-items .item .col.qty {
        text-align: center
    }

    .account .quote-details-items .item .col .price {
        font-size: 14px;
        font-weight: 400
    }

    .account .page-main .block.quote-shipping-info.block-order-details-view {
        margin-top: 10px
    }

    .negotiable-quote-quote-index .data-grid thead>tr>td,
    .negotiable-quote-quote-index .data-grid thead>tr>th {
        border-bottom: 1px solid #d1d1d1
    }

    .negotiable-quote-quote-index .pages a.page {
        cursor: pointer
    }

    .negotiable-quote-quote-index .page-title {
        display: block;
        margin-bottom: 25px
    }

    .negotiable-quote-quote-view .page-title {
        margin-bottom: 5px
    }

    .negotiable-quote-quote-view.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
        width: 50%
    }

    .negotiable-quote-quote-view .modal-popup .form-shipping-address {
        max-width: 600px
    }

    .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
        float: right;
        margin: 0 0 0 20px
    }

    .negotiable-quote-quote-view .quote-table-totals {
        float: right;
        width: 55%
    }

    .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot>tr:not(.catalog_price_table)>th,
    .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot>tr:not(.catalog_price_table)>td {
        text-decoration: line-through
    }

    .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot>tr:not(.catalog_price_table):not(.proposed_quote_price)>th,
    .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot>tr:not(.catalog_price_table):not(.proposed_quote_price)>td {
        text-decoration: line-through
    }

    .quote-details-items thead .col.item,
    .quote-details-items .item .col.item {
        display: block
    }

    .quote-details-items thead .col.price,
    .quote-details-items .item .col.price,
    .quote-details-items thead .col.stock,
    .quote-details-items .item .col.stock,
    .quote-details-items thead .col.qty,
    .quote-details-items .item .col.qty,
    .quote-details-items thead .col.subtotal,
    .quote-details-items .item .col.subtotal {
        text-align: right
    }

    .quote-details-items thead .col .price,
    .quote-details-items .item .col .price {
        font-size: 18px;
        font-weight: 700;
        line-height: 1
    }

    .quote-details-items .content .quote-title {
        display: none
    }

    .quote-details-items .quote-table-totals-wrap {
        padding: 20px 30px
    }

    .account .quote-details-items .actions-toolbar>.action-delete {
        margin-top: 5px
    }

    .page-main .block.quote-shipping-info {
        margin-bottom: 0;
        margin-top: 40px
    }

    .page-title-wrapper .page-title {
        display: block
    }

    .quote-name {
        font-size: 1.6rem;
        margin-bottom: 20px;
        word-wrap: break-word
    }

    .mobile-label {
        display: none
    }

    .admin__data-grid-wrap {
        padding-top: 20px
    }

    .quote-shipping-info .box-shipping-address .box-content {
        font-size: 1.4rem
    }

    .quote-shipping-info .box-content .box {
        margin-bottom: 0;
        width: 50%
    }

    .quote-view-links.quote-view-buttons .action {
        margin-right: 10px
    }

    .quote-actions-toolbar .print {
        float: right;
        margin-left: 25px;
        margin-right: 0
    }

    .modal-popup.popup-edit-address .modal-inner-wrap .modal-footer {
        border-top: none;
        text-align: left
    }

    .popup-edit-address .fieldset {
        margin-bottom: 0
    }

    .popup-edit-address .modal-footer .primary {
        margin-right: 10px
    }

    .popup-edit-address .field .control>.field,
    .popup-edit-address .field .control>.fields>.field {
        margin: 0 0 20px;
        margin-bottom: 0
    }

    .popup-edit-address .field .control>.field>.label,
    .popup-edit-address .field .control>.fields>.field>.label {
        margin: 0 0 8px;
        display: inline-block
    }

    .popup-edit-address .field .control>.field:last-child,
    .popup-edit-address .field .control>.fields>.field:last-child {
        margin-bottom: 0
    }

    .popup-edit-address .field .control>.field>.label,
    .popup-edit-address .field .control>.fields>.field>.label {
        color: #0a0203;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        font-size: 1.4rem
    }

    .popup-edit-address .field .control>.field>.label+br,
    .popup-edit-address .field .control>.fields>.field>.label+br {
        display: none
    }

    .popup-edit-address .field .control>.field .choice input,
    .popup-edit-address .field .control>.fields>.field .choice input {
        vertical-align: top
    }

    .popup-edit-address .field .control>.field .fields.group:before,
    .popup-edit-address .field .control>.fields>.field .fields.group:before,
    .popup-edit-address .field .control>.field .fields.group:after,
    .popup-edit-address .field .control>.fields>.field .fields.group:after {
        content: '';
        display: table
    }

    .popup-edit-address .field .control>.field .fields.group:after,
    .popup-edit-address .field .control>.fields>.field .fields.group:after {
        clear: both
    }

    .popup-edit-address .field .control>.field .fields.group .field,
    .popup-edit-address .field .control>.fields>.field .fields.group .field {
        box-sizing: border-box;
        float: left
    }

    .popup-edit-address .field .control>.field .fields.group.group-2 .field,
    .popup-edit-address .field .control>.fields>.field .fields.group.group-2 .field {
        width: 50% !important
    }

    .popup-edit-address .field .control>.field .fields.group.group-3 .field,
    .popup-edit-address .field .control>.fields>.field .fields.group.group-3 .field {
        width: 33.3% !important
    }

    .popup-edit-address .field .control>.field .fields.group.group-4 .field,
    .popup-edit-address .field .control>.fields>.field .fields.group.group-4 .field {
        width: 25% !important
    }

    .popup-edit-address .field .control>.field .fields.group.group-5 .field,
    .popup-edit-address .field .control>.fields>.field .fields.group.group-5 .field {
        width: 20% !important
    }

    .popup-edit-address .field .control>.field .addon,
    .popup-edit-address .field .control>.fields>.field .addon {
        display: -webkit-inline-flex;
        display: -webkit-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
        width: 100%
    }

    .popup-edit-address .field .control>.field .addon textarea,
    .popup-edit-address .field .control>.fields>.field .addon textarea,
    .popup-edit-address .field .control>.field .addon select,
    .popup-edit-address .field .control>.fields>.field .addon select,
    .popup-edit-address .field .control>.field .addon input,
    .popup-edit-address .field .control>.fields>.field .addon input {
        -webkit-order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: inline-block;
        margin: 0;
        width: auto
    }

    .popup-edit-address .field .control>.field .addon .addbefore,
    .popup-edit-address .field .control>.fields>.field .addon .addbefore,
    .popup-edit-address .field .control>.field .addon .addafter,
    .popup-edit-address .field .control>.fields>.field .addon .addafter {
        background: #f1f2f2;
        background-clip: padding-box;
        border: 1px solid transparent;
        border-radius: 0;
        color: #0a0203;
        font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: 50px;
        line-height: 1.7143;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
        -webkit-order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto
    }

    .popup-edit-address .field .control>.field .addon .addbefore:disabled,
    .popup-edit-address .field .control>.fields>.field .addon .addbefore:disabled,
    .popup-edit-address .field .control>.field .addon .addafter:disabled,
    .popup-edit-address .field .control>.fields>.field .addon .addafter:disabled {
        opacity: .5
    }

    .popup-edit-address .field .control>.field .addon .addbefore::-moz-placeholder,
    .popup-edit-address .field .control>.fields>.field .addon .addbefore::-moz-placeholder,
    .popup-edit-address .field .control>.field .addon .addafter::-moz-placeholder,
    .popup-edit-address .field .control>.fields>.field .addon .addafter::-moz-placeholder {
        color: #939598
    }

    .popup-edit-address .field .control>.field .addon .addbefore::-webkit-input-placeholder,
    .popup-edit-address .field .control>.fields>.field .addon .addbefore::-webkit-input-placeholder,
    .popup-edit-address .field .control>.field .addon .addafter::-webkit-input-placeholder,
    .popup-edit-address .field .control>.fields>.field .addon .addafter::-webkit-input-placeholder {
        color: #939598
    }

    .popup-edit-address .field .control>.field .addon .addbefore:-ms-input-placeholder,
    .popup-edit-address .field .control>.fields>.field .addon .addbefore:-ms-input-placeholder,
    .popup-edit-address .field .control>.field .addon .addafter:-ms-input-placeholder,
    .popup-edit-address .field .control>.fields>.field .addon .addafter:-ms-input-placeholder {
        color: #939598
    }

    .popup-edit-address .field .control>.field .addon .addbefore,
    .popup-edit-address .field .control>.fields>.field .addon .addbefore {
        float: left;
        -webkit-order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .popup-edit-address .field .control>.field .additional,
    .popup-edit-address .field .control>.fields>.field .additional {
        margin-top: 10px
    }

    .popup-edit-address .field .control>.field.required>.label:after,
    .popup-edit-address .field .control>.fields>.field.required>.label:after,
    .popup-edit-address .field .control>.field._required>.label:after,
    .popup-edit-address .field .control>.fields>.field._required>.label:after {
        content: '*';
        color: #e02b27;
        font-size: 1rem;
        margin: 0 0 0 2px
    }

    .popup-edit-address .field .control>.field .note,
    .popup-edit-address .field .control>.fields>.field .note {
        font-size: 1.2rem;
        margin: 3px 0 0;
        padding: 0 0 0 25px;
        display: inline-block;
        text-decoration: none
    }

    .popup-edit-address .field .control>.field .note:before,
    .popup-edit-address .field .control>.fields>.field .note:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 22px;
        content: 'info';
        font-family: 'Material Icons Outlined';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .popup-edit-address .form-quote-popup {
        overflow: hidden
    }

    .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-title {
        border-bottom: none
    }

    .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content {
        border-bottom: 20px
    }

    .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content .attentional-content .with-subtext span {
        display: block;
        padding-top: 10px
    }

    .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer {
        border-top: none;
        padding-top: 10px;
        text-align: left
    }

    .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer .action-accept {
        background: #006bb4;
        box-shadow: none;
        color: #fff
    }

    .negotiable-quote-order-information .negotiable-quote-link {
        float: right;
        max-width: 49%;
        text-align: right
    }

    .negotiable-quote-order-information .order-date {
        float: left;
        max-width: 49%
    }

    .negotiable-quote-success {
        padding: 30px 0 60px
    }

    .negotiable-quote-success .actions-toolbar {
        padding: 60px 0 0
    }

    .block.recommendations h2 {
        text-align: left
    }

    .slick-lightbox-slick {
        max-height: 80vh
    }

    .slick-lightbox-nav {
        max-height: 20vh;
        max-width: 640px;
        margin: 0 auto
    }

    .slick-lightbox-nav .slick-list {
        padding: 0 !important
    }

    .slick-lightbox-nav .slick-lightbox-slick-item {
        max-width: 90px;
        max-height: 90px;
        background: #fff
    }

    .col-150-max {
        max-width: 150px
    }

    .purchaseorderrule-index-index .data.table {
        margin-bottom: 40px
    }

    .purchaseorderrule-index-index .data.table>thead>tr>th,
    .purchaseorderrule-index-index .data.table>tbody>tr>th,
    .purchaseorderrule-index-index .data.table>thead>tr>td,
    .purchaseorderrule-index-index .data.table>tbody>tr>td {
        text-align: center
    }

    .purchaseorderrule-index-index .data.table>thead>tr>th:first-child,
    .purchaseorderrule-index-index .data.table>tbody>tr>th:first-child,
    .purchaseorderrule-index-index .data.table>thead>tr>td:first-child,
    .purchaseorderrule-index-index .data.table>tbody>tr>td:first-child {
        padding-left: 0
    }

    .purchaseorderrule-index-index .data.table>thead>tr>th:last-child,
    .purchaseorderrule-index-index .data.table>tbody>tr>th:last-child,
    .purchaseorderrule-index-index .data.table>thead>tr>td:last-child,
    .purchaseorderrule-index-index .data.table>tbody>tr>td:last-child {
        padding-right: 0
    }

    .purchaseorderrule-index-index .data.table>thead>tr>td,
    .purchaseorderrule-index-index .data.table>tbody>tr>td {
        padding-top: 19px;
        padding-bottom: 19px
    }

    .purchaseorderrule-index-index .data.table>thead>tr:last-child>td,
    .purchaseorderrule-index-index .data.table>tbody>tr:last-child>td {
        border-bottom: 1px solid #f1f2f2
    }

    .form-create-purchase-order-rule .field .control {
        max-width: 500px
    }

    .form-create-purchase-order-rule .field-condition-order-total>.control {
        display: flex
    }

    .form-create-purchase-order-rule .field-condition-order-total>.control>.control {
        max-width: 46%;
        width: 100%
    }

    .form-create-purchase-order-rule .field-condition-order-total .additional {
        margin-left: 10px;
        margin-top: 0
    }

    .form-create-purchase-order-rule .field-tooltip-content {
        width: 458px
    }

    .quickorder-index-index form.form-addbysku {
        padding-bottom: 0
    }

    .quickorder-index-index form.form-addbysku .box-items {
        margin-bottom: 40px
    }

    .quickorder-index-index form.form-addbysku .field.sku>.label {
        font-size: 2.4rem;
        line-height: 33px;
        width: 100%
    }

    .quickorder-index-index form.form-addbysku .deletable-item {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        width: 100%
    }

    .quickorder-index-index form.form-addbysku .deletable-item-title+.deletable-item>.qty {
        margin-top: -33px
    }

    .quickorder-index-index form.form-addbysku .deletable-item+.deletable-item>.qty .label {
        display: none
    }

    .quickorder-index-index form.form-addbysku .deletable-item>.sku {
        width: calc(100% - 128px)
    }

    .quickorder-index-index form.form-addbysku .deletable-item>.qty {
        margin: 0 10px 0 20px
    }

    .quickorder-index-index form.form-addbysku .actions-toolbar .secondary {
        float: left
    }

    .quickorder-index-index form.form-addbysku .actions-toolbar .secondary .button {
        padding-left: 5px;
        padding-right: 5px;
        min-width: 120px
    }

    .quickorder-index-index .column .block-addbysku .fieldset .fields .actions-toolbar {
        top: 0
    }

    .quickorder-index-index .column .block-addbysku .deletable-item:not(:last-child) {
        border: none
    }

    .quickorder-index-index .column .block-addbysku .box-upload textarea {
        max-width: calc(100% - 128px);
        margin-bottom: 7px
    }

    .quickorder-index-index .column .block-addbysku .block-content .actions-toolbar {
        margin-bottom: 50px
    }

    .quickorder-index-index .column .block-addbysku .note {
        margin-bottom: 10px
    }

    .quickorder-index-index .column .block-addbysku .note a {
        margin-left: 20px
    }

    .quickorder-index-index .column .block-addbysku .primary .action {
        min-width: 170px;
        width: auto
    }

    .quickorder-index-index .upload .label {
        font-size: 2.4rem;
        line-height: 33px
    }

    .quickorder-index-index .upload-container {
        width: 120px;
        padding-top: 23px
    }

    .quickorder-index-index .upload-container .file-upload {
        padding: 15px 5px
    }

    .quickorder-index-index form.form-addbysku {
        max-width: 600px
    }

    body.checkout-index-index .modal-popup.smile-storedelivery-checkout-modal .search-list-wrapper {
        width: 100%;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    body.checkout-index-index .modal-popup.smile-storedelivery-checkout-modal .modal-footer,
    body.checkout-index-index .modal-popup.smile-storedelivery-checkout-modal .modal-header,
    body.checkout-index-index .modal-popup.smile-storedelivery-checkout-modal .modal-content {
        padding-right: 30px;
        padding-left: 30px
    }

    #store-locator-search-wrapper .contextual-bar {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    #store-locator-search-wrapper .contextual-bar .fulltext-search-wrapper .geocoder-wrapper {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    #store-locator-search-wrapper .contextual-bar .fulltext-search-wrapper .block-title {
        margin: 0 35px 0 30px
    }

    #store-locator-search-wrapper .contextual-bar .fulltext-search-wrapper .form {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        flex: 1;
        padding-right: 30px
    }

    #store-locator-search-wrapper .contextual-bar .fulltext-search-wrapper input[type=text] {
        min-width: 290px
    }

    #store-locator-search-wrapper .contextual-bar .fulltext-search-wrapper .store-search-form {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin-left: auto;
        max-height: 50px;
        flex: 1
    }

    #store-locator-search-wrapper .contextual-bar .fulltext-search-wrapper .store-search-form .field,
    #store-locator-search-wrapper .contextual-bar .fulltext-search-wrapper .store-search-form .actions-toolbar {
        flex: 1
    }

    #store-locator-search-wrapper .contextual-bar .fulltext-search-wrapper .store-search-form button.action {
        max-width: 205px
    }

    #store-locator-search-wrapper .contextual-bar .fulltext-search-wrapper .field {
        flex: 1;
        max-width: 540px;
        margin-right: 20px
    }

    #store-locator-search-wrapper .contextual-bar .fulltext-search-wrapper .geolocalize-container {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-basis: 39%;
        -ms-flex-preferred-size: 39%;
        flex-basis: 39%
    }

    #store-locator-search-wrapper .contextual-bar .fulltext-search-wrapper .geolocalize-container>span {
        margin: 0 6vw
    }

    .modal-popup.storelocator-popup-wrapper .modal-inner-wrap,
    body.checkout-index-index .modal-popup.smile-storedelivery-checkout-modal .modal-inner-wrap {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto
    }

    .modal-popup.storelocator-popup-wrapper .modal-content,
    body.checkout-index-index .modal-popup.smile-storedelivery-checkout-modal .modal-content {
        padding: 0 30px
    }

    .catalog-product-view.aw-et-product-page div.product.data.items .item.title .switch:after {
        display: none
    }

    .aw-et-view-options-wrapper {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .aw-et-view-options-wrapper .options-container {
        width: 57%
    }

    .aw-et-view-options-wrapper .summary-container {
        width: 40%;
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        margin-left: 3%
    }

    .aw-et__form-container-wrapper .sectors .products-item .product-item-photo {
        width: 120px
    }

    .aw-et-product-page #product\.info\.description {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start
    }

    .aw-et-product-page .right-details {
        width: 40%
    }

    .aw-et-product-page .product-event-description {
        width: 60%;
        padding: 0 20px 0 0
    }

    .aw-et-product-page .amcart-message-box,
    .aw-et-product-page .amcart-message-box .related {
        max-width: 450px
    }

    .aw-et-product-page .am-related-box,
    .aw-et-product-page .am-related-box .related {
        max-width: 450px
    }

    .products-crosssell .product-items {
        margin: 0 -15px
    }

    .products-crosssell .product-items .product-item {
        padding: 0 15px
    }

    .products-crosssell .product-items .product-item:not(.slick-slide):nth-child(n+4) {
        display: none
    }

    .products-crosssell .product-items>.product-item {
        margin: 0 0 30px;
        max-width: 33.33333333%
    }

    .isSafari .products-crosssell .product-items>.product-item {
        max-width: 33.28125%
    }

    .products-crosssell .slick-dots {
        padding: 0 11px
    }

    .product-item-actions .tocart {
        min-width: 170px
    }

    .products.wrapper~.toolbar-products .toolbar-amount {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border: 2px solid #f1f2f2;
        height: 60px;
        line-height: 58px;
        display: inline-block;
        padding: 0 0 0 23px;
        margin: 0
    }

    .product-info-stock-sku .stock.unavailable {
        top: 7.4%
    }

    .block.crosssell .block-title {
        text-align: left
    }

    .block.crosssell .slick-track {
        margin-left: 0
    }

    .catalog-product_compare-index .table-comparison tbody th.cell.label,
    .catalog-product_compare-index .table-comparison tbody td.cell.product {
        width: 250px;
        max-width: 250px;
        padding: 0 15px 40px
    }

    .catalog-product_compare-index .table-comparison tbody+tbody {
        border-top: 0;
        flex-direction: column
    }

    .catalog-product_compare-index .table-comparison tbody+tbody th.cell.label>div,
    .catalog-product_compare-index .table-comparison tbody+tbody td.cell.product>div {
        width: 250px;
        max-width: 250px;
        padding: 15px 30px
    }

    .catalog-product_compare-index .table-comparison tbody+tbody th.cell.label div {
        padding-left: 0
    }

    .compare-links {
        width: 230px;
        padding: 30px 15px
    }

    .cms-no-route .main {
        padding: 60px 0 120px
    }

    .cms-no-route .main .actions a {
        max-width: 240px;
        width: 100%
    }

    .cms-no-route .main .actions a:first-child {
        margin-right: 15px
    }

    .grey-bg {
        background: #f1f2f2
    }

    .cms-block-title h2 {
        font-size: 36px;
        margin: 47px 0 30px
    }

    .events-list .pagebuilder-column-group {
        padding: 50px 0 35px
    }

    .home-banner .pagebuilder-banner-wrapper,
    .home-banner .pagebuilder-slide-wrapper {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end
    }

    .line-to-left h1,
    .line-to-right h1 {
        position: relative
    }

    .line-to-left h1:before,
    .line-to-right h1:before {
        position: absolute;
        bottom: 19px;
        background: #fd0;
        height: 4px;
        content: '';
        width: 100vw
    }

    .line-to-left h1:before {
        right: 100%
    }

    .line-to-right h1:before {
        left: 100%
    }

    .ambassador-block [data-content-type=buttons] {
        text-align: left !important
    }

    .home-black-bg [data-content-type=text] {
        margin-bottom: 50px
    }

    .home-embedded-block:before,
    .home-embedded-block:after {
        height: 50%;
        bottom: 50%
    }

    .home-embedded-block .pagebuilder-button-secondary {
        min-width: 280px;
        max-width: 280px
    }

    .home-embedded-block [class^="pagebuilder-column background-image"] {
        min-height: 380px !important
    }

    .home-news .cms-block-title {
        padding-top: 13px !important
    }

    .snapwidget-widget-row {
        margin-bottom: 0 !important
    }

    .snapwidget-widget-row h2 {
        font-size: 3.6rem;
        margin: 30px 0
    }

    .snapwidget-widget-row>[data-content-type=text] {
        margin-bottom: 20px
    }

    .cms-landing-benefit figure {
        margin: 20px 0 30px
    }

    .cms-landing-product [data-content-type=html] ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: -20px
    }

    .cms-landing-product [data-content-type=html] li {
        padding-right: 20px;
        max-width: 50%
    }

    .blocks-in-line .column-width-6-sm,
    .blocks-in-line div[data-width-sm=column-width-6] {
        padding: 0
    }

    .blocks-in-line .column-width-12-sm,
    .blocks-in-line div[data-width-sm=column-width-12] {
        padding: 0
    }

    .cms-landing-visual h2,
    .cms-landing-visual [data-content-type=text],
    .cms-landing-visual [data-content-type=buttons] {
        max-width: 450px;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .cms-page-view .custom-row-small {
        max-width: 1300px;
        margin: 0 auto 80px !important
    }

    .cms-page-view .custom-row-small-xs {
        max-width: 865px;
        margin: 0 auto 60px !important
    }

    .cms-page-view .custom-full-bleed {
        padding: 0 80px 60px !important
    }

    .cms-page-view .custom-full-bleed.gallery {
        padding-bottom: 0 !important
    }

    .cms-page-view .custom-full-bleed.gallery.last {
        padding-bottom: 60px !important
    }

    .cms-page-view .author-banner {
        margin-bottom: 80px !important
    }

    .cms-page-view .author-banner.video-banner div {
        min-height: 600px
    }

    .cms-page-view .author-name {
        font-size: 3.8rem
    }

    .cms-page-view .cms-quote {
        font-size: 2rem
    }

    .cms-page-view .offset-block {
        margin-top: 80px !important
    }

    .cms-page-view .border-top-block {
        border-top: 1px solid #fd0 !important
    }

    .cms-page-view .border-bottom-block {
        border-bottom: 1px solid #fff
    }

    .cms-page-view .meet-pages {
        color: #fff;
        padding-left: 15px;
        padding-right: 15px
    }

    .cms-page-view .meet-pages h1 {
        color: #fff !important
    }

    .cms-page-view .meet-pages .narrow-text-block {
        max-width: 1115px;
        margin-right: auto;
        margin-left: auto
    }

    .cms-page-view .two-column-banner .pagebuilder-column-group {
        max-width: 1300px;
        margin: 0 auto !important
    }

    .cms-healthcare .robotic-block .col-5-center {
        margin-left: -5% !important
    }

    .category-cms>[data-content-type=row][data-appearance=contained] {
        padding: 20px 0
    }

    table.details>tfoot>tr>th,
    table.creditmemo>tfoot>tr>th,
    table.shipment>tfoot>tr>th,
    table.invoice>tfoot>tr>th,
    table.details>tfoot>tr>td,
    table.creditmemo>tfoot>tr>td,
    table.shipment>tfoot>tr>td,
    table.invoice>tfoot>tr>td {
        padding-top: 1px;
        padding-bottom: 1px
    }

    table.details>tfoot>tr>th,
    table.creditmemo>tfoot>tr>th,
    table.shipment>tfoot>tr>th,
    table.invoice>tfoot>tr>th {
        padding-left: 53%
    }

    table.details>tfoot>tr:first-child>th,
    table.creditmemo>tfoot>tr:first-child>th,
    table.shipment>tfoot>tr:first-child>th,
    table.invoice>tfoot>tr:first-child>th,
    table.details>tfoot>tr:first-child>td,
    table.creditmemo>tfoot>tr:first-child>td,
    table.shipment>tfoot>tr:first-child>td,
    table.invoice>tfoot>tr:first-child>td {
        border-top: 2px solid #f1f2f2;
        padding-top: 20px
    }

    table.details>tfoot>tr:last-child>th,
    table.creditmemo>tfoot>tr:last-child>th,
    table.shipment>tfoot>tr:last-child>th,
    table.invoice>tfoot>tr:last-child>th,
    table.details>tfoot>tr:last-child>td,
    table.creditmemo>tfoot>tr:last-child>td,
    table.shipment>tfoot>tr:last-child>td,
    table.invoice>tfoot>tr:last-child>td {
        padding-bottom: 20px
    }

    .form-wishlist-items .actions-toolbar .primary {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .form-wishlist-items .actions-toolbar .primary .action {
        margin-bottom: 0;
        margin-right: 15px
    }

    .form-wishlist-items .actions-toolbar .primary .action.tocart {
        margin: 0 0 0 15px
    }

    .wishlist .product-items {
        margin: 0 -15px
    }

    .wishlist .product-item {
        flex: 1 1 33.33333333%;
        margin: 0 0 30px;
        max-width: 33.33333333%;
        padding: 0 15px
    }

    .isSafari .wishlist .product-item {
        max-width: 33.28125%
    }

    .sales-order-history .orders-history {
        margin: 20px 0 30px
    }

    .table-wrapper.additional-addresses {
        overflow-x: auto
    }

    .title-wrapper h2 {
        font-size: 1.6rem;
        line-height: 23px;
        padding: 18px 0 7px
    }

    .order-actions-toolbar .print {
        line-height: 40px;
        margin-right: 10px
    }

    .order-actions-toolbar .block-requisition-list {
        float: right;
        margin: 5px 0 0 40px
    }

    .order-links {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: 2px solid #f1f2f2;
        margin-bottom: 20px;
        margin-top: 30px
    }

    .sales-order-shipment .order-links {
        margin-top: 20px
    }

    .order-links .item {
        font-size: 1.4rem;
        background: #eee;
        border: 2px solid #f1f2f2;
        border-bottom: 0;
        cursor: pointer;
        font-weight: 600;
        letter-spacing: 1.4px;
        line-height: 18px;
        margin-bottom: 0;
        max-width: 25%;
        text-align: center;
        width: 100%;
        display: inline-block;
        padding: 15px 5px;
        text-transform: uppercase
    }

    .order-links .item a {
        display: block;
        text-decoration: none
    }

    .order-links .item:not(:first-child) {
        margin-left: -1px
    }

    .order-links .item.current,
    .order-links .item.active,
    .order-links .item:hover {
        background: #fff
    }

    .order-title {
        margin-bottom: 15px
    }

    .block-order-details-view .col.name {
        width: 40%
    }

    .block-order-details-view .col.sku {
        width: 15%
    }

    .account .tab-menu .title {
        display: none
    }

    .block-customer-login {
        margin-bottom: 60px
    }

    .block-customer-login .block-title {
        padding-top: 28px
    }

    .block-customer-login .actions-toolbar {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .block-customer-login .actions-toolbar>.primary {
        width: 240px
    }

    .block-customer-login .actions-toolbar>.primary .action {
        max-width: 210px;
        margin-right: 30px
    }

    .block-new-customer {
        margin-bottom: 60px
    }

    .block-new-customer .actions-toolbar {
        margin-bottom: 15px
    }

    .main>.form-create-account {
        margin-bottom: 60px
    }

    .main>.form-create-account .field.zip {
        max-width: 270px
    }

    .main>.form-create-account .fields {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main>.form-create-account .fields>.field {
        width: calc(50% - 15px)
    }

    .table-reviews>tbody>tr>td,
    .table-reviews>thead>tr>th {
        text-align: left
    }

    .account.review-customer-index .main .content-title {
        border-bottom: none
    }

    .account.review-customer-view .customer-review .product-details {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .account.review-customer-view .customer-review .product-details .product-info {
        margin-left: 30px
    }

    .account.review-customer-view .customer-review .product-details .product-info .reviews-actions .action.view {
        margin-right: 60px
    }

    .account.review-customer-view .customer-review .review-details .title {
        font-size: 2.4rem
    }

    .negotiable_quote-quote-view .page-main .page-title-wrapper {
        margin-bottom: 30px
    }

    .negotiable_quote-quote-view .quote-details-items .tab-quotes:before,
    .negotiable_quote-quote-view .quote-details-items .tab-quotes:after {
        content: '';
        display: table
    }

    .negotiable_quote-quote-view .quote-details-items .tab-quotes:after {
        clear: both
    }

    .negotiable_quote-quote-view .quote-details-items .tab-quotes>.item.title {
        font-size: 1.4rem;
        background: #eee;
        border: 2px solid #f1f2f2;
        border-bottom: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        cursor: pointer;
        font-weight: 700;
        letter-spacing: .5px;
        line-height: 18px;
        margin-bottom: 0;
        min-width: 25%;
        text-align: center;
        padding: 15px 5px 0;
        height: 49px;
        float: left
    }

    .negotiable_quote-quote-view .quote-details-items .tab-quotes>.item.title a {
        display: block;
        text-decoration: none
    }

    .negotiable_quote-quote-view .quote-details-items .tab-quotes>.item.title:not(:first-child) {
        margin-left: -1px
    }

    .negotiable_quote-quote-view .quote-details-items .tab-quotes>.item.title.current,
    .negotiable_quote-quote-view .quote-details-items .tab-quotes>.item.title.active,
    .negotiable_quote-quote-view .quote-details-items .tab-quotes>.item.title:hover {
        background: #fff
    }

    .negotiable_quote-quote-view .quote-details-items .tab-quotes>.item.title>.switch {
        height: auto
    }

    .negotiable_quote-quote-view .quote-details-items>.item.content {
        border-top: 1px solid #0a0203;
        margin-top: 0
    }

    .negotiable_quote-quote-view .quote-details-items .col.delete {
        padding-right: 0
    }

    .negotiable_quote-quote-view .quote-name {
        font-size: 2.4rem;
        display: inline-block;
        vertical-align: middle;
        margin: 0 35px 10px 0
    }

    .negotiable_quote-quote-view .quote-status {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px
    }

    .negotiable_quote-quote-view .quote-actions-toolbar .print {
        float: none;
        margin-left: 0
    }

    .negotiable_quote-quote-view.account .quote-table-totals-wrap .table.quote-table-totals>tfoot>tr th {
        padding-left: 46%
    }

    .negotiable_quote-quote-view .tab-heading {
        display: none
    }

    .account .main .content-title,
    .sales-guest-view .main .content-title,
    .account .main .block-title,
    .sales-guest-view .main .block-title,
    .customer-account-edit .legend,
    .sales-guest-view .main .block-title {
        font-size: 1.6rem
    }

    .account .main .content-title.order,
    .sales-guest-view .main .content-title.order,
    .account .main .block-title.order,
    .sales-guest-view .main .block-title.order,
    .customer-account-edit .legend.order,
    .sales-guest-view .main .block-title.order {
        border-bottom: 0
    }

    .account .main .box-title,
    .sales-guest-view .main .box-title {
        font-size: 1.4rem
    }

    .account .main .block-content,
    .sales-guest-view .main .block-content,
    .account .main .box-content,
    .sales-guest-view .main .box-content {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .account .main .block-content .box,
    .sales-guest-view .main .block-content .box,
    .account .main .box-content .box,
    .sales-guest-view .main .box-content .box {
        flex: 1 1 50%
    }

    .account .main .block-content .box:first-child,
    .sales-guest-view .main .block-content .box:first-child,
    .account .main .box-content .box:first-child,
    .sales-guest-view .main .box-content .box:first-child {
        padding-right: 20px
    }

    .account .main .block-addresses-list .block-content,
    .sales-guest-view .main .block-addresses-list .block-content {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .account .main .block-reward-info .block-content,
    .sales-guest-view .main .block-reward-info .block-content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .account .main .block-reward-info .block-content .reward-rates,
    .sales-guest-view .main .block-reward-info .block-content .reward-rates {
        padding: 10px 0
    }

    .account .page-title-wrapper.company-user>.action.button,
    .sales-guest-view .page-title-wrapper.company-user>.action.button {
        margin-right: 27px;
        max-width: 210px;
        padding: 15px 20px
    }

    .account .account-header-holder,
    .sales-guest-view .account-header-holder {
        float: left
    }

    .account .account-header-holder .action,
    .sales-guest-view .account-header-holder .action {
        margin-right: 20px
    }

    .my-orders-search-advanced .field-50 {
        float: left;
        position: relative;
        width: 48%
    }

    .my-orders-search-advanced .field-50:nth-child(odd) {
        clear: both;
        margin-right: 2%
    }

    .my-orders-search-advanced .field-50:nth-child(even) {
        margin-left: 2%
    }

    .modal-popup.requisition-popup .modal-inner-wrap .modal-footer {
        border-top: none;
        text-align: left
    }

    .modal-popup.requisition-popup .modal-content {
        padding-bottom: 0
    }

    .modal-popup .fieldset {
        margin-bottom: 0
    }

    .requisition-list-requisition-index .data-grid>tbody>tr>th:not(:first-child),
    .requisition-list-requisition-index .data-grid>thead>tr>th:not(:first-child),
    .requisition-list-requisition-index .data-grid>tbody>tr>td:not(:first-child),
    .requisition-list-requisition-index .data-grid>thead>tr>td:not(:first-child) {
        padding-left: 5%
    }

    .requisition-list-requisition-index .data-grid>tbody>tr>th:not(:last-child),
    .requisition-list-requisition-index .data-grid>thead>tr>th:not(:last-child),
    .requisition-list-requisition-index .data-grid>tbody>tr>td:not(:last-child),
    .requisition-list-requisition-index .data-grid>thead>tr>td:not(:last-child) {
        padding-right: 5%
    }

    .data-grid-wrap .number-field,
    .data-grid-wrap .actions-field {
        text-align: right
    }

    .data-grid-wrap .list-name-field .cell-label-line-description {
        margin-top: 5px
    }

    .title-actions-links {
        float: right;
        margin-top: 2rem
    }

    .block-requisition-management {
        margin-bottom: 10px
    }

    .block-requisition-management .requisition-list-title h1 {
        font-size: 4rem
    }

    .block-requisition-management .requisition-info {
        float: left
    }

    .block-requisition-management .requisition-toolbar {
        float: right
    }

    .requisition-toolbar-actions {
        margin-right: 10px
    }

    .requisition-toolbar-actions .mobile-label {
        display: none
    }

    .requisition-grid table {
        height: 100%
    }

    .requisition-grid thead .col,
    .requisition-grid .item .col {
        height: 100%
    }

    .requisition-grid thead .col.item,
    .requisition-grid .item .col.item {
        display: block
    }

    .requisition-grid thead .col.qty .input-text,
    .requisition-grid .item .col.qty .input-text {
        margin-top: -5px
    }

    .requisition-grid thead .col.price,
    .requisition-grid .item .col.price,
    .requisition-grid thead .col.stock,
    .requisition-grid .item .col.stock,
    .requisition-grid thead .col.qty,
    .requisition-grid .item .col.qty,
    .requisition-grid thead .col.subtotal,
    .requisition-grid .item .col.subtotal {
        text-align: right
    }

    .requisition-grid thead .col.subtotal,
    .requisition-grid .item .col.subtotal {
        height: .1rem;
        position: relative
    }

    .requisition-grid thead .col .product-item-subtotal,
    .requisition-grid .item .col .product-item-subtotal {
        position: relative;
        height: 100%
    }

    .requisition-grid thead .col.col-checkbox,
    .requisition-grid .item .col.col-checkbox {
        max-width: .2rem
    }

    .requisition-grid thead .col.col-checkbox input[type=checkbox],
    .requisition-grid .item .col.col-checkbox input[type=checkbox] {
        margin: 0
    }

    .requisition-grid .product-item-image {
        float: left;
        margin-right: 10px
    }

    .requisition-grid .actions-toolbar {
        bottom: 0;
        position: absolute;
        right: 0
    }

    .requisition-grid .actions-toolbar>.action-delete {
        margin-left: 2rem
    }

    .requisition-grid .price-excluding-tax {
        margin: 5px 0 3.5rem
    }

    .product-item-description {
        float: right;
        width: calc(100% - 9rem)
    }

    .requisition-view-buttons>.primary {
        display: block;
        float: none;
        text-align: left
    }

    .requisition-view-buttons .action.delete {
        float: right;
        margin-right: 0
    }

    .block-requisition-list.update .requisition-list-button {
        float: right;
        margin-right: 0
    }

    .block-requisition-list.update .requisition-list-button:hover {
        text-decoration: none
    }

    .review-field-ratings .control {
        float: left
    }

    .review-field-ratings legend {
        margin-right: 40px
    }

    .product-info-main .product-reviews-summary {
        margin-bottom: 20px
    }

    .before-footer-section .footer-socials li {
        width: 25%;
        margin: 0 -2px
    }

    .before-footer-section .footer-socials li a {
        font-size: 1.6rem
    }

    .force-signup-form h2 {
        margin-top: 60px
    }

    .force-signup-form .fieldset:before,
    .force-signup-form .fieldset:after {
        content: '';
        display: table
    }

    .force-signup-form .fieldset:after {
        clear: both
    }

    .force-signup-form .fieldset .field,
    .force-signup-form .fieldset .fieldset>.fields {
        float: left
    }

    .force-signup-form .form-create-account {
        max-width: 1410px;
        margin: 0 auto
    }

    .force-signup-form .form-create-account .actions-toolbar {
        margin-top: 0
    }

    .force-signup-form .actions-toolbar .primary {
        text-align: center
    }

    .force-signup-form .actions-toolbar .primary.action {
        float: none;
        max-width: 220px
    }

    .force-signup-form div.mage-error[generated] {
        white-space: nowrap
    }

    #main-form-search .f-row {
        padding-bottom: 60px
    }

    .main-form .product-add-form {
        position: relative;
        padding-bottom: 40px
    }

    .main-form .product-add-form .book-form-info .action.tocart {
        width: calc(50% - 15px)
    }

    .main-form .book-input-wrap .button {
        max-width: calc(50% - 15px)
    }

    .main-form .product-options-bottom {
        position: absolute;
        bottom: 40px;
        right: 0;
        width: calc(50% - 15px)
    }

    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker.ltr .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .calendar.left {
        clear: none !important
    }

    .sales-order-view .modal-popup .modal-inner-wrap {
        max-width: 750px
    }

    .sales-order-view .modal-popup .actions-toolbar .action {
        max-width: 190px;
        margin-right: 20px
    }

    .sales-order-view .title-wrapper .order-actions-toolbar {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sales-order-view .order-actions-toolbar .refund-button {
        margin-left: 20px;
        width: 120px
    }

    .sales-order-view .order-actions-toolbar .print {
        line-height: 45px
    }

    .nikon_eventtickets-attendance-index .pager {
        min-height: 60px
    }

    .smile-elasticsuite-autocomplete-result {
        padding-left: 34px;
        padding-right: 34px
    }

    .smile-elasticsuite-autocomplete-result .header-autocomplete dd {
        margin-top: 20px;
        margin-bottom: 13px
    }

    .autocomplete-search-term {
        margin-top: 25px
    }

    .autocomplete-list {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .autocomplete-list+.autocomplete-list:not(.product_attribute) {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .autocomplete-list.category,
    .autocomplete-list.cms_page {
        width: 100%
    }

    .autocomplete-list.category dd,
    .autocomplete-list.cms_page dd {
        width: 50%;
        padding-right: 15px
    }

    .autocomplete-list.cms_page {
        max-width: 30%;
        width: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .autocomplete-list-title {
        display: block;
        width: 100%;
        margin: 30px 0 10px
    }

    .autocomplete-list .product-actions {
        margin-top: 20px
    }

    .autocomplete-list .item {
        width: calc(50% - 10px);
        margin-bottom: 0;
        float: left
    }

    .autocomplete-list.blog_post {
        padding: 20px 60px 0
    }

    .autocomplete-list.blog_post dd {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0
    }

    #confirmBox,
    .amcart-message-box,
    .amcart-message-box .related {
        width: 450px
    }

    #confirmBox.amcart-minipage-wrap #confirmBox,
    #confirmBox.amcart-minipage-wrap .amcart-message-box,
    #confirmBox.amcart-minipage-wrap .amcart-message-box .related,
    .amcart-message-box.amcart-minipage-wrap #confirmBox,
    .amcart-message-box.amcart-minipage-wrap .amcart-message-box,
    .amcart-message-box.amcart-minipage-wrap .amcart-message-box .related,
    .amcart-message-box .related.amcart-minipage-wrap #confirmBox,
    .amcart-message-box .related.amcart-minipage-wrap .amcart-message-box,
    .amcart-message-box .related.amcart-minipage-wrap .amcart-message-box .related {
        width: 450px;
        min-width: 450px
    }

    .account .quote-details-items .actions-toolbar>.action-delete {
        margin-top: 6px
    }

    .subscribe-alert-stock-modal .actions-toolbar>.primary {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }

    .subscribe-alert-stock-modal .actions-toolbar>.primary>.action {
        width: calc(50% - 15px)
    }

    .quickorder-index-index .column {
        padding-top: 40px
    }

    .quickorder-index-index .column .block-addbysku .field.sku {
        width: calc(100% - 162px)
    }

    .quickorder-index-index .column .block-addbysku .primary .action.tocart {
        min-width: 330px
    }

    .quickorder-index-index .column .block-addbysku .field.qty {
        margin-left: 15px;
        float: revert
    }

    .quickorder-index-index .column .block-addbysku .action.move-to-single-skus {
        min-width: 240px
    }

    .quickorder-index-index .column .block-addbysku .box-upload {
        margin-bottom: 60px
    }

    .quickorder-index-index .column .upload.skus {
        margin-top: 30px
    }

    .quickorder-index-index .column .upload-container {
        min-width: 240px
    }

    .quickorder-index-index .column .action.tocart {
        min-width: 330px
    }

    .quickorder-index-index .product-block .product-name {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .quickorder-index-index .product-block .product-name p {
        display: block
    }

    .quickorder-index-index form.form-addbysku {
        padding: 0;
        max-width: 100%
    }

    .quickorder-index-index form.form-addbysku .label,
    .quickorder-index-index form.form-addbysku .fieldset>.fields>.field>.label {
        font-size: 2.4rem;
        line-height: 30px;
        letter-spacing: 2.4px;
        font-weight: 400
    }

    .quickorder-index-index form.form-addbysku .fields.deletable-item {
        display: block
    }

    .quickorder-index-index form.form-addbysku .fields.deletable-item-title+.deletable-item>.qty {
        margin-top: 0
    }

    .payment-method-braintree .expiry,
    .payment-method-braintree .cvv {
        max-width: 180px
    }

    .payment-method-braintree .expiry {
        margin-right: 30px
    }

    .payment-method-braintree #payment_form_braintree .choice {
        margin: 36px 0 0
    }

    .braintree-cc-vault-label {
        white-space: nowrap;
        line-height: 18px
    }
}

@media all and (min-width:769px),
print {
    .form-shipping-address .field-tooltip {
        top: 5px;
        transform: none
    }

    .form-shipping-address .field-tooltip .field-tooltip-content {
        top: 34px;
        right: -3px;
        left: auto
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:before,
    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        left: auto;
        right: 10px;
        top: 0;
        margin-top: -10px;
        border-style: solid;
        border-color: transparent transparent #666;
        border-width: 0 10px 10px
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        border-color: transparent transparent #fff;
        top: 1px
    }

    .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap,
    .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap {
        max-width: 600px
    }

    .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-header h1,
    .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-header h1 {
        border-bottom: none
    }

    .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer,
    .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer {
        border: none;
        padding-top: 10px;
        text-align: left
    }

    .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer button:not(:last-child),
    .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer button:not(:last-child) {
        margin-right: 5px
    }

    .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .action.cancel,
    .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .action.cancel {
        background: 0 0;
        border: none;
        color: #0a0203
    }

    .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext {
        font-weight: 700
    }

    .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext span {
        display: block;
        font-weight: 400;
        padding-top: 10px
    }

    .aw-et__view-options-container .sectors .field .input-option-field {
        display: flex;
        flex-wrap: wrap
    }

    .aw-et__view-options-container .sectors .field .input-option-field input[has-addon=true] {
        max-width: 20%
    }

    .aw-et__view-options-container .sectors .field .input-option-field .input-option-addon {
        margin-left: 20px;
        max-width: calc(80% - 20px)
    }
}

@media all and (min-width:980px),
print {

    .flex-row-no-wrap,
    .header.content {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap
    }

    .flex-row-wrap,
    .header-content__right {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .navigation,
    .panel.header,
    .breadcrumbs,
    .page-title-wrapper,
    .header.content,
    .footer.content,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main,
    .aa-dataset-products .aa-suggestions,
    .aa-dataset-products-wrapper .title,
    .other-sections,
    .see-all,
    .aw_blog-post-view .blog-post-details-header,
    .short-description-container {
        max-width: 1450px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto
    }

    .page-layout-2columns-left .column.main {
        width: 74.5%
    }

    .page-layout-2columns-left .sidebar-main {
        width: 25.5%;
        padding-right: 30px;
        margin-bottom: 0
    }

    .page-layout-2columns-left .sidebar-additional {
        width: 26%;
        -webkit-order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .page-layout-2columns-right .columns {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .page-layout-2columns-right .column.main {
        width: 74.5%
    }

    .page-layout-2columns-right .sidebar-main {
        width: 25.5%;
        padding-left: 30px;
        margin-bottom: 0
    }

    .page-layout-2columns-right .sidebar-additional {
        width: 26%;
        -webkit-order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .pagebuilder-column-group,
    .column-group {
        margin-right: -18px;
        margin-left: -18px
    }

    .column-width-12,
    div[data-calculated-width=column-width-12] {
        max-width: 100%;
        width: 100% !important;
        flex-basis: 100%;
        padding: 0 18px;
        margin: 0 0 36px
    }

    .column-width-11,
    div[data-calculated-width=column-width-11] {
        max-width: 91.66666667%;
        width: 100% !important;
        flex-basis: 91.66666667%;
        padding: 0 18px;
        margin: 0 0 36px
    }

    .column-width-10,
    div[data-calculated-width=column-width-10] {
        max-width: 83.33333333%;
        width: 100% !important;
        flex-basis: 83.33333333%;
        padding: 0 18px;
        margin: 0 0 36px
    }

    .column-width-9,
    div[data-calculated-width=column-width-9] {
        max-width: 75%;
        width: 100% !important;
        flex-basis: 75%;
        padding: 0 18px;
        margin: 0 0 36px
    }

    .column-width-8,
    div[data-calculated-width=column-width-8] {
        max-width: 66.66666667%;
        width: 100% !important;
        flex-basis: 66.66666667%;
        padding: 0 18px;
        margin: 0 0 36px
    }

    .column-width-7,
    div[data-calculated-width=column-width-7] {
        max-width: 58.33333333%;
        width: 100% !important;
        flex-basis: 58.33333333%;
        padding: 0 18px;
        margin: 0 0 36px
    }

    .column-width-6,
    div[data-calculated-width=column-width-6] {
        max-width: 50%;
        width: 100% !important;
        flex-basis: 50%;
        padding: 0 18px;
        margin: 0 0 36px
    }

    .column-width-5,
    div[data-calculated-width=column-width-5] {
        max-width: 41.66666667%;
        width: 100% !important;
        flex-basis: 41.66666667%;
        padding: 0 18px;
        margin: 0 0 36px
    }

    .column-width-4,
    div[data-calculated-width=column-width-4] {
        max-width: 33.33333333%;
        width: 100% !important;
        flex-basis: 33.33333333%;
        padding: 0 18px;
        margin: 0 0 36px
    }

    .column-width-3,
    div[data-calculated-width=column-width-3] {
        max-width: 25%;
        width: 100% !important;
        flex-basis: 25%;
        padding: 0 18px;
        margin: 0 0 36px
    }

    .column-width-2,
    div[data-calculated-width=column-width-2] {
        max-width: 16.66666667%;
        width: 100% !important;
        flex-basis: 16.66666667%;
        padding: 0 18px;
        margin: 0 0 36px
    }

    .column-width-1,
    div[data-calculated-width=column-width-1] {
        max-width: 8.33333333%;
        width: 100% !important;
        flex-basis: 8.33333333%;
        padding: 0 18px;
        margin: 0 0 36px
    }

    .lg-p-80 {
        padding: 80px
    }

    .lg-pt-80 {
        padding-top: 80px
    }

    .lg-pl-80 {
        padding-left: 80px
    }

    .lg-pr-80 {
        padding-right: 80px
    }

    .lg-pb-80 {
        padding-bottom: 80px
    }

    .lg-m-80 {
        margin: 80px
    }

    .lg-mt-80 {
        margin-top: 80px
    }

    .lg-ml-80 {
        margin-left: 80px
    }

    .lg-mr-80 {
        margin-right: 80px
    }

    .lg-mb-80 {
        margin-bottom: 80px
    }

    .lg-p-75 {
        padding: 75px
    }

    .lg-pt-75 {
        padding-top: 75px
    }

    .lg-pl-75 {
        padding-left: 75px
    }

    .lg-pr-75 {
        padding-right: 75px
    }

    .lg-pb-75 {
        padding-bottom: 75px
    }

    .lg-m-75 {
        margin: 75px
    }

    .lg-mt-75 {
        margin-top: 75px
    }

    .lg-ml-75 {
        margin-left: 75px
    }

    .lg-mr-75 {
        margin-right: 75px
    }

    .lg-mb-75 {
        margin-bottom: 75px
    }

    .lg-p-70 {
        padding: 70px
    }

    .lg-pt-70 {
        padding-top: 70px
    }

    .lg-pl-70 {
        padding-left: 70px
    }

    .lg-pr-70 {
        padding-right: 70px
    }

    .lg-pb-70 {
        padding-bottom: 70px
    }

    .lg-m-70 {
        margin: 70px
    }

    .lg-mt-70 {
        margin-top: 70px
    }

    .lg-ml-70 {
        margin-left: 70px
    }

    .lg-mr-70 {
        margin-right: 70px
    }

    .lg-mb-70 {
        margin-bottom: 70px
    }

    .lg-p-65 {
        padding: 65px
    }

    .lg-pt-65 {
        padding-top: 65px
    }

    .lg-pl-65 {
        padding-left: 65px
    }

    .lg-pr-65 {
        padding-right: 65px
    }

    .lg-pb-65 {
        padding-bottom: 65px
    }

    .lg-m-65 {
        margin: 65px
    }

    .lg-mt-65 {
        margin-top: 65px
    }

    .lg-ml-65 {
        margin-left: 65px
    }

    .lg-mr-65 {
        margin-right: 65px
    }

    .lg-mb-65 {
        margin-bottom: 65px
    }

    .lg-p-60 {
        padding: 60px
    }

    .lg-pt-60 {
        padding-top: 60px
    }

    .lg-pl-60 {
        padding-left: 60px
    }

    .lg-pr-60 {
        padding-right: 60px
    }

    .lg-pb-60 {
        padding-bottom: 60px
    }

    .lg-m-60 {
        margin: 60px
    }

    .lg-mt-60 {
        margin-top: 60px
    }

    .lg-ml-60 {
        margin-left: 60px
    }

    .lg-mr-60 {
        margin-right: 60px
    }

    .lg-mb-60 {
        margin-bottom: 60px
    }

    .lg-p-55 {
        padding: 55px
    }

    .lg-pt-55 {
        padding-top: 55px
    }

    .lg-pl-55 {
        padding-left: 55px
    }

    .lg-pr-55 {
        padding-right: 55px
    }

    .lg-pb-55 {
        padding-bottom: 55px
    }

    .lg-m-55 {
        margin: 55px
    }

    .lg-mt-55 {
        margin-top: 55px
    }

    .lg-ml-55 {
        margin-left: 55px
    }

    .lg-mr-55 {
        margin-right: 55px
    }

    .lg-mb-55 {
        margin-bottom: 55px
    }

    .lg-p-50 {
        padding: 50px
    }

    .lg-pt-50 {
        padding-top: 50px
    }

    .lg-pl-50 {
        padding-left: 50px
    }

    .lg-pr-50 {
        padding-right: 50px
    }

    .lg-pb-50 {
        padding-bottom: 50px
    }

    .lg-m-50 {
        margin: 50px
    }

    .lg-mt-50 {
        margin-top: 50px
    }

    .lg-ml-50 {
        margin-left: 50px
    }

    .lg-mr-50 {
        margin-right: 50px
    }

    .lg-mb-50 {
        margin-bottom: 50px
    }

    .lg-p-45 {
        padding: 45px
    }

    .lg-pt-45 {
        padding-top: 45px
    }

    .lg-pl-45 {
        padding-left: 45px
    }

    .lg-pr-45 {
        padding-right: 45px
    }

    .lg-pb-45 {
        padding-bottom: 45px
    }

    .lg-m-45 {
        margin: 45px
    }

    .lg-mt-45 {
        margin-top: 45px
    }

    .lg-ml-45 {
        margin-left: 45px
    }

    .lg-mr-45 {
        margin-right: 45px
    }

    .lg-mb-45 {
        margin-bottom: 45px
    }

    .lg-p-40 {
        padding: 40px
    }

    .lg-pt-40 {
        padding-top: 40px
    }

    .lg-pl-40 {
        padding-left: 40px
    }

    .lg-pr-40 {
        padding-right: 40px
    }

    .lg-pb-40 {
        padding-bottom: 40px
    }

    .lg-m-40 {
        margin: 40px
    }

    .lg-mt-40 {
        margin-top: 40px
    }

    .lg-ml-40 {
        margin-left: 40px
    }

    .lg-mr-40 {
        margin-right: 40px
    }

    .lg-mb-40 {
        margin-bottom: 40px
    }

    .lg-p-35 {
        padding: 35px
    }

    .lg-pt-35 {
        padding-top: 35px
    }

    .lg-pl-35 {
        padding-left: 35px
    }

    .lg-pr-35 {
        padding-right: 35px
    }

    .lg-pb-35 {
        padding-bottom: 35px
    }

    .lg-m-35 {
        margin: 35px
    }

    .lg-mt-35 {
        margin-top: 35px
    }

    .lg-ml-35 {
        margin-left: 35px
    }

    .lg-mr-35 {
        margin-right: 35px
    }

    .lg-mb-35 {
        margin-bottom: 35px
    }

    .lg-p-30 {
        padding: 30px
    }

    .lg-pt-30 {
        padding-top: 30px
    }

    .lg-pl-30 {
        padding-left: 30px
    }

    .lg-pr-30 {
        padding-right: 30px
    }

    .lg-pb-30 {
        padding-bottom: 30px
    }

    .lg-m-30 {
        margin: 30px
    }

    .lg-mt-30 {
        margin-top: 30px
    }

    .lg-ml-30 {
        margin-left: 30px
    }

    .lg-mr-30 {
        margin-right: 30px
    }

    .lg-mb-30 {
        margin-bottom: 30px
    }

    .lg-p-25 {
        padding: 25px
    }

    .lg-pt-25 {
        padding-top: 25px
    }

    .lg-pl-25 {
        padding-left: 25px
    }

    .lg-pr-25 {
        padding-right: 25px
    }

    .lg-pb-25 {
        padding-bottom: 25px
    }

    .lg-m-25 {
        margin: 25px
    }

    .lg-mt-25 {
        margin-top: 25px
    }

    .lg-ml-25 {
        margin-left: 25px
    }

    .lg-mr-25 {
        margin-right: 25px
    }

    .lg-mb-25 {
        margin-bottom: 25px
    }

    .lg-p-20 {
        padding: 20px
    }

    .lg-pt-20 {
        padding-top: 20px
    }

    .lg-pl-20 {
        padding-left: 20px
    }

    .lg-pr-20 {
        padding-right: 20px
    }

    .lg-pb-20 {
        padding-bottom: 20px
    }

    .lg-m-20 {
        margin: 20px
    }

    .lg-mt-20 {
        margin-top: 20px
    }

    .lg-ml-20 {
        margin-left: 20px
    }

    .lg-mr-20 {
        margin-right: 20px
    }

    .lg-mb-20 {
        margin-bottom: 20px
    }

    .lg-p-15 {
        padding: 15px
    }

    .lg-pt-15 {
        padding-top: 15px
    }

    .lg-pl-15 {
        padding-left: 15px
    }

    .lg-pr-15 {
        padding-right: 15px
    }

    .lg-pb-15 {
        padding-bottom: 15px
    }

    .lg-m-15 {
        margin: 15px
    }

    .lg-mt-15 {
        margin-top: 15px
    }

    .lg-ml-15 {
        margin-left: 15px
    }

    .lg-mr-15 {
        margin-right: 15px
    }

    .lg-mb-15 {
        margin-bottom: 15px
    }

    .lg-p-10 {
        padding: 10px
    }

    .lg-pt-10 {
        padding-top: 10px
    }

    .lg-pl-10 {
        padding-left: 10px
    }

    .lg-pr-10 {
        padding-right: 10px
    }

    .lg-pb-10 {
        padding-bottom: 10px
    }

    .lg-m-10 {
        margin: 10px
    }

    .lg-mt-10 {
        margin-top: 10px
    }

    .lg-ml-10 {
        margin-left: 10px
    }

    .lg-mr-10 {
        margin-right: 10px
    }

    .lg-mb-10 {
        margin-bottom: 10px
    }

    .lg-p-5 {
        padding: 5px
    }

    .lg-pt-5 {
        padding-top: 5px
    }

    .lg-pl-5 {
        padding-left: 5px
    }

    .lg-pr-5 {
        padding-right: 5px
    }

    .lg-pb-5 {
        padding-bottom: 5px
    }

    .lg-m-5 {
        margin: 5px
    }

    .lg-mt-5 {
        margin-top: 5px
    }

    .lg-ml-5 {
        margin-left: 5px
    }

    .lg-mr-5 {
        margin-right: 5px
    }

    .lg-mb-5 {
        margin-bottom: 5px
    }

    .lg-p-0 {
        padding: 0
    }

    .lg-pt-0 {
        padding-top: 0
    }

    .lg-pl-0 {
        padding-left: 0
    }

    .lg-pr-0 {
        padding-right: 0
    }

    .lg-pb-0 {
        padding-bottom: 0
    }

    .lg-m-0 {
        margin: 0
    }

    .lg-mt-0 {
        margin-top: 0
    }

    .lg-ml-0 {
        margin-left: 0
    }

    .lg-mr-0 {
        margin-right: 0
    }

    .lg-mb-0 {
        margin-bottom: 0
    }

    .breadcrumbs {
        margin-bottom: 15px
    }

    .pages .item:first-child .page,
    .pages .item:first-child .previous {
        border-left: none
    }

    .horizontal-menu {
        display: block;
        width: 100%;
        max-width: 1450px;
        padding: 0 310px 0 0;
        margin: 0 auto
    }

    .horizontal-menu .menu-mobile {
        display: none
    }

    .horizontal-menu ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        list-style: none
    }

    .horizontal-menu .menu {
        background: #fff;
        padding: 0 20px;
        height: inherit;
        overflow: inherit;
        width: 100%;
        z-index: 3
    }

    .horizontal-menu .menu>ul {
        width: 100%;
        display: table;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: false;
        -ms-flex-direction: false;
        flex-direction: false;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .horizontal-menu .dropdown>ul {
        display: none
    }

    .horizontal-menu .ui-wrapper {
        background: #fff;
        top: 192px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
        display: none;
        left: 0;
        margin-left: calc(-50vw + 50%);
        position: absolute;
        width: 100vw;
        z-index: 102
    }

    .sticky-header .horizontal-menu .ui-wrapper {
        top: -2px
    }

    .horizontal-menu .ui-wrapper .menu-content {
        -webkit-flex-basis: calc(100% - 490px);
        -ms-flex-preferred-size: calc(100% - 490px);
        flex-basis: calc(100% - 490px)
    }

    .horizontal-menu .ui-wrapper .menu-sidebar-right {
        -webkit-flex-basis: 490px;
        -ms-flex-preferred-size: 490px;
        flex-basis: 490px
    }

    .horizontal-menu .ui-wrapper .menu-sidebar-right [data-content-type=row]>div {
        margin: 0 !important;
        padding: 0 !important
    }

    .horizontal-menu .ui-wrapper .menu-sidebar-right figure {
        max-width: 450px;
        margin-top: 31px
    }

    .horizontal-menu .ui-wrapper .menu-sidebar-right figure img {
        vertical-align: top
    }

    .horizontal-menu .ui-wrapper>ul {
        background: #fff;
        border: 0 solid #d1d1d1;
        box-shadow: none;
        font-weight: 600;
        min-width: 230px;
        max-width: 1440px;
        margin: 27px auto 57px;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .horizontal-menu .ui-wrapper>ul li {
        margin-bottom: 0
    }

    .horizontal-menu .ui-wrapper>ul>li {
        margin: 0;
        display: inline-block;
        text-transform: uppercase
    }

    .horizontal-menu .menu-content>ul {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 30px 20px 60px
    }

    .horizontal-menu .menu-content>ul li {
        padding: 0 15px 0 0
    }

    .horizontal-menu .menu-content>ul>li {
        max-width: 304px
    }

    .horizontal-menu .menu-content>ul>li>a {
        text-decoration: none
    }

    .horizontal-menu .menu-content,
    .horizontal-menu .menu-content>ul {
        width: 100%
    }

    .horizontal-menu li.level0 {
        border-top: none;
        margin: 0;
        display: table-cell;
        position: static;
        min-height: 68px
    }

    .horizontal-menu li.level0:not(:first-child) {
        padding-left: 3.5%
    }

    .horizontal-menu li.level0:last-child {
        margin-right: 0;
        padding-right: 0
    }

    .horizontal-menu li.level0>a {
        font-size: 13px;
        border: none;
        color: #0a0203;
        line-height: 20px;
        padding: 5px 0 0;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        box-sizing: border-box;
        position: relative;
        letter-spacing: 1.4px;
        height: 100%
    }

    .horizontal-menu li.level0:hover>a {
        background: #fff;
        border: none;
        color: #0a0203;
        text-decoration: none
    }

    .horizontal-menu li.level0.active>a,
    .horizontal-menu li.level0.has-active>a {
        background: #fff;
        border-width: 0;
        color: #0a0203;
        text-decoration: none
    }

    .horizontal-menu li.level0:hover>a {
        position: relative
    }

    .horizontal-menu li.level0:hover>a:after {
        position: absolute;
        top: 100%;
        height: 2px;
        background: #fd0;
        content: '';
        left: 0;
        right: 0;
        z-index: 103
    }

    .horizontal-menu li.level0:hover .ui-wrapper {
        display: block
    }

    .home .horizontal-menu li.level0:hover .ui-wrapper {
        max-height: calc(100vh - 70px);
        overflow-y: auto
    }

    .horizontal-menu li.level0.menu-dropdown-icon>a>.megaitemicons {
        display: none
    }

    .horizontal-menu li.level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none
    }

    .horizontal-menu li.level0.more:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
        line-height: inherit;
        color: inherit;
        content: '\e607';
        font-family: 'Material Icons Outlined';
        margin: 0 10px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .horizontal-menu li.level0.more:before {
        display: none
    }

    .horizontal-menu li.level0.more:after {
        cursor: pointer;
        padding: 8px 12px;
        position: relative;
        z-index: 1
    }

    .horizontal-menu li.level0.more:hover>.submenu {
        overflow: visible !important
    }

    .horizontal-menu li.level0.more li {
        display: block
    }

    .horizontal-menu li.level1 h4 {
        margin: 0;
        padding: 0
    }

    .horizontal-menu li.level1 h4 a {
        background: 0 0;
        border: none;
        color: #0a0203;
        font-size: 18px;
        font-weight: 600;
        padding: 0 0 25px;
        text-decoration: none;
        line-height: inherit;
        display: block;
        margin: 0
    }

    .horizontal-menu li.level1 h4 a:hover,
    .horizontal-menu li.level1 h4 a.ui-state-focus {
        background: 0 0;
        border: none;
        color: #0a0203;
        text-decoration: none
    }

    .horizontal-menu li.level1>ul {
        margin: 22px 0 30px
    }

    .horizontal-menu li.level2 {
        display: block
    }

    .horizontal-menu li.level2>a {
        display: block;
        line-height: inherit;
        background: 0 0;
        color: #0a0203;
        padding: 0 15px 12px 0;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px
    }

    .horizontal-menu li.level2>a:hover,
    .horizontal-menu li.level2>a.ui-state-focus {
        background: 0 0;
        color: #0a0203;
        text-decoration: underline
    }

    .horizontal-menu li.level2.active>a {
        background: 0 0;
        border-width: 0;
        color: #0a0203;
        text-decoration: underline
    }

    .horizontal-menu .menu-vertical-wrapper .menu-content {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .horizontal-menu .menu-vertical-wrapper .vertical-menu-left {
        width: 100%;
        max-width: 455px;
        border-right: 2px solid #fd0;
        padding: false
    }

    .horizontal-menu .menu-vertical-wrapper .vertical-menu-content {
        flex: 1;
        padding: 30px 10px 15px 6vw
    }

    .horizontal-menu .menu-vertical-wrapper .vertical-subcate-content {
        display: none
    }

    .horizontal-menu .menu-vertical-wrapper .vertical-subcate-content.active {
        display: block
    }

    .horizontal-menu .menu-vertical-wrapper li.level1 a {
        display: inline-block;
        text-decoration: none;
        font-size: 1.4rem;
        line-height: inherit;
        padding: 20px 20px 20px 6vw;
        font-weight: 600;
        color: inherit;
        text-transform: uppercase;
        position: relative;
        display: block
    }

    .horizontal-menu .menu-vertical-wrapper li.level1 a:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: inherit;
        content: 'chevron_right';
        font-family: 'Material Icons Outlined';
        margin: 0 10px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .horizontal-menu .menu-vertical-wrapper li.level1 a:after {
        position: absolute;
        right: 5px;
        top: 17px;
        font-weight: 600
    }

    .horizontal-menu .menu-vertical-wrapper li.level1.active a {
        background: #0a0203;
        color: #fff
    }

    .horizontal-menu .menu-vertical-wrapper li.level1.active a:after {
        color: inherit
    }

    .horizontal-menu .menu-vertical-wrapper li.level2 a {
        padding: 0 0 10px;
        font-size: 1.6rem;
        font-weight: 400;
        color: inherit;
        text-transform: none;
        line-height: inherit
    }

    .horizontal-menu .column1 .menu-content {
        width: 100%
    }

    .horizontal-menu .cols7 .menu-content>ul>li {
        width: 14.28571429%
    }

    .horizontal-menu .cols6 .menu-content>ul>li {
        width: 16.66666667%
    }

    .horizontal-menu .cols5 .menu-content>ul>li {
        width: 20%
    }

    .horizontal-menu .cols4 .menu-content>ul>li {
        width: 25%
    }

    .horizontal-menu .cols3 .menu-content>ul>li {
        width: 33.33333333%
    }

    .horizontal-menu .cols2 .menu-content>ul>li {
        width: 50%
    }

    .nav-sections {
        background: #fff;
        margin-bottom: 2px
    }

    .section-item-title {
        display: none
    }

    .nav-toggle {
        display: none
    }

    .nav-sections-item-content>* {
        display: none
    }

    .nav-sections-item-content>.menu-container.horizontal-menu,
    .nav-sections-item-content>nav.navigation {
        display: block
    }

    .horizontal-menu li.level0.cms .level1>a {
        cursor: default
    }

    .horizontal-menu .ui-wrapper>ul.column1>.menu-content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .modal-popup.modal-slide .modal-footer {
        border-top: none;
        text-align: right
    }

    .checkout-index-index .modal-popup.green-id-modal .modal-inner-wrap {
        max-width: 750px
    }

    .checkout-index-index .modal-content #nikon-green-id-agreement-modal {
        max-width: 570px
    }

    .full-deposit-product-view .page-title-section .page-title-wrapper.product {
        padding-bottom: 50px
    }

    .catalog-product-view .page-title-section .mobile {
        display: none
    }

    #bsp-bottom-bar .content {
        height: 13vh;
        min-height: 100px
    }

    #bsp-bottom-bar .content .list {
        width: 65%
    }

    #bsp-bottom-bar .content .list .list-items {
        display: flex;
        height: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }

    #bsp-bottom-bar .content .list .list-items .item {
        display: flex;
        align-items: center;
        min-width: calc(100%/4 - 15px);
        width: calc(100%/4 - 15px)
    }

    #bsp-bottom-bar .content .list .list-items .item:not(:first-child) {
        padding-left: 15px
    }

    #bsp-bottom-bar .content .list .list-items .item>img {
        width: 35%;
        max-height: 100%
    }

    #bsp-bottom-bar .content .list .list-items .item .title {
        width: calc(65% - 12px);
        padding-left: 12px;
        font-weight: 600;
        max-height: 100%
    }

    #bsp-bottom-bar .content .list .list-items .select-more {
        display: flex;
        align-items: center;
        margin-left: 2rem
    }

    #bsp-bottom-bar .content .list .list-items .select-more>button {
        padding: 15px;
        background-color: #fff
    }

    #bsp-bottom-bar .content .summary {
        width: 35%;
        justify-content: flex-end
    }

    #bsp-bottom-bar .content .summary .action {
        max-width: 45%
    }

    #bundle-step-promotion .product-grid ol.product-items>li {
        width: calc(25% - 2rem)
    }

    body.checkout-index-index .smile-storedelivery-checkout-modal #opc-new-store-delivery-address.single-marker {
        max-width: 350px
    }

    #nikon-store-locator-wrapper .contextual-bar {
        margin: 0 2% 0 0;
        width: 40.4%
    }

    #nikon-store-locator-wrapper div.map {
        width: 57%;
        height: 980px
    }

    #nikon-store-locator-wrapper .contextual-bar {
        margin: 0 2% 0 0;
        width: 28.1%;
        padding-bottom: 30px
    }

    #nikon-store-locator-wrapper div.map {
        width: 69.6%;
        height: 980px
    }

    .top-left {
        top: 60px;
        left: 60px
    }

    .top-right {
        top: 60px;
        right: 60px
    }

    .bottom-right {
        bottom: 60px;
        right: 60px
    }

    .bottom-left {
        bottom: 60px;
        left: 60px
    }

    .products-upsell .top-right,
    .cart.items .top-right,
    .minicart-items-wrapper .top-right,
    .product-items .product-item .top-right {
        top: 0;
        right: 0
    }

    .products-upsell .top-left,
    .cart.items .top-left,
    .minicart-items-wrapper .top-left,
    .product-items .product-item .top-left {
        top: 0;
        left: 0
    }

    .products-upsell .bottom-right,
    .cart.items .bottom-right,
    .minicart-items-wrapper .bottom-right,
    .product-items .product-item .bottom-right {
        bottom: 0;
        right: 0
    }

    .products-upsell .bottom-left,
    .cart.items .bottom-left,
    .minicart-items-wrapper .bottom-left,
    .product-items .product-item .bottom-left {
        bottom: 0;
        left: 0
    }

    .products-upsell .label-wrap.label-inline-block,
    .cart.items .label-wrap.label-inline-block,
    .minicart-items-wrapper .label-wrap.label-inline-block,
    .product-items .product-item .label-wrap.label-inline-block {
        min-width: 70px
    }

    #algolia-searchbox .algolia-search-input:focus {
        border-width: 1px;
        border-color: #f1f2f2;
        border-radius: 0;
        border-style: solid;
        border-radius: 3px
    }

    #algolia-autocomplete-container .aa-dropdown-menu {
        margin-top: 20px;
        padding-bottom: 60px;
        left: 0 !important
    }

    #algolia-autocomplete-container .aa-dropdown-menu .thumb {
        width: 120px;
        height: 120px
    }

    #algolia-autocomplete-container .aa-dropdown-menu .other-sections {
        margin: 0 auto;
        padding: 0 18px
    }

    #algolia-autocomplete-container .aa-dropdown-menu .other-sections:before,
    #algolia-autocomplete-container .aa-dropdown-menu .other-sections:after {
        content: '';
        display: table
    }

    #algolia-autocomplete-container .aa-dropdown-menu .other-sections:after {
        clear: both
    }

    #algolia-autocomplete-container .aa-dropdown-menu .other-sections .aa-dataset-0 {
        float: left;
        width: 66.66666667%
    }

    #algolia-autocomplete-container .aa-dropdown-menu .other-sections .aa-dataset-1 {
        float: left;
        width: 33.33333333%
    }

    #algolia-autocomplete-container .aa-dataset-products .aa-suggestions {
        margin-top: 10px;
        padding: 0 18px
    }

    #algolia-autocomplete-container .aa-dataset-products .aa-suggestion {
        width: 33.33333333% !important
    }

    #algolia-autocomplete-container .aa-dataset-products .aa-suggestion>.algoliasearch-autocomplete-hit {
        padding: 20px 30px 15px 0
    }

    #algolia-autocomplete-container .aa-dataset-products .aa-suggestion .info {
        margin: 8px 0 0 142px
    }

    #algolia-autocomplete-container #autocomplete-products-footer {
        margin: 50px 0 10px
    }

    #algolia-autocomplete-container .autocomplete-wrapper .col3 {
        width: 100%;
        margin: 0 0 60px;
        border-width: none;
        border-color: #f1f2f2;
        border-radius: 0;
        border-style: solid
    }

    #algolia-autocomplete-container .aa-dataset-suggestions:before,
    #algolia-autocomplete-container .aa-dataset-suggestions:after {
        content: '';
        display: table
    }

    #algolia-autocomplete-container .aa-dataset-suggestions:after {
        clear: both
    }

    #algolia-left-container {
        width: 26%;
        -webkit-order: -1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    #algolia-right-container {
        width: 74%;
        -webkit-order: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    #instant-search-results-container .ais-hits--item {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        padding: 0 10px;
        margin: 0 0 20px;
        max-width: 33.33333333%
    }

    .isSafari #instant-search-results-container .ais-hits--item {
        max-width: 33.28125%
    }

    .ais-current-refined-values {
        padding: 0 0 40px
    }

    .ais-current-refined-values .ais-current-refined-values--clear-all {
        position: absolute;
        right: 0;
        top: 10px
    }

    #current-refinements .facet .ais-header .name {
        font-size: 36px
    }

    .sub-categories {
        margin-top: 45px
    }

    .sub-categories .catalog-sub-categories-block {
        margin: 0 -15px
    }

    .sub-categories .catalog-sub-categories-block .category-item {
        padding: 0 15px
    }

    .menu-sidebar-right figure {
        margin: 0 0 15px
    }

    .menu-sidebar-right figure:last-child {
        margin: 0
    }

    .menu-sidebar-right img {
        display: block
    }

    .horizontal-menu .ui-wrapper .column2 {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .horizontal-menu .ui-wrapper .column2>li:not(.menu-sidebar-right):not(.menu-sidebar-left) {
        flex: 1
    }

    .horizontal-menu .ui-wrapper .column2>li.menu-sidebar-right,
    .horizontal-menu .ui-wrapper .column2>li.menu-sidebar-left {
        max-width: 35%;
        width: 100%;
        padding: 30px 4% 60px;
        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }

    .cart .table th.item,
    .cart .table td.item {
        width: 55%;
        padding-left: 0
    }

    .cart .table th.price,
    .cart .table td.price {
        width: 10%;
        text-align: center
    }

    .cart .table th.qty,
    .cart .table td.qty {
        width: 13%;
        text-align: center
    }

    .cart .table th.subtotal,
    .cart .table td.subtotal {
        width: 10%;
        text-align: center
    }

    .cart .table th.actions,
    .cart .table td.actions {
        width: 10%;
        padding-right: 0
    }

    .cart .table tbody>tr.item-messages>td:first-child {
        padding-left: 138px
    }

    .cart .actions-toolbar .primary .action {
        width: 35px;
        text-align: center;
        margin: 0
    }

    .cart .actions-toolbar .primary .action-delete {
        margin: 0 -10px 0 0
    }

    .cart-container {
        margin: 55px 0 120px
    }

    .cart-container:before,
    .cart-container:after {
        content: '';
        display: table
    }

    .cart-container:after {
        clear: both
    }

    .cart-container .form-cart,
    .cart-container .crosssell,
    .cart-container .cart-discount,
    .cart-container .block-requisition-list {
        float: left;
        width: 74.5%;
        max-width: 74.5%
    }

    .cart-container .block.crosssell {
        width: 100%;
        max-width: 100%
    }

    .cart-container .block.crosssell:before,
    .cart-container .block.crosssell:after {
        content: '';
        display: table
    }

    .cart-container .block.crosssell:after {
        clear: both
    }

    .cart-container .cart-summary {
        float: right;
        width: 25.5%;
        max-width: 25.5%;
        padding-left: 2%
    }

    .minicart-opened .cms-index-index .block-minicart {
        max-height: calc(100vh - 100px)
    }

    .minicart-opened.home .cms-index-index.sticky-header .block-minicart {
        max-height: calc(100vh - 70px)
    }

    .minicart-wrapper {
        display: inline-block;
        position: relative
    }

    .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: 28px;
        line-height: 28px;
        color: #0a0203;
        content: 'shopping_cart';
        font-family: 'Material Icons Outlined';
        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: #0a0203
    }

    .minicart-wrapper .action.showcart:active:before {
        color: #0a0203
    }

    .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: 28px;
        line-height: 28px;
        color: #0a0203;
        content: 'shopping_cart';
        font-family: 'Material Icons Outlined';
        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: #0a0203
    }

    .minicart-wrapper .action.showcart.active:active:before {
        color: #0a0203
    }

    .minicart-wrapper .block-minicart {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #fff;
        border: 1px solid #bbb;
        margin-top: 2px;
        min-width: 100%;
        width: 450px;
        z-index: 101;
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 0 3px 6px 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: 35px;
        top: -12px
    }

    .minicart-wrapper .block-minicart:after {
        right: 34px;
        top: -14px
    }

    .minicart-wrapper.active {
        overflow: visible
    }

    .minicart-wrapper.active .block-minicart {
        display: block
    }

    .minicart-wrapper .block-content {
        padding: 0 28px
    }

    .minicart-wrapper .block-minicart {
        border: none;
        top: calc(100% - 1px)
    }

    .minicart-wrapper .block-minicart:before {
        top: -2px;
        right: 0;
        left: auto;
        border: none;
        height: 2px;
        width: 44px;
        background: #fd0
    }

    .minicart-wrapper .block-minicart:after {
        display: none
    }

    small.counter {
        font-size: 1.2rem;
        line-height: 18px;
        min-width: 19px;
        height: 19px;
        top: 15px;
        right: 10px;
        padding: 0 2px
    }

    .checkout-container:before,
    .checkout-container:after {
        content: '';
        display: table
    }

    .checkout-container:after {
        clear: both
    }

    .checkout-container .opc-wrapper {
        width: 66%;
        float: left
    }

    .checkout-container .opc-summary-wrapper {
        width: 34%;
        padding-left: 2.5%;
        padding-bottom: 90px;
        float: right
    }

    .checkout-container .checkout-payment-method .payment-method-title {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .checkout-container .checkout-payment-method .payment-method-title>label,
    .checkout-container .checkout-payment-method .payment-method-title>.accepted_cc {
        flex-basis: 50%
    }

    .checkout-container .checkout-payment-method #payment-method-braintree-paypal .payment-method-title {
        display: block
    }

    .opc-estimated-wrapper {
        display: none
    }

    .opc-progress-bar {
        padding: 0;
        list-style: none none;
        counter-reset: i;
        font-size: 0;
        margin: 0;
        position: absolute;
        right: 20px;
        text-align: right;
        top: -105px;
        z-index: 1
    }

    .opc-progress-bar>li {
        display: inline-block;
        vertical-align: top
    }

    .opc-progress-bar-item {
        margin: 0 0 0 -1px;
        position: relative;
        text-align: center;
        width: 163px
    }

    .opc-progress-bar-item:before {
        background-color: #f1f2f2;
        content: '';
        height: 3px;
        left: 0;
        position: absolute;
        top: 14px;
        width: 100%
    }

    .opc-progress-bar-item>span {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        padding-top: 38px;
        text-transform: uppercase
    }

    .opc-progress-bar-item>span:before,
    .opc-progress-bar-item>span:after {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background-color: #fff;
        content: '';
        font-weight: 600;
        height: 30px;
        width: 30px;
        text-transform: none
    }

    .opc-progress-bar-item>span:after {
        background: #fff;
        color: #0a0203;
        content: counter(i);
        counter-increment: i;
        height: 30px;
        line-height: 30px;
        width: 30px
    }

    .opc-progress-bar-item._active:before {
        background: #fd0
    }

    .opc-progress-bar-item._active>span {
        color: #fd0;
        display: inline-block;
        text-decoration: none
    }

    .opc-progress-bar-item._active>span:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 30px;
        color: #0a0203;
        content: 'check';
        font-family: 'Material Icons Outlined';
        margin: 0 10px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .opc-progress-bar-item._active>span:after {
        background: #fd0
    }

    .opc-progress-bar-item._active>span:before {
        background-color: #fd0;
        color: #fff
    }

    .opc-progress-bar-item._complete>span {
        color: #fd0
    }

    .opc-progress-bar-item._complete:before {
        background: #fd0
    }

    .opc-progress-bar-item._complete>span {
        display: inline-block;
        text-decoration: none
    }

    .opc-progress-bar-item._complete>span:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 30px;
        color: #0a0203;
        content: 'check';
        font-family: 'Material Icons Outlined';
        margin: 0 10px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .opc-progress-bar-item._complete>span:after {
        background: #fd0
    }

    .opc-progress-bar-item._complete>span:before {
        background-color: #fd0;
        color: #fff
    }

    .shipping-information .ship-to,
    .shipping-information .ship-via {
        padding: 0
    }

    .shipping-information .ship-to:before,
    .shipping-information .ship-via:before {
        display: none
    }

    .shipping-information .action-edit:before {
        bottom: 8px;
        font-size: 22px
    }

    .shipping-information .shipping-information-title {
        border: none;
        margin: 0;
        padding: 10px 0 10px
    }

    .shipping-information .shipping-information-content {
        border: 2px solid #f1f2f2;
        padding: 15px 20px 10px;
        margin: 0
    }

    .opc-block-summary>.title {
        margin-bottom: 18px
    }

    .opc-block-summary .items-in-cart {
        border-width: 2px;
        border-color: #f1f2f2;
        border-radius: 0;
        border-style: solid
    }

    .opc-block-summary .data-totals {
        padding: 30px 0;
        border-width: 2px 2px 0;
        border-color: #f1f2f2;
        border-radius: 0;
        border-style: solid
    }

    .opc-block-summary .minicart-items li {
        padding-top: 30px
    }

    .opc-block-summary .table-totals {
        border-width: 2px;
        border-color: #f1f2f2;
        border-radius: 0;
        border-style: solid
    }

    .opc-block-summary .table-totals tr:first-child td,
    .opc-block-summary .table-totals tr:first-child th {
        padding-top: 20px
    }

    .opc-block-summary .table-totals tr:last-child td,
    .opc-block-summary .table-totals tr:last-child th {
        padding-bottom: 20px
    }

    .opc-block-summary>.ship-via {
        border: 2px solid #f1f2f2
    }

    .checkout-index-index .modal-custom.opc-sidebar .modal-header,
    .catalog-category-view .modal-custom.opc-sidebar .modal-header,
    .catalogsearch-result-index .modal-custom.opc-sidebar .modal-header,
    .bookingonline-index-index .modal-custom.opc-sidebar .modal-header {
        display: none
    }

    .checkout-index-index .modal-popup .modal-inner-wrap,
    .catalog-category-view .modal-popup .modal-inner-wrap,
    .catalogsearch-result-index .modal-popup .modal-inner-wrap,
    .bookingonline-index-index .modal-popup .modal-inner-wrap {
        max-width: 680px
    }

    .checkout-index-index .modal-popup .modal-title,
    .catalog-category-view .modal-popup .modal-title,
    .catalogsearch-result-index .modal-popup .modal-title,
    .bookingonline-index-index .modal-popup .modal-title {
        padding-left: 15px
    }

    .form-shipping-address .field-tooltip {
        top: 5px;
        transform: none
    }

    .form-shipping-address .field-tooltip .field-tooltip-content {
        top: 34px;
        right: -3px;
        left: auto
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:before,
    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        left: auto;
        right: 10px;
        top: 0;
        margin-top: -10px;
        border-style: solid;
        border-color: transparent transparent #666;
        border-width: 0 10px 10px
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        border-color: transparent transparent #fff;
        top: 1px
    }

    .checkout-index-index .logo img {
        max-width: 74px
    }

    .checkout-index-index .page-title-section {
        padding: 36px 0
    }

    .checkout-index-index .page-title-section .page-title {
        margin: 0
    }

    .checkout-index-index .header.content {
        margin: 0 auto
    }

    .checkout-header-content {
        padding: 8px 0
    }

    .checkout-header-content .action.back.secondary {
        width: 90px;
        padding: 15px 20px;
        margin-top: 12px
    }

    .opc-wrapper .button {
        max-width: 210px
    }

    .checkout-shipping-method .checkout-shipping-method {
        margin-top: 60px
    }

    #onepage-checkout-shipping-method-additional-load {
        margin-top: 60px
    }

    .checkout-shipping-address input,
    .checkout-shipping-address select,
    .checkout-shipping-address textarea,
    .checkout-shipping-address .actions-toolbar,
    .checkout-shipping-address .field:not(.addresses) .control {
        max-width: 570px
    }

    .payment-methods {
        padding: 30px 0
    }

    .payment-method .primary,
    .payment-method .action-edit-address {
        max-width: 212px
    }

    .payment-option .payment-option-inner,
    .cart-discount .giftcard .field,
    .cart-discount .coupon .field {
        -webkit-flex-basis: 54.3%;
        -ms-flex-preferred-size: 54.3%;
        flex-basis: 54.3%;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 54.3%
    }

    .multicheckout div.actions-toolbar .secondary .action {
        margin-top: 14px
    }

    .cart-discount {
        margin-top: 75px
    }

    .cart-discount .giftcard .actions-toolbar.primary,
    .cart-discount .coupon .actions-toolbar.primary {
        margin: 29px 0 0 30px
    }

    .cart-discount .giftcard .actions-toolbar.no-label.primary,
    .cart-discount .coupon .actions-toolbar.no-label.primary {
        margin: 0 0 0 30px
    }

    .account.negotiable_quote-quote-view .quote-container {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end
    }

    .negotiable-quote-success {
        padding: 60px 0 120px
    }

    [data-content-type=products] {
        margin-top: 35px;
        margin-bottom: 10px
    }

    .pagebuilder-slider div[data-element=content] p {
        font-size: 1.4rem;
        letter-spacing: .5600000000000001px;
        margin: 0 0 20px
    }

    .pagebuilder-slider div[data-element=content] h1,
    .pagebuilder-slider div[data-element=content] h2,
    .pagebuilder-slider div[data-element=content] .block-related-posts-wrapper .block-title,
    .pagebuilder-slider div[data-element=content] .block-blog-recent-post .block-title,
    .pagebuilder-slider div[data-element=content] .aw_blog_related_products .block-title {
        font-size: 1.6rem;
        letter-spacing: 1.6px;
        margin: 24px 0 24px
    }

    .pagebuilder-slider div[data-element=content] h1>span,
    .pagebuilder-slider div[data-element=content] h2>span,
    .pagebuilder-slider div[data-element=content] .block-related-posts-wrapper .block-title>span,
    .pagebuilder-slider div[data-element=content] .block-blog-recent-post .block-title>span,
    .pagebuilder-slider div[data-element=content] .aw_blog_related_products .block-title>span {
        font-size: inherit;
        letter-spacing: inherit
    }

    .pagebuilder-slider div[data-element=content] h4,
    .pagebuilder-slider div[data-element=content] h5 {
        font-size: 1.6rem;
        letter-spacing: 1.6px;
        margin: 0
    }

    .pagebuilder-slider div[data-element=content] h4>span,
    .pagebuilder-slider div[data-element=content] h5>span {
        font-size: inherit;
        letter-spacing: inherit
    }

    [data-appearance=collage-left] .pagebuilder-slide-wrapper .pagebuilder-overlay {
        padding: 50px 45px
    }

    [data-appearance=collage-right] .pagebuilder-slide-wrapper .pagebuilder-overlay {
        padding: 50px 45px
    }

    div[data-content-type=slider] {
        min-height: 600px
    }

    .purchaseorderrule-index-index .admin__data-grid-outer-wrap>.actions-toolbar {
        padding-top: 43px
    }

    #top-storelocator-chooser {
        padding: 17px 0;
        position: relative
    }

    #top-storelocator-chooser .top-storelocator-chooser-content {
        width: 275px;
        right: 10px
    }

    #top-storelocator-chooser .action.showpicker {
        display: inline-block;
        text-decoration: none;
        text-align: center;
        min-width: 90px;
        margin: 0
    }

    #top-storelocator-chooser .action.showpicker:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 32px;
        color: #0a0203;
        content: 'location_on';
        font-family: 'Material Icons Outlined';
        margin: 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    #top-storelocator-chooser .action.showpicker>span,
    #top-storelocator-chooser .action.showpicker>a {
        display: inline-block;
        margin: 0 auto;
        vertical-align: top;
        font-size: 1.2rem;
        letter-spacing: .5px
    }

    #top-storelocator-chooser .action.showpicker:before {
        display: block;
        width: 100%;
        margin: 0 auto
    }

    #top-storelocator-chooser .action.showpicker:hover .text {
        text-decoration: underline
    }

    .smile_store_locator-store-search .main,
    .smile_store_locator-store-view .main {
        padding: 30px 0 60px
    }

    .smile_store_locator-store-search .shop-details,
    .smile_store_locator-store-view .shop-details,
    .smile_store_locator-store-search .search-list-wrapper,
    .smile_store_locator-store-view .search-list-wrapper {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative
    }

    .smile_store_locator-store-search .shop-details .map,
    .smile_store_locator-store-view .shop-details .map,
    .smile_store_locator-store-search .search-list-wrapper .map,
    .smile_store_locator-store-view .search-list-wrapper .map {
        min-height: 750px;
        display: inline-block;
        z-index: 98;
        flex: 1
    }

    .smile_store_locator-store-search .shop-details .search-result-list,
    .smile_store_locator-store-view .shop-details .search-result-list,
    .smile_store_locator-store-search .search-list-wrapper .search-result-list,
    .smile_store_locator-store-view .search-list-wrapper .search-result-list,
    .smile_store_locator-store-search .shop-details .shop-detail-column-left,
    .smile_store_locator-store-view .shop-details .shop-detail-column-left,
    .smile_store_locator-store-search .search-list-wrapper .shop-detail-column-left,
    .smile_store_locator-store-view .search-list-wrapper .shop-detail-column-left {
        width: 420px;
        margin-right: 0;
        z-index: 99;
        position: absolute;
        left: 30px;
        top: 30px
    }

    .smile_store_locator-store-search .shop-details .search-result-list,
    .smile_store_locator-store-view .shop-details .search-result-list,
    .smile_store_locator-store-search .search-list-wrapper .search-result-list,
    .smile_store_locator-store-view .search-list-wrapper .search-result-list,
    .smile_store_locator-store-search .shop-details .shop-detail-column-left,
    .smile_store_locator-store-view .shop-details .shop-detail-column-left,
    .smile_store_locator-store-search .search-list-wrapper .shop-detail-column-left,
    .smile_store_locator-store-view .search-list-wrapper .shop-detail-column-left {
        max-height: 690px;
        height: auto
    }

    .smile_store_locator-store-search .shop-details .search-result-list>ul,
    .smile_store_locator-store-view .shop-details .search-result-list>ul,
    .smile_store_locator-store-search .search-list-wrapper .search-result-list>ul,
    .smile_store_locator-store-view .search-list-wrapper .search-result-list>ul,
    .smile_store_locator-store-search .shop-details .shop-detail-column-left>ul,
    .smile_store_locator-store-view .shop-details .shop-detail-column-left>ul,
    .smile_store_locator-store-search .search-list-wrapper .shop-detail-column-left>ul,
    .smile_store_locator-store-view .search-list-wrapper .shop-detail-column-left>ul,
    .smile_store_locator-store-search .shop-details .search-result-list .shop-detail-content,
    .smile_store_locator-store-view .shop-details .search-result-list .shop-detail-content,
    .smile_store_locator-store-search .search-list-wrapper .search-result-list .shop-detail-content,
    .smile_store_locator-store-view .search-list-wrapper .search-result-list .shop-detail-content,
    .smile_store_locator-store-search .shop-details .shop-detail-column-left .shop-detail-content,
    .smile_store_locator-store-view .shop-details .shop-detail-column-left .shop-detail-content,
    .smile_store_locator-store-search .search-list-wrapper .shop-detail-column-left .shop-detail-content,
    .smile_store_locator-store-view .search-list-wrapper .shop-detail-column-left .shop-detail-content {
        max-height: calc(690px - 71px);
        height: 100%
    }

    .smile_store_locator-store-view .store-view-map {
        min-height: 750px;
        flex: 1
    }

    .smile_store_locator-store-view .store-view-map .map {
        width: 100%;
        height: 100%
    }

    .smile_store_locator-store-view .search-result-list ul {
        max-height: calc(750px - 70px)
    }

    .blog-posts .blog-post-item {
        width: 33.33333333%;
        max-width: 33.33333333%
    }

    .blog-posts .block-product-posts-item,
    .blog-posts .block-related-posts-item,
    .blog-posts .block-recent-posts-item {
        width: 25%;
        max-width: 25%
    }

    .blog-posts .block-product-posts-item:not(.slick-slide):nth-child(n+5),
    .blog-posts .block-related-posts-item:not(.slick-slide):nth-child(n+5),
    .blog-posts .block-recent-posts-item:not(.slick-slide):nth-child(n+5) {
        display: none
    }

    .blog-post-item .blog-post-info {
        margin: 18px 0 0
    }

    .blog-post-item .blog-post-title {
        font-size: 1.6rem;
        line-height: 24px;
        letter-spacing: .5px
    }

    .blog-post-item .blog-post-header {
        padding: 0 30px
    }

    .blog-posts-post {
        margin-bottom: 0
    }

    .aw_blog-post-view .main {
        padding-top: 60px
    }

    .aw_blog-post-view .blog-post-details-header {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .aw_blog-post-view .blog-post-details-header .post-title {
        max-width: 50%
    }

    .block-related-posts-wrapper .block-title,
    .block-blog-recent-post .block-title {
        margin-bottom: 60px
    }

    .aw_blog_related_products {
        padding-top: 38px;
        margin-bottom: 75px
    }

    .aw_blog_related_products .block-title {
        margin-bottom: 28px
    }

    .products.wrapper.products-aw_blog_related_products .product-items {
        margin-right: -15px;
        margin-left: -15px
    }

    .products.wrapper.products-aw_blog_related_products .product-items .product-item {
        padding: 0 15px;
        margin: 0 0 30px;
        max-width: 25%;
        width: 25%
    }

    .isSafari .products.wrapper.products-aw_blog_related_products .product-items .product-item {
        max-width: 24.94791667%
    }

    .aw_blog-category-view .page-main,
    .aw_blog-index-index .page-main {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .aw_blog-category-view .sidebar-main,
    .aw_blog-index-index .sidebar-main {
        padding-left: 30px
    }

    .block-category-listing li {
        margin-bottom: 10px
    }

    .blog-sidebar-block {
        padding-bottom: 20px;
        margin-bottom: 30px
    }

    .blog-sidebar-block:not(:last-child) {
        border-bottom: 1px solid #f1f2f2
    }

    .blog-sidebar-block .block-title,
    .blog-sidebar-block .blog-sidebar-block-title {
        font-size: 1.6rem;
        line-height: 24px;
        letter-spacing: 1.6px;
        margin-bottom: 22px;
        font-weight: 600;
        text-transform: uppercase
    }

    .column .blog-sidebar-block.tag-cloud {
        display: none
    }

    .blog-pagination-container {
        margin-top: 60px
    }

    .aw-et__view-options-container .sectors div.attendee-element {
        padding: 30px 0 0;
        margin-right: 120px
    }

    .catalog-product-view.aw-et-product-page .product.data.items>.item.title {
        min-width: 300px;
        margin-right: 30px
    }

    .catalog-product-view.aw-et-product-page .aw-et__view-options-container .options-container {
        width: 57.5%;
        margin-right: 4.5%;
        overflow: hidden
    }

    .catalog-product-view.aw-et-product-page .aw-et__view-options-container .summary-container {
        max-width: 450px;
        min-width: 280px;
        width: 100%
    }

    .catalog-product-view.aw-et-product-page .aw-et__form-container-wrapper {
        margin-bottom: 60px
    }

    .catalog-product-view.aw-et-product-page .aw-et__form-container-wrapper .aw-et__view-options-container {
        padding-top: 60px
    }

    .catalog-product-view.aw-et-product-page .aw-et__form-container-wrapper .product-add-form {
        padding-bottom: 50px
    }

    .catalog-product-view.aw-et-product-page .product-payments-wrapper {
        margin-top: 20px
    }

    .catalog-product-view.aw-et-product-page .right-details {
        width: 24%
    }

    .catalog-product-view.aw-et-product-page .product-event-description {
        width: 76%;
        padding: 0 30px 0 0
    }

    .catalog-product-view.aw-et-product-page .product.detailed {
        width: 100%
    }

    .catalog-product-view.aw-et-product-page .product-bottom-row .product.data.items .data.item.content .product.attribute.meet-lecturer [data-content-type=row][data-appearance=contained] {
        width: 85%
    }

    .catalog-product-view.aw-et-product-page .product-bottom-row .product.data.items .data.item.content .product.attribute.location-map {
        width: 85%
    }

    .page-product-bundle .product-bottom-row {
        padding-top: 60px
    }

    .page-product-bundle .product-bottom-row {
        padding-top: 30px
    }

    .bundle-options-container>.product-add-form {
        padding-top: 0
    }

    .bundle-options-container form {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bundle-options-container .bundle-options-wrapper {
        width: 57.5%;
        margin-right: 4.5%;
        overflow: hidden
    }

    .bundle-options-container .block-bundle-summary {
        max-width: 450px;
        min-width: 280px;
        width: 100%
    }

    .widget:not(.products-crosssell) .product-items {
        margin-right: -15px;
        margin-left: -15px
    }

    .widget:not(.products-crosssell) .product-items .product-item {
        padding: 0 15px
    }

    .widget:not(.products-crosssell) .product-items>.product-item {
        margin: 0 0 30px;
        max-width: 25%;
        width: 25%
    }

    .isSafari .widget:not(.products-crosssell) .product-items>.product-item {
        max-width: 24.94791667%
    }

    .product-bottom-row .widget.products-related .product-items {
        margin: 0
    }

    .product-bottom-row .widget.products-related .product-items .product-item {
        padding: 27px 0;
        border-bottom: 1px solid #f1f2f2;
        width: 100% !important;
        margin: 0
    }

    .product-bottom-row .widget.products-related .product-items .product-item-info {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .product-bottom-row .widget.products-related .product-items .product-item-photo {
        width: 80px;
        margin: 0 20px 0 0
    }

    .product-bottom-row .widget.products-related .product-items .product-item-details {
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        border: none;
        padding: 0
    }

    .product-bottom-row .widget.products-related .product-items .product-item-name {
        font-size: 1.4rem;
        margin: 0 0 7px;
        padding: 0;
        text-align: left;
        line-height: 20px
    }

    .product-bottom-row .widget.products-related .product-items .product-item .price-box {
        text-align: left;
        padding: 0
    }

    .product-bottom-row .widget.products-related .product-items .product-item .price-box .price {
        font-size: 1.2rem
    }

    .product-bottom-row .widget.products-related .product-items .product-item-actions {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin: 15px 0 0;
        width: 100%
    }

    .product-bottom-row .widget.products-related .product-items .product-item-actions .actions-primary {
        margin: 0 10px 0 0
    }

    .product-bottom-row .widget.products-related .product-items .product-item-actions .product-item-learn-more {
        margin: 0 40px 0 0
    }

    .page-layout-2columns-left .widget.block-products-list .product-items,
    .products.wrapper .product-items {
        margin: 0 -15px
    }

    .page-layout-2columns-left .widget.block-products-list .product-items .product-item,
    .products.wrapper .product-items .product-item {
        padding: 0 15px
    }

    .page-layout-2columns-left .widget.block-products-list .product-items>.product-item,
    .products.wrapper .product-items>.product-item {
        margin: 0 0 30px;
        max-width: 25%;
        width: 25%
    }

    .isSafari .page-layout-2columns-left .widget.block-products-list .product-items>.product-item,
    .isSafari .products.wrapper .product-items>.product-item {
        max-width: 24.94791667%
    }

    .catalog-product-view .product.data.items .title .switch:after {
        right: 20px
    }

    .catalog-product-view .page-title-section,
    .catalog-category-view .page-title-section,
    .catalogsearch-result-index .page-title-section,
    .cms-page-view .page-title-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .catalog-product-view .page-title-section .page-title,
    .catalog-category-view .page-title-section .page-title,
    .catalogsearch-result-index .page-title-section .page-title,
    .cms-page-view .page-title-section .page-title {
        font-size: 3rem;
        line-height: 43px
    }

    .product-row {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product-top-row {
        margin-bottom: 55px
    }

    .product-bottom-row {
        margin-bottom: 65px
    }

    .product.media {
        width: 57.5%;
        overflow: hidden
    }

    .product.detailed {
        width: calc(68% - 30px);
        margin-right: 30px
    }

    .product.attribute.description h2,
    .product.attribute.description .block-related-posts-wrapper .block-title,
    .product.attribute.description .block-blog-recent-post .block-title,
    .product.attribute.description .aw_blog_related_products .block-title {
        margin-bottom: 26px
    }

    .product.attribute.description .pagebuilder-column-group,
    .product.attribute.description .column-group {
        margin: 55px -10px 20px
    }

    .product.attribute.description .pagebuilder-column-group .pagebuilder-column,
    .product.attribute.description .column-group .pagebuilder-column {
        width: 25% !important
    }

    .product.attribute.description .pagebuilder-column-group .pagebuilder-column:nth-child(3n),
    .product.attribute.description .column-group .pagebuilder-column:nth-child(3n) {
        width: 50% !important
    }

    .product-info-main {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 450px;
        min-width: 280px
    }

    .dangerous-goods {
        align-self: flex-start;
        margin: 10px 0 20px
    }

    .gallery-wrapper .gallery-placeholder-wrapper {
        max-height: 100%;
        max-width: calc(100% - 90px)
    }

    .gallery-wrapper .gallery-placeholder {
        max-width: 100%
    }

    .gallery-wrapper .gallery-placeholder.gallery-init {
        max-width: 690px;
        max-height: 690px
    }

    .gallery-wrapper .slick-nav .dummy {
        width: 90px;
        height: 90px
    }

    .gallery-wrapper.vertical-thumbs .slick-nav {
        max-height: 690px;
        min-width: 90px;
        width: 90px
    }

    .gallery-wrapper.vertical-thumbs .slick-nav .slick-slide,
    .gallery-wrapper.vertical-thumbs .slick-nav .dummy {
        height: 90px !important;
        width: 90px !important;
        margin: 0 0 20px
    }

    .gallery-wrapper.horizontal-thumbs .gallery-placeholder.gallery-init {
        max-width: 100%
    }

    .gallery-wrapper.horizontal-thumbs .slick-nav {
        max-width: 690px;
        max-height: 90px;
        width: 100%
    }

    .gallery-wrapper.horizontal-thumbs .slick-nav .slick-slide,
    .gallery-wrapper.horizontal-thumbs .slick-nav .dummy {
        width: 90px !important;
        margin: 0 20px 0 0
    }

    .aw-et-product-page .gallery-wrapper .gallery-placeholder[data-gallery-role=gallery-placeholder] {
        max-width: 690px;
        max-height: 690px
    }

    .filter-title.mobile {
        display: none
    }

    .filter-title,
    .filter-current-subtitle {
        margin: 0 0 20px
    }

    .filter-title.desktop,
    .filter-current-subtitle.desktop {
        margin: 0 0 30px
    }

    .filter-current {
        margin-bottom: 60px
    }

    .filter-content .block-compare,
    .sidebar-additional .block-compare {
        border: 1px solid #f1f2f2;
        padding: 20px
    }

    .sidebar>[data-content-type=row][data-appearance=contained] {
        display: block
    }

    .sidebar>.filter.empty+[data-content-type=row][data-appearance=contained] {
        margin-top: 0
    }

    .catalog-category-view main.page-main {
        margin-bottom: 120px;
        margin-top: 60px
    }

    .category-description {
        padding-top: 6px
    }

    .block.upsell h2,
    .block.crosssell h2,
    .block.related h2,
    .block.upsell .block-related-posts-wrapper .block-title,
    .block.crosssell .block-related-posts-wrapper .block-title,
    .block.related .block-related-posts-wrapper .block-title,
    .block.upsell .block-blog-recent-post .block-title,
    .block.crosssell .block-blog-recent-post .block-title,
    .block.related .block-blog-recent-post .block-title,
    .block.upsell .aw_blog_related_products .block-title,
    .block.crosssell .aw_blog_related_products .block-title,
    .block.related .aw_blog_related_products .block-title {
        margin-bottom: 50px
    }

    .product-bottom-row .block.related {
        width: 32%;
        max-width: 450px;
        min-width: 280px;
        border-top: 2px solid #f1f2f2
    }

    .product-bottom-row .block.related h2,
    .product-bottom-row .block.related .block-related-posts-wrapper .block-title,
    .product-bottom-row .block.related .block-blog-recent-post .block-title,
    .product-bottom-row .block.related .aw_blog_related_products .block-title {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 23px;
        text-align: left;
        margin: 28px 0 0;
        letter-spacing: 1.6px
    }

    .product-bottom-row .block.related .aw-onsale__label-area-wrap {
        display: none
    }

    .product-bottom-row .products-related .product-items {
        margin: 0 !important
    }

    .product-bottom-row .products-related .product-item {
        width: 100% !important;
        padding: 0;
        margin-bottom: 20px
    }

    .product-bottom-row .products-related .product-item:nth-child(n+4) {
        display: none !important
    }

    .product-bottom-row .products-related .slick-track {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100% !important;
        transform: none !important
    }

    .catalog-product_compare-index .main {
        margin-top: 90px
    }

    .catalog-product_compare-index .print-wrap {
        margin-bottom: 30px
    }

    .compare-links {
        margin-top: -8px
    }

    .compare-links .compare-links-container {
        padding: 0 0 0 18px;
        list-style-type: none
    }

    .cms-contact-us [data-content-type=html] {
        padding: 40px 20px 0
    }

    .cms-contact-us .webforms {
        margin-top: 0
    }

    .cms-contact-us .webforms form {
        max-width: 570px;
        width: 100%
    }

    .cms-contact-us .block-highlighted {
        border: none;
        float: right;
        max-width: 445px;
        align-self: flex-end
    }

    .cms-block-title h2,
    .cms-block-title .block-related-posts-wrapper .block-title,
    .cms-block-title .block-blog-recent-post .block-title,
    .cms-block-title .aw_blog_related_products .block-title {
        line-height: 36px
    }

    .events-list .pagebuilder-column-group {
        padding-bottom: 110px
    }

    .events-list .pagebuilder-column-group.slick-initialized .pagebuilder-column {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .events-list .pagebuilder-column-group:not(.slick-initialized) .pagebuilder-column {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pre-footer {
        position: relative
    }

    .pre-footer:before,
    .pre-footer:after {
        background: #f1f2f2;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 4000px
    }

    .pre-footer:before {
        right: 100%
    }

    .pre-footer:after {
        left: 100%
    }

    .pre-footer-block .pagebuilder-column-group .pagebuilder-column,
    .pre-footer-block .column-group .pagebuilder-column {
        padding: 120px 15px 100px !important
    }

    .catalog-product-view .pre-footer-block .pagebuilder-column-group .pagebuilder-column [data-content-type=text],
    .catalog-product-view .pre-footer-block .column-group .pagebuilder-column [data-content-type=text] {
        margin: 0 auto;
        max-width: 270px
    }

    .home-banner .pagebuilder-banner-wrapper,
    .home-banner .pagebuilder-slide-wrapper {
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .home-banner .pagebuilder-banner-wrapper .pagebuilder-overlay,
    .home-banner .pagebuilder-slide-wrapper .pagebuilder-overlay {
        margin: 0 auto;
        max-width: 1450px;
        padding: 20px;
        width: 100%
    }

    .home-banner .pagebuilder-banner-wrapper .pagebuilder-collage-content,
    .home-banner .pagebuilder-slide-wrapper .pagebuilder-collage-content {
        max-width: 690px
    }

    .home-banner.pagebuilder-slider div[data-element=content] h1,
    .home-banner h1 {
        font-size: 6rem;
        line-height: 72px
    }

    .home-banner[data-appearance=collage-right] .pagebuilder-banner-wrapper .pagebuilder-collage-content {
        margin-left: auto
    }

    .home-banner [data-appearance=collage-right] .pagebuilder-slide-wrapper .pagebuilder-collage-content {
        margin-left: auto
    }

    .line-to-left h1:before,
    .line-to-right h1:before {
        bottom: 15px
    }

    .line-to-left h1:before {
        margin: 0 10px 0 0
    }

    .line-to-right h1:before {
        margin: 0 0 0 10px
    }

    .home-product-slider {
        padding: 60px 0 120px !important
    }

    .home-product-slider .pagebuilder-column-group {
        margin-left: -15px;
        margin-right: -15px
    }

    .home-product-slider .pagebuilder-column {
        padding: 0 15px !important
    }

    .home-product-slider h5 {
        padding: 0 20px
    }

    .ambassador-block {
        padding: 90px 0
    }

    .ambassador-block figure {
        margin: 0
    }

    .ambassador-block .pagebuilder-column-group {
        margin-left: -15px;
        margin-right: -15px
    }

    .ambassador-block .pagebuilder-column {
        padding: 0 15px !important
    }

    .ambassador-block .pagebuilder-column:first-child {
        width: 36.5% !important
    }

    .ambassador-block .pagebuilder-column:nth-child(2) {
        width: 30.2% !important
    }

    .ambassador-block .pagebuilder-column:nth-child(2) figure {
        max-width: 330px;
        margin-left: auto
    }

    .ambassador-block .pagebuilder-column:last-child {
        width: 33.3% !important
    }

    .ambassador-block .pagebuilder-column:last-child [data-content-type=text]:first-child p {
        margin: 0
    }

    .ambassador-block .pagebuilder-column:last-child h2,
    .ambassador-block .pagebuilder-column:last-child .block-related-posts-wrapper .block-title,
    .ambassador-block .pagebuilder-column:last-child .block-blog-recent-post .block-title,
    .ambassador-block .pagebuilder-column:last-child .aw_blog_related_products .block-title {
        margin: 0 0 27px
    }

    .ambassador-block [data-content-type=button-item]:first-child {
        margin-right: 30px
    }

    .ambassador-block .pagebuilder-button-secondary {
        min-width: 240px
    }

    .home-black-bg[data-content-type=row][data-appearance=full-width]>.row-full-width-inner {
        max-width: 930px
    }

    .home-black-bg h2,
    .home-black-bg .block-related-posts-wrapper .block-title,
    .home-black-bg .block-blog-recent-post .block-title,
    .home-black-bg .aw_blog_related_products .block-title {
        margin-top: 55px;
        padding: 0 70px
    }

    .home-embedded-block {
        margin-bottom: 120px !important
    }

    .home-embedded-block.margin-bottom-0 {
        margin-bottom: 0 !important
    }

    .home-embedded-block .pagebuilder-column-group {
        margin: 0;
        padding: 230px 120px
    }

    .home-embedded-block h6 {
        margin-top: 15px
    }

    .home-embedded-block h3 {
        margin-bottom: 30px
    }

    .home-embedded-block [data-content-type=text] {
        margin-bottom: 30px
    }

    .home-embedded-block .pagebuilder-column:first-child {
        padding-right: 11.5% !important
    }

    .home-news .cms-block-title [data-content-type=text] {
        margin-bottom: 60px
    }

    .home-news .block-blog-recent-post {
        margin-bottom: 60px
    }

    .snapwidget-widget-row>[data-content-type=text] {
        margin-bottom: 50px
    }

    .snapwidget-widget-row iframe {
        min-height: 33vw
    }

    .cms-blocks-in-row .pagebuilder-column {
        min-height: 540px
    }

    .cms-blocks-in-row img {
        height: 540px !important
    }

    .cms-sticky-header-text {
        margin: -15px 0 0 !important;
        padding-bottom: 10px !important
    }

    .blocks-in-line .pagebuilder-column-group {
        margin: 0 20px
    }

    .blocks-in-line .pagebuilder-column {
        min-height: 375px
    }

    .cms-banner {
        min-height: 780px !important
    }

    .cms-compare .pagebuilder-column {
        padding: 0 15px
    }

    .cms-compare [data-content-type=buttons] {
        padding: 21px 0 0 !important
    }

    .cms-compare .pagebuilder-column-group+[data-content-type=buttons] {
        padding: 45px 0 0 !important
    }

    .cms-compare .pagebuilder-button-secondary {
        max-width: 240px;
        width: 240px
    }

    .cms-landing-block-title {
        padding: 46px 20px 36px !important
    }

    .cms-landing-benefit .pagebuilder-column {
        padding: 0 32px !important
    }

    .cms-landing-benefit h1,
    .cms-landing-benefit h2,
    .cms-landing-benefit h3,
    .cms-landing-benefit h4,
    .cms-landing-benefit h5,
    .cms-landing-benefit [data-content-type=text],
    .cms-landing-benefit .block-related-posts-wrapper .block-title,
    .cms-landing-benefit .block-blog-recent-post .block-title,
    .cms-landing-benefit .aw_blog_related_products .block-title {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
        text-align: left !important
    }

    .cms-landing-benefit [data-content-type=text]>* {
        text-align: left !important
    }

    .cms-landing-benefit.left-img .pagebuilder-column-group {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .cms-text-white {
        padding-bottom: 50px !important
    }

    .cms-text-white h2,
    .cms-text-white [data-content-type=text],
    .cms-text-white .block-related-posts-wrapper .block-title,
    .cms-text-white .block-blog-recent-post .block-title,
    .cms-text-white .aw_blog_related_products .block-title {
        max-width: 930px;
        margin-left: auto;
        margin-right: auto
    }

    .cms-text-white h2,
    .cms-text-white .block-related-posts-wrapper .block-title,
    .cms-text-white .block-blog-recent-post .block-title,
    .cms-text-white .aw_blog_related_products .block-title {
        margin-top: 60px;
        margin-bottom: 30px
    }

    .cms-embedded-block {
        margin: 0 auto !important;
        max-width: 1410px
    }

    .cms-embedded-block .pagebuilder-poster-overlay,
    .cms-embedded-block .pagebuilder-slide-wrapper {
        min-height: 840px !important
    }

    .cms-embedded-block .pagebuilder-slider .slick-arrow:before {
        font-size: 54px
    }

    .cms-embedded-block .pagebuilder-slider .slick-prev {
        left: 40px
    }

    .cms-embedded-block .pagebuilder-slider .slick-next {
        right: 40px
    }

    .cms-landing-video {
        padding-top: 90px !important
    }

    .cms-landing-video .pagebuilder-column-group {
        margin: 0
    }

    .cms-landing-video h2,
    .cms-landing-video .block-related-posts-wrapper .block-title,
    .cms-landing-video .block-blog-recent-post .block-title,
    .cms-landing-video .aw_blog_related_products .block-title {
        margin: 30px 0
    }

    .cms-landing-video [data-content-type=text] {
        padding: 0 20px 50px
    }

    .cms-landing-video h2,
    .cms-landing-video [data-content-type=text],
    .cms-landing-video .block-related-posts-wrapper .block-title,
    .cms-landing-video .block-blog-recent-post .block-title,
    .cms-landing-video .aw_blog_related_products .block-title {
        max-width: 930px;
        margin-left: auto;
        margin-right: auto
    }

    .cms-landing-product .pagebuilder-column-group {
        padding: 115px 0
    }

    .cms-landing-product [data-content-type=products] {
        margin: 0
    }

    .cms-landing-product .pagebuilder-column {
        align-self: center !important
    }

    .cms-landing-product .pagebuilder-column:first-child {
        width: 23% !important
    }

    .cms-landing-product .pagebuilder-column:last-of-type {
        width: 77% !important;
        padding-left: 10.3% !important
    }

    .cms-landing-product h2,
    .cms-landing-product [data-content-type=text],
    .cms-landing-product .block-related-posts-wrapper .block-title,
    .cms-landing-product .block-blog-recent-post .block-title,
    .cms-landing-product .aw_blog_related_products .block-title {
        max-width: 930px
    }

    .cms-landing-product h2,
    .cms-landing-product .block-related-posts-wrapper .block-title,
    .cms-landing-product .block-blog-recent-post .block-title,
    .cms-landing-product .aw_blog_related_products .block-title {
        margin: 24px 0
    }

    .cms-landing-product [data-content-type=html] ul {
        padding-top: 48px;
        max-width: 600px
    }

    .cms-landing-product [data-content-type=html] li {
        margin-bottom: 25px
    }

    .cms-landing-visual .pagebuilder-column:last-of-type {
        min-height: 680px !important
    }

    .cms-landing-visual h2,
    .cms-landing-visual .block-related-posts-wrapper .block-title,
    .cms-landing-visual .block-blog-recent-post .block-title,
    .cms-landing-visual .aw_blog_related_products .block-title {
        margin-top: 0;
        margin-bottom: 20px;
        width: 450px;
        padding: 0
    }

    .cms-landing-visual [data-content-type=buttons] {
        width: 450px
    }

    .cms-landing-visual [data-content-type=text] {
        padding: 0 0 10px;
        text-align: left;
        width: 450px
    }

    .cms-landing-product-list {
        padding: 120px 0 90px !important
    }

    .cms-landing-product-list [data-content-type=products] {
        margin: 0
    }

    .cms-page-view .robotic-block .pagebuilder-column,
    .cms-page-view .contact-us-block .pagebuilder-column,
    .cms-page-view .polymotion-blocks .pagebuilder-column {
        margin-bottom: 60px !important
    }

    .cms-page-view .contact-us-block .pagebuilder-banner-wrapper {
        padding: 0 40px !important
    }

    .cms-page-view .contact-us-block .pagebuilder-banner-wrapper [data-element=content] h2,
    .cms-page-view .contact-us-block .pagebuilder-banner-wrapper [data-element=content] .block-related-posts-wrapper .block-title,
    .cms-page-view .contact-us-block .pagebuilder-banner-wrapper [data-element=content] .block-blog-recent-post .block-title,
    .cms-page-view .contact-us-block .pagebuilder-banner-wrapper [data-element=content] .aw_blog_related_products .block-title {
        font-size: 3.6rem
    }

    .cms-page-view .video-banner-background {
        min-height: 620px
    }

    .cms-page-view .custom-row-small .author-name+.pagebuilder-column-group {
        margin-right: -9px;
        margin-left: -9px
    }

    .cms-healthcare .robotic-block [data-content-type=buttons] {
        padding: 30px 40px 0 !important
    }

    .category-slider .pagebuilder-slide-wrapper {
        min-height: 250px !important
    }

    .cms-page-view:not(.cms-index-index) .sidebar-main {
        margin-top: 15px
    }

    .zoom-bg {
        position: relative;
        overflow: hidden;
        min-height: 350px
    }

    .zoom-bg figure:first-child {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        min-width: 100%;
        height: 100%;
        width: auto;
        object-fit: cover;
        z-index: -1;
        margin: 0;
        transition: transform 1s ease-out, opacity .35s ease-out
    }

    .zoom-bg:hover figure:first-child {
        transform: translate(-50%, -50%) scale(1.03)
    }

    .zoom-bg h2,
    .zoom-bg .block-related-posts-wrapper .block-title,
    .zoom-bg .block-blog-recent-post .block-title,
    .zoom-bg .aw_blog_related_products .block-title {
        color: #fd0;
        margin-top: 60px
    }

    .zoom-bg h4 {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 2.4rem;
        position: absolute;
        bottom: 50px;
        text-align: center;
        color: #fd0
    }

    .table-order-items>tbody>tr>td.actions a {
        text-decoration: underline
    }

    table.details>thead>tr>th:last-child,
    table.creditmemo>thead>tr>th:last-child,
    table.shipment>thead>tr>th:last-child,
    table.invoice>thead>tr>th:last-child {
        text-align: right;
        padding-right: 30px
    }

    table.details>tbody>tr>td:last-child,
    table.creditmemo>tbody>tr>td:last-child,
    table.shipment>tbody>tr>td:last-child,
    table.invoice>tbody>tr>td:last-child {
        text-align: right;
        padding-right: 30px
    }

    table.details>tfoot>tr>td,
    table.creditmemo>tfoot>tr>td,
    table.shipment>tfoot>tr>td,
    table.invoice>tfoot>tr>td {
        text-align: right;
        padding-right: 30px
    }

    .block-dashboard-addresses {
        margin-top: 60px
    }

    .block-dashboard-orders {
        margin-bottom: 50px
    }

    .wishlist .box-tocart .unavailable.stock {
        margin-bottom: 32px
    }

    .form-wishlist-items {
        margin-top: 30px
    }

    .form-wishlist-items .actions-toolbar div.primary {
        display: inline-block
    }

    .form-wishlist-items .actions-toolbar div.primary .action {
        max-width: 215px
    }

    .form-wishlist-items .actions-toolbar div.primary .action.tocart {
        float: right
    }

    .customer-account-edit .form-edit-account {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start
    }

    .customer-account-edit .fieldset.info {
        padding-right: 6.8%;
        max-width: 520px;
        width: 100%
    }

    .customer-account-edit .fieldset.password {
        max-width: 450px;
        width: 100%
    }

    .customer-account-edit .actions-toolbar {
        margin-top: 30px
    }

    .block-order-details-view .box {
        flex: 1 1 25%;
        padding-right: 10px
    }

    .block-order-details-view .box:last-child {
        padding-right: 0
    }

    body:not(.sales-guest-view) .order-actions-toolbar {
        position: absolute;
        right: 0;
        top: 25px
    }

    body:not(.sales-guest-view) .order-links .item {
        max-width: 200px
    }

    .page-print.account .main .box-content {
        display: block
    }

    .page-print .logo {
        display: block;
        text-align: center
    }

    .page-print .order-date {
        color: #fff
    }

    .login-container {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 60px;
        margin-bottom: 60px
    }

    .block-customer-login {
        padding-right: 10.64%;
        min-width: 370px;
        width: 51.1%
    }

    .block-customer-login .block-title {
        padding-top: 0
    }

    .block-new-customer {
        width: 48.9%
    }

    .customer-account-create .main,
    .multishipping-checkout_address-newshipping .main,
    .multishipping-checkout_address-editbilling .main,
    .multishipping-checkout-addresses .main,
    .multishipping-checkout-shipping .main,
    .multishipping-checkout-billing .main,
    .multishipping-checkout_address-editshipping .main,
    .multishipping-checkout-overview .main,
    .customer-account-forgotpassword .main,
    .customer-account-createpassword .main,
    .company-account-create .main {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: no-warp;
        -ms-flex-wrap: no-warp;
        flex-wrap: no-warp;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        padding-top: 60px;
        padding-bottom: 60px
    }

    .customer-account-create .register-content {
        width: 45%
    }

    .customer-account-create .register-content>div {
        float: right;
        max-width: 450px;
        width: 100%
    }

    .customer-account-createpassword form {
        max-width: 40%;
        padding: 60px 0 120px
    }

    .main>.form-create-account {
        padding: 0 10.64% 0 0;
        width: 51.1%;
        padding-right: 10.64%;
        min-width: 370px
    }

    .customer-account-forgotpassword form.forget,
    .customer-account-createpassword form.forget,
    .company-account-create form.forget,
    .customer-account-forgotpassword form.reset,
    .customer-account-createpassword form.reset,
    .company-account-create form.reset {
        width: 100%
    }

    .customer-account-forgotpassword form.forget .fieldset,
    .customer-account-createpassword form.forget .fieldset,
    .company-account-create form.forget .fieldset,
    .customer-account-forgotpassword form.reset .fieldset,
    .customer-account-createpassword form.reset .fieldset,
    .company-account-create form.reset .fieldset,
    .customer-account-forgotpassword form.forget .actions-toolbar,
    .customer-account-createpassword form.forget .actions-toolbar,
    .company-account-create form.forget .actions-toolbar,
    .customer-account-forgotpassword form.reset .actions-toolbar,
    .customer-account-createpassword form.reset .actions-toolbar,
    .company-account-create form.reset .actions-toolbar {
        max-width: 570px
    }

    .account.review-customer-view .main .content-title {
        border-bottom: none;
        margin-bottom: 0
    }

    .account.review-customer-view .customer-review .product-details {
        margin-bottom: 30px
    }

    .account .sidebar,
    .sales-guest-view .sidebar {
        margin-top: 10px
    }

    .account .columns,
    .sales-guest-view .columns {
        padding: 50px 0 120px
    }

    .account .main .block-content .box:last-child,
    .sales-guest-view .main .block-content .box:last-child {
        padding-left: 75px
    }

    .account .main .block-content .box:first-child,
    .sales-guest-view .main .block-content .box:first-child {
        padding-left: 0
    }

    .account .page-title-wrapper.company-user h1,
    .sales-guest-view .page-title-wrapper.company-user h1 {
        width: calc(100% - 350px)
    }

    .account .page-title-wrapper.company-user .marketing,
    .sales-guest-view .page-title-wrapper.company-user .marketing {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        right: 20px;
        max-width: 330px;
        margin-top: -17px
    }

    .account .page-title-wrapper.company-user .marketing img,
    .sales-guest-view .page-title-wrapper.company-user .marketing img {
        vertical-align: top
    }

    .account .page-title-wrapper.company-user>.action.button,
    .sales-guest-view .page-title-wrapper.company-user>.action.button {
        margin-right: 57px
    }

    .account .page-title-wrapper.company-user>.action.button:hover,
    .sales-guest-view .page-title-wrapper.company-user>.action.button:hover {
        color: #fff;
        background: 0 0
    }

    .account .page-title-wrapper.company-user>.action.signout,
    .sales-guest-view .page-title-wrapper.company-user>.action.signout {
        max-width: 240px
    }

    .page-product-giftcard .product-info-main,
    body[class*=gift-card] .product-info-main {
        padding-top: 60px
    }

    .page-product-giftcard .field.amount .note,
    body[class*=gift-card] .field.amount .note,
    .page-product-giftcard .label-wrapper .note,
    body[class*=gift-card] .label-wrapper .note {
        margin-bottom: 0
    }

    .review-add {
        padding: 32px 30px 60px
    }

    .product-info-main .product-reviews-summary {
        margin: 10px 0 0
    }

    .block-search {
        width: 100%
    }

    .block-search .header-items {
        white-space: nowrap;
        float: right
    }

    .header-items.mobile {
        display: none !important
    }

    .search-toggle {
        -webkit-order: -1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: inline-block;
        text-decoration: none
    }

    .search-toggle>span {
        display: none;
        line-height: 40px;
        font-size: 1.4rem
    }

    .search-toggle:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: 28px;
        color: #0a0203;
        content: 'search';
        font-family: 'Material Icons Outlined';
        margin: 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .search-toggle.active:before {
        content: 'close'
    }

    .search-toggle:hover>span {
        display: block
    }

    .search-toggle:hover:before {
        display: none
    }

    .minisearch.form {
        margin-bottom: 6px;
        clear: both
    }

    .minisearch.form .actions .search {
        right: auto;
        left: 0;
        width: 30px
    }

    .minisearch.form .actions .search:before {
        text-transform: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px
    }

    .minisearch.form input {
        padding: 0 0 0 30px;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 1px;
        border-bottom: 1px solid #0a0203;
        height: 22px;
        line-height: 22px;
        vertical-align: top
    }

    .panel.header>div[class$=panel-header] {
        width: 33.33333333%;
        flex-basis: 33.33333333%
    }

    .header.links {
        margin: 0;
        padding: 0;
        list-style: none none
    }

    .header.links>li {
        display: inline-block;
        vertical-align: top
    }

    #switcher-website-cloned {
        display: none
    }

    .page-header .header-content__left {
        display: flex;
        width: 180px
    }

    .page-header .header-content__left .logo-company {
        margin-left: 10px
    }

    .page-header .header-content__left .logo-company img {
        height: 68px
    }

    .page-header .header-content__right>.authorization-link {
        margin-right: -85px
    }

    .page-header .header-content__right>.authorization-link.account-logged-in {
        margin-right: -177px
    }

    .page-header .header-content__right>.authorization-link.account-logged-in~.minicart-wrapper {
        margin-left: 160px;
        margin-right: -15px
    }

    .page-header .header-content__right>.authorization-link.account-logged-in>a {
        margin-right: 10px
    }

    .page-header.logged-in {
        position: relative
    }

    .header-content__right {
        z-index: 3
    }

    .header-content__right>.authorization-link {
        margin-right: 0
    }

    .header-content__right .minicart-wrapper {
        margin-left: 65px
    }

    .header-content__right .link.wishlist {
        -webkit-order: 4;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-right: 15px
    }

    .header-content__right .search-toggle {
        padding: 20px 20px 20px 0;
        position: relative;
        cursor: pointer
    }

    .header-content__right .search-toggle>span {
        display: block
    }

    .header-content__right .search-toggle:hover:before {
        display: block
    }

    .header-content__right .search-toggle.active>span {
        display: none
    }

    .logged-in #switcher-website {
        right: 10px
    }

    .wishlist-logged-in~#switcher-website {
        position: absolute;
        right: 23%;
        left: auto;
        top: 75px
    }

    #switcher-website {
        position: relative;
        top: -18px;
        right: 0;
        height: 21px
    }

    #switcher-website .switcher-dropdown {
        position: absolute;
        width: 193px
    }

    #switcher-website>.toggle {
        font-size: 1.2rem;
        cursor: pointer;
        margin: 0 0 7px
    }

    .logo img {
        max-width: 68px
    }

    .header.content {
        -webkit-justify-content: space-between;
        -ms-flex-pack: distribute;
        justify-content: space-between;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        min-height: 70px
    }

    .header.content .compare.wrapper {
        min-width: 76px
    }

    .header.content .action.compare>span,
    .header.content .customer-icon a>span,
    .header.content a.customer-icon>span,
    .header.content .heart-icon>span,
    .header.content .cart-icon>span {
        line-height: 28px;
        font-size: 1.4rem
    }

    .header.content .customer-icon a>span,
    .header.content a.customer-icon>span {
        line-height: 14px;
        display: block;
        margin-top: 8px
    }

    .header.content .customer-icon.tooltip-custom {
        position: relative
    }

    .header.content .customer-icon.tooltip-custom .tooltip-content {
        background: #fff;
        margin: 19px 0 0;
        max-width: 320px;
        min-width: 320px;
        padding: 30px 15px 30px 33px;
        z-index: 100;
        display: none;
        position: absolute;
        text-align: left;
        color: #0a0203;
        line-height: 25px;
        margin-top: 0;
        left: 0;
        top: 100%
    }

    .header.content .customer-icon.tooltip-custom .tooltip-content:after,
    .header.content .customer-icon.tooltip-custom .tooltip-content:before {
        border: solid transparent;
        content: '';
        height: 0;
        position: absolute;
        width: 0
    }

    .header.content .customer-icon.tooltip-custom .tooltip-content:after {
        border-width: 0;
        border-color: transparent
    }

    .header.content .customer-icon.tooltip-custom .tooltip-content:before {
        border-width: 0;
        border-color: transparent
    }

    .header.content .customer-icon.tooltip-custom .tooltip-content:after,
    .header.content .customer-icon.tooltip-custom .tooltip-content:before {
        bottom: 100%
    }

    .header.content .customer-icon.tooltip-custom .tooltip-content:after {
        border-bottom-color: #fff;
        left: 10px;
        margin-left: 0
    }

    .header.content .customer-icon.tooltip-custom .tooltip-content:before {
        border-bottom-color: #bbb;
        left: 10px;
        margin-left: 0
    }

    .header.content .customer-icon.tooltip-custom .tooltip-toggle {
        cursor: help
    }

    .header.content .customer-icon.tooltip-custom .tooltip-toggle:hover+.tooltip-content,
    .header.content .customer-icon.tooltip-custom .tooltip-toggle:focus+.tooltip-content,
    .header.content .customer-icon.tooltip-custom:hover .tooltip-content {
        display: block
    }

    .header.content .customer-icon.tooltip-custom a {
        pointer-events: none
    }

    .header.content .customer-icon.tooltip-custom .tooltip-content {
        -webkit-transform: translateX(18px);
        -ms-transform: translateX(18px);
        transform: translateX(18px);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        top: 47px;
        right: 50%;
        left: auto
    }

    .header.content .customer-icon.tooltip-custom .tooltip-content:before {
        position: absolute;
        bottom: 100%;
        right: 0;
        left: auto;
        width: 36px;
        height: 2px;
        background: #fd0;
        content: ''
    }

    .header-content__left {
        width: 80px;
        min-width: 80px;
        margin-top: 20px
    }

    .header-content__right {
        min-width: 260px;
        width: 300px;
        justify-content: flex-end;
        padding: 20px 0 0;
        margin: 0 0 -68px
    }

    .header-content__right .search-toggle {
        display: none
    }

    .header-content__right a[class*=-icon],
    .header-content__right div[class*=-icon],
    .header-content__right .search-toggle {
        min-width: 52px;
        text-align: center
    }

    .header-content__right a[class*=-icon]>span,
    .header-content__right div[class*=-icon]>span,
    .header-content__right .search-toggle>span {
        line-height: 28px
    }

    .header-content__right>div>a {
        position: relative;
        padding: 20px 0;
        cursor: pointer
    }

    .header-content__right .search-toggle.active:after {
        content: '';
        position: absolute;
        width: 250px;
        bottom: 27px;
        right: 9px;
        height: 2px;
        background: #0a0203
    }

    .cms-index-index.sticky-header.search-open .page-header {
        position: relative;
        z-index: 2
    }

    .section-item-content {
        position: relative
    }

    .section-item-content .horizontal-menu .menu>ul {
        max-height: 68px
    }

    .sticky-header .page-header .header-content__right .authorization-link {
        margin-right: 0
    }

    .sticky-header .page-header .header-content__right .authorization-link~.minicart-wrapper {
        margin-left: 0
    }

    .sticky-header .page-header .header-content__right .minicart-wrapper {
        margin-left: 0;
        padding-left: 0
    }

    .sticky-header .page-header .header-content__right .minicart-wrapper .action.showcart {
        padding-left: 0
    }

    .home .menu-container.horizontal-menu li.level0:hover .ui-wrapper {
        overflow-y: unset
    }

    .menu-container.horizontal-menu .ui-wrapper {
        top: 70px
    }

    .sticky-header .menu-container.horizontal-menu .ui-wrapper {
        top: 90px
    }

    .header-content__right>.account-dropdown {
        display: none
    }

    .before-footer-section {
        padding: 60px 0
    }

    .page-footer {
        padding: 0 0 48px
    }

    .footer-column1 {
        width: calc((100% - 90px)/4)
    }

    .footer-column2,
    .footer-column3,
    .footer-column4 {
        width: calc((100% - 90px)/4 + 30px);
        padding-left: 30px
    }

    .footer-column {
        border-top: 2px solid #fff
    }

    .footer.content {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer.content h4,
    .footer.content .title {
        font-size: 1.6rem;
        margin: 60px 0 56px
    }

    .footer.content ul {
        display: block !important
    }

    .copyright-wrapper {
        padding: 30px 20px 55px
    }

    .force-signup-form {
        padding: 0 20px 35px
    }

    .force-signup-form>[data-content-type=row][data-appearance=contained] {
        padding-bottom: 20px;
        max-width: 970px
    }

    .force-signup-form .fieldset .field,
    .force-signup-form .fieldset .fieldset>.fields {
        width: calc((100% - 90px)/4)
    }

    .force-signup-form .fieldset .field:not(:first-child),
    .force-signup-form .fieldset .fieldset>.fields:not(:first-child) {
        margin-left: 30px
    }

    .force-signup-form .actions-toolbar .primary.action {
        max-width: 240px
    }

    .force-signup-form .actions-toolbar .primary.action:hover {
        background: #0a0203;
        color: #fff
    }

    .catalogsearch-result-index .force-signup-form,
    .catalog-category-view .force-signup-form {
        margin-top: 30px
    }

    .page-title-section .page-title {
        margin: 0 0 8px
    }

    .minicart-opened:not(.home) .sticky-header .page-title-section {
        position: static
    }

    .link.wishlist small.counter {
        font-size: 1.2rem;
        line-height: 18px;
        min-width: 19px;
        height: 19px;
        top: 15px;
        right: 14px
    }

    #main-form-search .f-row {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 60px
    }

    #main-form-search .book-main {
        width: 74.5%
    }

    #book-sidebar {
        width: 25.5%;
        padding: 37px 30px 0 0
    }

    #book-sidebar .filter-options {
        padding-bottom: 25px
    }

    .book-search {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 30px
    }

    .book-search h5 {
        margin: 0;
        width: 200px;
        padding: 0 20px 0 0;
        text-align: left
    }

    .book-search .inbox-right {
        width: calc((100% - 200px)*0.577);
        margin: 0
    }

    .book-search .action-toolbar {
        width: calc((100% - 200px)*0.384);
        margin: 0 0 0 30px
    }

    .book-search .action-toolbar .primary {
        max-width: unset
    }

    .main-form {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 40px
    }

    .main-form:before,
    .main-form:after {
        content: '';
        background: #f1f2f2;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 3000px
    }

    .main-form:before {
        right: 100%
    }

    .main-form:after {
        left: 100%
    }

    .main-form .product-info-main {
        padding-top: 45px
    }

    .main-form .product-info-price {
        margin-top: 16px
    }

    #book-price-content .fc-view-container>.fc-view {
        margin-bottom: 50px
    }

    #book-message-success table {
        table-layout: fixed;
        margin-bottom: 30px
    }

    #book-message-success table>tbody>tr>td:not(:last-child) {
        padding: 0 10px 0 0
    }

    #book-message-success table>tbody>tr>td:last-child {
        padding: 0
    }

    #book-message-success table>tbody>tr>td span:not(.title) {
        font-size: 2.4rem
    }

    #book-message-success table .title {
        display: block;
        margin-bottom: 10px
    }

    .fc-basic-view .fc-body .fc-row {
        min-height: 131px
    }

    .book-date-input {
        margin-bottom: 30px
    }

    .daterangepicker {
        padding: 4px 20px 20px
    }

    .daterangepicker:before,
    .daterangepicker:after {
        left: 15px
    }

    .daterangepicker:after {
        top: -10px;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent
    }

    .daterangepicker:not(.single) {
        padding-top: 81px;
        min-width: 610px
    }

    .daterangepicker:not(.single)>.ranges {
        top: 20px
    }

    .daterangepicker .ranges .range_inputs {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .daterangepicker .calendar.left {
        margin-bottom: 0
    }

    .daterangepicker.ltr .left .daterangepicker_input {
        padding: 0
    }

    .daterangepicker.ltr .left.calendar {
        margin-right: 10px
    }

    .drp-shown:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        width: 13px;
        height: 13px;
        bottom: -32px;
        left: 18px;
        content: '';
        background: #fff;
        z-index: 3
    }

    .sticky-header-widget.cms-page-view .has-submenu .cms-sticky-header-title .cms-sticky-header {
        float: left;
        padding: 0
    }

    .sticky-header-widget ul.nikon-product-sticky-menu-right {
        padding: 0
    }

    .sticky-header-widget.sticky-header .cms-sticky-header-title {
        display: none
    }

    .page-title-section .navigation-bar ul,
    .page-title-section [data-content-type=text] ul {
        margin: 0;
        padding: 0;
        list-style: none none;
        text-transform: uppercase;
        font-weight: 600;
        padding-right: 15px
    }

    .page-title-section .navigation-bar ul>li,
    .page-title-section [data-content-type=text] ul>li {
        display: inline-block;
        vertical-align: top
    }

    .page-title-section .navigation-bar ul li,
    .page-title-section [data-content-type=text] ul li {
        margin-bottom: 0
    }

    .page-title-section .navigation-bar ul li:not(:last-child),
    .page-title-section [data-content-type=text] ul li:not(:last-child) {
        padding-right: 20px
    }

    .page-title-section .navigation-bar ul li.submenu-title,
    .page-title-section [data-content-type=text] ul li.submenu-title {
        display: none
    }

    .page-title-section .navigation-bar a,
    .page-title-section [data-content-type=text] a {
        color: #fff;
        text-decoration: none
    }

    .page-title-section .navigation-bar a.alert,
    .page-title-section [data-content-type=text] a.alert {
        color: #0a0203
    }

    .page-title-section .navigation-bar a:hover,
    .page-title-section [data-content-type=text] a:hover {
        text-decoration: underline
    }

    .page-title-section .submenu-toggle,
    .page-title-section .submenu-close {
        display: none
    }

    .sticky-header:not(.cms-index-index) .page-title-section {
        padding-bottom: 20px
    }

    .page-title-section .page-title-wrapper.product {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        padding-bottom: 30px
    }

    .page-title-section .page-title-wrapper.product .page-title {
        padding-right: 15px
    }

    .page-title-section .page-title-wrapper.product .navigation-bar ul,
    .page-title-section .page-title-wrapper.product [data-content-type=text] ul {
        display: flex;
        padding-top: 9px
    }

    .page-title-section-inner {
        color: #fff
    }

    .page-title-section-inner .page-title-wrapper {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cms-sticky-header-title {
        margin: 0 auto;
        max-width: 1450px;
        padding: 0 20px
    }

    .cms-sticky-header-title .page-title-wrapper {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding: 0
    }

    .cms-page-view .cms-sticky-header {
        display: none
    }

    .cms-page-view .has-submenu {
        color: #fff
    }

    .cms-page-view .has-submenu .cms-sticky-header-title:before,
    .cms-page-view .has-submenu .cms-sticky-header-title:after {
        content: '';
        display: table
    }

    .cms-page-view .has-submenu .cms-sticky-header-title:after {
        clear: both
    }

    .cms-page-view .has-submenu .cms-sticky-header-title .page-title-wrapper {
        float: left
    }

    .cms-page-view .has-submenu .cms-sticky-header-title .cms-sticky-header {
        display: block;
        float: right;
        padding: 10px 0 8px
    }

    .sticky-header-pdp-block .product-info-price {
        position: absolute;
        left: 20px;
        bottom: 0
    }

    .sticky-header-pdp-block .product-add-form button.tocart {
        min-width: 210px
    }

    .sticky-header-pdp-block .navigation-bar {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .sticky-header-pdp-block .product-info-price .old-price,
    .page-title-wrapper .product-info-price .old-price {
        line-height: 23px
    }

    .sticky-header-pdp-block .product-info-price .old-price .price,
    .page-title-wrapper .product-info-price .old-price .price {
        font-size: 1.6rem;
        line-height: 23px;
        font-weight: 400
    }

    .sticky-header-pdp-block .product-info-price .price-box>span.price-container .price-wrapper .price,
    .page-title-wrapper .product-info-price .price-box>span.price-container .price-wrapper .price {
        font-size: 1.6rem;
        line-height: 23px;
        font-weight: 600;
        color: #fff
    }

    .sticky-header.cms-index-index .header-content__left {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .sticky-header.cms-index-index .header-items {
        display: none
    }

    .sticky-header.cms-index-index .nav-sections {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        z-index: 1
    }

    .sticky-header.cms-index-index .horizontal-menu {
        max-width: 1340px;
        padding: 0 310px 0 85px;
        height: 0;
        margin: 0 auto 70px
    }

    .sticky-header.cms-index-index .horizontal-menu .menu {
        margin: -70px 0 0
    }

    .sticky-header.cms-index-index .horizontal-menu .menu>ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 20px
    }

    .sticky-header.cms-index-index .horizontal-menu li.level0 {
        padding: 0 3px
    }

    .sticky-header.cms-index-index .header-content__right {
        min-width: 238px;
        width: auto;
        padding: 20px 0 0;
        margin: 0
    }

    .sticky-header.cms-index-index .header.content {
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start
    }

    .sticky-header.cms-index-index .header.content.visible .block-search {
        display: block
    }

    .sticky-header.cms-index-index .block-search {
        width: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 25px
    }

    .sticky-header.cms-index-index .block-search .minisearch-holder {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        max-width: 45.7%;
        width: 838px
    }

    .sticky-header.cms-index-index .search-autocomplete {
        top: 83px;
        max-height: calc(100vh - 83px);
        overflow-y: auto
    }

    .sticky-header.cms-index-index .minisearch .minisearch-holder:after {
        content: '';
        position: absolute;
        width: 40px;
        bottom: 0;
        right: -30px;
        height: 2px;
        background: #0a0203
    }

    .sticky-header.cms-index-index .minisearch.form .actions .search {
        width: 50px
    }

    .sticky-header.cms-index-index .minisearch.form .actions .search:before {
        font-size: 28px;
        line-height: 50px
    }

    .sticky-header.cms-index-index .minisearch.form input {
        padding: 0 20px 0 50px;
        font-size: 16px;
        letter-spacing: 1.6px;
        border-bottom: 2px solid #0a0203;
        height: 50px;
        line-height: 1.7143;
        vertical-align: middle
    }

    .sticky-header.cms-index-index .search-toggle {
        display: block
    }

    .sticky-header.cms-index-index #switcher-website {
        display: none
    }

    .sticky-header.account .breadcrumbs,
    .sticky-header.account .breadcrumbs .items {
        margin-bottom: 0
    }

    .sticky-header.account .page-title {
        font-size: 3.6rem;
        line-height: 48px
    }

    .sticky-header.account .page-title-wrapper.company-user .marketing img {
        max-height: 130px
    }

    .header-content__wrapper {
        position: relative
    }

    .search-autocomplete {
        position: absolute;
        min-width: 100%;
        left: 0;
        top: 162px
    }

    .minisearch.form .actions {
        left: 0;
        right: auto;
        z-index: 1
    }

    .minisearch.form .actions .search {
        position: absolute
    }

    .smile-elasticsuite-autocomplete-result {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1450px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        position: relative
    }

    .smile-elasticsuite-autocomplete-result .autocomplete-search-term {
        -webkit-order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .autocomplete-list.product {
        width: 66.66666667%
    }

    .autocomplete-list.product .title-product+dd {
        margin-left: 0
    }

    .autocomplete-list.product .old-price {
        margin: 0 0 0 65px
    }

    .autocomplete-list.blog_post {
        padding: 0 0 0 30px
    }

    .autocomplete-list.blog_post .autocomplete-list-title {
        margin-bottom: 30px
    }

    .header-autocomplete {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start
    }

    .header-autocomplete .autocomplete-list.product {
        -webkit-flex-shrink: 2;
        -ms-flex-negative: 2;
        flex-shrink: 2;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-autocomplete .content-col:not(:empty) {
        width: 33.33333333%
    }

    .header-autocomplete .tab-links {
        display: none
    }

    .footer-autocomplete {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        width: 100%
    }

    .footer-autocomplete .autocomplete-list.cms_page {
        -webkit-order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 33.33333333%;
        padding: 0 0 0 30px
    }

    .footer-autocomplete .autocomplete-list.cms_page dd {
        width: 100%
    }

    .footer-autocomplete .autocomplete-list dd span {
        cursor: pointer
    }

    .footer-autocomplete .autocomplete-list.category {
        -webkit-order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 66.66666667%
    }

    .footer-autocomplete .autocomplete-list:last-child {
        padding-bottom: 60px
    }

    .recommendations .section-related-product-recommendation {
        flex-direction: column
    }

    .recommendations .section-related-product-recommendation.product-items>.product-item {
        width: 100%;
        max-width: 100%
    }

    .recommendations .section-related-product-recommendation .product-item-info {
        flex-direction: row
    }

    .recommendations .section-related-product-recommendation .product-item-info .product-item-photo {
        width: 80px;
        margin-right: 20px
    }

    .recommendations .section-related-product-recommendation .product-item-info .product-item-details {
        border-top: none;
        padding-top: 0
    }

    .recommendations .section-related-product-recommendation .product-item-info .product-item-details>* {
        text-align: left
    }

    .recommendations .section-related-product-recommendation .product-item-info .product-item-details .product-item-name {
        padding: 0 0 7px;
        margin-top: 0
    }

    .recommendations .section-related-product-recommendation .product-item-info .product-item-details .product-item-actions {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: baseline
    }

    .recommendations .section-related-product-recommendation .product-item-info .product-item-details .price-box {
        padding: 0 0 7px
    }

    .recommendations .section-related-product-recommendation .product-item-info .product-item-details .product-rating {
        width: 100%
    }

    .recommendations .products.wrapper .section-related-product-recommendation>.product-item {
        width: 100%;
        max-width: 100%;
        margin-top: 25px
    }

    .container-related-recommendation .recommendations .block-content .block-title {
        padding: 0
    }

    .container-related-recommendation .recommendations .block-content .block-title h2,
    .container-related-recommendation .recommendations .block-content .block-title .block-related-posts-wrapper .block-title,
    .container-related-recommendation .recommendations .block-content .block-title .block-blog-recent-post .block-title,
    .container-related-recommendation .recommendations .block-content .block-title .aw_blog_related_products .block-title {
        text-align: left
    }

    .product-bottom-row .container-related-recommendation {
        width: 32%;
        max-width: 450px;
        min-width: 280px;
        border-top: 2px solid #f1f2f2
    }

    .product-bottom-row .container-related-recommendation .recommendations .block-content .block-title {
        padding: 0
    }

    .product-bottom-row .container-related-recommendation .recommendations .block-content .block-title h2,
    .product-bottom-row .container-related-recommendation .recommendations .block-content .block-title .block-related-posts-wrapper .block-title,
    .product-bottom-row .container-related-recommendation .recommendations .block-content .block-title .block-blog-recent-post .block-title,
    .product-bottom-row .container-related-recommendation .recommendations .block-content .block-title .aw_blog_related_products .block-title {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 23px;
        text-align: left;
        margin: 10px 0 0
    }

    .product-bottom-row .container-related-recommendation .recommendations .block-content .block-title h2 span,
    .product-bottom-row .container-related-recommendation .recommendations .block-content .block-title .block-related-posts-wrapper .block-title span,
    .product-bottom-row .container-related-recommendation .recommendations .block-content .block-title .block-blog-recent-post .block-title span,
    .product-bottom-row .container-related-recommendation .recommendations .block-content .block-title .aw_blog_related_products .block-title span {
        letter-spacing: 1.6px
    }

    .product-bottom-row .container-related-recommendation .recommendations .product-item-details .product-item-actions .product-item-learn-more {
        margin: 0 40px 0 0
    }

    #switcher-website-cloned {
        display: none
    }

    .header-content__right>.authorization-link {
        margin-right: -80px
    }

    #switcher-website {
        position: relative;
        top: -18px;
        right: 135px
    }

    #switcher-website .switcher-dropdown {
        position: absolute;
        width: 193px
    }

    #switcher-website>.toggle {
        font-size: 1.2rem;
        cursor: pointer;
        margin: 0 0 7px
    }

    .sticky-header.cms-index-index #switcher-website {
        display: none
    }

    .sticky-header .header-content__right>.authorization-link {
        margin-right: -3px
    }
}

@media all and (min-width:1024px),
print {
    .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
        margin-top: .6rem
    }

    .grid-content {
        padding: 0 !important
    }

    .amcart-minipage-wrap .amcart-message-box {
        width: 820px
    }

    .amcart-minipage-wrap .amcart-confirm-buttons {
        margin: 0 35px 40px
    }

    .amcart-minipage-wrap .amcart-confirm-buttons .button {
        max-width: 355px
    }

    .amcart-minipage-wrap .am-photo-container {
        padding: 0 25px 0 35px
    }

    .amcart-minipage-wrap .am-photo-container>.product-item-photo {
        text-align: left
    }

    .ampage-top-info,
    .ampage-bottom-info {
        padding: 0 35px 0 0
    }

    .ampromo-popup-wrapper {
        max-width: 960px;
        width: 100%
    }

    .ampromo-popup-wrapper .slick-dotted.slick-slider {
        margin-bottom: 3rem
    }

    .form-shipping-address .field-tooltip {
        top: 5px;
        transform: none
    }

    .form-shipping-address .field-tooltip .field-tooltip-content {
        top: 34px;
        right: -3px;
        left: auto
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:before,
    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        left: auto;
        right: 10px;
        top: 0;
        margin-top: -10px;
        border-style: solid;
        border-color: transparent transparent #666;
        border-width: 0 10px 10px
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        border-color: transparent transparent #fff;
        top: 1px
    }

    .aw_et-calendar-container {
        overflow-x: inherit
    }

    .bv-cv2-cleanslate .bv-core-container-138 .bv-submission .bv-fieldsets fieldset.bv-fieldset-rating.bv-error .bv-helper {
        top: 20% !important
    }

    .widget:not(.products-crosssell) .product-items:not(.slick-initialized) .product-item:nth-child(n+5) {
        display: none
    }

    .catalog-product_compare-index .main {
        margin-top: 60px
    }

    .catalog-product_compare-index .table-comparison tbody th.cell.label,
    .catalog-product_compare-index .table-comparison tbody td.cell.product {
        border-right: 2px solid #f1f2f2
    }

    .catalog-product_compare-index .table-comparison tbody td.cell.product:last-child {
        border-right: none
    }

    .negotiable_quote-quote-view .columns {
        padding-bottom: 90px
    }

    .negotiable_quote-quote-view .quote-details-items .tab-quotes>.item.title {
        min-width: 200px
    }

    .negotiable_quote-quote-view .box-content {
        margin: 0 0 50px
    }

    .field-date .control .sub-label,
    .field-order-total .control .sub-label {
        width: 100%
    }

    .field-date .control input,
    .field-order-total .control input {
        width: 79%
    }

    .custom-comparison-list .table-comparison tbody th.cell.label,
    .custom-comparison-list .table-comparison tbody td.cell.product {
        border-right: 2px solid #f1f2f2
    }

    .custom-comparison-list .table-comparison tbody td.cell.product:last-child {
        border-right: none
    }

    .subscribe-alert-stock-modal .modal-title {
        width: calc(100% - 65px)
    }

    .quickorder-index-index .column {
        padding-top: 60px;
        overflow: hidden
    }

    .quickorder-index-index .column div[data-content-type=row] {
        float: right;
        width: 350px
    }

    .quickorder-index-index .column .block-addbysku {
        float: left;
        width: calc(100% - 350px);
        padding-right: 15px
    }

    .quickorder-index-index .column .block-addbysku form.form-addbysku {
        max-width: none
    }

    .quickorder-index-index .column .block-addbysku .field.sku {
        width: calc(100% - 172px)
    }

    .quickorder-index-index .column .block-addbysku .field.qty {
        margin-left: 25px
    }
}

@media all and (min-width:1025px),
print {
    .algolia-instant-results-wrapper {
        margin-bottom: 120px
    }

    #instant-search-results-container .ais-hits {
        margin: 0 -15px
    }

    #instant-search-results-container .ais-hits--item {
        padding: 0 15px;
        margin: 0 0 30px
    }

    #instant-search-results-container .result-sub-content {
        padding: 10px 12.5px 40px
    }

    #instant-search-results-container .result-sub-content .action.tocart {
        margin-top: 25px;
        max-width: 170px
    }

    .opc-block-summary>.title {
        padding-right: 70px
    }

    .form-shipping-address .field-tooltip {
        top: 5px;
        transform: none
    }

    .form-shipping-address .field-tooltip .field-tooltip-content {
        top: 34px;
        right: -3px;
        left: auto
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:before,
    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        left: auto;
        right: 10px;
        top: 0;
        margin-top: -10px;
        border-style: solid;
        border-color: transparent transparent #666;
        border-width: 0 10px 10px
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        border-color: transparent transparent #fff;
        top: 1px
    }

    .products.wrapper~.toolbar-products {
        padding: 0
    }

    .catalogsearch-result-index main.page-main {
        margin-top: 60px
    }
}

@media all and (min-width:1280px),
print {
    .horizontal-menu {
        padding: 0 350px 0 0
    }

    .horizontal-menu .ui-wrapper {
        width: calc(100vw - 8px)
    }

    .horizontal-menu li.level0>a {
        font-size: 1.4rem;
        padding: 25px 0 20px
    }

    .minicart-wrapper .action.showcart {
        min-width: 58px;
        padding-left: 14px
    }

    .checkout-container {
        margin-top: 45px
    }

    .checkout-container .opc-wrapper {
        width: 74.5%
    }

    .checkout-container .opc-summary-wrapper {
        width: 25.5%;
        padding-left: 30px
    }

    .form-shipping-address .field-tooltip {
        top: 5px;
        transform: none
    }

    .form-shipping-address .field-tooltip .field-tooltip-content {
        top: 34px;
        right: -3px;
        left: auto
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:before,
    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        left: auto;
        right: 10px;
        top: 0;
        margin-top: -10px;
        border-style: solid;
        border-color: transparent transparent #666;
        border-width: 0 10px 10px
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        border-color: transparent transparent #fff;
        top: 1px
    }

    .opc-wrapper .form-login .fieldset,
    .opc-wrapper .form-opt-in .fieldset,
    .form-shipping-address {
        width: 570px
    }

    .checkout-shipping-address .shipping-address-items {
        margin: 0 -15px
    }

    .checkout-shipping-address .shipping-address-item {
        width: calc(100%/3 - 15px*2);
        margin: 0 15px 30px
    }

    .checkout-shipping-address .action-show-popup {
        margin-top: 0
    }

    .cms-page-view .author-banner.video-banner div {
        min-height: 720px
    }

    table.details>tfoot>tr>th,
    table.creditmemo>tfoot>tr>th,
    table.shipment>tfoot>tr>th,
    table.invoice>tfoot>tr>th {
        padding-left: 60%
    }

    .block-customer-login {
        min-width: 435px
    }

    .negotiable_quote-quote-view.account .quote-table-totals-wrap .table.quote-table-totals>tfoot>tr th {
        padding-left: 65%
    }

    .header-content__right {
        min-width: 286px
    }

    .header-content__right a[class*=-icon],
    .header-content__right div[class*=-icon],
    .header-content__right .search-toggle {
        min-width: 61px
    }

    .header-content__left {
        display: flex;
        width: 180px
    }

    .header-content__left .logo-company {
        margin-left: 10px
    }

    .header-content__left .logo-company img {
        height: 68px
    }

    .page-header .header-content__right>.authorization-link.account-logged-in>a {
        margin-right: 0
    }

    .sticky-header.cms-index-index .horizontal-menu {
        padding: 0 310px 0 110px
    }

    .autocomplete-list.product .old-price {
        margin: 0 0 0 3px
    }

    .quickorder-index-index .column div[data-content-type=row] {
        width: 450px
    }

    .quickorder-index-index .column .block-addbysku {
        width: calc(100% - 450px);
        padding-right: 50px
    }
}

@media all and (min-width:1440px),
print {
    .form-shipping-address .field-tooltip {
        top: 5px;
        transform: none
    }

    .form-shipping-address .field-tooltip .field-tooltip-content {
        top: 34px;
        right: -3px;
        left: auto
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:before,
    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        left: auto;
        right: 10px;
        top: 0;
        margin-top: -10px;
        border-style: solid;
        border-color: transparent transparent #666;
        border-width: 0 10px 10px
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        border-color: transparent transparent #fff;
        top: 1px
    }

    .catalog-product_compare-index .table-comparison tbody th.cell.label,
    .catalog-product_compare-index .table-comparison tbody td.cell.product {
        padding: 0 15px 40px
    }

    .catalog-product_compare-index .table-comparison tbody td.cell.product {
        width: 270px;
        max-width: 270px
    }

    .catalog-product_compare-index .table-comparison tbody th.cell.label {
        width: 344px;
        max-width: 344px
    }

    .catalog-product_compare-index .table-comparison tbody+tbody {
        border-top: 0;
        flex-direction: column
    }

    .catalog-product_compare-index .table-comparison tbody+tbody th.cell.label>div,
    .catalog-product_compare-index .table-comparison tbody+tbody td.cell.product>div {
        padding: 15px 30px
    }

    .catalog-product_compare-index .table-comparison tbody+tbody td.cell.product>div {
        width: 270px;
        max-width: 270px;
        padding: 15px 30px
    }

    .catalog-product_compare-index .table-comparison tbody+tbody th.cell.label div {
        padding-left: 0;
        width: 344px;
        max-width: 344px
    }

    .cms-page-view .author-banner.video-banner div {
        min-height: 975px
    }

    .cms-page-view .contact-us-block .pagebuilder-banner-wrapper {
        min-height: 720px !important
    }

    .cms-page-view .video-banner-background {
        min-height: 720px
    }

    .quickorder-index-index .column .block-addbysku {
        width: calc(100% - 450px);
        padding-right: 100px
    }
}

@media all and (min-width:1670px),
print {
    .form-shipping-address .field-tooltip {
        top: 5px;
        transform: none
    }

    .form-shipping-address .field-tooltip .field-tooltip-content {
        top: 34px;
        right: -3px;
        left: auto
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:before,
    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        left: auto;
        right: 10px;
        top: 0;
        margin-top: -10px;
        border-style: solid;
        border-color: transparent transparent #666;
        border-width: 0 10px 10px
    }

    .form-shipping-address .field-tooltip .field-tooltip-content:after {
        border-color: transparent transparent #fff;
        top: 1px
    }

    .compare-links {
        right: auto;
        left: 0
    }

    .compare-links:before {
        right: auto;
        left: 0
    }

    .account-dropdown {
        right: auto;
        left: 0
    }

    .account-dropdown:before {
        right: auto;
        left: 0
    }
}

@media screen and (max-width:425px) {
    .nikon.daterangepicker:not(.single) {
        width: unset;
        max-width: 93%
    }

    .nikon.daterangepicker:not(.single) .drp-calendar {
        max-width: unset
    }

    .nikon.daterangepicker:not(.single) .drp-calendar .daterangepicker_input {
        margin-right: 8px
    }

    .nikon.daterangepicker:not(.single) .drp-buttons {
        justify-content: center
    }

    .nikon.daterangepicker:not(.single) .calendar-table th {
        width: unset
    }

    .nikon.daterangepicker:not(.single) .calendar-table td {
        width: calc(14.28571429%);
        height: 48px
    }
}

@media all and (max-width:1024px) and (min-width:768px) {
    .purchase-order-data-items.product.data.items>.item.title>.switch {
        padding: 20px 0
    }
}