﻿.login__forgot {
    display: block;
    font-size: 1.2rem;
    width: 100%;
    text-align: right;
}

.login__button--group {
    margin-bottom: 0;
}

    .login__button--group input[type='button'] {
        margin-bottom: 2rem;
    }

.register .ab-checkbox {
    margin-top: 1rem;
}

@media screen and (max-width: 998px) {
    #MainContent_Sds1_SearchBox1 .ab-input-group {
        padding: 0 2rem;
    }
}

.MsgConfirmBtn {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

    /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
    /*
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
*/
    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: none;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/** Fix for safari and Date textbox **/
input[type="date"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    position: relative;
}
    input[type="date"]:after {
        font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
        font-variant: normal;
        font-size: 1.2em;
        content: "\f073";
        color: #FFCD00;
        padding: 0 5px;
        position: absolute;
        right: 2px;
        top: 2px;
    }
    input[type="date"]::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5% !important;
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    overflow-x: hidden;

}

    body.freeze {
        overflow-y: hidden;
        position: fixed;
    }

ul {
    list-style: none;
}

a {
    color: #2077D8;
}

    a:hover {
        color: #77aeec;
    }

    a,
    a:visited,
    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 700;
}

p {
    margin-bottom: 2rem;
}

/* _reboot.scss fix */
nav > ul {
    margin-bottom: 0;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-muted {
    color: #7d7d7d;
}

.dlg-label {
    /*text-transform: uppercase;*/
    font-weight: 700;
}

.disabled {
    background: #f4f4f4;
    opacity: 0.5;
}
.disabled input:disabled {
    color: #7d7d7d;
}

.in-stock {
    color: #37BC2B;
}

.out-of-stock {
    color: rgba(255, 17, 0, 0.842);
}
._stockAlert {
    color: #2077D8;
    cursor: pointer;
    margin: 5px;
}
    ._stockAlert > i {
        vertical-align: middle;
        font-size: 1.1em;
        margin-right: 0.5em;
    }
    ._stockAlert > span {
        text-decoration: underline;
        font-weight: bold;
        font-size: 0.8em;
    }
.product-price {
    font-size: 2rem;
}

.ab-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
}

.-padded {
    padding: 2rem 2rem;
}

.-padded-y {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.-padded-x {
    padding-left: 2rem;
    padding-right: 2rem;
}

.master-header {
    font-size: 1.6rem;
    color: #ffffff;
    padding: 1rem 2rem 1rem 1rem;
    background-color: #000;
    position: relative;
}

@media screen and (max-width: 998px) {
    .master-header {
        padding: 0 2rem 0 0;
    }
}

.master-header > .ab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


@media screen and (max-width: 767px) {
    .master-header a {
        font-size: 1.4rem;
    }
}

.master-header ._logo {
    font-size: 0;
    margin-right: 5rem;
}

    .master-header ._logo img {
        width: 80px;
        height: 80px;
        -webkit-transition: width 150ms ease-in-out;
        transition: width 150ms ease-in-out;
    }

@media screen and (max-width: 998px) {
    .master-header ._logo {
        margin-right: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .master-header ._logo img {
        width: 50px;
        height: 50px;
    }
}

.master-header nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .master-header nav > ul {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .master-header nav > ul li {
            text-transform: uppercase;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: 3rem;
        }

            .master-header nav > ul li a * {
                vertical-align: middle;
            }

            .master-header nav > ul li a img {
                margin-right: 0.5rem;
            }

    .master-header nav.-site {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;

    }

        .master-header nav.-site ul > li {
            text-align: center;
        }

@media screen and (max-width: 998px) {
    .master-header nav.-site {
        
    }
}

@media screen and (max-width: 767px) {
    .master-header nav.-site {
        display: none;
    }
}

.master-header nav.-site ul {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 998px) {
    .master-header nav.-site ul {
        -ms-flex-preferred-size: 340px;
        flex-basis: 340px;
    }
}

.master-header nav.-site a:hover {
    border-bottom: 1px solid #fff;
}
.master-header nav.-user .-cart #MasterCartIcon {
    position: relative;
    font-size: 35px;
    height: 36px; 
    width: 40px;
    text-align: center;
}
.master-header nav.-user .cart-count {
    display: none;
    position: absolute;
    height: 14px;
    width: 36px;
    text-align: center;
    padding-top: 1px;
    left: 5px;
    top: 7px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .master-header nav.-user .cart-count { /*Hack For IE11*/
        top: 5px;
    }
}
.master-header nav.-user .-cart {
    transition: 0.3s;
}

    .master-header nav.-user .-cart .animated {
        font-size: 2.8em;
        margin-top: -0.05em;
        margin-left: -0.1em;
        -webkit-animation: ring 2s ease infinite;
        animation: ring 2s ease infinite;
        transform-origin-x: 50%;
        transform-origin-y: 0px;
        transform-origin-z: initial;
        color: #FFCD00;
        font-weight: bold;
    }

.master-header nav.-user li {
    margin-left: 3rem;
    margin-right: 0;
}

@media screen and (max-width: 998px) {
    .master-header nav.-user li {
        margin-left: 2.25rem;
        margin-right: 0;
    }
}

.master-header nav.-user .user-name {
    display: inline-block;
    max-width: 20ch;
}

.master-header nav.-user .user-icon {
    display: inline-block;
    position: relative;
    /*display: none;*/
}
    .master-header nav.-user .user-icon .IconNumber {
        font-size: 11px;
        padding-top: 3px;
        font-weight: bold;
        border-radius: 10px;
        height: 20px;
        min-width: 20px;
        box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
        text-align: center;
        text-shadow: -1px -1px 0px rgba(0,0,0,0.9);
    }
    .master-header nav.-user .user-icon .IconNumber {
        font-size: 1rem;
        /*display: none;*/
    }
.master-header nav.-user .button--primary {
    padding: 1rem 2rem;
}

@media screen and (max-width: 1150px) {
    .master-header nav.-user .cart-count {
        display: inline;
    }

    .master-header nav.-user .cart-total {
        display: none;
    }

    .master-header nav.-user .user-name {
        display: none;
    }

    .master-header nav.-user .user-icon {
        display: inline-block;
    }

    .master-header nav.-user .button--primary {
        padding: 1rem 0.8rem 1rem 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .master-header nav.-user {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .master-header nav.-user .button--primary {
            display: none;
        }

        .master-header nav.-user ul {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .master-header nav.-user li {
            margin-right: 0;
        }
        .master-header nav.-user li:first-child {
            margin-left: 0.5rem;
            margin-right: 0;
        }
            .master-header nav.-user li.-cart {
                -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                order: -1;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }
}


body.-fixed-header {
    padding-top: 100px;
}
body.-no-header {
    padding-top: 0;
}
@media screen and (max-width: 998px) {
    body.-fixed-header {
        padding-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    body.-fixed-header {
        padding-top: 50px;
    }
}

body.-fixed-header.-always {
    padding-top: 50px;
}

body.-fixed-header .master-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    padding: 0 2rem 0 0;
}

    body.-fixed-header .master-header ._logo img {
        width: 50px;
        height: 50px;
    }

#modal-nav {
    background-color: #221F20;
    z-index: 10;
    padding: 3rem 4rem;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    border-left: 1px solid #57585b;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

@media screen and (max-width: 767px) {
    #modal-nav {
        border-left: none;
        -webkit-transform: none;
        transform: none;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        padding: 3rem;
    }
}

#modal-nav.active {
    display: block;
    -webkit-transform: none;
    transform: none;
}

#modal-nav ._logo {
    display: none;
}

@media screen and (max-width: 767px) {
    #modal-nav ._logo {
        display: inline-block;
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: 50px;
    }
}

#modal-nav ._logo img {
    width: 100%;
}

#modal-nav ._close {
    position: absolute;
    right: 2rem;
    top: 3.8rem;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #modal-nav ._close {
        top: 2rem;
    }
}

#modal-nav ul {
    display: inline-block;
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    #modal-nav ul {
        margin-left: 30px;
    }
}

#modal-nav ul li {
    display: block;
    margin-bottom: 2rem;
}

    #modal-nav ul li:last-of-type {
        margin-bottom: 0;
    }

    #modal-nav ul li a {
        color: #ffffff;
        font-size: 2rem;
    }

@media screen and (max-width: 767px) {
    #modal-nav ul li a {
        font-size: 1.6rem;
    }
}

#modal-nav .-desktop-hide {
    display: none;
}

@media screen and (max-width: 767px) {
    #modal-nav .-desktop-hide {
        display: inline-block;
    }
}

.master-footer {
    color: #ffffff;
}

    .master-footer ._logo {
        width: 80px;
        height: 80px;
        margin-bottom: 2rem;
    }

    .master-footer ._account-nav > * {
        display: none;
    }

    .master-footer ._content {
        background-color: #221F20;
        padding: 4rem 2rem;
    }

        .master-footer ._content .ab-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .master-footer ._content .ab-container > * {
                width: 25%;
                padding-right: 1rem;
            }

@media screen and (max-width: 767px) {
    .master-footer ._content .ab-container > * {
        width: 50%;
        margin-bottom: 4rem;
    }

        .master-footer ._content .ab-container > *:nth-child(1) {
            width: 100%;
        }

        .master-footer ._content .ab-container > *:nth-child(4) {
            width: 100%;
        }

        .master-footer ._content .ab-container > *:last-child {
            margin-bottom: 0;
        }
}

@media screen and (max-width: 400px) {
    .master-footer ._content .ab-container > * {
        width: 100%;
    }
}

.master-footer ._content h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.master-footer ._content a {
    color: #ffffff;
    font-size: 1.4rem;
    font-style: normal;
}

    .master-footer ._content a:hover {
        text-decoration: underline;
    }

.master-footer ._content address p {
    margin-bottom: 2rem;
}

.master-footer ._content li {
    margin-bottom: 1.3333333333rem;
}

    .master-footer ._content li:last-of-type {
        margin-bottom: 0;
    }

.master-footer ._content .__socials li {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0;
}

.master-footer ._content .__socials a {
    font-size: 1.6rem;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    color: #221F20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
}

    .master-footer ._content .__socials a:hover {
        text-decoration: none;
        background-color: #FFCD00;
    }

.master-footer ._copyright {
    background-color: #000;
    padding: 2rem 2rem;
}

    .master-footer ._copyright .ab-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media screen and (max-width: 767px) {
    .master-footer ._copyright .ab-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.master-footer ._copyright span {
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .master-footer ._copyright span:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.master-footer ._copyright #bolean_credits {
    font-size: 1.2rem;
    color: #444;
    overflow: hidden;
    width: 100px;
    height: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.master-footer ._copyright #open_pref {
    font-size: 1.2rem;
    color: #f4f4f4;
    cursor: pointer;
}
.master-footer ._copyright #open_pref:hover {
    font-size: 1.2rem;
    color: #2077D8;
}
    @media screen and (max-width: 767px) {
        .master-footer ._copyright #bolean_credits, .master-footer ._copyright #open_pref {
            margin-top: 1rem;
        }
    }

    .master-footer ._copyright #bolean_credits > div {
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.master-footer ._copyright #bolean_credits img {
    position: absolute;
    top: calc(50% + 32px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    height: 25px;
    -webkit-transition: top 150ms ease-in-out;
    transition: top 150ms ease-in-out;
}

.master-footer ._copyright #bolean_credits:hover > img {
    top: 50%;
}

.master-footer ._copyright #bolean_credits:hover > div {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
}

body.-fixed-header.-always .master-footer ._content .ab-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    body.-fixed-header.-always .master-footer ._content .ab-container > * {
        min-width: 280px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

body.-fixed-header.-always .master-footer ._content nav {
    display: none;
}

.list-view {
    margin: 2rem 0;
    overflow-x: auto;
    position: relative;
    min-height: 100vh;
}

    .list-view h1 {
        margin: 4rem 0;
        text-transform: uppercase;
    }

    .list-view ._table-container {
        margin: 3rem 0;
    }

.detail-view {
    margin: 2rem 0;
    overflow-x: auto;
    position: relative;
    min-height: 100vh;
}

    .detail-view ._table-container {
        margin: 2rem 0;
    }

    .detail-view footer {
        text-align: right;
    }

        .detail-view footer ._amount-due {
            padding-right: 1.5rem;
            margin-bottom: 3rem;
        }

@media screen and (max-width: 480px) {
    .detail-view footer .button--primary {
        width: 100%;
    }
}

.modal, .training-modal {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
}

    .modal.active, .active.training-modal {
        display: block;
    }

    .modal .js-close-modal, .training-modal .js-close-modal {
        position: absolute;
        top: 2rem;
        right: 2rem;
        cursor: pointer;
    }

.MaxMsgBox {
    padding-top: 1rem;
}

    .MaxMsgBox .MaxMsgBoxContent {
        position: relative;
    }
    .MaxMsgBox .MaxMsgBoxContent h1 {
        margin-top: 0;
    }

    .MaxMsgBox .go-back-link {
        display: inline-block;
        margin-bottom: 5px;
        padding: 0.5rem;
        margin: 0;
        margin-top: -1rem;
        width: 100%;
    }

.go-back-link {
    color: #7d7d7d;
}

    .go-back-link:hover {
        color: #221F20;
        background: #FFCD00
    }

        .go-back-link:hover span {
            color: #221F20;
            border-color: #221F20;
            border:none;
        }

    .go-back-link::before {
        font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
        font-variant: normal;
        font-size: 3rem;
        text-rendering: auto;
        font-weight: 300;
        font-style: normal;
        content: "\f137";
        vertical-align: middle;
    }

    .go-back-link span {
        font-size: 2.5rem;
        margin-left: 1rem;
        display: inline-block;
        vertical-align: middle;
    }

.modal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .modal-container .ab-container {
        padding: 3rem;
    }

        .modal-container .ab-container > * {
            margin-bottom: 2rem;
        }

        .modal-container .ab-container p {
            margin-bottom: 4rem;
        }

@media screen and (max-width: 480px) {
    .modal-container .ab-container {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.modal-container h1 {
    font-size: 2.4rem;
}

.modal-container label {
    display: block;
}

.modal-container input {
    width: 100%;
}

.modal-container a {
    width: 100%;
}

    .modal-container a:last-of-type {
        margin-bottom: 0;
    }

.modal-container .ab-input-group {
    margin-bottom: 3rem;
    width: 100%;
}

.modal-container ._forgot {
    text-align: right;
    margin-top: 2rem;
    display: inline-block;
}

.modal-container .go-back-link {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
    display: inline-block;
}

.MsgConfirmBtn.button--primary:hover {
    color: #221F20;
    background-color: #ffdf79;
}

nav ul > li a {
    text-decoration: none;
    color: #ffffff;
}

    nav ul > li a.active {
        border-bottom: 1px solid #000;
        border-color: inherit;
    }

.button--text{
    color: #2077D8;
    text-decoration: underline;
    font-size: 1.6rem;
    padding: 0.75rem 0 0.75rem 0;
    cursor: pointer;
    display: inline-block;
}
.button--text:hover {
    background: rgba(32, 119, 216, 0.20)
}
.base_button, .button, .button--white, .button--black, .button--yellow, .button--outline, .button--primary, .button--greyout, .button--green, .base_button--lg, .button--lg, .button--white--lg, .button--black--lg, .button--primary--lg {
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 1rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    background-color: transparent;
    border: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button--black--no--border, .button--yellow--no--border {
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 1rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.button--black--no--border {
    background-color: #212121;
    color: white;
}
.button--yellow--no--border {
    background-color: #ffcd00;
    color: black;
}
.button {
    color: #221F20;
    border: 2px solid #221F20;
}

.button:hover {
    color: #ffffff;
    background-color: #221F20;
}
.button--greyout {
    color: #7d7d7d;
    background: #DBDBDB;
    border: 2px solid #DBDBDB;
    cursor: not-allowed;
}
.button--outline {
    color: #221F20;
    border: 0.2rem solid #221F20;
    padding: 0.8rem 1rem;
}
    .button--outline:hover {
        background-color: #DBDBDB;
    }
.button--white {
    color: #ffffff;
    border: 2px solid #ffffff;
}

    .button--white:hover {
        background-color: #221F20;
    }

.button--black {
    color: #ffffff;
    background-color: #221F20;
}

    .button--black:hover {
        color: #ffffff;
        background-color: #57585b;
    }
.button--green {
    color: #246824;
    border: 2px solid #246824;
    background: #D8EED4
}

    .button--green:hover {
        background-color: #246824;
        color: #D8EED4;
    }
.button--primary, .button--yellow {
    color: #221F20;
    background-color: #FFCD00;
}

    .button--primary:hover, .button--yellow:hover {
        color: #221F20;
        background-color: #ffdf79;
    }

.base_button--lg, .button--lg, .button--white--lg, .button--primary--lg, .button--black--no--border, .button--yellow--no--border, .button--black--lg {
    padding: 2rem 3rem;
}

.button--lg {
    color: #221F20;
    border: 2px solid #221F20;
}

    .button--lg:hover {
        color: #ffffff;
        background-color: #221F20;
    }

.button--white--lg {
    color: #ffffff;
    border: 2px solid #ffffff;
}
.button--black--lg {
    color: #212121;
    border: 2px solid #212121;
}

.button--white--lg:hover {
    color: #221F20;
    background-color: #ffffff !important;
}
.button--black--lg:hover {
    color: #FFFFFF;
    background-color: #212121 !important;
}
.button--black--no--border:hover, .button--yellow--no--border:hover {
    color: #212121;
    background-color: #FFFFFF;
}

.button--primary--lg {
    color: #221F20;
    background-color: #FFCD00;
}

    .button--primary--lg:hover {
        color: #221F20;
        background-color: #ffdf79;
    }

.cart-btn,
.add-to-cart-btn {
    background-color: #FFCD00;
    border: none;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 2rem;
    vertical-align: top;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .cart-btn:hover,
    .add-to-cart-btn:hover {
        opacity: 0.7;
    }

    .cart-btn img,
    .add-to-cart-btn img {
        width: 30px;
        padding: 0.35rem 0.5rem;
    }
    .add-to-cart-btn.clicked {
        background-color: #D8EED4;
        
    }
.js-expand-tree {
    cursor: pointer;
    position: relative;
    min-height: 23px;
}

    .js-expand-tree figure {
        width: 22px;
        height: 22px;
        vertical-align: top;
        background-color: #FFCD00;
        position: absolute;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .js-expand-tree figure::after {
            font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
            content: "\f067";
            font-weight: 300;
            -webkit-transition: -webkit-transform 100ms ease-in-out;
            transition: -webkit-transform 100ms ease-in-out;
            transition: transform 100ms ease-in-out;
            transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
        }

    .js-expand-tree.active figure::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .js-expand-tree span {
        color: #221F20;
        display: inline-block;
        vertical-align: top;
        margin-left: 25px;
    }

.button--cancel {
    padding: .8rem 1.2rem;
    text-align: center;
    background-color: transparent;
}

    .button--cancel img {
        width: 1.5rem;
        margin-top: .3rem;
    }

.list-inline-btn:hover img,
.list-view .click_able:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.labeled-image {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-right: 1.5rem;
    text-align: center;
    font-size: 0;
}

    .labeled-image img {
        width: 100%;
    }

    .labeled-image ._message {
        position: absolute;
        font-size: 1.2rem;
        bottom: 0;
        right: 0;
        width: auto;
        padding: 0.5rem 0.8rem;
        background-color: #FFCD00;
        font-weight: 700;
        text-transform: uppercase;
    }

.labeled-image--promo ._message {
    background-color: #FFCD00;
}

.labeled-image--new ._message {
    background-color: #ff9439;
}

.txfield-normal {
    padding: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    border: 2px solid #221F20;
}

.txfield-light, .training-subscribe #additional-participants input {
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    border: 1px solid #DBDBDB;
}

.input-and-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #BFBFBF;
    max-height: 4rem;
}

    .input-and-icon img{
        text-align: center;
        width: 2em;
        padding: 0.3em 0 0.3em 0.5em;
        background-color: #ffffff;
    }

    .input-and-icon input {
        width: 100%;
        padding: 0.5em;
        outline: none;
        font-size: inherit;
        border: none;
        background-color: #ffffff;
    }

        .input-and-icon input::-webkit-input-placeholder {
            color: #BFBFBF;
            font-style: italic;
            font-size: 0.8em;
        }

        .input-and-icon input:-ms-input-placeholder {
            color: #BFBFBF;
            font-style: italic;
            font-size: 0.8em;
        }

        .input-and-icon input::-ms-input-placeholder {
            color: #BFBFBF;
            font-style: italic;
            font-size: 0.8em;
        }

        .input-and-icon input::placeholder {
            color: #BFBFBF;
            font-style: italic;
            font-size: 0.8em;
        }
    .input-and-icon select {
        max-width: 25vw;
        min-width: 10rem;
        width: auto;
        height: 100%;
        padding: 0.5em 0;
        outline: none;
        font-size: inherit;
        border: none;
        background-color: white;
        color: #2077D8;
        border-left: 1px solid #BFBFBF;
    }
        .input-and-icon select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #000;
        }

        .input-and-icon select::-ms-expand {
            display: none;
        }
    .input-and-icon select option {
        background-color: #ffffff;
        color: #2077D8;
    }
.input-and-icon2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #707070;
    max-height: 4rem;
}

    .input-and-icon2 img {
        text-align: center;
        width: 2em;
        padding: 0.3em 0 0.3em 0.5em;
        background-color: #ffffff;
    }

    .input-and-icon2 input {
        width: 100%;
        padding: 0.5em;
        outline: none;
        font-size: inherit;
        border: none;
        background-color: #ffffff;
    }

        .input-and-icon2 input::-webkit-input-placeholder {
            color: #707070;
            font-style: italic;
        }

        .input-and-icon2 input:-ms-input-placeholder {
            color: #707070;
            font-style: italic;
        }

        .input-and-icon2 input::-ms-input-placeholder {
            color: #707070;
            font-style: italic;
        }

        .input-and-icon2 input::placeholder {
            color: #707070;
            font-style: italic;
        }

.ab-dropdown {
    height: 3.55rem;
    overflow: hidden;
    background: url(../images/down-arrow.svg) no-repeat right #ffffff;
    border: 1px solid #DBDBDB;
}

    .ab-dropdown:focus {
        outline: none;
    }

    .ab-dropdown select {
        background: transparent;
        width: 100%;
        font-size: inherit;
        padding-left: 1rem;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 3.55rem;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 36px;
        box-shadow: none;
        text-shadow: none;
        color: #221F20;
        text-indent: 0;
    }

        .ab-dropdown select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #000;
        }

        .ab-dropdown select::-ms-expand {
            display: none;
        }
.item-unit {
    display: inline-flex;
    text-align: center;
    flex-basis: 2.5rem;
    padding-left: 0.3rem;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}
.item-quantity {
    display: inline-flex;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
}

    .item-quantity > * {
        border: 2px solid #7d7d7d;
    }

        .item-quantity > input[type=button]:first-child {
            border-right: 0;
            border-left: 2px solid #7d7d7d;
        }

    .item-quantity > input[type=button]:last-child {
        border-left: 0;
        border-right: 2px solid #7d7d7d;
    }

    .item-quantity input[type='button'] {
        border-radius: 0;
        display: inline-flex;
        background-color: #ffffff;
        justify-content: center;
        align-items: center;
        width: 3rem;
        height: 3rem;
        cursor: pointer;
    }

    .item-quantity input[type='number'] {
        width: 5rem;
        height: 3rem;
        text-align: center;
        -moz-appearance: none;
    }

        .item-quantity input[type='number']::-webkit-outer-spin-button, .item-quantity input[type='number']::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
.product-price ._editprice {
    position: relative;
    margin-top: 0.5rem;
    display: inline-block;
}
.autoC-number > li {
    text-align: right;
}
.autoC-number > li > div > label {
    width: 100%;
    font-size: 0.8em;
    font-weight: bold;
    text-align: left;
    color: #2077D8;
    display: block;
}

.product-price ._editprice input[type='number'],
.editprice input[type='number'] {
    width: 10.5rem;
    height: 3rem;
    -moz-appearance: none;
    border: 2px solid #7d7d7d;
    position: relative;
    font-size: 1.6rem;
    text-align: right;
    padding-right: 1.5rem;
    margin-top: 3px;
    margin: 0;
}
    .product-price ._editprice input[type='number']::-webkit-outer-spin-button,
    .product-price ._editprice input[type='number']::-webkit-inner-spin-button,
    .editprice input[type='number']::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.product-price ._editprice::after,
.editprice::after {
    content: "$";
    height: 2rem;
    width: 1.2rem;
    font-size: 1.4rem;
    position: absolute;
    right: 0.4rem;
    top: 0.6rem;
}
.product-price ._editpercent, .editprice {
    position: relative;
    margin-top: 0.5rem;
    display: inline-block;
}
.product-price > .cart-btn {
    position: relative;
    margin-top: 0.5rem;
    display: inline-block;
    text-align: center;
}
.product-price > .cart-btn > i {
    margin-top: 0.5rem;
}
.editprice > span {
    margin-right: 1em;
    display: inline-block;
   margin-top: 0.5rem;
}
    .product-price ._editpercent input[type='number'] {
        width: 5.5rem;
        height: 3rem;
        -moz-appearance: none;
        border: 2px solid #7d7d7d;
        position: relative;
        font-size: 1.6rem;
        text-align: right;
        padding-right: 1.5rem;
        margin-top: 3px;
        margin: 0;
    }

        .product-price ._editpercent input[type='number']::-webkit-outer-spin-button, .product-price ._editpercent input[type='number']::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .product-price ._editpercent::after {
        content: "%";
        height: 2rem;
        width: 1.2rem;
        font-size: 1.6rem;
        position: absolute;
        right: 0.4rem;
        top: 0.6rem;
    }

.ab-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ab-checkbox input[type=checkbox] {
        display: none;
    }

        .ab-checkbox input[type=checkbox]:checked + label span {
            background: url(../images/ckbox-checked.svg) center no-repeat;
        }

    .ab-checkbox label {
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        display: inline-block;
    }

        .ab-checkbox label span {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: -1px 6px 0 0;
            vertical-align: middle;
            background: url(../images/ckbox-unchecked.svg) center no-repeat;
            cursor: pointer;
            position: absolute;
            left: 0;
        }

.ab-input {
    border: none;
    border-bottom: 2px solid #DBDBDB;
    padding: .4rem .2rem;
    outline: none;
}

    .ab-input:focus {
        border-bottom: 2px solid #FFCD00;
    }

    .ab-input::-webkit-input-placeholder {
        color: #DBDBDB;
        font-style: italic;
    }

    .ab-input:-ms-input-placeholder {
        color: #808080;
        font-style: italic;
    }

    .ab-input::-ms-input-placeholder {
        color: #DBDBDB;
        font-style: italic;
    }

    .ab-input::placeholder {
        color: #DBDBDB;
        font-style: italic;
    }
textarea.ab-input {
    border: 2px solid #DBDBDB;
    min-height: 5em;
}
    textarea.ab-input:focus {
        border: 2px solid #FFCD00;
    }
select.ab-input{
    display: block;
    margin-top: 2rem;
    width: 100%;
    background: #F4F4F4;
    color: #000;
    text-indent: 10px;
    text-shadow: none;
}
    .percentddl{
        width: auto;
        text-align: right;
        vertical-align: middle;
    }
        .percentddl select {
            background: #F4F4F4;
            color: #000;
            text-indent: 10px;
            text-shadow: none;
            display: inline-block;
            width: auto;
            direction: rtl;
            text-align: right;
        }
            .percentddl select > option {
                direction: rtl;
                text-align: right;
            }
    input[type='button'] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.subnav {
    background-color: #F4F4F4;
}

@media screen and (max-width: 767px) {
    .subnav {
        display: none;
    }
}

.subnav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

    .subnav ul > * {
        padding: 2rem 0;
        margin-left: 2rem;
    }

    .subnav ul a {
        color: #221F20;
        font-size: 1.4rem;
    }

        .subnav ul a img {
            transition: all .2s;
        }

        .subnav ul a:hover:not(.active) img {
            transform: scale(1.25);
        }

        .subnav ul a.active {
            border-bottom: 1px solid #221F20;
        }

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

/* used in account home page */
.card--btn {
    background-color: #221F20;
    color: #ffffff;
    padding: 2rem;
    text-align: center;
    font-size: 1.8rem;
    margin: 2rem;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    min-height: 14rem;
    min-width: 34rem;
    max-width: 325px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

    .card--btn img,
    .card--btn i {
        height: 5rem !important;
        font-size: 5rem !important;
        margin-right: 2rem;
    }

@media screen and (max-width: 480px) {
    .card--btn {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 0;
        width: 100%;
        min-width: 0;
    }

        .card--btn img {
            margin-right: 2rem;
        }
}

.suggestions-card {
    text-align: center;
}

    .suggestions-card .price {
        font-weight: 700;
    }

    .suggestions-card .details {
        margin-top: 1rem;
    }
    .suggestions-card .details > p:first-child {
        margin-top:1em;
        min-height:2em;
    }

        .suggestions-card .details p {
            margin-bottom: 1rem;
        }

    .suggestions-card > .image {
        position: relative;
        width: 100%;
        height: 125px;
    }

@media screen and (max-width: 998px) {
    .suggestions-card > .image {
        height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .suggestions-card > .image {
        height: 75px;
    }
}

.suggestions-card > .image > a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.suggestions-card > .image .cart-btn {
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
}

    .suggestions-card > .image .cart-btn img {
        width: 30px;
        height: auto;
        -o-object-fit: fill;
        object-fit: fill;
        padding: 0.35rem 0.5rem;
    }

.suggestions-card > .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height:125px;
}

.title-bordered {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    margin-bottom: 0;
}

    .title-bordered::after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: .8em;
        width: 100%;
        background-color: #FFCD00;
        z-index: -1;
    }

.title-bordered-no-background {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    margin-bottom: 0;
}
.title-bordered-no-background::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: .8em;
    width: 100%;
    z-index: -1;
}

.subscribe {
    background-color: #F4F4F4;
    z-index: 0;
    position: relative;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

    .subscribe .ab-container {
        text-align: center;
    }

    .subscribe ._form {
        width: 100%;
        max-width: 500px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    .subscribe .__fld-email {
        margin-right: 2rem;
        flex-grow: 1;
        min-width: 250px;
    }

@media screen and (max-width: 500px) {
    .subscribe .__fld-email {
        width: 100%;
        margin-bottom: 2rem;
        margin-right: 0;
    }
}

.subscribe ._title {
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    align-self: center;
    margin-bottom: 3rem;
}
.location-title{
    background: #221F20;
    color: white;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0.5rem;
    font-size: 1.5em;
    margin-top: 1rem;
}
.location-card {
    background-color: #F4F4F4;
    font-size: 1.6rem;
    padding: 4rem;
    flex-basis: calc(25% - (2rem * 1));
    margin: calc(2rem / 2) calc(2rem / 2);
    min-width: 270px;
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
}

.location-card > .ellipsis{
    overflow:unset !important;
}

@media (max-width: 1200px) {
    .location-card {
        flex-basis: calc((100% / 3) - 2rem);
    }
}

@media (max-width: 998px) {
    .location-card {
        flex-basis: calc(50% - 2rem);
    }
}

@media (max-width: 620px) {
    .location-card {
        flex-basis: 100%;
    }
}

.location-card > *,
.location-card ._align-bottom > * {
    margin-bottom: 1rem;
}

.location-card h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem;
}

.location-card ._show-map {
    letter-spacing: 0.1rem;
    padding: 1rem 2rem;
    padding-right: 1.5rem;
}

    .location-card ._show-map i {
        margin-left: 1rem;
    }

    .location-card ._show-map a {
        color: #000;
    }

        .location-card ._show-map a:hover {
            color: #000;
        }

.location-card h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.8rem;
}

.location-card ._align-bottom {
    flex-basis: 100%;
    align-self: flex-end;
    margin-bottom: 0;
    height: 21em;
}

.location-card ._horaire {
    margin-bottom: 0;
}

    .location-card ._horaire li {
        font-size: 1.25rem;
        margin-bottom: 1rem;
        display: flex;
    }

        .location-card ._horaire li:last-of-type {
            margin-bottom: 0;
        }

        .location-card ._horaire li .__day {
            text-transform: uppercase;
            flex-basis: 45%;
        }

        .location-card ._horaire li .__time {
            flex-basis: 55%;
        }

.tags-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #DBDBDB;
    min-height: 2.8em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 998px) {
    .tags-bar {
        margin: 0 2rem;
        border: none;
    }
}

.tags-bar li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFCD00;
    margin: .3em;
    font-size: 1.5rem;
    padding: 0.4em 0.8em;
    border-radius: 8px;
}

    .tags-bar li .js-remove-tag {
        font-size: .8em;
        padding: 0 .4em .1em;
        margin-left: 1em;
        color: #7d7d7d;
        border: 1px dashed #7d7d7d;
        background-color: #FFCD00;
        cursor: pointer;
        outline: none;
    }

        .tags-bar li .js-remove-tag:hover {
            color: #57585b;
            border-color: #57585b;
        }

.products-table {
    position: relative;
}

    .products-table header, ._item-lst header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #F4F4F4;
        padding: 0.5rem 1rem;
    }
._item-lst header {
    margin-bottom: 1rem;
}
    .products-table header ._counter, ._item-lst header ._counter {
            font-size: 0.8em;
            color: #7d7d7d;
            font-style: italic;
        }

        .products-table header ._select, ._item-lst header ._select{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

@media screen and (max-width: 767px) {
    .products-table header ._select .ab-dropdown, ._item-lst header ._select .ab-dropdown {
        width: auto;
    }
}

.products-table header ._select .__label, ._item-lst header ._select .__label {
    padding-right: 2rem;
    font-size: 1.6rem;
    color: #221F20;
}

    .products-table header ._select .__label .___mobile, ._item-lst header ._select .__label .___mobile {
        display: none;
    }

@media screen and (max-width: 767px) {
    .products-table header ._select .__label, ._item-lst header ._select .__label {
        padding-right: 1rem;
    }

        .products-table header ._select .__label .___desktop, ._item-lst header ._select .__label .___desktop {
            display: none;
        }

        .products-table header ._select .__label .___mobile, ._item-lst header ._select .__label .___mobile {
            display: inline-block;
        }
}

.products-table ._table {
    margin: 0 0 2rem;
}

@media screen and (max-width: 998px) {
    .products-table ._table {
        padding: 0 2rem;
    }
}

.products-table footer {
    text-align: center;
}

.products-table-item,
.cart-item {
    padding: 1em 1em 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
    .products-table-item._substools {
        margin-bottom: 0;
    }
    .products-table-item._tools {
        margin-top: 0;
        justify-content: flex-end;
    }

.cart-item.tool-header {
    background: transparent;
    padding-top: 2rem;
    padding-bottom: 0;
}
        .cart-item.tool-header ._container._withTools {
            width: 100%;
            display: flex;
            align-items: center;
        }
        .cart-item.tool-header ._title {
            width: calc(100% - (4.5rem));
            height: auto;
            text-align: left;
            border-right: solid 2px #DBDBDB;
            padding: 1rem;
            line-height: 1em;
        }
        .cart-item.tool-header ._itemAction {
            padding-left: 1.5rem;
            align-self: center;
        }
.avis-item {
    padding: 0.5rem;
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: solid 1px #808080;
    align-items: center;
    position: relative;
}

.products-table-item ._image-wrapper,
.cart-item ._image-wrapper {
    margin-right: 1rem;
    width: 120px;
    color: #221F20;
}

.avis-item ._image-wrapper {
    margin-right: 1rem;
    width: 60px;
    color: #221F20;
    margin-right: 25px;
}

.avis-item ._new-flag {
    margin-left: 0.5rem;
    margin-right: 1rem;
    color: #2077D8;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 65px;
}

@media screen and (max-width: 767px) {
    .products-table-item ._image-wrapper,
    .cart-item ._image-wrapper {
        width: 100px;
    }

    .avis-item ._image-wrapper {
        width: 50px;
    }

    .avis-item ._new-flag {
        left: 50px;
    }
}

.products-table-item .product-title,
.avis-item .product-title,
.cart-item .product-title {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.6666666667rem;
}

@media screen and (max-width: 767px) {
    .products-table-item .product-title,
    .avis-item .product-title,
    .cart-item .product-title {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 400px) {
    .products-table-item .product-title,
    .avis-item .product-title,
    .cart-item .product-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 200px;
    }
}

@media screen and (max-width: 340px) {
    .products-table-item .product-title,
    .avis-item .product-title,
    .cart-item .product-title {
        width: 185px;
    }
}

.products-table-item ._container,
.avis-item ._container,
.cart-item ._container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 100px);
}

@media screen and (max-width: 998px) {
    .products-table-item ._container,
    .avis-item ._container,
    .cart-item ._container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .products-table-item ._container,
    .avis-item ._container,
    .cart-item ._container {
        width: calc(100% - 80px);
    }
}

.products-table-item ._container .__content,
.cart-item ._container .__content {
    width: calc(100% - (24rem));
    padding-right: 2rem;
}
.cart-item ._container._withTools .__content {
    width: calc(100% - (28rem));
    padding-right: 2rem;
}

.avis-item ._container .__content {
    width: calc(100% - (27rem));
    padding-right: 0.5rem;
}
.products-table-item ._container .__content,
.___content {
    width: calc(100% - (34rem));
    padding-right: 2rem;
}

.___content {
    width: calc(100% - (37rem));
    padding-right: 0.5rem;
}
.cart-item ._container._withTools ._price-qty {
    border-right: solid 2px #DBDBDB;
    padding-right: 1rem;
}
    .cart-item ._container._withTools .product-price {
        min-height: 2em;
        margin: 0.5rem 0;
    }
    .cart-item ._container._withTools ._itemAction {
        padding-left: 1.5rem;
        align-self: center;
    }
.avis-item ._container ._dates {
    width: 23rem;
    text-align: right;
    position: relative;
}

    .avis-item ._container ._dates ._date {
        display: inline-block;
        width: 12rem;
    }
.__dates {
    width: 33rem;
    text-align: right;
    position: relative;
}
.avis-item ._container .__dates ._date {
    display: inline-block;
    width: 10rem;
}

.avis-item ._button {
    width: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    align-content: center;
}
    .avis-item ._button .avis-btn {
        background: #DBDBDB;
        padding: 0.3rem 0.5rem;
        font-size: 2rem;
        color: #57585b;
        cursor: pointer;
        text-align:center;
        margin: 0.25rem;
    }
        .avis-item ._button .avis-btn:hover {
            color: #221F20;
            background: #FFCD00;
        }

    ._itemAction {
        width: 5rem;
    }
@media screen and (max-width: 998px) {
    .products-table-item ._container .__content,
    .cart-item ._container .__content {
        width: 100%;
        padding-right: 0;
    }
    .cart-item ._container._withTools .__content {
        width: 100%;
    }
    .cart-item ._container._withTools ._price-qty {
        width: calc(100% - (5rem));
    }

        .cart-item ._container._withTools ._price-qty .item-unit {
        }

        .cart-item ._container._withTools ._price-qty .item-quantity {
            margin-right: 3rem;
        }

        .cart-item ._container._withTools ._price-qty .product-price {
            height: auto;
            width: auto;
        }

        .cart-item ._container._withTools ._price-qty ._pbutton {
            margin-left: 3rem;
            align-content: center;
            height: 30px;
        }
}
@media screen and (max-width: 768px) {
    .avis-item ._container .__content {
        width: 100%;
        padding-right: 0;
    }
    .cart-item ._container._withTools ._price-qty ._pbutton {
        margin-top: 5px;
    }
}

@media screen and (max-width: 600px) {
    .cart-item ._container._withTools ._price-qty .item-quantity {
        margin-right: 0;
        min-height: 2em
    }

    .cart-item ._container._withTools ._price-qty .product-price {
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    

    .avis-item ._container ._dates {
        min-height: 3rem;
        width: 100vw;
    }

        .avis-item ._container ._dates ._date {
            margin-top: 0.6rem;
        }
}

    .products-table-item ._container .__content p,
    .avis-item ._container .__content p,
    .cart-item ._container .__content p {
        font-weight: 700;
    }

        .products-table-item ._container .__content p.manu-name,
        .avis-item ._container .__content p.manu-name,
        .cart-item ._container .__content p.manu-name {
            font-weight: 100;
            color: #57585b;
            margin-bottom: 1.5rem;
            margin-top: 0.5rem;
        }

        .products-table-item ._container .__content p.sku,
        .avis-item ._container .__content p.sku,
        .cart-item ._container .__content p.sku {
            font-weight: 600;
            color: #57585b;
            margin-top: 1rem;
        }

            .products-table-item ._container .__content p.sku .item-mycode,
            .avis-item ._container .__content p.sku .item-mycode,
            .cart-item ._container .__content p.sku .item-mycode {
                display: block;
                font-size: 1em;
                margin: 0;
                color: #888;
            }

                .products-table-item ._container .__content p.sku .item-mycode > span.__code,
                .avis-item ._container .__content p.sku .item-mycode > span.__code,
                .cart-item ._container .__content p.sku .item-mycode > span.__code {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 0.8em;
                }

                .products-table-item ._container .__content p.sku .item-mycode > i,
                .avis-item ._container .__content p.sku .item-mycode > i,
                .cart-item ._container .__content p.sku .item-mycode > i {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 1em;
                }

                .products-table-item ._container .__content p.sku .item-mycode > span.__desc::before,
                .avis-item ._container .__content p.sku .item-mycode > span.__desc::before,
                .cart-item ._container .__content p.sku .item-mycode > span.__desc::before {
                    display: inline-block;
                    content: '-';
                    font-weight: normal;
                    vertical-align: middle;
                }

                .products-table-item ._container .__content p.sku .item-mycode > span.__desc,
                .avis-item ._container .__content p.sku .item-mycode > span.__desc,
                .cart-item ._container .__content p.sku .item-mycode > span.__desc {
                    display: inline-block;
                    font-weight: normal;
                    vertical-align: middle;
                    font-size: 0.7em;
                }

    .products-table-item ._container ._price-qty,
    .avis-item ._container ._price-qty,
    .cart-item ._container ._price-qty {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 23rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-end;
    }


    @media screen and (max-width: 767px) {
        .products-table-item ._container .__content p.manu-name,
        .avis-item ._container .__content p.manu-name,
        .cart-item ._container .__content p.manu-name {
            margin-bottom: 1rem;
            margin-top: 0.25rem;
        }

        .products-table-item ._container .__content p.sku,
        .avis-item ._container .__content p.sku,
        .cart-item ._container .__content p.sku {
            margin-top: 0.5rem;
        }
        /*.products-table-item ._container ._price-qty,
    .avis-item ._container ._price-qty,
    .cart-item ._container ._price-qty {

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem;
    }*/
    }

    .products-table-item ._container ._price-qty .product-price,
    .avis-item ._container ._price-qty .product-price,
    .cart-item ._container ._price-qty .product-price {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 2rem;
    }
        .products-table-item ._container ._price-qty .product-price ._discount,
        .avis-item ._container ._price-qty .product-price ._discount,
        .cart-item ._container ._price-qty .product-price ._discount {
            font-size: 0.8em;
            font-weight: normal;
            margin-bottom: 0.7rem;
        }
            .products-table-item ._container ._price-qty .product-price ._discount > span,
            .avis-item ._container ._price-qty .product-price ._discount > span,
            .cart-item ._container ._price-qty .product-price ._discount > span {
                position: relative;
                display: block;
                vertical-align: bottom;
                margin-left: 0rem;
            }
                .products-table-item ._container ._price-qty .product-price ._discount > span:last-child,
                .avis-item ._container ._price-qty .product-price ._discount > span:last-child,
                .cart-item ._container ._price-qty .product-price ._discount > span:last-child {
                    margin-top: 1rem;
                    margin-bottom: 1rem;
                }
                .products-table-item ._container ._price-qty .product-price ._discount > span ._discLbl,
                .avis-item ._container ._price-qty .product-price ._discount > span ._discLbl,
                .cart-item ._container ._price-qty .product-price ._discount > span ._discLbl {
                    display: inline-block;
                    font-size: 1em;
                }
    @media screen and (max-width: 998px) {
        .products-table-item ._container ._price-qty .product-price,
        .avis-item ._container ._price-qty .product-price,
        .cart-item ._container ._price-qty .product-price {
            margin-bottom: 1rem;
        }

            .products-table-item ._container ._price-qty .product-price ._discount,
            .avis-item ._container ._price-qty .product-price ._discount,
            .cart-item ._container ._price-qty .product-price ._discount {
                font-size: 0.8em;
                font-weight: normal;
                margin-bottom: 0.7rem;
            }

                .products-table-item ._container ._price-qty .product-price ._discount > span,
                .avis-item ._container ._price-qty .product-price ._discount > span,
                .cart-item ._container ._price-qty .product-price ._discount > span {
                    position: relative;
                    display: inline-block;
                    vertical-align: bottom;
                    margin-left: 1rem;
                }
                    .products-table-item ._container ._price-qty .product-price ._discount > span:last-child,
                    .avis-item ._container ._price-qty .product-price ._discount > span:last-child,
                    .cart-item ._container ._price-qty .product-price ._discount > span:last-child {
                        margin-top: 0;
                        margin-bottom: 0;
                    }
                    .products-table-item ._container ._price-qty .product-price ._discount > span ._discLbl,
                    .avis-item ._container ._price-qty .product-price ._discount > span ._discLbl,
                    .cart-item ._container ._price-qty .product-price ._discount > span ._discLbl {
                        display: block;
                        font-size: 0.8em;
                    }
    }

    @media screen and (max-width: 767px) {
        .products-table-item ._container ._price-qty .product-price,
        .avis-item ._container ._price-qty .product-price,
        .cart-item ._container ._price-qty .product-price {
            font-size: 1.8rem;
            margin-bottom: 0;
        }
    }

    @media screen and (max-width: 340px) {
        .products-table-item ._container ._price-qty .product-price,
        .avis-item ._container ._price-qty .product-price,
        .cart-item ._container ._price-qty .product-price {
            font-size: 1.7rem;
            margin-bottom: 0;
        }
    }

    @media screen and (max-width: 767px) {
        /*.products-table-item ._container ._price-qty .item-quantity input[type='button'],
    .avis-item ._container ._price-qty .item-quantity input[type='button'],
    .cart-item ._container ._price-qty .item-quantity input[type='button'] {
        display: none;
    }*/
    }

.products-table-item ._container ._button,
.products-table-item ._container ._cart,
.avis-item ._container ._button,
.avis-item ._container ._cart {
    display: inline-block;
    width: 8rem;
    text-align: center;
}
    .cart-item ._container ._button,
    .cart-item ._container ._cart {
        display: inline-block;
        width: 8rem;
        text-align: right;
    }

    @media screen and (max-width: 998px) {
        .products-table-item ._container ._button,
        .products-table-item ._container ._cart,
        .avis-item ._container ._button,
        .avis-item ._container ._cart {
            width: auto;
            -ms-flex-item-align: end;
            align-self: flex-end;
            text-align: left;
            margin: 0 2rem;
        }
        .cart-item ._container ._button,
        .cart-item ._container ._cart {
            width: auto;
            -ms-flex-item-align: end;
            align-self: flex-end;
            width: 4rem;
            margin: 0 0 0 3rem;
        }
    }

    .products-table-item {
        background-color: #F4F4F4;
    }

        .products-table-item ._unit {
            font-size: 1.4rem;
            margin-bottom: 1rem;
        }

    @media screen and (max-width: 767px) {
        .products-table-item {
            background-color: transparent;
            border-bottom: 1px solid #DBDBDB;
            padding: 2rem 0;
            margin: 0;
        }
            .products-table-item._substools {
                border-bottom: none;
                margin-bottom: 0;
            }

            .products-table-item._tools {
                margin-top: 0;
            }
    }

    .ListPageUp, .ListPageDown {
        position: fixed;
        right: 0;
        height: 50px;
        width: 50px;
        border-radius: 25px 0 0 25px;
        background: #FFCD00;
        text-align: center;
        cursor: pointer;
        padding-left: 5px;
        color: #221F20;
        opacity: 0.50;
        border: solid 1px #c6a029;
    }

        .ListPageUp:hover, .ListPageDown:hover {
            background: #221F20;
            color: #FFCD00;
            opacity: 1;
        }

    .ListPageUp {
        top: 100px;
        display: none;
    }

        .ListPageUp > .fa {
            font-size: 40px;
            margin-top: 5px;
        }

    .ListPageDown {
        bottom: 100px;
        display: inline-block;
    }

        .ListPageDown > .fa {
            font-size: 40px;
            margin-top: 7px;
        }

    body.-fixed-header .ListPageUp {
        display: inline-block;
    }

    body.-fixed-header .ListPageDown {
        display: none;
    }

    .listReturn {
        position: fixed;
        top: 50%;
        right: 0;
        width: 300px;
        height: 50px;
        background: #ffd800;
        border-radius: 25px 0 0 25px;
        padding: 0.75rem 0 0 2rem;
        cursor: pointer;
        border: solid 1px #c6a029;
    }

        .listReturn ._counter {
            font-size: 0.8em;
            color: #7d7d7d;
            font-style: italic;
            display: block;
        }

        .listReturn .fa {
            float: right;
            font-size: 3.25rem;
            margin-top: -1.25rem;
            margin-right: 1rem;
        }

    @media screen and (max-width: 767px) {
        .listReturn {
            display: none;
        }
    }

.filter-aside {
    text-align: left;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    margin-right: 1rem;
    position: relative;
}

.filter-aside .__close-btn {
    display: none;
}

    @media screen and (max-width: 998px) {
        .filter-aside {
            display: none;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            margin-right: 0;
        }

            .filter-aside.active {
                position: fixed;
                right: 0;
                top: 0;
                bottom: 0;
                width: 100%;
                display: block;
                background-color: rgba(0, 0, 0, 0.50);
                z-index: 5;
                overflow-y: scroll;
            }

                .filter-aside.active .__close-btn {
                    display: inline;
                    position: absolute;
                    top: 14px;
                    right: 1.5rem;
                    cursor: pointer;
                }

                .filter-aside.active > .filter-menu {
                    background-color: #ffffff;
                    margin-left: auto;
                    width: 260px;
                    min-height: 100%;
                    padding-top: 50px;
                }

                .filter-aside.active .filter-menu > .filter-menu {
                    background: rgba(255, 216, 0, 0.10);
                }
    }
.filter-aside .filter-menu {
    display: none;
    border-bottom: 1px solid #DBDBDB;
}

    .filter-aside .filter-menu.active {
        display: block;
    }

.filter-menu > .filter-menu {
    padding-bottom: 1rem;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    background: rgba(255, 216, 0, 0.10);
}
.filter-hidden .filter-aside {
    display: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 0;
}

    .filter-hidden .filter-aside.active {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.50);
        z-index: 5;
        overflow-y: scroll;
    }

        .filter-hidden .filter-aside.active .__close-btn {
            display: inline;
            position: absolute;
            top: 14px;
            right: 1.5rem;
            cursor: pointer;
        }

        .filter-hidden .filter-aside.active > .filter-menu {
            background-color: #ffffff;
            margin-left: auto;
            width: 260px;
            min-height: 100%;
            padding-top: 50px;
        }

        .filter-hidden .filter-aside.active .filter-menu > .filter-menu {
            background: rgba(255, 216, 0, 0.10);
        }
    .filter-hidden .filter-aside .filter-menu {
        display: none;
        border-bottom: 1px solid #DBDBDB;
    }

        .filter-hidden .filter-aside .filter-menu.active {
            display: block;
        }

    .filter-menu > .filter-menu {
        padding-bottom: 1rem;
        border-left: 1px solid #DBDBDB;
        border-right: 1px solid #DBDBDB;
        background: rgba(255, 216, 0, 0.10);
    }

    .filter-panel {
        padding: 1.5rem;
        border: 1px solid #DBDBDB;
        border-bottom: none;
    }

        .filter-panel:nth-last-match(div) {
            border-bottom: 1px solid #DBDBDB;
        }

    @media screen and (max-width: 998px) {
        .filter-panel {
            border-right: none;
            border-left: none;
        }
    }

    .filter-panel:last-of-type {
        border-bottom: 1px solid #DBDBDB;
    }

    .filter-panel.-sub-menu, .filter-panel.-back-to-main {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .filter-panel.-sub-menu ._title, .filter-panel.-back-to-main ._title {
            margin-bottom: 0;
        }

        .filter-panel.-sub-menu i, .filter-panel.-back-to-main i {
            font-size: 2rem;
        }

        .filter-panel.-sub-menu:hover, .filter-panel.-back-to-main:hover {
            background-color: #F4F4F4;
        }

    .filter-panel.-sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .filter-panel.-sub-menu > ._title > .-sub-info {
            display: block;
            max-width: 200px;
            overflow-x: hidden;
            color: #FFCD00;
            text-wrap: none;
            white-space: nowrap;
        }

            .filter-panel.-sub-menu > ._title > .-sub-info > .-remove-tag {
                font-size: 1em;
                vertical-align: middle;
                padding: 0 .4em .1em;
                color: #7d7d7d;
                border: 1px dashed #7d7d7d;
                background-color: #FFCD00;
                cursor: pointer;
                outline: none;
            }

                .filter-panel.-sub-menu > ._title > .-sub-info > .-remove-tag:hover {
                    color: #FFCD00;
                    background-color: #7d7d7d;
                    border: 1px dashed #FFCD00;
                }

            .filter-panel.-sub-menu > ._title > .-sub-info > .-tag-name {
                font-size: .8em;
            }

    .filter-panel.-back-to-main {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .filter-panel.-back-to-main ._title {
            margin-left: 2rem;
        }

    .filter-panel ._title {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 1.5rem;
    }

    .filter-panel > ._item, .filter-menu ._item {
        padding-left: 1rem;
        padding-top: 1rem;
    }

        .filter-menu ._item:first-of-type {
        }

    .filter-panel ._item > li, .filter-withsubmenu ._item > li {
        display: none;
    }

        .filter-panel ._item > li.active, .filter-withsubmenu ._item > li.active {
            display: block;
        }

    .filter-panel .submit {
        margin-top: 3rem;
        margin-left: 1.5rem;
        text-align: center;
    }

    ._input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 1rem;
        padding-left: 2.2rem;
    }

        ._input input {
            border: 2px solid #221F20;
        }

    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 2rem auto;
    }

        .pagination a {
            border: 1px solid #DBDBDB;
            border-right: none;
            padding: 1rem 1.5rem;
            background: transparent;
            outline: none;
            color: #221F20;
            cursor: pointer;
        }

            .pagination a.NotConnect {
                margin-right: 1rem;
                border-right: 1px solid #DBDBDB;
            }

            .pagination a.Active {
                background: #FFCD00;
            }

            .pagination a:last-of-type {
                border-right: 1px solid #DBDBDB;
            }

    .gen-table {
        width: 100%;
    }

        .gen-table table {
            width: 100% !important;
            max-width: 100%;
        }

        .gen-table td, .gen-table th {
            text-align: left;
        }

        .gen-table *[data-name="date"] {
            width: 10rem;
        }

        .gen-table *[data-name="order"],
        .gen-table *[data-name="invoice"],
        .gen-table *[data-name="product-sku"] {
            width: 14rem;
        }

        .gen-table *[data-name="open"],
        .gen-table *[data-name="download"],
        .gen-table *[data-name="cart"] {
            width: 5rem;
        }

        .gen-table *[data-name="amount"],
        .gen-table *[data-name="detail-days"],
        .gen-table *[data-name="detail-amount"],
        .gen-table *[data-name="detail-credit"],
        .gen-table *[data-name="detail-balance"] {
            text-align: right;
            width: 18rem;
        }

    @media screen and (max-width: 600px) {
        .gen-table *[data-name="download"],
        .gen-table *[data-name="product-sku"],
        .gen-table *[data-name="detail-days"],
        .gen-table *[data-name="detail-amount"],
        .gen-table *[data-name="detail-credit"],
        .gen-table *[data-name="cart"] {
            display: none;
        }
    }

    @media screen and (max-width: 480px) {
        .gen-table *[data-name="invoice"],
        .gen-table *[data-name="amount"],
        .gen-table *[data-name="download"],
        .gen-table *[data-name="product-sku"],
        .gen-table *[data-name="detail-days"],
        .gen-table *[data-name="detail-amount"],
        .gen-table *[data-name="detail-credit"] {
            display: none;
        }
    }

    .gen-table thead {
        color: #ffffff;
        background-color: #221F20;
        border-bottom: 0.8rem solid #ffffff;
    }

    @media screen and (max-width: 480px) {
        .gen-table thead {
            border-bottom: none;
        }
    }

    .gen-table thead tr {
        margin-bottom: 2.5rem;
    }

        .gen-table thead tr th {
            text-align: left;
            padding: 1.5rem 1.5rem;
            text-transform: uppercase;
        }

    .gen-table tbody tr {
        border-bottom: 1px solid #DBDBDB;
    }

        .gen-table tbody tr:nth-child(odd) {
            background-color: #F4F4F4;
        }

        .gen-table tbody tr td {
            padding: 1rem 1.5rem;
        }

    .gen-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .gen-table tfoot {
        width: 100%;
        text-align: right;
        background-color: #221F20;
        color: #ffffff;
    }

        .gen-table tfoot tr td {
            padding: 1.7rem 1.5rem;
        }

        .gen-table tfoot span {
            text-transform: uppercase;
            font-weight: 700;
        }

    .detail-info-panel {
        background-color: #F4F4F4;
        padding: 2rem;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 2rem auto;
        flex-wrap: wrap;
    }

        .detail-info-panel ._info {
            min-width: 30%;
            flex: 1 1 30%;
        }

            .detail-info-panel ._info > * {
                display: block;
                margin-bottom: 2rem;
            }

    @media screen and (max-width: 998px) {
        .detail-info-panel ._info {
            min-width: 100%;
            margin-bottom: 2rem;
        }
    }

    @media screen and (max-width: 480px) {
        .detail-info-panel ._info {
            min-width: 100%;
            margin-bottom: 0;
        }
    }

    .detail-info-panel h1 {
        font-size: 2.4rem;
    }

    .detail-info-panel h2 {
        text-transform: none;
        font-size: 1.8rem;
    }

    .detail-info-panel ._bill-to,
    .detail-info-panel ._ship-to {
        min-width: 20%;
        flex: 1 1 20%;
    }

    @media screen and (max-width: 480px) {
        .detail-info-panel ._bill-to,
        .detail-info-panel ._ship-to {
            min-width: 100%;
            margin-top: 2rem;
        }
    }

    .detail-info-panel ._address {
        line-height: 1.6;
    }

    /*.detail-info-panel ._callLog {
        min-width: 100%;
    }

        .detail-info-panel ._callLog li.CallLogHeader {
            background: #454545;
            color: white;
            font-weight: bold;
            padding: 5px;
            width: 100%;
        }

        .detail-info-panel ._callLog li.CallLogContent {
            padding: 5px;
            background: white;
        }

    .detail-info-panel ._callAdd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        border: 1px solid #DBDBDB;
        position: relative;
    }

        .detail-info-panel ._callAdd .button--primary {
            text-align: center;
            padding-top: 2em;
        }

        .detail-info-panel ._callAdd textarea {
            width: 100%;
            height: 5em;
            padding: 0.5em;
            outline: none;
            font-size: inherit;
            border: none;
            background-color: #ffffff;
        }

    @media screen and (max-width: 520px) {
        .detail-info-panel ._callAdd {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row-reverse;
        }

            .detail-info-panel ._callAdd .button--primary {
                text-align: center;
                width: 100%;
                height: 2em;
                padding-top: 0.5em;
            }
    }

    .detail-info-panel ._callAdd textarea::-webkit-input-placeholder {
        color: #DBDBDB;
        font-style: italic;
    }

    .detail-info-panel ._callAdd textarea:-ms-input-placeholder {
        color: #DBDBDB;
        font-style: italic;
    }

    .detail-info-panel ._callAdd textarea::-ms-input-placeholder {
        color: #DBDBDB;
        font-style: italic;
    }

    .detail-info-panel ._callAdd textarea::placeholder {
        color: #DBDBDB;
        font-style: italic;
    }*/

    .quick-add table {
        width: calc(100% + 2rem);
        border-spacing: 1rem;
        text-align: left;
        margin-left: -1rem;
        margin-top: -1rem;
    }

    @media screen and (max-width: 480px) {
        .quick-add table {
            width: calc(100% + 1rem);
            border-spacing: 0.5rem;
            margin-left: -0.5rem;
            margin-top: -0.5rem;
        }
    }
    .quick-add table td{
        white-space: nowrap;
    }
    .quick-add table ._title {
        text-transform: uppercase;
        text-align: left;
    }
    .quick-add table *[data-name='product'] {
        width: 99%;
        text-align: left;
    }
    .quick-add table *[data-name='qty'] {
        min-width: 55px;
        text-align: center;
    }
        .quick-add table *[data-name='qty'] > input {
            text-align: center;
            width: 45px;
        }
    .quick-add table *[data-name='button'] {
        min-width: 40px;
    }

    .quick-add table tbody input {
        height: 40px;
        width: 100%;
        padding: 6px;
    }

    @media screen and (max-width: 767px) {
        .quick-add table tbody input {
            font-size: 1.4rem;
        }
    }

    @media screen and (max-width: 340px) {
        .quick-add table tbody input {
            font-size: 1.2rem;
        }
    }

    .quick-add table tbody input[type='text'],
    .quick-add table tbody input[type='number'] {
        border: 2px solid #DBDBDB;
    }

    .quick-add table .cart-btn {
        height: 40px;
        width: 40px;
    }

    .quick-add table input[type='number']::-webkit-outer-spin-button,
    .quick-add table input[type='number']::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .quick-add ._controls *:first-of-type {
        margin-right: 1rem;
        margin-bottom: 1rem;
    }

    @media screen and (max-width: 767px) {
        .quick-add ._controls * {
            width: 100%;
            max-width: 560px;
        }
    }

    .menu-user-dropdown {
        position: relative;
    }

    /*.menu-user-dropdown a {
        cursor: pointer;
    }*/

    .menu-tool {
        text-align: center;
    }

        .menu-tool .CustSelect {
            font-size: 0.8em;
            font-weight: bold;
            min-width: 50%;
            display: inline-block;
            padding: 1rem;
        }

            .menu-tool .CustSelect._selected {
                font-size: 1em;
                font-weight: bold;
                animation: greenBGFlash 3s ease-out;
            }

            .menu-tool .CustSelect ._PreTitle {
                font-size: 0.8em;
                font-weight: normal;
            }

    @keyframes greenBGFlash {
        from {
            background-color: #D8EED4;
        }

        to {
            background-color: transparent;
        }
    }

    .menu-tool ._selectBtn {
        margin: 1rem;
    }

    .user-dropdown {
        display: none;
        position: absolute;
        background-color: #221F20;
        z-index: 10;
        padding: 2rem 2rem;
        min-width: 250px;
        top: calc(100% + (2rem / 2));
        right: 0;
    }

        .user-dropdown.active {
            display: block;
        }

    @media screen and (max-width: 998px) {
        .user-dropdown {
            top: 100%;
        }
    }



    /*.user-dropdown li {
    margin-left: 0 !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

    .user-dropdown li a {
        border-bottom: 2px solid transparent;
    }

        .user-dropdown li a:hover {
            border-color: #ffffff;
        }

    .user-dropdown li:first-of-type {
        margin-top: 0.5rem;
    }

    .user-dropdown li:last-of-type {
        margin-bottom: 0.5rem;
    }*/

    .-fixed-header .user-dropdown {
        top: 100%;
    }

    .home-hero {
        background-color: white;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 60rem;
        color: #ffffff;
        position: relative;
    }

    .banner-hero {
        color: #ffffff;
        position: relative;
        max-width: 2048px;
        margin-left: auto;
        margin-right: auto;
    }

    @media screen and (max-width: 550px) {
        .banner-hero {
            height: 250px;
        }
    }

    .home-hero h1, banner-hero h1 {
        position: absolute;
        font-size: 7rem;
        text-transform: uppercase;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
    }

    @media screen and (max-width: 767px) {
        .home-hero h1, banner-hero h1 {
            font-size: 4.5rem;
        }
    }

    @media screen and (max-width: 492px) {
        .home-hero h1, banner-hero h1 {
            font-size: 3.5rem;
        }
    }

    .home-hero h1 img, .banner-hero h1 img {
        width: 100%;
        max-width: 450px;
    }

    @media screen and (max-width: 767px) {
        .home-hero h1 img, banner-hero h1 img {
            max-width: 250px;
        }
    }

    .presentation {
        padding: 6rem 0;
        position: relative;
    }

    @media screen and (min-width: 1050px) {
        .presentation {
            padding: 8.5rem 0;
        }
    }

    .presentation .ab-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 4rem;
        position: relative;
    }

    @media screen and (min-width: 1240px) {
        .presentation .ab-container {
            padding-left: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .presentation .ab-container {
            display: block;
            text-align: center;
            padding: 0 2rem;
        }
    }

    .presentation ._info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-right: 4rem;
    }

    @media screen and (max-width: 767px) {
        .presentation ._info {
            padding-right: 0;
        }
    }

    .presentation ._info h2 {
        font-size: 4rem;
        color: #FFCD00;
        margin-bottom: 2rem;
    }

    @media screen and (max-width: 767px) {
        .presentation ._info h2 {
            font-size: 3rem;
        }
    }

    .presentation ._info p:last-of-type {
        margin-bottom: 4rem;
    }

    @media screen and (max-width: 767px) {
        .presentation ._info p:last-of-type {
            margin-bottom: 3rem;
        }
    }

    .presentation img {
        width: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 480px;
    }

    @media screen and (max-width: 767px) {
        .presentation img {
            display: none;
        }
    }

    .locations {
        background-color: #221F20;
        color: #ffffff;
        text-align: center;
        position: relative;
    }

        .locations .ab-container {
            padding: 8rem 2rem;
        }

        .locations h2 {
            font-size: 3.5rem;
            margin-bottom: 2rem;
        }

    @media screen and (max-width: 767px) {
        .locations h2 {
            font-size: 3rem;
        }
    }

    .locations p {
        margin-bottom: 4rem;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .featured {
        padding: 6rem 0;
        text-align: center;
        background-color: #F4F4F4;
        position: relative;
    }

        .featured h2 {
            font-size: 2.4rem;
            margin-bottom: 4rem;
        }

        .featured ._list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 2rem;
        }

    @media screen and (max-width: 767px) {
        .featured ._list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    .featured ._list .__placeholder {
        margin: 2rem;
    }

    .featured ._list .___img {
        min-width: 15rem;
        max-width: 15rem;
        min-height: 15rem;
        max-height: 15rem;
        border: 1px solid #F4F4F4;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
        display: inline-block;
        background-color: #ffffff;
    }

    @media screen and (max-width: 767px) {
        .featured ._list .___img {
            min-width: 25rem;
            max-width: 25rem;
            min-height: 25rem;
            max-height: 25rem;
            border: 1px solid #F4F4F4;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
            display: inline-block;
        }
    }

    .featured ._list h3 {
        padding-top: 2rem;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.8rem;
    }

    .formations {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .formations .ab-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding: 8rem 2rem;
        }

    @media screen and (max-width: 767px) {
        .formations .ab-container {
            padding: 4rem 2rem;
        }
    }

    .formations ._panel {
        background-color: #ffffff;
        text-align: left;
        min-width: 320px;
        width: 30vw;
        max-width: 500px;
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
        padding: 3rem 4rem;
    }

    @media screen and (max-width: 767px) {
        .formations ._panel {
            text-align: center;
            max-width: 100%;
            margin: 2rem 0;
            position: static;
            min-width: 0;
            width: auto;
        }
    }

    .formations h2 {
        text-transform: uppercase;
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }

    .formations a {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    @media screen and (max-width: 767px) {
        .formations a {
            -ms-flex-item-align: center;
            align-self: center;
            white-space: normal;
        }
    }

    .factories {
        margin-top: 4rem;
        margin-bottom: 4rem;
        text-align: center;
        position: relative;
    }

        .factories h2 {
            font-size: 2.7rem;
            margin-bottom: 4rem;
        }

        .factories ._logos {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    @media screen and (max-width: 767px) {
        .factories ._logos {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    .factories .__logo {
        width: 18rem;
        display: inline-block;
        margin: 2rem;
    }

    .about {
        margin: 12rem 0;
        font-size: 1.6rem;
        position: relative;
    }

    @media screen and (max-width: 767px) {
        .about {
            margin: 2rem 0;
        }
    }

    @media screen and (max-width: 998px) {
        .about {
            margin: 6rem 0;
        }
    }

    .about .ab-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-left: 2rem;
    }

    @media screen and (max-width: 1200px) {
        .about .ab-container {
            padding-left: 4rem;
        }
    }

    @media screen and (max-width: 767px) {
        .about .ab-container {
            display: block;
            padding: 0 2rem;
        }
    }

    .about ._infos {
        width: 40%;
    }

    @media screen and (max-width: 767px) {
        .about ._infos {
            width: 100%;
        }
    }

    .about ._infos h3 {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    .about ._infos p {
        margin-bottom: 2rem;
    }

    .about img {
        width: 48%;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 550px;
    }

    @media screen and (max-width: 767px) {
        .about img {
            display: none;
        }
    }

    .president {
        background-color: #F4F4F4;
        position: relative;
    }

        .president .ab-container {
            padding: 6rem 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    @media screen and (max-width: 767px) {
        .president .ab-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 4rem 2rem 2rem;
        }
    }

    .president ._img {
        width: 25%;
        min-width: 25rem;
    }

    @media screen and (max-width: 767px) {
        .president ._img {
            max-width: 300px;
        }
    }

    .president ._infos {
        max-width: 40%;
        margin-left: 6rem;
    }

    @media screen and (max-width: 767px) {
        .president ._infos {
            margin-top: 4rem;
            margin-left: auto;
            margin-right: auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            max-width: 100%;
        }
    }

    .president .quoted {
        font-style: italic;
        margin-bottom: 3rem;
    }

    .president img.signature {
        width: 15rem;
        margin-bottom: 2rem;
    }

    .histo {
        font-size: 1.6rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative;
    }

        .histo h2 {
            margin-bottom: 8rem;
            font-size: 3rem;
        }

        .histo .box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 8rem;
            position: relative;
        }

    @media screen and (max-width: 767px) {
        .histo .box {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    .histo .box ul {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .histo .box ul li {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-bottom: 2px solid #FFCD00;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

            .histo .box ul li:not(:last-child) {
                margin-bottom: 4rem;
            }

        .histo .box ul ._bullet::after {
            z-index: -100;
            position: absolute;
            content: "";
            background-color: #FFCD00;
            height: 2px;
            width: calc(100% + 58px);
            bottom: -2px;
            left: 0;
        }

    @media screen and (max-width: 767px) {
        .histo .box ul ._bullet::after {
            display: none;
        }
    }

    .histo .box h3 {
        font-size: 3.5rem;
        margin-right: 2rem;
    }

    .histo .box span {
        font-size: 1.6rem;
    }

    .histo .box img {
        width: 45%;
        height: auto;
        -ms-flex-item-align: center;
        align-self: center;
    }

    @media screen and (max-width: 767px) {
        .histo .box img {
            width: 100%;
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
            margin-bottom: 4rem;
        }
    }

    .histo .box:nth-of-type(even) h3 {
        margin-right: 0;
    }

    .histo .box:nth-of-type(even) span {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 2rem;
    }

    @media screen and (max-width: 998px) {
        .histo .box:nth-of-type(even) span {
            width: 100%;
            margin-left: 2rem;
        }
    }

    .histo .box:nth-of-type(even) img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .histo .box:nth-of-type(even) ._bullet::after {
        z-index: -100;
        position: absolute;
        content: "";
        background-color: #FFCD00;
        height: 2px;
        left: -200px;
        bottom: -2px;
        right: 0;
    }

    .training-infos {
        margin: 4rem 0;
        position: relative;
    }

    @media screen and (min-width: 998px) {
        .training-infos {
            margin: 8rem 0;
        }
    }

    .training-infos .ab-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 2rem;
        position: relative;
    }

    @media screen and (max-width: 767px) {
        .training-infos .ab-container {
            display: block;
            padding-right: 2rem;
        }
    }

    .training-infos ._description {
        width: 50%;
    }

    @media screen and (max-width: 767px) {
        .training-infos ._description {
            width: 100%;
        }
    }

    .training-infos h2 {
        font-size: 3rem;
        text-transform: uppercase;
        margin-bottom: 2rem;
    }

    .training-infos ul {
        margin-bottom: 2rem;
    }

        .training-infos ul li {
            background-image: url(/content/images/check.svg);
            background-repeat: no-repeat;
            line-height: 1.9;
            padding-left: 3.2rem;
        }

    .training-infos ._img {
        width: 48%;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 500px;
    }

    @media screen and (max-width: 767px) {
        .training-infos ._img {
            position: static;
            -webkit-transform: none;
            transform: none;
            display: none;
        }
    }

    .next-trainings {
        position: relative;
        z-index: 0;
        padding: 3rem 0;
        text-align: center;
        background-color: #F4F4F4;
    }

        .next-trainings h2 {
            font-size: 2.4rem;
            margin-bottom: 4rem;
        }

    .training-card {
        -ms-flex-preferred-size: calc((100% / 3) - (2rem * 3));
        flex-basis: calc((100% / 3) - (2rem * 3));
        background-color: #ffffff;
        padding: 2rem 2rem;
        text-align: left;
        margin-bottom: 2rem;
        margin: calc(2rem / 2) calc(2rem / 2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    @media screen and (max-width: 550px) {
        .training-card {
            -ms-flex-preferred-size: calc((100%) - 2rem);
            flex-basis: calc((100%) - 2rem);
        }
    }


    .training-card ._img {
        height: 20rem;
        width: 100%;
        margin-bottom: 2rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
    }



        .training-card ._img > .__status {
            bottom: 0;
            right: 0;
            position: absolute;
            padding: 1rem 2rem;
            background-color: #FFCD00;
            color: #221F20;
            font-weight: 700;
            text-transform: uppercase;
        }

    .training-card ._infos {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .training-card ._infos > * {
            margin-bottom: 2rem;
        }

        .training-card ._infos a:last-of-type {
            margin-bottom: 0;
        }

    .training-card label {
        font-weight: 700;
        display: block;
    }

        .training-card label span {
            font-weight: 400;
        }

    .training-card ._section-break {
        margin-bottom: calc(2rem * 1.5);
    }

    .training-card ._btn-group {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

        .training-card ._btn-group > * {
            margin-top: 2rem;
        }

    .training-comments {
        text-align: center;
        background-image: url(/content/images/banner_temoignage.jpg);
        background-size: cover;
        background-position: top center;
        padding: 6rem 0;
        position: relative;
    }

        .training-comments h2 {
            color: #ffffff;
            font-size: 3rem;
            text-transform: uppercase;
            margin-bottom: 4rem;
        }

    .comment-card {
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        text-align: left;
        padding: 3rem 2rem;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
    }

    @media screen and (max-width: 767px) {
        .comment-card {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            width: 100%;
        }

            .comment-card:not(:last-child) {
                margin-bottom: 2rem;
            }
    }

    .comment-card h3 {
        font-weight: 700;
        margin-bottom: 2rem;
    }

    .training-subscribe {
        background-color: #ffffff;
        padding: 3rem;
        border: 1px solid #DBDBDB;
        max-width: 40rem;
        margin: 10rem auto;
        position: relative;
    }

        .training-subscribe > * {
            margin-bottom: 2rem;
        }

        .training-subscribe a {
            margin-bottom: 0;
        }

        .training-subscribe p {
            margin-bottom: 1rem;
        }

        .training-subscribe h2 {
            font-size: 1.8rem;
            margin-bottom: 2rem;
            margin-top: 1.4rem;
        }

        .training-subscribe button#js-close-modal {
            position: absolute;
            width: 2rem;
            top: 1.2rem;
            right: 1.6rem;
            padding: 0;
        }

            .training-subscribe button#js-close-modal img {
                width: 1.8rem;
            }

        .training-subscribe #additional-participants {
            margin-top: 2rem;
        }

            .training-subscribe #additional-participants input {
                margin-bottom: 1rem;
                width: 100%;
            }

        .training-subscribe input[type='radio'],
        .training-subscribe input[type='checkbox'] {
            margin-right: 0.25rem;
        }

            .training-subscribe input[type='radio'] ~ label {
                margin-right: 2rem;
            }

    .account-home {
        text-align: center;
        margin: 2rem;
        position: relative;
    }

        .account-home h1 {
            font-size: 2.4rem;
            text-decoration: underline;
        }

    .search-locations {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 40rem;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        -ms-flex-item-align: center;
        align-self: center;
        margin: 0 auto 4rem;
        position: relative;
    }

        .search-locations * {
            vertical-align: middle;
        }

        .search-locations ._input {
            font-family: inherit;
            font-size: inherit;
            border: 2px solid #221F20;
            padding: 0 1em;
            width: calc(90% - 60px);
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            height: 50px;
            margin: 0;
            border-radius: 0;
        }

            .search-locations ._input:focus {
                outline: none;
                width: calc(100% - 60px);
            }

            .search-locations ._input:hover {
                color: #221F20;
            }

        .search-locations ._button {
            border: none;
            font-size: inherit;
            background-color: #221F20;
            cursor: pointer;
            padding: 0 0.8em;
            height: 50px;
            width: 60px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .search-locations ._button:focus {
                outline: none;
            }

        .search-locations ._icon {
            width: 1.5em;
            height: 1.5em;
        }

    .locations-lookup {
        text-align: center;
        position: relative;
    }

        .locations-lookup ._img {
            margin: 6rem 0;
            width: 30rem;
        }

        .locations-lookup h1 {
            font-size: 3.6rem;
            margin-bottom: 3rem;
        }

    .locations-map {
        background-color: lightblue;
        min-height: 50rem;
        text-align: center;
        line-height: 50rem;
        position: relative;
    }

    .product-select {
        font-size: 1.6rem;
        padding: 2rem 0.25rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 120rem;
        position: relative;
        min-height: 80vh;
    }

        .product-select .custom-prd {
            width: 100%;
            text-align: center;
        }

            .product-select .custom-prd li .dlg-label {
                min-width: 165px;
                display: inline-block;
                text-align: left;
            }

                .product-select .custom-prd li .dlg-label::after {
                    content: ':';
                }

            .product-select .custom-prd li {
                text-align: center;
            }

        .product-select .filter-attop {
            width: 100%;
        }
            
            .product-select .filter-attop .upper-message, .product-list .upper-message {
                padding: 20px 10px;
            }

            .product-select .title-bordered {
                text-transform: none;
                font-size: 3rem;
                vertical-align: bottom;
                font-weight: bold;
            }

                .product-select .title-bordered::after {
                    height: .7em;
                }
            .product-select .title-bordered-no-background {
                text-transform: none;
                font-size: 3rem;
                vertical-align: bottom;
                font-weight: bold;
            }

                .product-select .title-bordered-no-background::after {
                    height: .7em;
                }
        .product-select .filter-attop .cat-back {
            color: #2077D8;
            margin: 5px;
            font-weight: bold;
            cursor: pointer;
        }
        .product-select .filter-attop .cat-title {
            color: #f4f4f4;
            width: 100%;
            text-align: left;
            margin: 5px 0;
            padding: 10px 5px;
            font-size: 2rem;
            background: #221F20;
            cursor: unset;
            text-transform: uppercase;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
            .product-select .filter-attop .cat-title ._backBtn {
                cursor: pointer;
                border: solid 1px #f4f4f4;
                background: #221F20;
                color: white;
                font-size: 12px;
                font-weight: bold;
                border-radius: 4px;
                padding: 3px;
                vertical-align: middle;
            }

            @media screen and (max-width: 768px) {
                .product-select .filter-attop .cat-title ._backBtn {
                    height: 40px;
                    padding-top: 12px;
                }
            }

            .product-select .filter-attop .cat-title ._backBtn:hover {
                background: #FFCD00;
                color: #221F20;
            }
            .product-select .filter-attop .top-msg {
                background: #f4f4f4;
                font-size: 2rem;
                font-weight: bold;
                padding: 0.5rem 1rem;
            }
            @media screen and (max-width: 768px) {
                .product-select .filter-attop .top-msg {
                    font-size: 1rem;
                }
            }
.product-select .filter-attop .top-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    grid-gap: 5px;
    background: #f4f4f4;
    padding: 0 0.5rem 1rem 1rem;
    margin-bottom: 1rem;
    overflow-x: auto;
}

                .product-select .filter-attop .top-bar > li {
                    display: inline-block;
                    text-align: center;
                    position: relative;
                    border: solid 1px #7d7d7d;
                    max-width: 70px;
                    background: white;
                    padding: 0;
                    

                }
                    .product-select .filter-attop .top-bar > li._back {
                        cursor: pointer;
                        background: #221F20;
                        color: white;
                    }
                    .product-select .filter-attop .top-bar > li._back:hover {
                        background: #FFCD00;
                        color: #221F20;
                    }
                    .product-select .filter-attop .top-bar > li._back > i {
                        width: 30px;
                        height: 30px;
                        font-size: 18px;
                        margin-top: 20px;
                        display: block;
                       
                    }
                    .product-select .filter-attop .top-bar > li._back > ._desc {
                        width: 30px;
                        font-size: 12px;
                        display: block;
                        text-align: center;
                        background: transparent;
                    }
                        .product-select .filter-attop .top-bar > li._back > ._desc ._toptitle {
                            text-transform: lowercase;
                            color: white;
                        }
                    .product-select .filter-attop .top-bar > li > img {
                        width: 50px;
                        height: 50px;
                        background: #FFF;
                        
                    }
                    .product-select .filter-attop .top-bar > li > i._close {
                        position: absolute;
                        right: -1px;
                        top: -1px;
                        font-size: 19px;
                        padding: 3px 5px;
                        cursor: pointer;
                        background: #221F20;
                        color: white;
                    }
                        .product-select .filter-attop .top-bar > li > i._close:hover {
                            background: #FFCD00;
                            color: #221F20;
                        }
                    .product-select .filter-attop .top-bar > li > ._desc {
                        width: 68px;
                        height: 30px;
                        font-size: 1rem;
                        display: block;
                        padding: 4px 1px;
                        background: #DBDBDB;
                        color: #221F20;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }

                        .product-select .filter-attop .top-bar > li > ._desc > ._toptitle {
                            font-size: 0.8em;
                            display: block;
                            color: #7d7d7d;
                            text-transform: uppercase;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            padding: 0 1px 1px 1px;
                        }

        .product-select ._content {
            text-align: left;
            width: 100%;
        }

            .product-select ._content .choice-bar {
                display: flex;
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: left;
                padding-bottom: 2rem;
                margin-bottom: 2rem;
                border-bottom: solid 3px #221F20;
            }

                .product-select ._content .choice-bar > li {
                    background: transparent;
                    text-align: center;
                    margin: 5px 0 5px 5px;
                    cursor: pointer;
                }

                    .product-select ._content .choice-bar > li.choice-title {
                        border-top: solid 3px #221F20;
                        width: 100%;
                        text-align: left;
                        margin: 5px 0;
                        padding: 10px 5px;
                        font-size: 2rem;
                        cursor: unset;
                        font-weight: bold;
                        text-transform: uppercase;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                    }
                        .product-select ._content .choice-bar > li.choice-title ._backBtn {
                            cursor: pointer;
                            border: solid 1px #221F20;
                            background: white;
                            color: #221F20;
                            font-size: 12px;
                            font-weight: bold;
                            border-radius: 4px;
                            padding: 3px;
                            vertical-align: middle;
                        }
                        @media screen and (max-width: 768px) {
                            .product-select ._content .choice-bar > li.choice-title ._backBtn {
                                height: 40px;
                                padding-top: 12px;
                            }
                        }
                        .product-select ._content .choice-bar > li.choice-title ._backBtn:hover {
                            background: #FFCD00;
                            color: #221F20;
                        }
                        .product-select ._content .choice-bar > li.choice-title ._blogBtn{
                            font-size: 3rem;
                            cursor: pointer;
                            color: #FFCD00
                        }
                            .product-select ._content .choice-bar > li.choice-title ._blogBtn:hover {
                                color: #ffdf79;
                            }
                        .product-select ._content .choice-bar > li.choice-title ._title {
                            flex-grow: 4;
                            text-transform: uppercase;
                            background: #DBDBDB;
                            padding: 0.5rem;
                            font-size: 2rem;
                            font-weight: 700;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                        }
                    .product-select ._content .choice-bar > li.choice-option {
                        display: inline-block;
                    }
                    .product-select ._content .choice-bar > li.choice-cat {
                        display: inline-block;
                        margin: 1em;
                    }
                    .product-select ._content .choice-bar > li  ._desc {
                        padding: 0.5rem;
                        font-size: 0.8em;
                        max-width: 200px;
                        border: solid 1px #7d7d7d;
                        border-top: 0;
                        background: #f4f4f4
                    }
                    .product-select ._content .choice-bar > li > ._img {
                        width: 200px;
                        height: 175px;
                        overflow: hidden;
                        background: #FFF;
                        border: solid 1px #7d7d7d;
                    }
                        .product-select ._content .choice-bar > li > ._img img {
                            width: 200px;
                            height: 175px;
                            transition: transform 1s;
                        }

                    @media screen and (max-width: 768px) {
                        .product-select ._content .choice-bar > li > ._img {
                            width: 140px;
                            height: 122px;
                        }

                            .product-select ._content .choice-bar > li > ._img img {
                                width: 140px;
                                height: 122px;
                            }
                        .product-select ._content .choice-bar > li > ._desc {
                            max-width: 140px;
                        }
                    }
                    .product-select ._content .choice-bar > li:hover > ._img img {
                        transform: scale(1.15);
                    }
.product-select ._content .choice-bar > li.selector {
    width: 100%;
}
    .product-select ._content .choice-bar > li.selector .slidecontainer {
        width: 100%;
        height: 50px;
        position: relative;
        padding-top: 2rem;
    }
        .product-select ._content .choice-bar > li.selector .slidecontainer ._minLbl {
            font-size: 1rem;
            position: absolute;
            left: 10px;
            top: 0;
        }
        .product-select ._content .choice-bar > li.selector .slidecontainer ._maxLbl {
            font-size: 1rem;
            position: absolute;
            right: 10px;
            top: 0;
        }
        .product-select ._content .choice-bar > li.selector .slidecontainer input[type="range"] {
            width: calc(100% - 20px);
        }
    .product-select ._content .choice-bar > li.selector .slideinput {
        width: 100%;
        text-align: left;
        padding-left: 10px;
        font-weight: bold;
        margin-top: 1.5rem;
    }
    .product-select ._content .choice-bar > li.selector .textinput {
        text-align: center;
        width: 100%;
        position: relative;
    }
    .product-select ._content .choice-bar > li.selector .textinput input[type="text"] {
        font-size: 1.8rem;
        font-weight: bold;
        width: 100%;
        text-align: left;
        border: solid 2px #BFBFBF;
        padding: 5px;
        margin-right: 5px;
    }
        .product-select ._content .choice-bar > li.selector .textinput select {
            width: 100%;
            height: 50px;
            font-size: 100%;
            font-weight: bold;
            cursor: pointer;
            border-radius: 0;
            background-color: #221F20;
            border: none;
            border-bottom: 2px solid #DBDBDB;
            color: white;
            padding: 10px 50px 10px 10px;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
        }
            .product-select ._content .choice-bar > li.selector .textinput select::-ms-expand {
                display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
            }
            .product-select ._content .choice-bar > li.selector .textinput select:hover{
                color: #221F20;
                background-color: white;
                border-bottom-color: #DCDCDC;
            }
        .product-select ._content .choice-bar > li.selector .textinput select option {
            color: #221F20!important;
            font-size: 1.2em;
        }
        .product-select ._content .choice-bar > li.selector .textinput .select-icon {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 25px;
            pointer-events: none;
            color: white;
            padding-left: 5px;
            transition: all 0.3s ease;
        }
        .product-select ._content .choice-bar > li.selector .textinput .select-icon i {
            transition: all 300ms ease;
        }
        .product-select ._content .choice-bar > li.selector .textinput:hover .select-icon {
            color: #221F20;
        }
            .product-select ._content .choice-bar > li.selector .textinput:hover .select-icon i {
                transform: rotate( -180deg );
                transition: all 300ms ease;
            }
            
        .product-select ._content .choice-bar > li.selector .textinput select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #000;
        }

        .product-select ._content .choice-bar > li.selector .textinput select::-ms-expand {
            display: none;
        }

        .product-select ._content .choice-bar > li.selector .textinput select option {
            background-color: #ffffff;
            color: #2077D8;
        }
    .product-select ._content .choice-bar > li.selector .slideinput input[type="number"] {
        font-size: 1.8rem;
        font-weight: bold;
        width: 6em;
        text-align: right;
        border: solid 2px #BFBFBF;
        padding: 5px;
        margin-right: 5px;
    }
    .product-select ._content .choice-bar > li.selector .slidebuttons {
        margin-top: 1.5rem;
        text-align: right;
    }
    .product-select .product-info{
        color: #BFBFBF;
    }
input[type='range'] {
    width: 400px;
}

    input[type='range'],
    input[type='range']::-webkit-slider-runnable-track,
    input[type='range']::-webkit-slider-thumb {
        -webkit-appearance: none;
    }

        input[type='range']::-webkit-slider-runnable-track {
            height: 20px;
            background: linear-gradient(to right, #707070, #707070), #F4F4F4;
            border: solid 1px #BFBFBF;
            background-size: var(--background-size, 0%) 100%;
            background-repeat: no-repeat;
            border-radius: 10px;
        }

        input[type='range']::-webkit-slider-thumb {
            width: 35px;
            height: 35px;
            cursor: pointer;
            background: #707070;
            border: solid #f4f4f4 4px;
            border-radius: 50%;
            margin-top: -10px;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        }

        /** FF*/

        input[type="range"]::-moz-range-progress {
            background-color: #707070;
            border-radius: 5px;
        }

        input[type="range"]::-moz-range-track {
            background-color: #707070;
            border-radius: 5px;
        }

        input[type="range"]::-moz-range-thumb {
            width: 15px;
            height: 15px;
            cursor: pointer;
            background: #707070;
            border: solid white 1px;
            border-radius: 50%;
            margin-top: -6px;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        }



                    
    .product-list {
        font-size: 1.6rem;
        padding: 2rem 0.25rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
        max-width: 120rem;
        position: relative;
        min-height: 100vh;
    }
        .product-list.filter-hidden {
            padding: 0;
        }
        @media screen and (max-width: 998px) {
            .product-list {
            padding: 0;
        }
    }
.upper-title {
    font-weight: bold;
    padding: 10px;
    width: 100%;
    display: block;
}

    .upper-title .title-bordered {
        text-transform: none;
        font-size: 3rem;
        vertical-align: bottom;
        font-weight: bold;
    }

        .upper-title .title-bordered::after {
            height: .7em;
        }
    .upper-title .title-bordered-no-background {
        text-transform: none;
        font-size: 3rem;
        vertical-align: bottom;
        font-weight: bold;
    }

        .upper-title .title-bordered-no-background::after {
            height: .7em;
        }
.ProdSwitchBtn {
    background: #FFCD00;
    color: #221F20;
    display: inline-block;
    float: right;
    cursor: pointer;
}

    .ProdSwitchBtn:hover {
        background: #ffdf79;
    }

    .ProdSwitchBtn > ul {
        display: flex;
        align-items: center;
    }

        .ProdSwitchBtn > ul > li {
            font-size: 8px;
            padding: 5px 8px;
        }

            .ProdSwitchBtn > ul > li ._Head {
                display: block;
                font-weight: bold;
                font-size: 22px;
                line-height: 20px;
            }

            .ProdSwitchBtn > ul > li .fas {
                font-size: 20px;
            }
@media screen and (max-width: 400px) {
    .upper-title._clickfinder {
       

    }
        .upper-title._clickfinder .title-bordered {
            font-size: 25px;
            margin-right: 20px;
            margin-bottom: 10px;
        }
        .upper-title._clickfinder .ProdSwitchBtn > ul > li ._Head {
            font-size: 20px;
        }
}
.product-list ._content {
    text-align: left;
    width: calc(100% - 260px);
}

        .product-list ._content.hidden {
            display: none;
        }
    .product-list.filter-hidden ._content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    @media screen and (max-width: 998px) {
        .product-list ._content {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }
    }

    .product-list ._content > * {
        margin-bottom: 2rem;
    }

    .product-list.filter-hidden ._content > * {
        margin-bottom: 0;
    }

    @media screen and (max-width: 998px) {
        .product-list ._content > * {
            margin-bottom: 0;
        }
    }

    .product-list ._content .__search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .___search-form-wrapper {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
    }

        .___search-form-wrapper .__SearchErrorMsg {
            position: absolute;
            width: 100%;
            background: rgba(255, 0, 0, 0.80);
            border: solid 1px red;
            padding: 0.5em 1em;
            top: 2.5em;
            font-weight: bold;
            color: white;
        }
    .product-list.filter-hidden ._content .__search-form .___search-form-wrapper {
        max-width: 500px;
    }
    @media screen and (max-width: 998px) {
        .product-list ._content .__search-form .___search-form-wrapper {
            max-width: 500px;
        }
    }

    .product-list ._content .__search-form .__filter-toggle {
        display: none;
        color: #2077D8;
        margin-left: 2rem;
        cursor: pointer;
    }
    .product-list.filter-hidden ._content .__search-form .__filter-toggle {
        display: inline;
    }
    @media screen and (max-width: 998px) {
        .product-list ._content .__search-form .__filter-toggle {
            display: inline;
        }
    }

    @media screen and (max-width: 767px) {
        .product-list ._content .__search-form .__filter-toggle {
            margin-left: 1rem;
        }
    }
    .product-list.filter-hidden ._content .__search-form {
        background-color: #F4F4F4;
        padding: 2rem 2rem;
    }
    @media screen and (max-width: 998px) {
        .product-list ._content .__search-form {
            background-color: #F4F4F4;
            padding: 2rem 2rem;
        }

            .product-list ._content .__search-form input::-webkit-input-placeholder {
                color: #7d7d7d;
                font-style: normal;
            }

            .product-list ._content .__search-form input:-ms-input-placeholder {
                color: #7d7d7d;
                font-style: normal;
            }

            .product-list ._content .__search-form input::-ms-input-placeholder {
                color: #7d7d7d;
                font-style: normal;
            }

            .product-list ._content .__search-form input::placeholder {
                color: #7d7d7d;
                font-style: normal;
            }
    }

    @media screen and (max-width: 767px) {
        .product-list ._content .__search-form {
            padding: 2rem 1rem;
        }
    }

    .product-list ._refresh {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(128, 128, 128, 0.25);
    }

        .product-list ._refresh > div {
            position: fixed;
            top: calc(50% - 64px);
            left: calc(50% - 64px);
        }

    #products-coming-soon {
        height: 92.5vh;
        width: 100%;
        background-image: url(/content/images/products-coming-soon-desktop.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    @media screen and (max-width: 998px) {
        #products-coming-soon {
            background-image: url(/content/images/products-coming-soon-tablet.jpg);
        }
    }

    @media screen and (max-width: 767px) {
        #products-coming-soon {
            background-image: url(/content/images/products-coming-soon-mobile.jpg);
        }
    }

    #products-coming-soon ._caption {
        text-align: center;
        -webkit-transform: translateY(-5vh);
        transform: translateY(-5vh);
    }

        #products-coming-soon ._caption img {
            width: 150px;
            margin-bottom: 1rem;
        }

    @media screen and (max-width: 767px) {
        #products-coming-soon ._caption img {
            width: 100px;
        }
    }

    #products-coming-soon ._caption p {
        font-size: 6rem;
        font-weight: 700;
        color: #221F20;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    @media screen and (max-width: 767px) {
        #products-coming-soon ._caption p {
            font-size: 3.5rem;
        }
    }

    .product-single {
        position: relative;
    }

        .product-single .ab-container {
            margin-top: 2rem;
        }

        .product-single ._wrapper {
            background-color: #F4F4F4;
            padding: 2rem;
            margin: 2rem 0;
        }

            .product-single ._wrapper h2 {
                font-size: 2.4rem;
                margin-bottom: 2rem;
            }

        .product-single ._summary {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-bottom: 2rem;
        }

        .product-single ._details {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-bottom: 2rem;
        }
        .product-single ._tools {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            margin-bottom: 2rem;
            flex-direction: column;
        }
        .product-single ._btnSwitch {
            display: flex;
            justify-content: center;
            text-align: center;
        }

            .product-single ._btnSwitch ._switchBtn {
                border: solid 2px #8E8E8E;
                padding: 0.5rem;
                color: #8E8E8E;
                cursor: pointer;
                width: 50%;
            }

                .product-single ._btnSwitch ._switchBtn._active {
                    background: white;
                    color: #221F20;
                    font-weight: bold;
                    border-bottom: solid 4px #221F20;
                }

            .product-single ._tools ._buttons {
                width: 150px;
                margin-right: 10px;
                
            }

                .product-single ._tools ._buttons > ul > li {
                    display: inline-flex;
                    justify-content: flex-start;
                    align-items: center;
                    background: #FFCD00;
                    color: #221F20;
                    margin-bottom: 5px;
                    width: 150px;
                    padding: 5px;
                    cursor: pointer;
                }

                    .product-single ._tools ._buttons > ul > li:hover {
                        background: #ffdf79;
                    }
                    
                    .product-single ._tools ._buttons > ul > li > i {
                        font-size: 1.5rem;
                        width: 3rem;
                        height: 3rem;
                        padding: 0.7rem;
                        text-align: center;
                        margin: 5px 5px 5px 0;
                        background: #ffdf79;
                        border-radius: 1.5rem;
                    }
                    .product-single ._tools ._buttons > ul > li:hover > i {
                        background: #FFCD00;
                    }
                    .product-single ._tools ._buttons > ul > li > label {
                        cursor: pointer;
                    }

            .product-single ._tools ._tdetails {
                width: 100%;
                text-align: left;
                border: solid 1px #BFBFBF;
            }
            .product-single ._tools ._tdetails ._title  {
                font-size: 2rem;
                font-weight: bold;
                padding: 5px;
                width: 100%;
                text-align: center;
                border-bottom: solid 1px #BFBFBF;
            }
    @media screen and (max-width: 767px) {
        .product-single ._details {
            display: block;
        }

        .product-single ._summary {
            display: block;
            position: relative;
        }

        .product-single ._tools {
            flex-direction: column;
        }

            .product-single ._tools ._buttons {
                width: 100%;
                margin-right: 0;
                margin-bottom: 10px;
            }
                .product-single ._tools ._buttons > ul > li {
                    width: 50px;
                    flex-direction: column;
                    text-align: center;
                }
                    .product-single ._tools ._buttons > ul > li > i {
                        margin: 5px 5px 5px 5px;
                    }
                    .product-single ._tools ._buttons > ul > li > label {
                        font-size: 0.8rem
                    }
    }

    .product-single ._summary ._image-wrapper {
        display: inline-block;
        width: 200px;
        margin-right: 1.5rem;
        vertical-align: top;
    }

    @media screen and (max-width: 767px) {
        .product-single ._summary ._image-wrapper {
            width: 150px;
        }
    }

    @media screen and (max-width: 550px) {
        .product-single ._summary ._image-wrapper {
            width: 100%;
            text-align: center;
        }

            .product-single ._summary ._image-wrapper > figure {
                width: 150px;
            }
    }

    @media screen and (max-width: 375px) {
        .product-single ._summary ._image-wrapper {
            text-align: left;
        }
    }

    .product-single ._summary ._infos {
        display: inline-block;
        -ms-flex-preferred-size: calc(100% - 200px - 1.5rem - 220px);
        flex-basis: calc(100% - 200px - 1.5rem - 220px);
    }

    @media screen and (max-width: 767px) {
        .product-single ._summary ._infos {
            width: calc(100% - 155px - 1.5rem);
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }
    }

    @media screen and (max-width: 550px) {
        .product-single ._summary ._infos {
            width: 100%;
        }

            .product-single ._summary ._infos > h1 {
                margin-top: 1rem;
                text-align: center;
            }
    }

    .product-single ._summary ._infos > * {
        margin-bottom: 1.5rem;
    }

    @media screen and (max-width: 767px) {
        .product-single ._summary ._infos > * {
            font-size: 1.4rem;
        }
    }

    .product-single ._summary ._infos h1 {
        font-size: 2rem;
        text-transform: none;
    }

    @media screen and (max-width: 767px) {
        .product-single ._summary ._infos h1 {
            font-size: 1.6rem;
        }
    }

    @media screen and (max-width: 375px) {
        .product-single ._summary ._infos h1 {
            text-align: left;
        }
    }

    .product-single ._summary ._infos .__unit {
        font-size: 1.4rem;
    }

    .product-single ._restriction {
        font-size: 0.8em;
        vertical-align: middle;
    }

        .product-single ._restriction > div {
            display: block;
            margin-bottom: 0.5rem;
        }

            .product-single ._restriction > div > i {
                vertical-align: middle;
                display: inline-block;
                width: 2em;
                text-align: center;
                font-size: 1.6rem;
                margin: 0.2rem;
            }

                .product-single ._restriction > div > i.warn-icon {
                    color: #FFCD00;
                }

                .product-single ._restriction > div > i.info-icon {
                }


    .product-single ._summary ._infos li {
        margin-bottom: 0.5rem;
    }

    .product-single ._summary ._infos .__sku {
        font-weight: 700;
        margin: 3rem 0;
    }

        .product-single ._summary ._infos .__sku .item-mycode {
            display: block;
            font-size: 0.7em;
            margin: 0.5rem 0;
        }

            .product-single ._summary ._infos .__sku .item-mycode > span._addLbl {
                display: block;
                font-size: 0.7em;
                line-height: 0.8em;
            }

            .product-single ._summary ._infos .__sku .item-mycode > input {
                display: inline-block;
                font-size: 0.9em;
                width: 100px;
                border-width: 0 0 2px 0;
                border-style: solid;
                border-color: #FFCD00;
            }

            .product-single ._summary ._infos .__sku .item-mycode > span.__code {
                display: inline-block;
                vertical-align: middle;
                font-size: 0.8em;
            }

            .product-single ._summary ._infos .__sku .item-mycode > i {
                display: inline-block;
                vertical-align: middle;
                font-size: 1em;
            }

            .product-single ._summary ._infos .__sku .item-mycode > span.__desc {
                display: block;
                font-weight: normal;
                vertical-align: middle;
                font-size: 0.7em;
            }

    @media screen and (max-width: 767px) {
        .product-single ._summary ._infos .in-stock {
            font-size: 1.2rem;
        }

        .product-single ._summary ._infos .__sku {
            margin: 2rem 0;
        }

        .product-single ._summary ._infos .__unit {
            font-size: 1.2rem;
        }
    }

    @media screen and (max-width: 550px) {
        .product-single ._summary ._infos .__sku {
            margin: 0 2rem 2rem 0;
            display: inline-block;
            vertical-align: middle;
        }

        .product-single ._summary ._infos .__stock,
        .product-single ._summary ._price-qty .__stock,
        .products-table-item _tools .__stock {
            margin: 0 0 2rem 0;
            display: inline-block;
            text-align: right;
            float: right;
            vertical-align: middle;
        }
    }

    .product-single ._summary ._cart-container {
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        text-align: right;
    }

        .product-single ._summary ._cart-container.hide {
            display: none;
        }

        .product-single ._summary ._cart-container .__btnShare > a {
            margin: 0;
        }

        .product-single ._summary ._cart-container .__btnShare > a {
            font-size: 0.8em;
        }

    @media screen and (max-width: 767px) {
        .product-single ._summary ._cart-container {
        }

            .product-single ._summary ._cart-container .item-quantity {
            }
    }

    .product-single ._summary ._cart-container > * {
        margin-bottom: 1.5rem;
    }

        .product-single ._summary ._cart-container > *:last-child {
            margin-bottom: 0;
        }

    .product-single ._summary ._cart-container .product-price {
        font-weight: 700;
        font-size: 2rem;
        display: block;
    }

    .product-price.promo-price {
        margin-top: 3.5rem;
    }

    .cart-item ._container .product-myprice {
        display: block;
    }

        .product-single ._summary ._cart-container .product-price .list-price,
        .products-table-item .product-price .list-price,
        .cart-item ._container .product-myprice .list-price {
            display: inline-block;
            color: #888;
        }

            .product-single ._summary ._cart-container .product-price .list-price > label,
            .products-table-item .product-price .list-price > label,
            .cart-item ._container .product-myprice .list-price > label {
                display: block;
                font-size: 1.3rem;
                text-decoration: underline;
            }

        .product-single ._summary ._cart-container .product-price .my-price,
        .products-table-item .product-price .my-price,
        .cart-item ._container .product-myprice .my-price {
            display: inline-block;
            margin-left: 2rem;
            color: #221F20;
            position: relative;
        }

            .product-single ._summary ._cart-container .product-price .my-price > label,
            .products-table-item .product-price .my-price > label,
            .cart-item ._container .product-myprice .my-price > label {
                display: block;
                font-size: 1.3rem;
                text-decoration: underline;
            }

            .product-single ._summary ._cart-container .product-price .my-price .promo,
            .products-table-item .product-price .my-price .promo,
            .cart-item ._container .product-myprice .my-price .promo {
                position: absolute;
                top: -2rem;
                right: -0.2rem;
                text-decoration: none;
                padding: 0.3rem 0.3rem 0.1rem;
                color: #e01c0e;
                text-wrap: none;
                white-space: nowrap;
                font-weight: normal;
            }

    .product-single ._summary ._cart-container .manu-photo {
        text-align: right;
    }

        .product-single ._summary ._cart-container .manu-photo > img {
            width: 75px;
        }

    @media screen and (max-width: 767px) {
        .product-single ._summary ._cart-container .product-price {
            font-size: 1.8rem;
        }

        .product-single ._summary ._cart-container .manu-photo {
            display: inline-block;
            float: left;
        }

            .product-single ._summary ._cart-container .manu-photo > img {
                width: 75px;
            }
    }

    @media screen and (max-width: 550px) {
        .product-single ._summary ._cart-container {
            text-align: center;
            -ms-flex-item-align: center;
            align-self: center;
        }

            .product-single ._summary ._cart-container .manu-photo {
                position: absolute;
                top: 0;
                right: 0;
            }

                .product-single ._summary ._cart-container .manu-photo > img {
                    width: 50px;
                }
    }

    .product-single ._summary ._cart-container .-card-btns {
        margin-left: auto;
        position: relative;
        overflow: hidden;
        height: 4.2rem;
        transition: 1s;
        margin-bottom: 0.5rem;
    }

        .product-single ._summary ._cart-container .-card-btns > a {
            display: inline-block;
            position: absolute;
            right: 0;
        }

            .product-single ._summary ._cart-container .-card-btns > a.-add-to-cart {
                top: 0;
                transition: 500ms;
            }

                .product-single ._summary ._cart-container .-card-btns > a.-add-to-cart.clicked {
                    top: 100px;
                    transition: 500ms;
                }

            .product-single ._summary ._cart-container .-card-btns > a.-show-cart {
                top: -100px;
                transition: 500ms;
            }

                .product-single ._summary ._cart-container .-card-btns > a.-show-cart.clicked {
                    top: 0px;
                    transition: 500ms;
                }

    @media screen and (max-width: 550px) {
        .product-single ._summary ._cart-container .-card-btns {
            width: calc(100% - 4rem);
            display: block;
            margin: 0.5rem 2rem;
        }

            .product-single ._summary ._cart-container .-card-btns > a {
                left: 0;
                width: 100%;
            }
    }

    .product-single ._details ._rating {

    }

    .product-single ._details ._infos {
        font-size: 1.2rem;
    }

    .product-single ._details ._attributes {
        margin: 1rem;
        font-size: 1.4rem;
    }

        .product-single ._details ._attributes li {
            margin-bottom: 1rem;
            display: inline-block;
            width: 30rem;
        }

        .product-single ._details ._attributes .__title {
            font-weight: bold;
            display: block;
            min-width: 10rem;
        }



    .product-single ._shares {
        font-size: 1.4rem;
        display: none;
        border: solid 1px #221F20;
        -ms-flex-preferred-size: 218px;
        flex-basis: 218px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        text-align: left;
    }

        .product-single ._shares.active {
            display: inline-block;
        }

        .product-single ._shares ._shareTitle {
            text-align: left;
            background: #FFCD00;
            width: 100%;
            font-size: 1.4em;
            padding: 1rem;
            border-bottom: solid 1px #57585b;
            font-weight: bold;
        }

            .product-single ._shares ._shareTitle > ._closeBtn {
                float: right;
                font-size: 1.4em;
                cursor: pointer;
            }

                .product-single ._shares ._shareTitle > ._closeBtn:hover {
                    color: #2077D8
                }

        .product-single ._shares > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 1rem;
        }

            .product-single ._shares > ul > li {
                display: block;
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            }

                .product-single ._shares > ul > li a {
                    display: block;
                    margin: 0.5rem;
                    border: solid 1px #221F20;
                    color: #221F20;
                }

                    .product-single ._shares > ul > li a:hover {
                        background: #FFCD00;
                    }

                    .product-single ._shares > ul > li a > i {
                        border-right: solid 1px #221F20;
                        padding: 0.5rem;
                        color: #fff;
                        background: #221F20;
                    }

    @media screen and (max-width: 767px) {
        .product-single ._shares {
            margin-top: 1rem;
            width: 100%;
        }

            .product-single ._shares ._shareTitle {
                text-align: center;
            }

            .product-single ._shares > ul > li {
                -ms-flex-preferred-size: 150px;
                flex-basis: 150px;
            }
    }

    .product-single #related-products > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 2rem;
    }

        .product-single #related-products > ul > li {
            display: block;
            -ms-flex-preferred-size: 125px;
            flex-basis: 125px;
            margin-right: 2rem;
        }

    @media screen and (max-width: 998px) {
        .product-single #related-products > ul > li {
            -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
        }
    }

    @media screen and (max-width: 767px) {
        .product-single #related-products > ul > li {
            -ms-flex-preferred-size: 75px;
            flex-basis: 75px;
        }
    }

    .login {
        display: block;
        padding: 2rem 10rem;
        min-width: 600px;
    }

    @media screen and (max-width: 767px) {
        .login {
            display: block;
            padding: 2rem 2rem;
            min-width: 0;
        }
    }

    .login .login-switch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 2rem;
    }

        .login .login-switch .login-btn {
            display: inline-block;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            text-align: center;
            cursor: pointer;
            color: #fff;
            background: #221F20;
            padding: 1rem 0;
        }

            .login .login-switch .login-btn:first-of-type {
                border-right: solid 2px #fff;
            }

    @media screen and (max-width: 767px) {
        .login .login-switch .login-btn {
            font-size: 1.75rem;
            padding: 0 0.5rem 0.25rem 0.5rem;
            width: 50%;
            /*margin: 1rem;*/
        }
    }

    .login .login-switch .login-btn.active {
        border-bottom: solid 3px #FFCD00;
    }

    .login .ab-container {
        padding: 3rem;
        width: 35rem;
    }

        .login .ab-container > * {
            margin-bottom: 2rem;
        }

        .login .ab-container p {
            margin-bottom: 4rem;
        }

    @media screen and (max-width: 480px) {
        .login {
            min-width: 0;
            padding: 0;
        }

            .login .ab-container {
                width: 100%;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .login .login-switch .login-btn {
                width: 100%;
            }
    }

    .login h1 {
        font-size: 2.4rem;
    }

    .login label {
        display: block;
    }

    .login input {
        width: 100%;
    }

    .login a {
        width: 100%;
    }

        .login a:last-of-type {
            margin-bottom: 0;
        }

    .login .ab-input-group {
        margin-bottom: 3rem;
        width: 100%;
    }

    .login ._forgot {
        text-align: right;
        margin-top: 2rem;
        display: inline-block;
    }

    .login .go-back-link {
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
        display: inline-block;
    }

    .register {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .register .ab-container {
            padding: 3rem;
            width: 35rem;
        }

    @media screen and (max-width: 480px) {
        .register .ab-container {
            width: 100%;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
    }

    .register h1 {
        margin-bottom: 3rem;
        font-size: 2.4rem;
    }

    .register a {
        width: 100%;
        margin-top: 2rem;
    }

    .register .ab-input-group {
        margin-bottom: 2rem;
        width: 100%;
    }

        .register .ab-input-group label {
            display: block;
        }

        .register .ab-input-group input {
            width: 100%;
        }

        .register .ab-input-group select {
            margin-top: 2rem;
            width: 100%;
        }

    .register .go-back-link {
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
        display: inline-block;
    }

    .BinTools {
        border: solid 1px #BFBFBF;
        margin: 1rem;
    }

        .BinTools ._title {
            display: flex;
            background: #f4f4f4;
            border-bottom: solid 1px #BFBFBF;
            align-items: center;
        }
            .BinTools ._title ._msg {
                font-size: 1.6rem;
                font-weight: normal;
                text-decoration: none;
                padding: 1rem;
                justify-content: space-between;
                width: 100%;
            }
            .BinTools ._title .close-button {
                font-size: 2rem;
                text-align: center;
                padding: 1rem;
                cursor: pointer;
            }
            .BinTools ._title .close-button:hover {
                background: rgba(191, 191, 191, 0.61)
            }

            .BinTools > ._tools > div {
            padding: 1rem;
            margin: 0.5rem 0;
            border-bottom: solid 1px #f4f4f4;
        }

    .BinSelector {
        display: flex;
        align-items: flex-start;
        align-content: center;
    }

        .BinSelector span {
            font-weight: bold;
            font-size: 25px;
        }

        .BinSelector select {
            display: inline-flex;
            width: auto;
            max-width: 50vw;
            margin: 0 8px;
        }

        .BinSelector i {
            font-size: 25px;
            cursor: pointer;
        }

            .BinSelector i:hover {
                color: #FFCD00;
            }

    .BinContainer {
        text-align: center;
        font-size: 15px;
        border: solid 2px #221F20;
        max-width: 100%;
    }

        .BinContainer .BinHeader {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #FFCD00;
        }

        .BinContainer .BinZoom {
            font-size: 25px;
            text-align: right;
            margin-right: 10px;
        }

            .BinContainer .BinZoom i {
                cursor: pointer;
            }

                .BinContainer .BinZoom i:hover {
                    color: #2077D8;
                }

        .BinContainer .BinTitle {
            font-size: 25px;
            font-weight: bold;
            padding-bottom: 3px;
            text-align: left;
            margin-left: 10px;
        }

            .BinContainer .BinTitle .BinDesc {
                font-size: 0.5em;
                display: block;
            }

        .BinContainer .BinDrag {
            overflow: auto;
        }

    .BinOtherList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .BinOtherList .ProdCell {
            max-width: 300px;
            background: #221F20;
            margin: 10px;
            border: solid 2px #221F20;
        }

    .BinTable {
        display: inline-table;
        margin: 0;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .BinTable thead tr {
            background: #221F20;
            background: linear-gradient(180deg, #7d7d7d 0%, #221F20 100%);
        }

        .BinTable tfoot tr {
            background: #221F20;
            background: linear-gradient(180deg, #221F20 0%, #7d7d7d 100%);
        }

            .BinTable thead tr th,
            .BinTable tfoot tr th {
                color: white;
                font-weight: bold;
                text-align: center;
                padding: 0.33em;
            }

        .BinTable thead tr th {
        }

            .BinTable thead tr th:first-of-type,
            .BinTable tbody tr th:first-of-type,
            .BinTable tfoot tr th:first-of-type {
                width: 2em !important;
                color: white;
                vertical-align: top;
                text-align: center;
                font-weight: bold;
                padding: 0.33em;
            }

            .BinTable thead tr th:last-of-type,
            .BinTable tbody tr th:last-of-type,
            .BinTable tfoot tr th:last-of-type {
                width: 0.66em !important;
                padding: 0;
            }

        .BinTable tbody tr {
        }

            .BinTable tbody tr th {
                background: #221F20;
            }

            .BinTable tbody tr td.BinCell {
                background: #221F20;
                height: 12em;
                width: 14.666em;
                position: relative;
                vertical-align: middle;
                border-right: solid 1.33em #221F20;
            }

                .BinTable tbody tr td.BinCell .interior-wrapper, .BinOtherList .ProdCell .interior-wrapper {
                    text-align: left;
                    display: block;
                    height: 8em;
                    width: 13.4em;
                    background: white;
                    display: flex;
                }

                    .BinTable tbody tr td.BinCell .interior-wrapper .labeled-image,
                    .BinOtherList .ProdCell .interior-wrapper .labeled-image {
                        text-align: left;
                        width: 8em;
                        height: 8em;
                        display: inline-block;
                        vertical-align: top;
                        font-size: 1em;
                    }

                        .BinTable tbody tr td.BinCell .interior-wrapper .labeled-image ._message,
                        .BinOtherList .ProdCell .interior-wrapper .labeled-image ._message {
                            top: 0;
                            left: 0;
                            right: auto;
                            bottom: auto;
                            font-size: 1em;
                        }

                        .BinTable tbody tr td.BinCell .interior-wrapper .labeled-image ._photo,
                        .BinOtherList .ProdCell .interior-wrapper .labeled-image ._photo {
                            width: 8em;
                        }

                    .BinTable tbody tr td.BinCell .interior-wrapper .Tools,
                    .BinOtherList .ProdCell .interior-wrapper .Tools {
                        display: inline-flex;
                        flex-direction: column;
                        align-items: center;
                        width: 4em;
                        vertical-align: top;
                        font-size: 1em;
                    }

                        .BinTable tbody tr td.BinCell .interior-wrapper .Tools i,
                        .BinOtherList .ProdCell .interior-wrapper .Tools i {
                            display: inline-block;
                            font-size: 2em;
                            cursor: pointer;
                        }

                        .BinTable tbody tr td.BinCell .interior-wrapper .Tools input[type=number],
                        .BinOtherList .ProdCell .interior-wrapper .Tools input[type=number] {
                            font-size: 1.33em;
                            width: 100%;
                            text-align: center;
                            border: none;
                        }

                            .BinTable tbody tr td.BinCell .interior-wrapper .Tools input[type=number]::-webkit-outer-spin-button,
                            .BinTable tbody tr td.BinCell .interior-wrapper .Tools input[type=number]::-webkit-inner-spin-button,
                            .BinOtherList .ProdCell .interior-wrapper .Tools input[type=number]::-webkit-outer-spin-button,
                            .BinOtherList .ProdCell .interior-wrapper .Tools input[type=number]::-webkit-inner-spin-button {
                                display: none;
                            }

                        .BinTable tbody tr td.BinCell .interior-wrapper .Tools i:hover,
                        .BinOtherList .ProdCell .interior-wrapper .Tools i:hover {
                            color: #FFCD00;
                        }

                .BinTable tbody tr td.BinCell ._ProdCod,
                .BinOtherList .ProdCell ._ProdCod {
                    display: block;
                    text-align: left;
                    margin-top: 0.33em;
                    width: 13.33em;
                    overflow: hidden;
                    font-weight: bold;
                    color: white;
                }

                .BinTable tbody tr td.BinCell ._ProdDesc,
                .BinOtherList .ProdCell ._ProdDesc {
                    display: block;
                    width: 100%;
                    font-size: 0.8em;
                    margin-top: 0.2em;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

                .BinTable tbody tr td.BinCell ._SubBin {
                    font-weight: bold;
                    font-size: 1.2em;
                    cursor: pointer;
                }


    .settings {
        width: 100%;
    }
        .settings .input-choices {
            display: inline-block;
            width: 100%;
            max-width: 500px;
            margin-bottom: 1em;
            text-align: left;
        }
        .settings .ab-container {
            padding: 3rem;
            width: 100%;
        }

        .settings ._wrapper {
            text-align: left;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

        .settings ._info {
            text-align: left;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

        .settings h2 {
            font-size: 2.4rem;
            margin-bottom: 2rem;
            width: 100%;
            text-align: center;
        }

        .settings h3 {
            margin-bottom: 2rem;
        }

        .settings .ab-input-group {
            text-align: left;
            margin-bottom: 1.5rem;
            width: 100%;
            max-width: 500px;
        }
        
            .settings .ab-input-group label,
            .settings .ab-input-group .ab-input-group__label {
                display: block;
                margin-bottom: 0.5rem;
            }

            .settings .ab-input-group input {
                width: 100%;
            }

        .settings .ab-button-group {
            text-align: center;
            margin: 1rem 0;
        }

        .settings a {
            width: 100%;
            margin-top: 2rem;
        }

    @media screen and (max-width: 767px) {
        .settings .ab-container {
            padding: 1rem;
        }

        .settings .settings__button {
            font-size: 1.4rem;
        }
    }

    i.InfoBtn {
        font-size: 2.3rem;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
    }

        i.InfoBtn:hover {
            color: #FFCD00;
        }

    .cart {
        padding: 0;
        text-align: center;
        width: 100%;
    }

        .cart .detail-info-panel {
            padding: 2rem;
            background: white;
            border-bottom: solid 1px #888;
            border-top: solid 1px #888;
        }

            .cart .detail-info-panel ._info {
                text-align: left;
            }

    @media screen and (max-width: 767px) {
        .cart {
            padding: 0;
        }
    }

    .cart .ab-container {
        background: #FFF;
        padding: 0;
    }

        .cart .ab-container .toptitle {
            padding: 3rem 2rem;
            font-size: 2.5rem;
            text-transform: uppercase;
            text-align: center;
            font-weight: 900;
        }
            .cart .ab-container .toptitle ._title {
                padding: 2rem;
                background: #f4f4f4;
            }
        .cart .ab-container ._cartSwitch {
            font-size: 0.5em;
            display: flex;
            justify-content: center;
        }

            .cart .ab-container ._cartSwitch ._switchBtn {
                border: solid 2px #8E8E8E;
                padding: 0.5rem;
                color: #8E8E8E;
                cursor: pointer;
                width: 50%;
            }

                .cart .ab-container ._cartSwitch ._switchBtn._active {
                    background: white;
                    color: #221F20;
                    font-weight: bold;
                    border-bottom: solid 4px #221F20;
                }

        .cart .ab-container .toptitle ._sharedTitle {
            padding: 0.5rem;
            font-size: 0.5em;
        }
        /*.cart .ab-container ._cartSwitch input[type="checkbox"] {
                display: none;
            }

                .cart .ab-container ._cartSwitch input[type="checkbox"] + label {
                    font-size: 1em;
                    font-weight: bold;
                    text-align: left;
                    text-transform: uppercase;
                    color: #aaa;
                    padding: 10px;
                    vertical-align: middle;
                    cursor: pointer;
                }

                    .cart .ab-container ._cartSwitch input[type="checkbox"] + label:before {
                        font-family: 'Font Awesome 5 Pro';
                        content: '\f204';
                        margin-right: 0.2em;
                        font-size: 2em;
                        vertical-align: middle;
                        font-weight: bold;
                        color: darkred;
                    }
                .cart .ab-container ._cartSwitch input[type="checkbox"]:checked + label {
                    color: #333;
                }
                .cart .ab-container ._cartSwitch input[type="checkbox"]:checked + label:before {
                    content: '\f205';
                    color: darkgreen;
                }*/
        .cart .ab-container .subtitle {
            background: #FFCD00;
            padding: 1rem;
            font-size: 1.5rem;
            text-align: center;
            font-weight: 600;
        }

            .cart .ab-container .subtitle > .fa {
                float: left;
                color: white;
                margin: 0 1rem;
            }

                .cart .ab-container .subtitle > .fa:last-of-type {
                    float: right;
                }

        .cart .ab-container ._sectiontitle {
            font-size: 1.6rem;
            margin: 5rem 0 1rem 0;
        }

            .cart .ab-container ._sectiontitle:first-of-type {
                font-size: 1.6rem;
                margin: 0 0 1rem 0;
            }

        .cart .ab-container ._sectionsubtitle {
            font-size: 1rem;
            margin: 0 0 1rem 0;
        }

    .cart .txtBtn {
        font-size: 1rem;
        color: blue;
        margin: 2rem 0;
        cursor: pointer;
    }

        .cart .txtBtn:hover {
            color: #FFCD00;
        }

    @media screen and (max-width: 340px) {
        .cart .ab-container ._sectiontitle {
            margin-top: 1rem;
        }

        .cart .ab-container  .toptitle {
            padding: 2rem 1rem;
        }
    }

    .cart ._row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 2rem 4rem;
    }

    .cart ._item-lst {
        width: 100%;
        padding: 2rem 4rem;
        text-align: left;
    }

    .cart .quick-add {
        width: calc(100% - 50px);
        max-width: 1000px;
    }

    .cart ._totals {
        padding: 0rem 4rem 2rem 4rem;
    }

        .cart ._totals ._title {
            display: block;
            width: 100%;
            padding: 1rem;
            background: #f4f4f4;
        }

    .cart ._stotals, .cart ._sship, .cart .CartMessage, .cart .CartAction {
        border-width: 2px 0 0 0;
        border-color: #bebebe;
        border-style: solid;
        margin: 0 4rem;
        padding: 2rem;
        text-align: center;
    }

    .cart ._totals > .-total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-width: 2px 0 2px 0;
        border-color: #bebebe;
        border-style: solid;
        font-size: 1.2em;
        padding: 2rem 10rem 2rem 140px;
    }

    .cart ._stotals > .-total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 1.4rem;
        padding: 0 0 0 50%;
        margin: 0 0 1rem 0;
    }

        .cart ._stotals > .-total:last-of-type {
            font-size: 1.2em;
            font-weight: bold;
            margin: 0 0 0 0;
        }

        .cart ._totals > .-total > .-labels,
        .cart ._stotals > .-total > .-labels {
            text-align: left;
            flex-basis: 50%;
        }

        .cart ._totals > .-total > .-values,
        .cart ._stotals > .-total > .-values {
            text-align: right;
            flex-basis: 50%;
            font-weight: bold;
        }

    .cart ._totals > .-submitinfo,
    .cart ._stotals > .-submitinfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 1rem 3rem 1rem 140px;
    }

    .cart ._sship ._title {
        display: block;
        width: 100%;
        padding: 1rem;
        background: #f4f4f4;
    }

    .cart ._sship > ul {
    }

        .cart ._sship > ul > li {
            display: inline-block;
            margin: 1rem;
        }

            .cart ._sship > ul > li > ._title {
                font-size: 1.2em;
            }

            .cart ._sship > ul > li > ._prefix {
                display: block;
                text-align: left;
                font-size: 0.8em;
            }

            .cart ._sship > ul > li > input,
            .cart ._sship > ul > li > select {
                border: solid 2px #DBDBDB;
                background: white;
                color: black;
            }

    .cart ._totals > .-feenotice {
        padding: 1rem;
        color: #7d7d7d;
        font-size: 1.2rem;
        font-style: italic;
    }

    .cart ._totals > .-submitinfo > .-icon {
        flex-basis: 6rem;
        color: #e01c0e;
        font-size: 4rem;
    }

    /*.cart ._totals > .-submitinfo > .-icon:first-of-type {
            visibility: hidden;
        }

        .cart ._totals > .-submitinfo > .-icon:last-of-type {
            visibility: visible;
            text-align: right;
        }*/

    .cart ._totals > .-submitinfo > .-info {
        flex-basis: 100%;
        padding: 0.2rem;
        font-weight: bold;
        text-align: right;
    }

    .cart ._totals > .-submitbtns {
        text-align: right;
    }

    @media screen and (max-width: 998px) {
        .cart .quick-add {
            width: 100%;
        }

        .cart ._stotals, .cart ._sship, .cart .CartMessage, .cart .CartAction {
            margin: 0.5rem;
        }

        .cart ._totals > .-total {
            padding: 2rem 7rem 2rem 140px;
        }

        .cart ._stotals > .-total {
            padding: 0 0 0 0;
        }

        .cart ._totals > .-submitinfo {
            padding: 1rem 2rem 1rem 2rem;
        }
    }

    @media screen and (max-width: 767px) {
        .cart ._totals {
            padding: 2rem 0.5rem;
        }

            .cart ._totals > .-total {
                padding: 2rem 7rem 2rem 2rem;
            }
        .cart .ab-container .toptitle {
            padding: 2rem 0.5rem;
        }
        .cart ._row {
            padding: 2rem 0.5rem;
        }

        .cart ._item-lst {
            padding: 2rem 0.5rem;
        }

        .cart .quick-add {
            width: 100%;
            max-width: none;
        }

            /*.cart .quick-add input[type='button'] {
                width: 100%;
            }*/

        .cart ._totals > .-submitbtns {
            text-align: center;
        }

            .cart ._totals > .-submitbtns > input[type=button] {
                margin-top: 1rem;
            }

        .cart ._totals > .-submitinfo > .-info {
            text-align: left;
        }

        .cart ._totals > .-submitinfo > .-icon:last-of-type {
            visibility: hidden;
        }

        .cart ._totals > .-submitinfo > .-icon:first-of-type {
            visibility: visible;
        }
    }

    .cart .onlinePay {
        text-align: center;
        background: #f4f4f4;
        font-size: 1.6rem;
        padding: 1rem;
    }

        .cart .onlinePay > div {
            font-weight: bold;
        }

        .cart .onlinePay .-creditimg {
            height: 5rem;
            display: inline-block;
            vertical-align: middle;
            margin-right: 1rem;
        }

        .cart .onlinePay .-securemsg {
            display: inline-block;
            font-size: 1.4rem;
            text-transform: uppercase;
            vertical-align: middle;
            text-align: left;
            font-weight: normal;
            margin-right: 2rem;
        }

        .cart .onlinePay .-visaimg {
            height: 2rem;
            display: inline-block;
            vertical-align: middle;
            margin-right: 0.5rem;
        }

        .cart .onlinePay .-mcimg {
            height: 2rem;
            display: inline-block;
            vertical-align: middle;
        }

    .cart ._moreinfo {
        padding: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .cart ._moreinfo ._cardinfo {
            flex-basis: 50%;
        }

        .cart ._moreinfo ._deliopt {
            flex-basis: 50%;
        }

            .cart ._moreinfo ._deliopt ._deliadd {
                display: block;
                font-size: 0.8em;
                margin-top: 1rem;
                color: #57585b;
            }

    @media screen and (max-width: 767px) {
        .cart ._moreinfo {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .cart ._moreinfo ._cardinfo {
                flex-basis: 100%;
            }

            .cart ._moreinfo ._deliopt {
                margin-top: 3rem;
                flex-basis: 100%;
            }
    }

    .cart-item {
        background-color: #f4f4f4;
        width: 100%;
    }

        .cart-item.cart-item-error {
            border-width: 2px 2px 0px 2px;
            border-style: solid;
            border-color: #e01c0e;
        }

        .cart-item:first-of-type {
            margin-top: 0;
        }

        .cart-item:last-of-type {
            margin-bottom: 0;
        }

        .cart-item ._image-wrapper figure {
            border: 1px solid #DBDBDB;
        }

    ._item-lst ._invalid-msg {
        background: #fbdede;
        border-width: 2px 2px 2px 2px;
        border-style: solid;
        border-color: #e01c0e;
        padding: 1rem;
        color: #e01c0e;
    }

    ._item-lst ._mag-msg {
        padding: 1rem;
        background-color: #f4f4f4;
        color: #221F20;
        margin-bottom: 2rem;
    }

        ._item-lst ._mag-msg > textarea {
            width: 100%;
            height: auto;
            border: solid 2px #7d7d7d;
            font-family: Roboto;
            padding: 5px;
        }

            ._item-lst ._mag-msg > textarea::-webkit-input-placeholder {
                color: #DBDBDB;
                font-style: italic;
            }

            ._item-lst ._mag-msg > textarea:-ms-input-placeholder {
                color: #DBDBDB;
                font-style: italic;
            }

            ._item-lst ._mag-msg > textarea::-ms-input-placeholder {
                color: #DBDBDB;
                font-style: italic;
            }

            ._item-lst ._mag-msg > textarea::placeholder {
                color: #DBDBDB;
                font-style: italic;
            }

        ._item-lst ._mag-msg.cart-item-error {
            border-style: solid;
            border-color: #e01c0e;
            border-width: 0px 2px 0px 2px;
        }

    ._item-lst ._notif-msg {
        background: #ffdf79;
        border-width: 1px;
        border-style: solid;
        border-color: #ffdf79;
        padding: 0.5rem 1rem;
        color: #221F20;
    }

        ._item-lst ._notif-msg::before {
            font-family: 'Font Awesome 5 Pro', FontAwesome;
            font-variant: normal;
            font-size: 2rem;
            font-weight: bold;
            vertical-align: middle;
            padding-right: 1rem;
            content: "\f05a";
        }

    .cart-item ._container ._price-qty .product-price {
        width: 100%;
        text-align: right;
        margin-bottom: 0.5rem;
    }

    @media screen and (max-width: 767px) {
        .cart-item {
        }

            .cart-item ._image-wrapper figure {
                border: none;
            }
    }

    @media screen and (max-width: 767px) {
        .cart-item .product-title {
            font-size: 1.4rem;
        }

        .cart-item .__content {
            font-size: 1.2rem;
        }

        .cart-item ._container ._price-qty .product-price {
            font-size: 1.4rem;
        }
    }

    .cart #related-products, .cart #best-sellers {
        margin-top: 2rem;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    @media screen and (max-width: 767px) {
        .cart #related-products,
        .cart #best-sellers {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }
    }

    .cart #related-products > ul,
    .cart #best-sellers > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 2rem;
    }

        .cart #related-products > ul > li,
        .cart #best-sellers > ul > li {
            display: block;
            -ms-flex-preferred-size: 125px;
            flex-basis: 125px;
            margin-right: 2rem;
        }

    @media screen and (max-width: 998px) {
        .cart #related-products > ul > li,
        .cart #best-sellers > ul > li {
            -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
        }
    }

    @media screen and (max-width: 767px) {
        .cart #related-products > ul > li,
        .cart #best-sellers > ul > li {
            -ms-flex-preferred-size: 75px;
            flex-basis: 75px;
        }
    }

    .cart ._checkout {
        text-align: center;
        min-height: 75vh;
    }

        .cart ._checkout > ._wrapper {
            display: inline-block;
            width: calc(100% - 34rem);
            text-align: center;
            margin: 2rem 0;
        }

            .cart ._checkout > ._wrapper > ._inner-wrapper {
                display: inline-block;
                max-width: 400px;
                text-align: left;
                text-align: left;
            }

        .cart ._checkout ._steps {
            margin-bottom: 1rem;
            overflow-x: auto;
            max-width: 100%;
            white-space: nowrap;
        }

            .cart ._checkout ._steps > .fa-horizontal-rule {
                color: #DBDBDB;
            }

            .cart ._checkout ._steps > span {
                color: #DBDBDB;
                font-size: 1.2rem;
                margin-right: 1rem;
                margin-left: 0.5rem;
                display: inline-block;
            }

                .cart ._checkout ._steps > span > .fa-stack {
                    margin-right: -0.5rem;
                }

            .cart ._checkout ._steps .fa,
            .cart ._checkout ._steps .fas {
                vertical-align: middle;
            }

            .cart ._checkout ._steps > span .fa-square-full {
                font-size: 2rem;
            }

            .cart ._checkout ._steps > span._active .fa-square-full {
                font-weight: bold;
            }

            .cart ._checkout ._steps > span._active > span > span {
                color: white;
            }

            .cart ._checkout ._steps > span._active {
                color: #221F20;
            }

            .cart ._checkout ._steps > span {
                color: #DBDBDB;
            }

        .cart ._checkout ._summary {
            display: inline-block;
            width: 30rem;
            vertical-align: top;
            text-align: center;
            padding-left: 2rem;
            padding-right: 1rem;
            margin: 2rem 0;
            border-left: solid 2px #DBDBDB;
        }

        .cart ._checkout ._buttons {
            text-align: right;
            padding: 1rem;
        }

            .cart ._checkout ._buttons > input[type=button] {
                padding: 1rem 3rem;
                font-size: 1.4rem;
                margin: 1rem;
            }

    .cart .cart-summary-items {
        max-height: 26rem;
        overflow-y: auto;
        overflow-x: hidden;
    }

    @media screen and (max-width: 998px) {
        .cart ._checkout > ._wrapper {
            font-size: 0.8em;
        }
    }

    @media screen and (max-width: 767px) {
        .cart ._checkout > ._wrapper {
            width: 100%;
            font-size: 1em;
        }

        .cart ._checkout ._summary {
            display: none;
        }

        .cart .cart-summary-items {
            max-height: none;
            overflow-y: unset;
            overflow-x: unset;
        }

        .cart ._checkout ._buttons {
            text-align: center;
        }
    }

    .cart ._cartsumary {
        text-align: center;
    }

        .cart ._cartsumary .settings__title {
            text-align: center;
            width: 100%;
            font-weight: bold;
            font-size: 1.5rem;
            text-transform: uppercase;
            padding: 0.5rem 0 2rem 0;
        }

        .cart ._cartsumary .cart-summary-item {
            background-color: #f4f4f4;
            width: 100%;
            display: block;
            padding: 0.5rem;
            margin: 0.5rem 0
        }

            .cart ._cartsumary .cart-summary-item:first-of-type {
                margin-top: 0;
            }

            .cart ._cartsumary .cart-summary-item ._container {
                display: inline-block;
                width: calc(100% - 7rem);
                margin-left: 1rem;
                vertical-align: top;
                text-align: left;
            }

            .cart ._cartsumary .cart-summary-item ._image-wrapper figure {
                border: 1px solid #DBDBDB;
                width: 5rem;
                display: inline-block;
                margin: 0;
                vertical-align: middle;
            }

            .cart ._cartsumary .cart-summary-item ._container .__content p {
                display: inline-block;
                height: auto;
                padding: 0.4rem 0;
                margin: 0;
                text-align: left;
                font-size: 1.2rem;
                overflow: hidden;
                height: 5rem;
                vertical-align: middle;
                font-size: 1.3rem;
            }

                .cart ._cartsumary .cart-summary-item ._container .__content p.product-price {
                    float: right;
                    font-size: 1.3rem;
                    padding: 1.5rem 0.5rem 0 0;
                    text-align: right;
                    font-weight: bold;
                }

        .cart ._cartsumary ._totals {
            border-top: solid 1px #7d7d7d;
            border-bottom: solid 1px #7d7d7d;
            padding: 0;
            margin: 0.5rem 0;
        }

            .cart ._cartsumary ._totals > .-total {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                border: none;
                font-size: 1.2rem;
                margin: 1rem 0;
                padding: 0;
            }

                .cart ._cartsumary ._totals > .-total:last-of-type {
                    font-size: 1.7rem;
                    font-weight: bold;
                }

                .cart ._cartsumary ._totals > .-total > .-labels {
                    text-align: left;
                    flex-basis: 50%;
                }

                .cart ._cartsumary ._totals > .-total > .-values {
                    text-align: right;
                    flex-basis: 50%;
                }

    @media screen and (max-width: 767px) {
        .cart ._cartsumary {
            width: 100%;
            margin-bottom: 2rem;
        }
    }

    .cart ._cartsumary .button--outline {
        font-size: 1rem;
        font-weight: bold;
        padding: 0.5rem 2rem;
        float: right;
        margin-top: 1rem;
    }


    .cart .ab-input-group label,
    .cart .ab-input-group .ab-input-group__label {
        display: block;
        margin-bottom: 0.5rem;
    }

    .cart .ab-input-group .ab-input {
        display: inline-block;
        width: 100%;
    }

    .cart .ab-input-group {
        margin: 1rem 0;
    }

        .cart .ab-input-group .ab-checkbox {
            margin: 1.5rem 1rem;
        }

        .cart .ab-input-group input[type=text],
        .cart .ab-input-group input[type="date"],
        .cart .ab-input-group input[type=number] {
            border: solid 2px #DBDBDB;
            background: white;
        }
        .cart .ab-input-group input[type="date"] {
            -webkit-appearance: textfield;
            -moz-appearance: textfield;
            width: calc(100% - 2em);
            text-align: center;
        }
            .cart .ab-button-group {
                text-align: center;
                margin: 1rem 0;
            }

    .cart ._confCnt {
        text-align: center;
        padding: 1rem;
    }

        .cart ._confCnt ._confinfo {
            color: #246824;
            background: #D8EED4;
            min-width: 300px;
            max-width: 500px;
            display: inline-block;
            padding: 2rem;
            margin: 2rem;
        }

            .cart ._confCnt ._confinfo::after {
                content: '\A';
                white-space: pre;
            }

            .cart ._confCnt ._confinfo > i {
                font-size: 2em;
                margin: 0.5rem;
            }

            .cart ._confCnt ._confinfo ._confdoc {
                display: inline-block;
                width: 100%;
                font-weight: bold;
            }

        .cart ._confCnt ._conferror {
            color: #880000;
            background: #ffaaaa;
            min-width: 300px;
            max-width: 400px;
            display: inline-block;
            padding: 2rem;
            margin: 2rem;
        }

            .cart ._confCnt ._conferror > i {
                font-size: 2em;
                margin: 0.5rem;
            }

    .CartMessage {
        margin: 0;
        max-height: 20em;
        overflow: scroll;
        position: relative;
    }

        .CartMessage._full {
            max-height: none;
            overflow: auto;
        }

        .CartMessage ._More {
            position: absolute;
            bottom: 0;
            background: rgba(157, 157, 157, 0.40);
            width: 100%;
            cursor: pointer;
            padding: 0.4rem 0 0.1rem 0;
            font-size: 1.5em;
        }

            .CartMessage ._More:hover {
                background: rgba(157, 157, 157, 1);
            }

                .CartMessage ._More:hover > i {
                    color: #FFCD00;
                }

    @media screen and (max-width: 998px) {
        .CartMessage {
            margin: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .CartMessage {
            margin: 0;
        }
    }

    .CartMessage ._title {
        display: block;
        width: 100%;
        padding: 1rem;
        background: #f4f4f4;
    }

    .CartMessage ._history {
        display: block;
        width: 100%;
        padding: 0;
    }

        .CartMessage ._history .CallLog {
            border: solid 1px #f4f4f4;
            width: 100%;
            margin: 2rem 0;
        }

            .CartMessage ._history .CallLog:first-child {
                border: solid 2px #246824;
            }

            .CartMessage ._history .CallLog li.CallLogHeader {
                padding: 1rem 2rem;
                font-size: 1.2em;
                text-align: left;
                background: #f4f4f4;
            }

            .CartMessage ._history .CallLog li.CallLogContent {
                text-align: left;
                padding: 1rem 2rem;
            }

    .CartMessage ._Add {
        padding: 0;
    }

        .CartMessage ._Add ._AddCnt {
            border: 3px solid gainsboro;
            padding: 1rem;
        }

            .CartMessage ._Add ._AddCnt > textarea {
                width: 100%;
                min-height: 50px;
                border: none;
                margin-bottom: 2rem
            }

                .CartMessage ._Add ._AddCnt > textarea::-webkit-input-placeholder {
                    color: #DBDBDB;
                    font-style: italic;
                }

                .CartMessage ._Add ._AddCnt > textarea:-ms-input-placeholder {
                    color: #DBDBDB;
                    font-style: italic;
                }

                .CartMessage ._Add ._AddCnt > textarea::-ms-input-placeholder {
                    color: #DBDBDB;
                    font-style: italic;
                }

                .CartMessage ._Add ._AddCnt > textarea::placeholder {
                    color: #DBDBDB;
                    font-style: italic;
                }

    @media screen and (max-width: 767px) {
        .CartMessage {
            margin: 0;
        }

            .CartMessage ._history {
                padding: 0;
            }

            .CartMessage ._Add {
                padding: 0;
            }
    }

    .CartAction > ul {
        margin-top: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    @media screen and (max-width: 500px) {
        .CartAction > ul {
            flex-direction: column;
        }

            .CartAction > ul > li {
                margin-top: 1em;
                text-align: center;
            }
    }

    .price-totals {
        text-align: right;
        margin-bottom: 4rem;
    }

    @media screen and (max-width: 767px) {
        .price-totals {
            width: 100%;
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
        }

            .price-totals input[type='button'] {
                width: 100%;
            }
    }

    .price-totals p {
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }

    @media screen and (max-width: 767px) {
        .price-totals p {
            font-size: 1.2rem;
        }
    }

    .price-totals .-subtotal {
        font-size: 1.25rem;
        font-style: normal;
    }

    .price-totals .-total {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 2rem 0;
    }

    @media screen and (max-width: 767px) {
        .price-totals .-total {
            font-size: 2rem;
        }
    }

    .creditcard {
        border: solid 1px #57585b;
        padding: 2rem;
        width: 100%;
        max-width: 400px;
        display: inline-block;
        text-align: left;
    }

        .creditcard .-visaimg {
            height: 1rem;
            display: inline-block;
            vertical-align: middle;
            margin-left: 1rem;
        }

        .creditcard .-mcimg {
            height: 1rem;
            display: inline-block;
            vertical-align: middle;
        }

        .creditcard .ab-input-group {
            position: relative;
        }

        .creditcard .dlg-label {
            text-transform: none;
            font-size: 0.8rem;
            padding: 0;
            margin: 0;
        }

        .creditcard .ab-input {
            padding: 0.2rem 0.5rem;
            font-size: 1.3rem;
            margin-top: 0rem;
            height: 2.6rem;
            border: 1px solid #DBDBDB;
        }

            .creditcard .ab-input input {
                padding: 0.2em 0.5rem;
                font-size: 1.3rem;
                height: 2.6rem;
                color: #221F20;
            }

        .creditcard .ab-input-group .ab-dropdown {
            height: 2.6rem;
            background-position: right -6px top -7px;
            border: 1px solid #DBDBDB;
            display: inline-block;
            width: auto;
        }

            .creditcard .ab-input-group .ab-dropdown select {
                font-size: 1.3rem;
                height: 2.4rem;
            }

        .creditcard .ccvalidate__button {
            font-size: 1.3rem;
            width: 100%;
            padding: 0.4rem 0;
            background: #72A1C9;
            border: solid 2px #98B9D6;
            color: white;
            cursor: pointer;
        }

            .creditcard .ccvalidate__button:hover {
                background: #98B9D6;
                border: solid 2px #72A1C9;
            }

    .creditIcon {
        position: absolute;
        right: 1rem;
        bottom: 0.6rem;
        color: #7d7d7d;
    }

    .creditcard .dlg-label {
        font-size: 1.2rem;
        margin: 0;
        padding-top: 0;
    }

    .creditcard .cnt-datecode {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

        .creditcard .cnt-datecode .cc-datecode {
            flex-basis: 10rem;
        }

    .contact-hero {
        background-image: url(/content/images/ab-hq.jpg);
        background-position: bottom right;
        background-size: cover;
    }

        .contact-hero > .ab-container {
            padding: 4rem 2rem;
        }

        .contact-hero ._content {
            background-color: #ffffff;
            padding: 4rem 4rem;
            max-width: 450px;
        }

            .contact-hero ._content h1 {
                margin-bottom: 2rem;
                font-size: 3.2rem;
            }

            .contact-hero ._content a {
                color: #221F20;
                text-decoration: underline;
                font-weight: 700;
            }

            .contact-hero ._content strong {
                line-height: 1.5;
            }

            .contact-hero ._content p:last-of-type {
                margin-bottom: 0;
            }

            .contact-hero ._content .button--primary {
                text-decoration: none;
                padding-right: 2rem;
            }

            .contact-hero ._content i {
                margin-left: 1rem;
                font-size: 2rem;
            }

    .contact-main > .ab-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 6rem 2rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .contact-main > .ab-container > * {
            width: 50%;
        }

    @media screen and (max-width: 767px) {
        .contact-main > .ab-container > * {
            width: 100%;
        }
    }

    .contact-main ._info {
        padding-right: 4rem;
    }

    @media screen and (max-width: 767px) {
        .contact-main ._info {
            padding-right: 0;
        }
    }

    .contact-main ._info > div:first-of-type {
        margin-bottom: 8rem;
    }

    @media screen and (max-width: 767px) {
        .contact-main ._info > div:first-of-type {
            margin-bottom: 4rem;
        }
    }

    .contact-main ._info h2 {
        font-size: 3.2rem;
    }

    .contact-main ._info a {
        color: #221F20;
        font-weight: 700;
        text-decoration: underline;
    }

    .contact-main ._info ._horaire {
        margin-bottom: 0;
    }

        .contact-main ._info ._horaire li {
            font-size: 1.6rem;
            margin-bottom: 1rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .contact-main ._info ._horaire li:last-of-type {
                margin-bottom: 0;
            }

            .contact-main ._info ._horaire li .__day {
                text-transform: uppercase;
                -ms-flex-preferred-size: 55%;
                flex-basis: 55%;
                max-width: 150px;
            }

            .contact-main ._info ._horaire li .__time {
                -ms-flex-preferred-size: 45%;
                flex-basis: 45%;
                max-width: 150px;
            }

    .contact-main h2 {
        margin-bottom: 2rem;
    }

    .contact-main ._form {
        padding-left: 4rem;
    }

    @media screen and (max-width: 767px) {
        .contact-main ._form {
            padding-left: 0;
            margin-top: 4rem;
        }
    }

    .contact-main ._form ._wrapper {
        max-width: 400px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
        padding: 4rem 4rem;
    }

    @media screen and (max-width: 767px) {
        .contact-main ._form ._wrapper {
            max-width: 500px;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
        }
    }

    .contact-main ._form .ab-input-group {
        margin-bottom: 3rem;
    }

    .contact-main ._form label {
        display: block;
    }

    .contact-main ._form input, .contact-main ._form textarea {
        width: 100%;
    }

        .contact-main ._form input[type='button'] {
            font-size: 2rem;
        }

    /*# sourceMappingURL=main.css.map */
    .training-card2 {
        -ms-flex-preferred-size: calc((100% / 4) - (2rem * 4));
        flex-basis: calc((100% / 4) - (2rem * 4));
    }

    @media screen and (max-width: 900px) {
        .training-card2 {
            -ms-flex-preferred-size: calc((100% / 2) - (2rem * 2));
            flex-basis: calc((100% / 2) - (2rem * 4));
        }
    }

    @media screen and (max-width: 550px) {
        .training-card2 {
            -ms-flex-preferred-size: calc((100% / 2) - (2rem * 2));
            flex-basis: calc((100%) - (2rem * 2));
        }
    }

    .FormSection {
        width: 100%;
        height: unset;
        padding: unset;
    }


    @media screen and (min-width: 900px) {
        .FormSection {
            width: 50%;
            height: 500px;
        }

        .FormInput {
            padding-left: 20%;
        }
    }

    .NoScanner .MyBarcodeScanner {
        display: none;
    }
.NoScanner .MyCodeSearch {
    font-size: 1.8em;
    cursor: pointer;
    position: absolute;
    margin: 0.2em;
    right: 0;
    top: 0;
    color: #BFBFBF;
    background: white;
}
.MyCodeSearch {
    font-size: 1.8em;
    cursor: pointer;
    position: absolute;
    margin: 0.2em;
    right: 0;
    top: 0px;
    color: #BFBFBF;
    background: white;
    text-align: center;
}
.MyCodeSearch:hover {
    background: #f4f4f4;
    color: #221F20;
}
.MyBarcodeScanner {
    font-size: 1.8em;
    cursor: pointer;
    position: absolute;
    margin: 0.2em;
    right: 1.5em;
    top: 0;
    color: #BFBFBF;
    background: white;
}

    .MyBarcodeScanner:hover {
        background: #f4f4f4;
        color: #221F20;
    }

    .scan-ctn {
        position: fixed;
        top: 0;
        left: 0;
        background: black;
        width: 100vw;
        height: 100Vh;
        z-index: 1200;
        display: none;
    }

        .scan-ctn .scan-video {
            width: calc(100vw - 100px);
            height: calc(100vh - 200px);
            position: absolute;
            top: 100px;
            left: 50px;
        }

            .scan-ctn .scan-video video {
                width: 100%;
                height: 100%;
                border: solid 2px #FFCD00;
            }

        .scan-ctn .scan-error {
            width: 100%;
            height: 100%;
            border: solid 2px #FFCD00;
            padding: 2em;
            font-size: 2em;
            color: #e01c0e;
            background: white;
        }

        .scan-ctn .scan-line {
            position: absolute;
            color: red;
            border-width: 1px 0 0 0;
            border-color: red;
            width: calc(100vw - 150px);
            left: 75px;
            top: 50vh;
        }

        .scan-ctn .scan-close-btn {
            position: fixed;
            right: 10px;
            top: 25px;
            display: inline-block;
            cursor: pointer;
            text-align: center;
            width: 50px;
            height: 50px;
            padding-top: 2px;
        }

            .scan-ctn .scan-close-btn .fa {
                color: white;
                font-size: 40px;
                font-weight: bold;
            }

        .scan-ctn .scan-logo {
            position: absolute;
            bottom: 0;
        }

        .scan-ctn .scan-source {
            position: absolute;
            bottom: 0px;
            right: 0px;
            color: white;
        }

            .scan-ctn .scan-source label {
                color: white;
                text-align: right;
            }

            .scan-ctn .scan-source select {
                background: white;
                color: black;
                max-width: 200px;
            }
    /* BELL */
    @-webkit-keyframes ring {
        0% {
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }

        2% {
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }

        4% {
            -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
        }

        6% {
            -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
        }

        8% {
            -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
        }

        10% {
            -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
        }

        12% {
            -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
        }

        14% {
            -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
        }

        16% {
            -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
        }

        18% {
            -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
        }

        20%, 100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    @keyframes ring {
        0% {
            -webkit-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }

        2% {
            -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            transform: rotate(15deg);
        }

        4% {
            -webkit-transform: rotate(-18deg);
            -ms-transform: rotate(-18deg);
            transform: rotate(-18deg);
        }

        6% {
            -webkit-transform: rotate(18deg);
            -ms-transform: rotate(18deg);
            transform: rotate(18deg);
        }

        8% {
            -webkit-transform: rotate(-22deg);
            -ms-transform: rotate(-22deg);
            transform: rotate(-22deg);
        }

        10% {
            -webkit-transform: rotate(22deg);
            -ms-transform: rotate(22deg);
            transform: rotate(22deg);
        }

        12% {
            -webkit-transform: rotate(-18deg);
            -ms-transform: rotate(-18deg);
            transform: rotate(-18deg);
        }

        14% {
            -webkit-transform: rotate(18deg);
            -ms-transform: rotate(18deg);
            transform: rotate(18deg);
        }

        16% {
            -webkit-transform: rotate(-12deg);
            -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
        }

        18% {
            -webkit-transform: rotate(12deg);
            -ms-transform: rotate(12deg);
            transform: rotate(12deg);
        }

        20%, 100% {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }


    .share {
        display: inline-block;
        font-size: 1.4rem;
        border: solid 1px #221F20;
        -ms-flex-preferred-size: 218px;
        flex-basis: 218px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        text-align: left;
    }

        /*.share > div {
        text-align: left;
        background: #FFCD00;
        width: 100%;
        font-size: 1.4em;
        padding: 1rem;
        border-bottom: solid 1px #57585b;
        font-weight: bold;
    }*/

        .share > ul > li > a {
            display: block;
            margin: 0.5rem;
            border: solid 1px #221F20;
            color: #221F20;
        }

    .Table_CV > tbody > tr > td {
        padding-bottom: 0px;
    }

    .Table_CV > tbody > tr {
        border: none;
        background-color: transparent !important;
    }

    .listeInlineBlock {
        display: inline-block !important;
    }