@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import "bootstrap.css";
@import "inputs.css";
@import "meo-dropdown.css";
@import "product-images.css";
.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0;
    width: 2rem;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 9px;
    font-weight: 400;
}
/*!
* Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
* Copyright 2011-2016 The Bootstrap Authors
* Copyright 2011-2016 Twitter,Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: auto;
    min-height: 100%;
}
body {
    --black: #191919;
    --text-font: "Poppins", sans-serif;
    --title-font: "Oswald", sans-serif;
    --text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    font-family: var(--text-font);
    font-size: 1rem;
    color: #363a42;
    background-color: #fff;
    height: auto;
    min-height: 100%;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25em;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
[hidden],
template {
    display: none;
}
a {
    color: var(--primary);
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    color: var(--primary-dark);
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
    max-width: 100%;
}
img[width=""],
img:not([width]) {
    width: auto;
}
img[height=""],
img:not([height]) {
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: 700;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
@media print {
    *,
    :after,
    :before,
    :first-letter,
    blockquote:first-line,
    div:first-line,
    li:first-line,
    p:first-line {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .tag {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
@-ms-viewport {
    width: device-width;
}
html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
    html {
        font-size: 14px;
    }
}

main {
    overflow-x: hidden;
}
.table td,
.table th {
    font-size: 0.875rem;
}
.page-content.page-cms img {
    opacity: 0;
}
.page-content.page-cms img.opacited {
    opacity: 1;
    transition: opacity 1s ease-in-out 2s;
    width: 100%;
    height: 100%;
}
.group-wrap {
    margin-bottom: 20px;
    overflow: auto;
}
.page-content.page-cms .grid-item-img-wrapper {
    background: #dee2e6;
    z-index: 0;
    display: inline-block;
    position: relative;
}
.page-content.page-cms .grid-item-img-wrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: 3px solid rgba(0 0 0 / 25%);
    border-top-color: transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: -15px;
    z-index: -1;
    /* transform: translate(-50%, -50%); */
    animation: spinner-border 1.25s linear infinite;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}
.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

ul {
    list-style: none;
    padding-left: 0;
}
.page-content.page-cms ul:not(.slider-inner):not(.slick-dots) {
    list-style-type: disc;
    font-size: 0.875rem;
    padding-left: 30px;
}
.page-content.page-cms ol {
    padding-left: 30px;
    font-size: 0.875rem;
}
.page-content.page-cms ol li {
    padding: 8px 12px;
    list-style-position: inside;
}
.page-content.page-cms ol li + li {
    border-top: 1px solid #c7c7c7;
}
a:hover {
    /*color:var(--primary);*/
    text-decoration: none;
}
.page-content.page-cms {
    font-size: 0.875rem;
    font-weight: 400;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
}
.color,
.custom-checkbox input[type="checkbox"] + span.color {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin: 0.3125rem;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    background-size: contain;
    border-radius: 0.125rem;
}
.color.active,
.color:hover,
.custom-checkbox input[type="checkbox"] + span.color.active,
.custom-checkbox input[type="checkbox"] + span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border: 2px solid #232323;
}
.h1,
.h2,
.h3 {
    text-transform: uppercase;
}
.h4 {
    font-weight: 700;
    text-transform: uppercase;
}
.product-miniature .card {
    height: 100%;
}
.label,
label {
    font-size: 0.875rem;
    text-align: right;
}
small.label,
small.value {
    font-size: 0.8125rem;
}
.form-control-label {
    padding-top: 0.625rem;
}
.form-control {
    background: #fbfbfb;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.875rem;
    height: 42px;
    padding: 0.5rem 1rem;
}
.form-control:focus {
    border-color: var(--primary);
    background-color: #fff;
    color: #232323;
}
.input-group {
    border-radius: 0.25rem;
}
.form-control:focus,
.input-group.focus {
    /* outline:.1875rem solid var(--primary); */
    outline: 0;
    box-shadow: 0 0 0 1px var(--primary);
    box-shadow: 0 0 0;
    border: 1px solid var(--primary);
}
.input-group .form-control:focus {
    outline: none;
}
.input-group .input-group-btn {
}
.input-group .input-group-btn > .btn {
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 400;
    margin-left: 0;
    padding: 0.625rem 1rem;
    text-transform: uppercase;
    line-height: normal;
    height: 100%;
}
.input-group .form-control[name="password"] {
    border-radius: 0.25rem;
}
.input-group .form-control[name="password"]:focus {
    z-index: auto;
}
.input-group .input-group-btn > .btn[data-action="show-password"] {
    background: var(--primary);
    padding: 0.5rem;
    height: auto;
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
}
.input-group .input-group-btn > .btn[data-action="show-password"]:hover {
    background: var(--primary-dark);
}
.input-group .input-group-btn > .btn[data-action="show-password"] i {
    width: 15px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7a7a7a;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7a7a7a;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7a7a7a;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7a7a7a;
}
input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: #232323;
}
input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: #232323;
}
input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
    color: #232323;
}
input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
    color: #232323;
}
.form-control-select:not(.styled-select) {
    /* height:2.625rem; */
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f1f1f1
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=")
        no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
    background-color: #fbfbfb;
}
.form-control-valign {
    padding-top: 0.5rem;
}
.form-control-comment {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    color: #7a7a7a;
}
.form-control-submit.disabled {
    background: #5bc0de;
    color: #fff;
}
.form-group.has-error input,
.form-group.has-error select {
    outline: 0.1875rem solid #ff4c4c;
}
.form-group.has-error .help-block {
    color: #ff4c4c;
}
.group-span-filestyle label {
    margin: 0;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}
.bootstrap-touchspin {
    width: auto;
    float: left;
    display: inline-block;
    /*box-shadow:0 2px 4px 0 rgba(0,0,0,.2); */
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.bootstrap-touchspin input:focus {
    outline: none;
}
.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    color: #232323;
    background-color: #fff;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    width: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
}
.bootstrap-touchspin .btn-touchspin {
    background-color: #fff;
    border: 0 !important;
    /*border:1px solid rgba(0,0,0,.1);*/
    height: 1.3125rem;
}
.bootstrap-touchspin .btn-touchspin:hover {
    background-color: #f1f1f1;
}
.bootstrap-touchspin .input-group-btn-vertical {
    color: #232323;
    width: auto;
    float: left;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE";
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF";
}
.bootstrap-touchspin .input-group-btn-vertical i {
    top: 0.0625rem;
    left: 0.1875rem;
    font-size: 0.9375rem;
}
.text-muted {
    font-size: 0.875rem;
}
.done {
    color: #4cbb6c;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.8125rem;
}
h3.card-title .done {
    padding: 0;
    display: block;
    margin: 0 auto 15px;
}
.thumb-mask > .mask {
    position: relative;
    width: 3.438rem;
    height: 3.438rem;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin: 0.625rem 0;
}
.thumb-mask > .mask img {
    width: 55px;
    height: 55px;
}
.definition-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.definition-list dl dt {
    font-weight: 400;
}
.definition-list dl dd,
.definition-list dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #f1f1f1;
    padding: 0.625rem;
    margin: 0.125rem;
}
.definition-list dl dd:nth-of-type(2n),
.definition-list dl dt:nth-of-type(2n) {
    background: #f6f6f6;
}
.help-block {
    margin-top: 0.625rem;
}
.btn.disabled,
.btn.disabled:hover {
    background: #7a7a7a;
}
.alert-warning .material-icons {
    color: #ff9a52;
    font-size: 2rem;
    margin-right: 0.625rem;
    padding-top: 0.3125rem;
}
.alert-warning .alert-text {
    font-size: 0.9375rem;
    padding-top: 0.625rem;
}
.alert-warning .alert-link {
    border-radius: 2px;
    border-width: 2px;
    margin-left: 0.625rem;
    padding: 0.3125rem 1.25rem;
    font-weight: 600;
    font-size: 0.8125rem;
    color: #6c868e;
}
.alert-warning ul li:last-child .alert-link {
    color: #fff;
}
.alert-warning .warning-buttons {
    margin-top: 0.3125rem;
}
.btn-tertiary {
    color: #232323;
    background-color: #f6f6f6;
}
.btn-tertiary.focus,
.btn-tertiary:focus,
.btn-tertiary:hover,
.btn-tertiary.active,
.btn-tertiary:active,
.open > .dropdown-toggle.btn-tertiary {
    color: #232323;
    background-color: #ddd;
    background-image: none;
}
.btn-tertiary.active:focus,
.btn-tertiary.active:hover,
.btn-tertiary.active.focus,
.btn-tertiary.focus:active,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.open > .btn-tertiary.dropdown-toggle:focus,
.open > .btn-tertiary.dropdown-toggle:hover,
.open > .btn-tertiary.dropdown-toggle.focus {
    color: #232323;
    background-color: #cbcbcb;
}
.btn-tertiary:disabled.focus,
.btn-tertiary:disabled:focus,
.btn-tertiary:disabled:hover,
.disabled.btn-tertiary:focus,
.disabled.btn-tertiary:hover,
.disabled.focus.btn-tertiary {
    background-color: #f6f6f6;
}
.btn-tertiary-outline {
    color: #6c868e;
    background-image: none;
    background-color: transparent;
    border-color: #6c868e;
    border: 0.15rem solid #6c868e;
}
.btn-tertiary-outline:hover {
    border-color: #bbcdd2;
    color: #bbcdd2;
}
.alert {
    font-size: 0.8125rem;
}
.alert hr {
    margin: 0.75rem -1.25rem;
}
.alert i {
    vertical-align: middle;
}
.nav-item .nav-link,
.nav-item .nav-separator {
    color: #7a7a7a;
}
.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.nav-item .nav-separator.active {
    color: #232323;
}
.footer-notices .nav-item .nav-link {
    color: #7a7a7a;
}
.footer-notices .nav-item .nav-link:hover {
    color: #232323;
}
.separator {
    margin: 0;
    border-color: rgba(0, 0, 0, 0.1);
}
.newsletter-popup-content {
    padding: 15px;
    text-align: center;
}
.newsletter-popup-content form {
    overflow: hidden;
}
.newsletter-popup-content input[name="email"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #8e8e8e;
    height: auto;
    outline: 0;
}
.newsletter-popup-content input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.newsletter-popup-content .small {
    margin-top: 1rem;
    line-height: normal;
}
.newsletter-popup-content .input-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 60px);
}
.ps-alert-error {
    margin-bottom: 0;
}
.ps-alert-error .item,
.ps-alert-success .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ff4c4c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ff4c4c;
    margin-bottom: 1rem;
}
.ps-alert-error .item i,
.ps-alert-success .item i {
    border: 15px solid #ff4c4c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
    background-color: #ff4c4c;
    width: 24px;
    height: 24px;
}
.ps-alert-error .item p,
.ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 18px 20px;
    width: 100%;
}
.ps-alert-success {
    padding: 0;
    margin: 1rem 1rem 0;
}
.ps-alert-success .item {
    border-color: #4cbb6c;
    background-color: #4cbb6c;
}
.ps-alert-success .item i {
    border-color: #4cbb6c;
}
.ps-alert-success .item i svg {
    background-color: #4cbb6c;
}
.dropdown {
    color: #7a7a7a;
}
.dropdown:hover .expand-more {
    color: var(--primary);
}
.dropdown .expand-more {
    color: #232323;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible;
}
.dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #232323;
    background: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: var(--primary);
}
.search-widget {
    display: inline-block;
    border-radius: 100px;
}
.search-widget form {
    position: relative;
}
.search-widget form input[type="text"] {
    border: none;
    padding: 10px 45px 10px 10px;
    width: 100%;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.search-widget form input[type="text"]:focus {
    /* outline:3px solid var(--primary); */
    outline: 0;
    box-shadow: 0 0 0 0.1875rem var(--primary);
    box-shadow: 0 0 0;
    border: 1px solid var(--primary);
    color: #232323;
    background: #fff;
}
.search-widget form input[type="text"]:focus + button .search {
    color: var(--primary);
}
.search-widget form button[type="submit"] {
    position: absolute;
    background: none;
    border: none;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 40px;
    color: #7a7a7a;
    display: flex;
}
.search-widget form button[type="submit"] .material-icons {
    text-align: center;
}
.search-widget form button[type="submit"] .search:hover {
    color: var(--primary);
}
.header-top .search-widget form input[type="text"] {
    min-width: inherit;
    width: 100%;
    padding: 50px 20px 15px 40px;
}
#pagenotfound .page-content #search_widget {
    width: 100%;
}
.page-not-found .search-widget form {
    display: inline-block;
}
@media (max-width: 767px) {
    .header-top .search-widget {
        float: none;
    }
    .header-top .search-widget form {
        margin: 0 auto;
    }
    .header-top .search-widget form input[type="text"] {
        min-width: inherit;
        background: #fff;
    }
}
@media (min-width: 768px) {
}
.top-menu[data-depth="1"] {
    margin: 0.625rem;
}
.top-menu a:not([data-depth="0"]) {
    display: block;
    padding: 0.625rem;
    color: #7a7a7a;
    font-weight: 400;
}
.top-menu a.dropdown-submenu {
    color: #232323;
    text-transform: uppercase;
    font-weight: 600;
}
.top-menu a[data-depth="0"] {
    font-weight: 600;
    padding: 0.1875rem 0.625rem 0.375rem;
}
#header .top-menu a[data-depth="0"]:hover {
    color: var(--primary);
    text-decoration: none;
}
.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
    padding: 0 0.625rem 0.625rem 0;
}
.top-menu .collapse {
    display: inherit;
}
.top-menu .sub-menu {
    box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
    border: none;
    margin-left: 0.9375rem;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    z-index: 18;
    display: none;
}
.top-menu .sub-menu.collapse {
    display: none;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0 1.25rem;
}
.top-menu .sub-menu a:hover {
    color: var(--primary);
}
.top-menu .popover {
    max-width: inherit;
    border-radius: 0;
}
.popover.bs-tether-element-attached-top {
    margin-top: 0;
}
#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    display: block !important;
}
#mobile_top_menu_wrapper {
    z-index: 99;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-100%);
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden auto;
    transition: all 0.4s;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
}
#header.is-open #mobile_top_menu_wrapper {
    transform: translateX(0);
}
#mobile_top_menu_wrapper .mobile_top_menu_inner {
    width: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
#mobile_top_menu_wrapper .mobile_top_menu_inner .js-top-menu-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
@media (max-width: 575px) {
    #mobile_top_menu_wrapper {
        top: 50px;
    }
    #mobile_top_menu_wrapper .mobile_top_menu_inner .js-top-menu-top {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}
#mobile_top_menu_wrapper .mobile_top_menu_inner .js-top-menu-top > * {
    flex: 1;
    padding: 15px;
}
#mobile_top_menu_wrapper .mobile_top_menu_inner > * {
    width: 100%;
}
#mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0.625rem;
}
#mobile_top_menu_wrapper .top-menu {
    color: #232323;
}
#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
    display: none;
}
#mobile_top_menu_wrapper
    .top-menu
    .collapse-icons[aria-expanded="true"]
    .remove {
    display: block;
}
#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0;
}
#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: 0.625rem;
    border-bottom: 1px solid #f6f6f6;
}
#mobile_top_menu_wrapper .top-menu .collapse {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .collapse.in {
    display: block;
}
#mobile_top_menu_wrapper .top-menu .sub-menu {
    box-shadow: none;
    z-index: inherit;
    display: block;
    position: static;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    background: #fff;
}
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
    display: block;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
    border-bottom: 1px solid #7a7a7a;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
    margin: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
    text-transform: none;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
    padding: 0.625rem;
    border-bottom: 1px solid #fff;
    font-weight: 700;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
    padding-left: 1.25rem;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
    padding-left: 2.5rem;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
    padding-left: 3.75rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #7a7a7a;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 0.625rem;
}
#mobile_top_menu_wrapper
    .js-top-menu-bottom
    .language-selector-wrapper
    .language-selector {
    display: inline;
}
#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: 0.625rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 0.625rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
    padding: 0.625rem 0;
    display: block;
    width: 100%;
}
body#checkout #header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0;
}
body#checkout .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body#checkout a:hover {
}
body#checkout section#content {
    margin-bottom: 1.563rem;
}
body#checkout .container {
    min-height: 100%;
}
body#checkout section.checkout-step {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /*padding:.9375rem*/
}
body#checkout section.checkout-step:last-child {
    border: 0;
}
body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 0.9375rem;
    position: relative;
}
body#checkout section.checkout-step .content {
    /*padding:0 2.313rem*/
    padding: 0.9375rem 2.313rem;
}
body#checkout section.checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: 400;
}
body#checkout section.checkout-step .step-edit .edit {
    font-size: 1rem;
}
body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5;
}
body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
    display: none;
}
body#checkout section.checkout-step.-unreachable .step-title {
    cursor: not-allowed;
    opacity: 0.5;
}
body#checkout section.checkout-step.-current .step-title {
    cursor: default;
}
body#checkout section.checkout-step.-current .content {
    display: block;
}
body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none;
}
body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
    width: 50px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 0.125rem;
    color: #7a7a7a;

    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px;
    font-size: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
body#checkout section.checkout-step.-reachable.-complete h1:hover .step-edit i {
    color: var(--primary);
}
body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;
}
body#checkout section.checkout-step small {
    color: #7a7a7a;
}
body#checkout section.checkout-step .default-input {
    min-width: 40%;
}
body#checkout section.checkout-step .default-input[name="address1"],
body#checkout section.checkout-step .default-input[name="address2"] {
    min-width: 60%;
}
body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem;
}
body#checkout section.checkout-step .radio-field label {
    display: inline;
}
body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem;
}
body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
    margin-top: 0;
}
body#checkout section.checkout-step .select-field div {
    background: #f6f6f6;
    padding: 0.625rem 3.125rem;
}
body#checkout section.checkout-step .form-footer {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
}
body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem;
}
body#checkout section.checkout-step #conditions-to-approve label {
    cursor: pointer;
    font-size: 0.875rem;
}
body#checkout section.checkout-step .payment-options label {
    display: inline-block;
    font-size: 0.875rem;
    margin: 0;
}
body#checkout section.checkout-step .payment-options .custom-radio {
}
body#checkout section.checkout-step .payment-options .payment-option {
}
body#checkout section.checkout-step .step-number {
    display: inline-block;
    width: 50px;
    text-align: center;
    padding: 0 0.8125rem;
}
body#checkout
    section.checkout-step
    .payment-options
    .payment-option-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

body#checkout
    section.checkout-step
    .payment-options
    .payment-option-item
    .additional-information {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 0.875rem;
}
body#checkout
    section.checkout-step
    .payment-options
    .payment-option-item
    .card-header {
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 0;
    cursor: pointer;
}
body#checkout section.checkout-step .address-item.selected {
    /*	background:#fff;
	border:3px solid var(--primary)
*/
}
body#checkout section.checkout-step .address-item:not(.selected) {
    background: #f0f0f0;
}
body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.625rem;
}
body#checkout section.checkout-step .radio-block {
    width: 100%;
    text-align: left;
    cursor: pointer;
}
body#checkout section.checkout-step .custom-radio {
    margin-right: 0;
}
body#checkout section.checkout-step hr {
    margin: 0;
}
body#checkout section.checkout-step .delivery-options {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 0.3rem;
}
body#checkout section.checkout-step .delivery-option {
    cursor: pointer;
    background: #f6f6f6;
    transition: all 0.3s;
    margin-bottom: 1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
body#checkout section.checkout-step .delivery-option:not(.selected):hover,
body#checkout section.checkout-step .delivery-option:not(.selected):focus {
    background: #eaeaea;
}
body#checkout section.checkout-step .delivery-option.selected {
    background: var(--primary);
    color: #fff;
}
body#checkout
    section.checkout-step
    .delivery-option
    .custom-radio
    input[type="radio"]
    + span:after {
    background: #fff;
}
body#checkout section.checkout-step .delivery-option label {
    text-align: inherit;
    margin-bottom: 0;
    font-size: 0.875rem;
    padding: 0.9375rem 0;
    cursor: pointer;
}
body#checkout section.checkout-step .delivery-option label .row {
    display: flex;
    align-items: center;
    pointer-events: none;
}
body#checkout section.checkout-step .delivery-option img {
    max-height: 60px;
    max-width: 120px;
}
body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left;
    margin-bottom: 0;
}
body#checkout section.checkout-step .carrier-delay {
    font-size: 0.75rem;
    line-height: normal;
    margin-top: 5px;
}
body#checkout section.checkout-step .carrier-price {
    font-weight: 700;
}
body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin-left: 0.3125rem;
    margin-top: 1.563rem;
}
body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left;
}
body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
}
body#checkout section.checkout-step .sign-in {
    font-size: 0.875rem;
}
body#checkout section.checkout-step .forgot-password {
    text-align: center;
}
body#checkout .additional-information {
}
body#checkout .condition-label {
    margin-left: 2.5rem;
}
body#checkout .condition-label label {
    text-align: inherit;
}
body#checkout .cancel-address {
    margin: 0 5px;
}
body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #f1f1f1;
}
body#checkout #cart-summary-product-list {
    font-size: 0.875rem;
    border-bottom: 1px solid #e8e8e8;
}
body#checkout #cart-summary-product-list img {
}
body#checkout #cart-summary-product-list .media {
    flex-basis: 80px;
    padding: 0.25rem 0;
}
body#checkout #cart-summary-product-list .media + .media {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
body#checkout #cart-summary-product-list .media-left {
    padding-right: 10px;
    flex: 1;
}
body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
    flex: 5;
}
.card.cart-summary .card-block-spe .cart-summary-products > p {
    margin: 0;
}
.card.cart-summary .card-block-spe .cart-summary-products > p a {
    padding: 10px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.card.cart-summary .card-block-spe .cart-summary-products > p a span {
    display: flex;
    align-items: center;
    text-align: right;
    margin-left: auto;
    font-size: 0.75rem;
}
.card-block.card-block-spe {
    padding: 0;
}
.media-list {
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
}
.media-list .media {
    padding: 0.25rem 0;
    flex-basis: 80px;
}
.media .product-name {
    font-weight: 700;
}
.media .product-price {
    font-size: inherit;
}
.media .product-line-info {
    color: #777;
    font-size: 0.75rem;
}
.media-body .product-name {
    flex: auto;
}
.media-body .product-price,
.media-body .product-quantity {
    text-align: right;
    padding: 0 5px;
    margin-bottom: 0;
}
body#checkout #order-summary-content {
    padding-top: 0.9375rem;
}
body#checkout #order-summary-content h4.h4 {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    color: #232323;
}
body#checkout #order-summary-content h4.black {
    color: #000;
}
body#checkout #order-summary-content h4.addresshead {
    margin-top: 0.1875rem;
}
body#checkout #order-summary-content .noshadow {
    box-shadow: none;
}
body#checkout #order-summary-content #order-items {
    border-right: 0;
}
body#checkout #order-summary-content #order-items h3.h3 {
    color: #232323;
    margin-top: 1.25rem;
}
body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0;
}
body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 0;
}
body#checkout #order-summary-content .summary-selected-carrier {
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 1rem;
}
body#checkout #order-summary-content .summary-selected-carrier .logo-container {
    text-align: center;
}
body#checkout
    #order-summary-content
    .summary-selected-carrier
    .logo-container
    img {
    width: 3.125rem;
}
body#checkout #order-summary-content .step-edit {
    display: inline;
    color: #7a7a7a;
}
body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer;
}
body#checkout #order-summary-content a .step-edit {
    color: #7a7a7a;
}
body#checkout #delivery,
body#checkout #gift_message {
    max-width: 100%;
}
body#checkout #delivery textarea,
body#checkout #gift_message textarea {
    max-width: 100%;
    margin-bottom: 10px;
}
#order-details {
}
#order-details > .card-title {
    margin-bottom: 1.875rem;
}
#order-details ul {
    margin-bottom: 1.25rem;
}
#order-details ul li {
    margin-bottom: 0.625rem;
}
#order-confirmation .bordered-right {
    border-right: 1px solid rgba(0 0 0 / 12.5%);
}
#order-confirmation #main {
    font-size: 0.875rem;
}
#order-items .h3 {
    font-size: 1rem;
}
@media (max-width: 991px) {
    #order-items .h3._desktop-title {
        display: none;
    }
}
#order-items hr {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 0;
}
#order-items table {
    width: 100%;
}
#order-items table tr {
    height: 1.875rem;
}
#order-items table tr td:last-child {
    text-align: right;
}
#order-items table tr td {
    padding: 0.5rem;
    font-size: 0.875rem;
}
#order-items .table-cells {
    background: rgba(0 0 0 / 2.5%);
    border-top: 1px solid rgba(0 0 0 / 0.125);
}
#order-items .table-cells .total-value {
    background-color: #f1f1f1;
    font-weight: 700;
    font-size: 1rem;
}
#order-items table tr.taxes td {
    text-align: left;
}
#order-items table tr.taxes td .value {
    padding-top: 0;
}
#order-items .order-line {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 300;
}
#order-items .order-line + .order-line {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#order-items .image img {
    width: 100%;
    max-width: 120px;
    border: 1px solid lightgray;
}
#order-items .details {
}
#order-items .details .customizations {
    margin-top: 0.625rem;
}
#order-items .qty {
}
#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem;
}
@media (max-width: 991px) {
    .done {
        padding: 0;
    }
    body#checkout section.checkout-step .address-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    body#checkout section.checkout-step .delivery-option-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .delivery-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
    }
    .delivery-option .custom-radio {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left;
    }
    #order-confirmation #registration-form {
        width: 100%;
    }
}
@media (max-width: 767px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: none;
        margin-top: 0.25rem;
        margin-left: 1.25rem;
    }
    body#checkout #header .header-nav {
        max-height: none;
        padding: 0;
    }
    body#checkout section.checkout-step .content {
        padding: 0.9375rem;
    }
    body#checkout .form-group {
        margin-bottom: 0.5rem;
    }
    #order-items {
        border-right: 0;
        margin-bottom: 2.5rem;
    }
    #order-items .card-title {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    #order-items hr {
        border-top-color: #f1f1f1;
    }
    .bold {
        font-weight: 700;
    }
    #order-details {
        padding-left: 0.9375rem;
    }
    #order-details .card-title {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
}
@media (max-width: 575px) {
    body#checkout section.checkout-step .content {
    }
    #payment-confirmation button {
        font-size: 0.875rem;
    }
    #payment-confirmation button.btn {
        white-space: normal;
    }
}
.js-payment-binary,
.js-payment-binary .accept-cgv {
    display: none;
}
.js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.js-payment-binary.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.js-payment-binary.disabled .accept-cgv {
    display: block;
}
.table-labeled td,
.table-labeled th {
    vertical-align: middle;
}
.table-labeled .label {
    font-weight: 400;
    border-radius: 0.25rem;
    font-size: 0.85em;
    padding: 0.25rem 0.375rem;
    margin: 0.125rem;
    color: #fff;
    white-space: nowrap;
}
.page-order .table {
    margin-bottom: 0;
}
.page-order table td,
.page-order table th {
    padding: 0.5rem;
}
.page-order table thead th {
    text-align: center;
}
#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0;
}
#authentication .page-content .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#authentication .page-content .custom-checkbox span {
}
#authentication .page-content .custom-checkbox label {
}
.radio-inline {
    padding: 0 15px 0 0;
}
.radio-inline .custom-radio {
    margin-right: 0;
}
.page-customer-account #content {
}
.page-customer-account #content .order-actions {
    width: 200px;
}
.page-customer-account #content .order-actions a {
    padding: 0.25rem;
    border-radius: 0.25rem;
    font-weight: 300;
    margin: 0.25rem;
    width: 180px;
}
.page-customer-account #content .forgot-password {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 1rem;
    padding-bottom: 0.9375rem;
}
.page-customer-account #content .no-account {
    text-align: center;
    font-size: 1rem;
}
.address {
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.85);
    background: #fff;
}
.address {
    margin-bottom: 1rem;
    position: relative;
    font-size: 0.875rem;
    color: #232323;
}
.address .address-body {
    padding: 1rem 1rem 2rem;
    width: 100%;
    text-align: left;
    margin: 0;
}
.address .address-body .custom-radio {
    margin-bottom: 10px;
    display: block;
}
.address .address-body .custom-radio > span {
    margin-right: 0;
}
.address label.address-body {
    cursor: pointer;
    text-align: center;
}

.address .address-body h4 {
    font-size: 1rem;
    font-weight: 700;
}
.address .address-body address {
    margin-bottom: 0;
}
.address .address-footer {
    position: absolute;
    transform: translateY(-50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    width: 100%;
    justify-content: center;
}
.address .address-footer a {
    color: #7a7a7a;
    margin: 0;
    border: 1px solid #dadada;
    padding: 0.5rem 1rem;
}
.address .address-footer a:hover {
    color: #232323;
}
.address .address-footer a i {
    font-size: 1rem;
}
.address .address-footer a,
.address .address-footer a span {
    font-size: 0.675rem;
    vertical-align: middle;
}
.addresses-footer {
    margin: 0 0.9375rem;
}
.addresses-footer a,
.addresses-footer a:hover {
    color: #232323;
}
.addresses-footer a i {
    /* font-size:1rem */
    vertical-align: middle;
}
.addresses-footer a span {
    font-size: 1rem;
    vertical-align: middle;
    /*margin-top:.625rem*/
}
.page-order-detail {
}
.page-order-detail .box {
    /*box-shadow:0 2px 3px 0 rgba(0,0,0,.2);*/
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}
.page-order-detail h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 1rem;
}
.page-order-detail #order-infos ul {
    margin: 0;
}
.page-order-detail #order-history .history-lines .history-line {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0;
}
.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.25rem 0.375rem;
    color: #fff;
    border-radius: 0.25rem;
}
.page-order-detail .addresses {
    margin: 0 -0.9375rem;
}
.page-order-detail .addresses h4 {
    font-size: 1rem;
    font-weight: 700;
}
.page-order-detail #order-products.return {
    margin-bottom: 1rem;
}
.page-order-detail #order-products.return th.head-checkbox {
    width: 30px;
}
.page-order-detail #order-products.return td {
    padding: 1.375rem 0.75rem;
}
.page-order-detail #order-products.return td.qty {
    min-width: 125px;
}
.page-order-detail #order-products.return td.qty .current {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 0.5rem;
}
.page-order-detail #order-products.return td.qty .select {
    width: 70%;
    float: left;
    margin: -0.625rem 0;
    padding-left: 0.25rem;
}
.page-order-detail #order-products.return td.qty .select select {
    text-align: center;
}
.page-order-detail .order-items {
    padding: 0 !important;
}
.page-order-detail .order-items .order-item {
    padding: 1rem 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.page-order-detail .order-items .order-item .checkbox {
    width: 30px;
    float: left;
    padding: 0 0.9375rem;
}
.page-order-detail .order-items .order-item .content {
    width: calc(100% - 30px);
    float: left;
    padding: 0 0.9375rem;
}
.page-order-detail .order-items .order-item .desc {
    margin-bottom: 1rem;
}
.page-order-detail .order-items .order-item .desc .name {
    font-weight: 700;
}
.page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem;
}
.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: 0.25rem;
}
.page-order-detail .messages .message {
    margin-top: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.page-order-detail .messages .message:last-child {
    border-bottom: 0;
}
.page-order-detail .messages .message > div {
    margin-bottom: 0.5rem;
}
.page-order-detail .customization {
    margin-top: 0.75rem;
}
#order-return-infos .thead-default th {
    color: #232323;
}
#order-return-infos .customization {
    margin-top: 0.75rem;
}
.page-content-customer #center-column {
    /*box-shadow:0 2px 3px 0 rgba(0,0,0,.2);*/
    background: #fff;
    font-size: 0.875rem;
    position: relative;
}
.page-content-customer .links a.active {
    /*box-shadow: 0px 0px 3px 0px rgba(0,0,0,.2);*/
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: -1px;
    border-bottom-color: #fff;
    background: #fff;
    z-index: 1;
}
.page-content-customer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-content-customer #left-column .links {
    flex-direction: column;
}
.page-content-customer #left-column .links a.active {
    border: 0;
    color: #000;
    background: #f1f1f1;
}
.page-content-customer #left-column .links a.active i {
    color: var(--primary);
}

.page-content-customer .links a {
    text-align: left;
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7a7a7a;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}
.page-content-customer .links a span.link-item {
    display: flex;
    align-items: center;
    line-height: normal;
    height: 100%;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
}
.page-content-customer .links a i {
    display: block;
    font-size: 1.6rem;
    width: 3rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    color: #232323;
    height: auto;
}
.page-content-customer .links a:hover {
    color: #232323;
}
.page-content-customer .links a:hover i {
    color: var(--primary);
}
.page-content-customer .page-header h1 {
    max-width: none;
    padding: 25px 0;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.page-content-customer #notifications .container {
    max-width: none;
}
#history .orders {
    margin: 0 -1rem;
}
#history .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#history .orders .order a h3 {
    color: #7a7a7a;
}
#history .orders .order .label {
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.25rem 0.375rem;
    color: #fff;
    border-radius: 0.25rem;
}
#history .orders .order:last-child {
    border-bottom: 0;
}
.page-footer .account-link i {
    font-size: 1rem;
    vertical-align: middle;
}
.page-footer .account-link span {
    font-size: 0.875rem;
    vertical-align: middle;
}
.login-form {
    margin-top: 15px;
}
.forgotten-password {
    padding: 4px;
}
.forgotten-password .form-fields .center-email-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .forgotten-password .form-fields .center-email-fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.forgotten-password .form-fields .center-email-fields button {
}
.forgotten-password .form-fields .email {
}
@media (max-width: 767px) {
    .forgotten-password .form-fields .email {
    }
}
.forgotten-password .form-fields .email input {
}
.forgotten-password .form-fields label.required {
    width: 130px;
}
.send-renew-password-link {
    text-align: center;
}
.renew-password .email {
    padding-bottom: 30px;
}
.carousel,
.carousel .carousel-inner,
.carousel .slick-list,
.carousel .slick-track,
.carousel .slick-slide,
.carousel figure {
    height: 100%;
}
.carousel .direction {
    z-index: auto;
}
.carousel .carousel-inner {
    margin-bottom: 0;
}
.carousel .carousel-item {
    height: 100%;
    position: relative;
    vertical-align: middle;
}
.carousel .carousel-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.carousel .carousel-item .caption {
    position: absolute;
    bottom: 28px;
    left: 30px;
    color: #fff;
    max-width: 420px;
}
.carousel .carousel-item .caption .caption-description p {
    color: #fff;
}
.carousel .carousel-item figure {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
}
.carousel .carousel-control {
    opacity: 1;
}
.carousel .carousel-control .icon-next:before,
.carousel .carousel-control .icon-prev:before {
    content: "";
}
.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    font-size: 3.125rem;
    color: #fff;
}
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: var(--primary);
}
.carousel .carousel-control .icon-prev {
    left: 1rem;
}
.carousel .carousel-control .icon-next {
    right: 2rem;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background: none;
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
    .carousel .carousel-item .caption {
        bottom: calc(50% - 2rem);
        left: 10%;
    }
    .carousel .carousel-item .caption .display-1 {
        font-size: 2rem;
    }
    .carousel .carousel-item .caption-description {
        display: none;
    }
}
@media (max-width: 767px) {
    .carousel .carousel-item .caption {
        bottom: calc(50% - 1.5rem);
    }
    .carousel .carousel-item .caption .display-1 {
        font-size: 1.5rem;
    }
    .carousel .carousel-control .icon-next i,
    .carousel .carousel-control .icon-prev i {
        font-size: 2rem;
    }
}
.featured-products {
}
#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-miniature .product-description-content {
    font-size: 0.875rem;
    line-height: normal;
    margin-bottom: 1rem;
    flex: auto;
}
#products .products.slide,
.featured-products .products.slide,
.product-accessories .products.slide,
.product-miniature .products.slide {
    flex-wrap: nowrap;
}
#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
    display: block;
    box-shadow: var(--text-shadow);
    overflow: hidden;
}
#products .product-thumbnail img,
.featured-products .product-thumbnail img,
.product-accessories .product-thumbnail img,
.product-miniature .product-thumbnail img {
    transform: scale(1);
    transition: 0.3s;
}
#products .product-thumbnail:hover img,
.featured-products .product-thumbnail:hover img,
.product-accessories .product-thumbnail:hover img,
.product-miniature .product-thumbnail:hover img {
    transform: scale(1.1);
}
/*#products .product-title a,.featured-products .product-title a,.product-accessories .product-title a,.product-miniature .product-title a {
	font-size: 1.125rem;
	text-decoration:none;
	text-align:center;
	font-weight:400
}*/
#products .product-manufacturer-name,
.featured-products .product-manufacturer-name,
.product-accessories .product-manufacturer-name,
.product-miniature .product-manufacturer-name {
    font-family: var(--text-font);
    font-size: 13px;
    text-transform: uppercase;
}
.product-thumbnail-wrapper {
    position: relative;
    padding: 1px;
    overflow: hidden;
}
.card .quick-view {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 5px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: opacity 0.3s;
}
.card:hover .quick-view {
    opacity: 1;
}
.card .quick-view i {
    display: block;
    text-align: center;
}
.products-section-title {
    text-align: center;
    margin-bottom: 4rem;
}
.products-section-title a {
    color: currentColor;
}
.product-title a {
    font-size: 17px;
    text-transform: uppercase;
    font-family: var(--title-font);
    color: black;
}
.product-title.product-line-info {
    color: #020204;
    font-size: 0.875rem;
    text-decoration: none;
    font-weight: 600;
}
.product-line-info {
    font-size: 0.875rem;
}
.product-price-and-shipping {
    color: #232323;
    font-size: 13px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    text-transform: lowercase;
    gap: 5px;
}
.product-price-and-shipping .price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    vertical-align: baseline;
}
#products .product-price-and-shipping .discount-product,
.featured-products .product-price-and-shipping .discount-product,
.product-accessories .product-price-and-shipping .discount-product,
.product-miniature .product-price-and-shipping .discount-product {
    display: none;
}
#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
    position: relative;
    text-align: center;
    width: 100%;
    top: -0.25em;
    padding-top: 0.1875rem;
    min-height: 2.5rem;
    background: #fff;
}
#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
    transition: bottom 0.3s;
    margin: auto 0 0;
}
#products .highlighted-informations > *,
.featured-products .highlighted-informations > *,
.product-accessories .highlighted-informations > *,
.product-miniature .highlighted-informations > * {
    flex: 1;
    margin: 0px;
    padding: 0 0.25rem;
    display: flex;
    flex-wrap: wrap;
}
.highlighted-informations > div,
.highlighted-informations form > div {
    flex: 1;
    padding: 0 0.25rem;
}
.highlighted-informations .product-variants {
    flex: none;
    width: 100%;
}
.highlighted-informations .product-variants > .product-variants-item {
    margin: 0 0 0.5rem 0;
}
.highlighted-informations .product-variants > .product-variants-item > span {
    display: inline-block;
    min-width: 35%;
    font-size: 0.75rem;
}
.highlighted-informations .product-variants > .product-variants-item ul,
.highlighted-informations
    .product-variants
    > .product-variants-item
    ul
    li
    label,
.highlighted-informations
    .product-variants
    > .product-variants-item
    ul
    li
    label
    span.color {
    vertical-align: top;
    margin: 0;
}
.highlighted-informations
    .product-variants
    > .product-variants-item
    ul
    li
    label
    span.color {
    box-shadow: 0 0 1px;
}
.highlighted-informations .btn {
    height: 100%;
    width: 100%;
}
#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
    color: #7a7a7a;
    font-size: 1rem;
}
#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
    color: var(--primary);
}
.card-footer.highlighted-informations {
    padding: 0.5rem 0.25rem;
}
.product-description {
    z-index: 3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex: auto;
    line-height: normal;
}
.product-description p:last-child {
    margin-bottom: 0;
}
.product-miniature {
    padding-top: 15px;
    padding-bottom: 15px;
}
.products.slide .product-miniature {
    height: 100%;
}
#product-comments-list-header {
    color: #fff;
    background: var(--primary);
}
#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
    text-align: center;
    color: #7a7a7a;
}
#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    vertical-align: baseline;
}
#products .count,
.featured-products .count,
.product-accessories .count,
.product-miniature .count {
    color: #7a7a7a;
    font-weight: 700;
    position: relative;
    bottom: 0.5rem;
}
.all-product-link {
    clear: both;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.all-product-link:hover {
}
@media (max-width: 767px) {
    #products .all-product-link,
    .featured-products .all-product-link,
    .product-accessories .all-product-link,
    .product-miniature .all-product-link {
        display: block;
        text-align: center;
    }
}
#custom-text {
    background: #fff;
    padding: 3rem 0;
    text-align: center;
}
#custom-text h2 {
    font-size: 1.563rem;
}
#custom-text p {
    font-weight: 300;
    font-size: 0.8125rem;
}
#custom-text p .dark {
    /*	color:#7a7a7a;
	font-weight:400*/
}
.page-content.page-cms {
    background: #fff;
    padding: 1.25rem;
    text-align: justify;
}
.page-content.page-cms .cms-box img {
    max-width: 100%;
}
@media (max-width: 991px) {
    #block-cmsinfo {
        padding: 1.25rem 1.875rem;
    }
}
#products {
    color: #7a7a7a;
}
#products .products-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#products .up {
    margin-bottom: 1rem;
}
#products .up .btn-secondary,
#products .up .btn-tertiary {
    color: #7a7a7a;
    text-transform: inherit;
}
#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
    margin-right: 0;
}
.block-category {
    margin-bottom: 1rem;
}
.block-category.block-category-empty {
    min-height: auto;
}
.block-category .block-category-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-category .block-category-inner.is-opened #category-description {
    max-height: none;
}
.block-category .block-category-inner:before {
    cursor: pointer;
    content: "keyboard_arrow_down";
    font-family: "Material Icons";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    font-size: 34px;
    color: #3c0808;
    transform: translate(-50%, 50%);
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.block-category .block-category-inner:hover:before {
    animation: bounce 1s infinite;
}
@keyframes bounce {
    0% {
        transform: translate(-50%, 50%);
    }
    25% {
        transform: translate(-50%, 40%);
    }
    50% {
        transform: translate(-50%, 60%);
    }
}
.block-category .block-category-inner.is-opened:before {
    content: "keyboard_arrow_up";
}
.block-category .block-category-inner.is-opened:hover:before {
    animation-direction: reverse;
}
.block-category.block-category-empty .block-category-inner:before,
.block-category .block-category-inner.is-opened.is-always:before,
.block-category .block-category-inner.is-opened #category-description:after {
    content: none;
}
.block-category .block-category-inner #category-description p,
.block-category .block-category-inner #category-description strong {
    font-weight: 400;
    color: #7a7a7a;
}
.block-category .block-category-inner #category-description p {
    color: #232323;
    word-break: break-word;
}
.block-category .block-category-inner #category-description p:last-child {
    margin-bottom: 0;
}
.block-category .block-category-inner .category-cover img {
    width: 141px;
    height: 180px;
}
.card-img-top .card-title {
    margin-bottom: 0;
}

.card-img-top .thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-img-top .thumbnail:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
@media (min-width: 768px) {
    .category-cover {
        position: relative;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        z-index: 1;
        overflow: hidden;
    }
    .category-cover:after {
        content: "";
        display: block;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .category-cover h1 {
        min-height: 30vh;
        margin: 0;
        color: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        padding: 25px;
    }
}
.products-selection .sort-by-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    margin-right: -0.9375rem;
    margin-left: 0.9375rem;
    text-align: right;
}
.products-selection .total-products,
.products-selection h1 {
    padding-top: 0.625rem;
}
.products-sort-order {
    color: #7a7a7a;
}
.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #232323;
    background: #fff;
    padding: 0.625rem;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    line-height: normal;
    align-items: center;
    justify-content: flex-end;
}
.products-sort-order .select-title i {
    margin-left: auto;
}
.products-sort-order .select-list {
    display: block;
    color: #232323;
    padding: 0.625rem 1.25rem;
}
.products-sort-order .select-list:hover {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
}
.products-sort-order .dropdown-menu {
    left: 16px;
    right: 16px;
    background: #f6f6f6;
    border: none;
    border-radius: 0;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1),
        0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    margin: 0;
}
.facet-dropdown {
    color: #7a7a7a;
    padding-left: 0;
    padding-right: 0;
    background: #f1f1f1;
    border: 3px solid transparent;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px #f1f1f1;
}
.facet-dropdown.open {
    border: 0;
}
.facet-dropdown.open > .select-title {
    border: 3px solid var(--primary);
    background: rgba(0, 0, 0, 0.15);
}
.facet-dropdown .select-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    width: 100%;
    color: #232323;
    background: #f1f1f1;
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    cursor: pointer;
}
.facet-dropdown .select-title > i {
    margin-left: auto;
}
.facet-dropdown .select-list {
    display: block;
    color: #232323;
    background: rgba(0, 0, 0, 0.15);
    padding: 0.625rem 1.25rem;
}
.facet-dropdown .select-list:hover {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
}
.facet-dropdown .dropdown-menu {
    padding: 0;
    margin-top: 3px;
    left: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    border: none;
    box-shadow: 1px 1px 1px 1px #f1f1f1;
}
#search_filters,
#search_filters_brands,
#search_filters_suppliers {
}
#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 0.625rem;
}
#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
    display: block;
}
#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
    color: #7a7a7a;
}
#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0;
}
#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    color: #232323;
    display: inline-block;
    font-size: 0.9375rem;
}
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 0;
}
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0.3125rem;
}

.pagination {
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
}
.page-link-empty,
.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9e9c9c;
    background-color: #efeeee;
    border: 1px solid #dee2e6;
    text-align: center;
    height: 100%;
}
.page-link:hover {
    color: var(--primary-dark);
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-item {
    min-width: 42px;
}
.page-item.active .page-link {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.page-item.disabled .page-link {
    color: #6c757d;
    background-color: inherit;
    border-color: #dee2e6;
}
.page-link i.material-icons {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.active_filters {
    background: #dededd;
    padding: 0.625rem 1.875rem 0;
    margin-bottom: 1.25rem;
}
.active_filters .active-filter-title {
    display: inline;
    margin-right: 0.625rem;
    font-weight: 600;
}
.active_filters ul {
    display: inline;
}
.active_filters .filter-block {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    color: #232323;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    background: #fff;
    padding: 0.625rem;
    display: inline-block;
    font-size: 0.8125rem;
}
.active_filters .filter-block .close {
    color: #232323;
    font-size: 0.9375rem;
    opacity: 1;
    margin-top: 0.1875rem;
    margin-left: 0.3125rem;
}
.block-categories {
}
.block-categories .category-sub-menu {
    margin: 0 -1rem -1rem;
}
.block-categories .category-sub-menu .category-sub-menu {
}
.block-categories .category-sub-menu .category-sub-link {
    padding: 0.5rem;
    font-size: 0.875rem;
    display: block;
    position: relative;
}
.block-categories .category-sub-menu > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.block-categories .category-sub-menu li[data-depth="1"] > a {
    padding: 0.5rem 1.5rem;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
    font-weight: 600;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 1rem;
}
.block-categories .category-sub-menu .category-sub-menu {
    margin: 0;
}
.block-categories
    .category-sub-menu
    li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 2rem;
}
.block-categories a {
    color: #232323;
}
.block-categories a:hover {
    color: var(--primary);
}
.block-categories .arrows,
.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    padding: 0;
    bottom: 0;
    width: 3rem;
    top: 0;
    color: #232323;
    cursor: pointer;
    text-align: right;
}
.block-categories .arrows > *,
.block-categories .collapse-icons > * {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none;
}
.block-categories .collapse-icons[aria-expanded="true"] .remove {
    display: flex;
}
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: var(--primary);
}
.block-categories .collapse-icons .remove {
    display: none;
}
.block-categories .arrows .arrow-down,
.block-categories .arrows .arrow-right {
    font-size: 0.875rem;
    cursor: pointer;
    color: #232323;
    margin-left: 2px;
}
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
    color: var(--primary);
}
.block-categories .arrows .arrow-down,
.block-categories .arrows[aria-expanded="true"] .arrow-right {
    display: none;
}
.block-categories .arrows[aria-expanded="true"] .arrow-down {
    display: flex;
}
.facets-title {
    color: #232323;
}
.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
    padding: 0.75rem 0.5rem 0.6875rem;
}
.advertising-block {
    margin-bottom: 1.563rem;
}
.advertising-block img {
    width: 100%;
}
#left-column {
    padding: 0 15px;
}
#left-column > div {
    box-shadow: 0 0 0;
    margin: 0 0 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}
.PM_ASCriterionsGroupTitle {
    font-weight: 300;
}
#left-column h4,
#left-column .h4,
.PM_ASBlockTitle,
.title_block {
    display: block;
    text-transform: uppercase;
    /* padding: 1rem 3rem 1rem 1rem; */
    margin-bottom: 1rem;
    line-height: 1.1;
    font-weight: 300;
    font-size: 1.5rem;
    position: relative;
}
.hi-blog-sidebar-block li {
    padding: 0;
}
.hi-blog-sidebar-block a {
    display: block;
    padding: 0;
}
.hi-blog-sidebar-items {
    margin: 0;
}
.hi-blog-hover-effect figure {
    margin: 0;
}
.hi-blog-sidebar-items .post-info-block {
    padding: 1rem;
}
.hi-blog-sidebar-items.owl-carousel.owl-drag .owl-item {
}
@media (max-width: 991px) {
    #left-column > div + div {
        margin-top: 1rem;
    }
}
@media (max-width: 767px) {
    #category #left-column {
        width: 100%;
    }
    #category #left-column #search_filters_wrapper {
        margin-left: -30px;
        margin-right: -30px;
    }
    #category #left-column #search_filter_controls {
        text-align: center;
        margin-bottom: 1rem;
    }
    #category #left-column #search_filter_controls button {
        margin: 0 0.5rem;
    }
    #category #left-column #search_filters {
        margin-bottom: 0;
        box-shadow: none;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }
    #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    #category #left-column #search_filters .facet .title {
        cursor: pointer;
    }
    #category
        #left-column
        #search_filters
        .facet
        .title
        .collapse-icons
        .remove,
    #category
        #left-column
        #search_filters
        .facet
        .title[aria-expanded="true"]
        .collapse-icons
        .add {
        display: none;
    }
    #category
        #left-column
        #search_filters
        .facet
        .title[aria-expanded="true"]
        .collapse-icons
        .remove {
        display: block;
    }
    #category #left-column #search_filters .facet .facet-title {
        color: #232323;
        text-transform: uppercase;
    }
    #category #left-column #search_filters .facet .h6 {
        margin-bottom: 0;
        padding: 0.625rem;
        display: inline-block;
    }
    #category #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        padding: 0.625rem 0.625rem 0 0;
    }
    #category #left-column #search_filters .facet .collapse {
        display: none;
    }
    #category #left-column #search_filters .facet .collapse.in {
        display: block;
    }
    #category #left-column #search_filters .facet .facet-label a {
        margin-top: 0;
    }
    #category #left-column #search_filters .facet ul {
        margin-bottom: 0;
    }
    #category #left-column #search_filters .facet ul li {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        padding: 0.625rem;
    }
    #category #content-wrapper,
    #category #search_filter_toggler {
        width: 100%;
    }
    .products-sort-order .select-title {
        margin-left: 0;
    }
    .products-selection h1 {
        padding-top: 0;
        text-align: center;
        margin-bottom: 1rem;
    }
    .products-selection .showing {
        padding-top: 1rem;
    }
    #best-sales #content-wrapper,
    #new-products #content-wrapper,
    #prices-drop #content-wrapper {
        width: 100%;
    }
    #wrapper .container .row.mobile-flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    #wrapper .container .row.mobile-flex #left-column {
        order: 2;
    }
}
@media (max-width: 575px) {
    .products-selection .filter-button {
        padding-left: 0;
    }
    #category #left-column #search_filters_wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media screen and (max-width: 767px) {
    .category-cover {
        display: none;
    }
    .block-category {
        min-height: 0;
    }
    .card-block {
        padding: 0;
    }
    .card {
    }
}
.table-cells > .row > div {
    padding-top: 10px;
    padding-bottom: 10px;
}
#product #content {
    position: relative;
    /*max-width:452px;*/
    margin: 0 auto;
}
.product-price {
    color: var(--teal);
    display: inline-block;
}
#product-description-short {
    color: #232323;
}
.product-information {
    font-size: 0.9375rem;
    color: #232323;
}
.product-information .manufacturer-logo {
    height: 35px;
}
.product-information .product-description img {
    max-width: 100%;
    height: auto;
}
.input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.input-container {
    position: relative;
}
.input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.input-radio:checked + span,
.input-radio:hover + span {
    outline: 2px solid #232323;
}
.radio-label {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    display: inline-block;
    padding: 0.125rem 0.625rem;
    font-weight: 600;
    border: 2px solid #fff;
}
.product-variants > .product-variants-item > .control-label,
.product-actions .control-label {
    text-transform: uppercase;
    color: #868686;
    font-size: 14px;
    display: inline-block;
    flex: 1;
}
.product-variants > .product-variants-item > .control-label + *,
.product-actions .control-label + * {
    flex: 3;
    margin-bottom: 0;
    display: inline-block;
}
.product-actions .add {
    text-align: center;
}
.product-actions .add-to-cart {
    justify-content: center;
    line-height: inherit;
    padding: 1rem;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
}
.product-actions .add-to-cart .material-icons {
}
.product-quantity {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.product-quantity .qty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.product-quantity .qty {
}
.product-quantity .qty .input-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.input-group .form-control.js-cart-line-product-quantity,
.product-quantity #quantity_wanted {
    color: #232323;
    background-color: #fff;
    border: 0;
    /*height:2.75rem;*/
    height: auto;
    padding: 0.175rem 0.5rem;
    width: 3rem;
}
.product-quantity .input-group-btn-vertical {
    width: auto;
}
.product-quantity .input-group-btn-vertical .btn {
    padding: 0.5rem 0.6875rem;
    width: 2rem;
    height: 50%;
    padding: 0;
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.btn i {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1rem;
    /*	top:.125rem;
	left:.1875rem*/
}
.product-quantity .btn-touchspin {
    height: 1.438rem;
}
.product-discounts {
    margin-bottom: 1rem;
}
.product-discounts > .product-discounts-title {
    font-weight: 400;
    font-size: 0.875rem;
}
.product-discounts > .table-product-discounts thead tr th {
    width: 33%;
    padding: 0.625rem 1.25rem;
    background: #fff;
    border: 0.3125rem solid #f1f1f1;
    text-align: center;
}
.product-discounts > .table-product-discounts tbody tr {
    background: #f6f6f6;
}
.product-discounts > .table-product-discounts tbody tr:nth-of-type(2n) {
    background: #fff;
}
.product-discounts > .table-product-discounts tbody tr td {
    padding: 0.625rem 1.25rem;
    text-align: center;
    border: 0.3125rem solid #f1f1f1;
}
.product-prices {
    margin-top: 1.25rem;
}
.product-prices div {
    margin-bottom: 0.625rem;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.product-prices .current-price {
    font-size: 2rem;
}
.product-prices .tax-shipping-delivery-label {
    font-size: 0.8125rem;
    color: #7a7a7a;
    display: inline-block;
}
.product-prices .tax-shipping-delivery-label .delivery-information {
    padding: 0 0 0 2px;
}
.product-prices .tax-shipping-delivery-label .delivery-information:before {
    content: "-";
    padding: 0 2px 0 0;
}
.product-discount {
    color: #7a7a7a;
}
.product-discount .regular-price {
    font-weight: 400;
    text-transform: uppercase;
}
.has-discount.product-price,
.has-discount p {
    color: #f39d72;
}
.has-discount .discount {
    background: #f39d72;
    color: #fff;
    font-weight: 600;
    padding: 0.3125rem 0.625rem;
    font-size: 1rem;
    vertical-align: middle;
    line-height: normal;
    margin-left: 0.625rem;
    text-transform: uppercase;
    display: inline-block;
}
.product-unit-price {
    font-size: 0.8125rem;
    margin-bottom: 0;
}
.tabs {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
    background: #fff;
    padding: 0;
}
.tab-content > .tab-pane {
    padding: 1.25rem;
}
.tabs .nav-tabs {
    position: relative;
    border: none;
    border-bottom: 2px solid #f1f1f1;
}
.nav-tabs .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem;
}
.tab-content {
    margin-top: -1px;
    background: #fff;
    border: 1px solid #dee2e6;
    font-size: 0.875rem;
}
.tabs .nav-tabs .nav-link {
    color: #7a7a7a;
    border: 0 solid transparent;
}
.tabs .nav-tabs .nav-link.active {
    color: var(--primary);
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid var(--primary);
}
.tabs .nav-tabs .nav-item {
    float: left;
    margin-bottom: -0.125rem;
}
#blockcart-modal {
    color: #232323;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
#blockcart-modal.modal.fade.in {
}
#blockcart-modal .modal-header {
    background: #fff;
}
#blockcart-modal .modal-header .close {
    opacity: 1;
}
#blockcart-modal .modal-header .close .material-icons {
    color: #363a42;
}
#blockcart-modal .modal-body {
    background: #fff;
    padding: 0;
}
#blockcart-modal .modal-body .row {
}
#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: 0.3125rem;
}
@media (max-width: 767px) {
    #blockcart-modal .modal-body .divide-right span {
        display: block;
        padding: 0 0.5rem;
    }
}
#blockcart-modal .modal-dialog {
    max-width: 640px;
    width: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 auto;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 0;
}
#blockcart-modal .product-image {
    width: 100%;
    display: block;
    margin: 0 auto;
}
#blockcart-modal .modal-title {
    color: #353943;
    font-size: 1.3rem;
    font-weight: 400;
}
#blockcart-modal .modal-title i.material-icons {
    margin-right: 1.875rem;
    color: #4cbb6c;
}
#blockcart-modal .product-name {
    color: var(--primary);
    font-size: 2.125rem;
    margin: 0 0 15px;
}
@media (max-width: 767px) {
    #blockcart-modal .product-name {
        padding: 0 0.5rem;
    }
}
#blockcart-modal .product-price {
    color: #363a42;
    display: block;
}
@media (max-width: 767px) {
    #blockcart-modal .product-price {
        padding: 0 0.5rem;
    }
}
#blockcart-modal .cart-content {
    grid-gap: 5px;
}
#blockcart-modal .cart-content p {
    color: #363a42;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
}
#blockcart-modal .cart-content p.product-total {
    background-color: #f1f1f1;
    padding: 0.5rem;
}
#blockcart-modal .cart-content p.cart-products-count {
    font-size: 1.3rem;
    justify-content: center;
    color: #6c868e;
    font-weight: 600;
}
#blockcart-modal .cart-content p.product-tax {
    display: inherit;
    font-size: 0.875rem;
}
#blockcart-modal .cart-content p .label,
#blockcart-modal .cart-content p .value {
    font-weight: 600;
}
#blockcart-modal .cart-content-btn {
    text-align: center;
    display: flex;
}
#blockcart-modal .cart-content-btn button {
    margin-bottom: 0;
}
#blockcart-modal .cart-content-btn .btn {
    white-space: inherit;
    flex: auto;
    padding: 0.75rem 1.5rem;
}
#blockcart-modal .divide-right {
    border-right: 1px solid #dbdbdb;
}
#blockcart-modal .divide-bottom {
    border-bottom: 1px solid #dbdbdb;
}
#main .images-container .js-qv-mask {
    white-space: nowrap;
    overflow: hidden;
}
#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 60px);
    margin: 0 auto;
}
.scroll-box-arrows {
    display: none;
}
.scroll-box-arrows.scroll {
    display: block;
}
.scroll-box-arrows i {
    position: absolute;
    bottom: 0;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    height: auto;
}
.scroll-box-arrows .left {
    left: 0;
}
.scroll-box-arrows .right {
    right: 0;
}
#product-availability {
    position: relative;
    line-height: normal;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#product-availability i {
    line-height: normal;
    font-size: 0.875rem;
    vertical-align: bottom;
    width: 1rem;
    text-align: center;
    margin-right: 1rem;
}
#product-availability .material-icons {
    line-height: inherit;
}
#product-availability .product-available {
    color: #4cbb6c;
}
#product-availability .product-last-items,
#product-availability .product-unavailable {
    color: #ff9a52;
}
#product-details .label {
    font-size: 1rem;
    color: #232323;
    font-weight: 700;
}
.product-features {
    margin-top: 1.25rem;
}
.product-features > dl.data-sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-gap: 2px;
    margin-bottom: 0;
}
.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.05);
    padding: 0.625rem;
    min-height: 2.5rem;
    word-break: normal;
    text-transform: capitalize;
}
.product-features > dl.data-sheet dd.value:nth-of-type(2n),
.product-features > dl.data-sheet dt.name:nth-of-type(2n) {
    background: rgba(0, 0, 0, 0.15);
}
.product-add-to-cart {
    margin-bottom: 1rem;
}

.product-variants > .product-variants-item {
    margin: 1.25rem 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.product-variants > .product-variants-item select {
    font-size: 14px;
    /* padding: 0.75rem 1rem; */
    /* height: auto; */
}
.product-variants > .product-variants-item ul {
    display: flex;
    margin: 0 -0.5rem;
    padding: 0 1px;
    flex-wrap: wrap;
}
.product-variants > .product-variants-item ul li {
    vertical-align: middle;
    flex-basis: 10%;
}
.product-variants > .product-variants-item label {
    vertical-align: top;
    margin: 0;
    display: block;
    padding: 0.5rem;
}
.product-variants > .product-variants-item .color {
    margin: 0;
    display: block;
    width: auto;
    border: 0;
    transition: all 0.3s;
    height: auto;
}
.product-variants > .product-variants-item .color.active,
.product-variants > .product-variants-item .color:hover {
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 50%);
}
.product-variants > .product-variants-item .input-color:checked + span {
    box-shadow: 0 0 0 2px rgb(0 0 0 / 75%);
    border: 1px solid #fff;
}
.product-variants > .product-variants-item .color:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.card-footer .product-variants > .product-variants-item ul {
    /* margin: 0 -.25rem; */
}
.card-footer .product-variants > .product-variants-item ul li {
    flex-basis: 20%;
}
.card-footer .product-variants > .product-variants-item label {
    padding: 0.25rem;
}
.product-flags {
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-flags li.product-flag {
    pointer-events: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: var(--primary);
    font-weight: 700;
    padding: 0.3125rem 0.4375rem;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0.625rem;
    font-size: 1rem;
}
.product-flags li.product-flag.online-only {
    position: absolute;
    top: 25rem;
    right: 0;
    z-index: 1;
    font-size: 0.8125rem;
    margin-top: 0;
}
.product-flags li.product-flag.online-only:before {
    content: "\E30A";
    font-family: Material Icons;
    vertical-align: middle;
    margin: 0.3125rem;
}
.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    background-color: #f39d72;
}
.product-flags li.product-flag.on-sale {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background: #f39d72;
    width: 100%;
    text-align: center;
    margin-top: 0 !important;
}
.product-customization {
    margin: 2.5rem 0;
}
.product-customization .product-customization-item {
    margin: 1.25rem 0;
}
.product-customization .product-message {
    background: #f1f1f1;
    border: none;
    width: 100%;
    height: 3.125rem;
    resize: none;
    padding: 0.625rem;
}
.product-customization .product-message:focus {
    background-color: #fff;
    outline: 0.1875rem solid var(--primary);
}
.product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute;
}
.product-customization .customization-message {
    margin-top: 20px;
}
.product-customization .custom-file {
    position: relative;
    background: #f1f1f1;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    text-indent: 0.625rem;
    display: block;
    color: #7a7a7a;
    margin-top: 1.25rem;
}
.product-customization .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.product-customization small {
    color: #7a7a7a;
}
.product-pack {
    margin-top: 2.5rem;
}
.product-pack .pack-product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 0.875rem;
    color: #7a7a7a;
}
.product-pack .pack-product-container .pack-product-quantity {
    border-left: 2px solid #f1f1f1;
    padding-left: 0.625rem;
}
.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-refresh {
    margin-top: 1.25rem;
}
.social-sharing {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
}
.social-sharing ul {
    margin-bottom: 0;
}
.social-sharing li {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    height: 2.5rem;
    width: 2.5rem;
    background: #fff;
    transition: all 0.3s;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: 0.25rem 0.25rem;
    cursor: pointer;
    margin-left: 0.5rem;
}
.social-sharing li a {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    white-space: nowrap;

    overflow: hidden;
    color: currentColor;
}
.social-sharing ul li:hover {
    background: var(--primary);
}
.social-sharing ul li.facebook {
    color: #3b5998;
}
.social-sharing ul li.twitter {
    color: #1da1f2;
}
.social-sharing ul li.googleplus {
    color: #4285f4;
}
.social-sharing ul li.pinterest {
    color: #e60023;
}
.social-sharing ul li:hover.facebook {
    color: #fff;
    background: #3b5998;
}
.social-sharing ul li:hover.twitter {
    color: #fff;
    background: #1da1f2;
}
.social-sharing ul li:hover.googleplus {
    color: #fff;
    background: #4285f4;
}
.social-sharing ul li:hover.pinterest {
    color: #fff;
    background: #e60023;
}
.products-selection {
    margin-bottom: 1.25rem;
    font-size: 13px;
    text-transform: uppercase;
}
.products-selection p {
    font-size: 13px;
}
.products-selection .title {
    color: #7a7a7a;
}
@media (max-width: 991px) {
    .product-cover img {
        width: 100%;
    }
    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px);
    }
    #blockcart-modal .modal-body {
    }
}
@media (max-width: 767px) {
    #blockcart-modal .divide-right {
        border-right: none;
    }
    #blockcart-modal .modal-body {
    }
}
.cart-grid {
    margin-bottom: 1rem;
}
.cart-items {
    margin-bottom: 0;
}
.cart-item {
    padding: 1rem 0;
}
.card-block {
    font-size: 0.875rem;
}
.card-block p,
.card-block ul,
.card-block dl {
    /* font-size: .875rem; */
}
.cart-detailed-actions .btn {
    border-radius: 0;
    margin: 0 -1px;
    border: 0;
}
.cart-detailed-actions .btn:last-child {
    margin: 0 -1px -1px;
    border-radius: 0 0 0.3rem 0.3rem;
}

.card-block.checkout {
    padding-bottom: 1.75rem;
    padding-top: 0;
    margin-top: 1rem;
}

.card-block.checkout .btn.btn-primary {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
}
.cart-summary-subtotals-container,
.cart-summary-line.cart-summary-subtotals,
.card-body.cart-summary-totals {
    padding: 0;
}
.card-block.cart-summary-totals .cart-summary-line {
    padding: 0.5rem 0.2rem 0;
}
.card-block.cart-summary-totals .cart-summary-line:last-child {
    margin-bottom: 0;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total {
    background-color: #f1f1f1;
    padding: 0.5rem;
    border-top: 1px solid #dfdfdf;
    border-bottom: 0;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-weight: 700;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label {
    font-size: 1rem;
    border-right-color: transparent;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 1.125rem;
}

.card-block.cart-summary-totals .cart-summary-line span.sub {
    text-align: left;
    font-size: 0.88rem;
    float: none;
}
.cart-hover-content .cart-subtotals > div,
.cart-summary-line {
    clear: both;
    /*margin-bottom:.315rem*/
    border-bottom: 1px solid #e8e8e8;
}

.cart-summary-line:after {
    content: "";
    display: table;
    clear: both;
}
.cart-summary-line .label {
    padding-left: 0;
    font-weight: 400;
    white-space: inherit;
    color: #363a42;
}
.cart-summary-line .value {
    color: #232323;
    float: right;
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 400;
}
.cart-grid-body {
    margin-bottom: 0.75rem;
}
.cart-grid-body a.label:hover {
}
.cart-grid-body .card-block {
    padding: 1rem;
}
.cart-grid-body .card-block h1 {
    margin: 0;
}
.cart-grid-body .cart-overview {
    padding: 1rem;
}
.cart-grid-right .promo-discounts {
    margin-bottom: 0;
    text-align: center;
}
.promo-discounts .cart-summary-line {
    border-bottom: 0;
    border-top: 1px solid #e8e8e8;
}
.cart-grid-right .promo-discounts .cart-summary-line .label {
    text-transform: none;
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    color: #f49d6e;
    cursor: pointer;
}
.cart-grid-right .cart-summary-line.cart-subtotal-products .label,
.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-weight: 600;
}
.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-size: 1rem;
}
.block-promo {
}
.block-promo .promo-code {
    padding: 1rem;
}
.block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.25rem;
    background: #ff4c4c;
    color: #fff;
    display: none;
}
.block-promo .promo-code .alert-danger:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ff4c4c;
    border-width: 10px;
    margin-left: -10px;
}
.block-promo .cart-summary-line .label,
.block-promo .promo-name {
    margin-bottom: 0;
}
.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
    font-weight: 400;
    color: #232323;
    display: inline-block;
}
.block-promo .cart-summary-line .value .code {
    color: #ff9a52;
    font-weight: 600;
}
.block-promo .promo-name .cart-summary-line .label {
    font-weight: 400;
    color: #363a42;
}
.block-promo .promo-name .cart-summary-line span {
    color: #f49d6e;
}
.block-promo .promo-name .material-icons {
    font-size: 1.2rem;
    margin-left: 0.4rem;
}
.block-promo .promo-code-button {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.block-promo .promo-code-button a {
    padding: 1rem 0;
    display: block;
    cursor: pointer;
}
.block-promo .promo-code-button.with-discounts {
}
.block-promo .promo-code-button.cancel-promo {
    color: var(--primary);
    margin-bottom: 0;
}
.block-promo .promo-code-button.cancel-promo[aria-expanded="true"] {
    display: block;
    padding: 0;
    margin-top: 1rem;
}
.block-promo.promo-highlighted {
    padding: 1rem;
    display: block;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 0;
    text-align: center;
}
.block-promo p {
    margin-bottom: 0;
}
.product-line-grid-left img {
    max-width: 100%;
}
.product-line-grid-body > .product-line-info > .label {
    padding: 0;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
}
.product-line-grid-body > .product-line-info > .out-of-stock {
    color: red;
}
.product-line-grid-body > .product-line-info > .available {
    color: #4cbb6c;
}
.product-line-grid-body > .product-line-info > .unit-price-cart {
    padding-left: 0.3125rem;
    font-size: 0.875rem;
    color: #7a7a7a;
}
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    color: #232323;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    color: #232323;
    display: inline-block;
}
@media (max-width: 767px) {
    .product-line-grid-body {
        margin-bottom: 1rem;
    }
}
@media (max-width: 575px) {
    .cart-items {
        padding: 1rem 0;
    }
    .cart-item {
        border-bottom: 1px solid #f1f1f1;
    }
    .cart-item:last-child {
        border-bottom: 0;
    }
    .cart-grid-body .cart-overview {
        padding: 0;
    }
    .cart-grid-body .no-items {
        padding: 1rem;
        display: inline-block;
    }
    .product-line-grid-left {
        padding-right: 0 !important;
    }
}
@media (max-width: 360px) {
    .product-line-grid-right .price,
    .product-line-grid-right .qty {
        width: 100%;
    }
}
#header .header-top #_desktop_cart .after-picto {
    float: left;
}
#header .header-top #_desktop_cart .after-picto > span {
    display: block;
    color: #1d1d1e;
}
#header .header-top #_desktop_cart .after-picto span.text-big {
    color: #144066;
    font-size: 20px;
    text-transform: uppercase;
}
#header .header-top .contact .picto {
    width: 35px;
    height: 42px;
    margin-right: 5px;
}
.picto {
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: center;
}
.picto-cart {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000C2C' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Cpath d='M38.174,7.532c-0.295-0.398-0.748-0.627-1.243-0.627H11.082v1.5l25.894,0.06l-3.967,12.977 c-0.108,0.356-0.432,0.596-0.806,0.596H13.949L8.955,5.389C8.655,4.391,7.753,3.72,6.711,3.72H0.728v1.5h5.983 c0.375,0,0.7,0.241,0.808,0.6l6.486,21.624c0.3,0.999,1.202,1.67,2.244,1.67h17.134v-1.5H16.249c-0.369,0-0.701-0.247-0.808-0.602 l-1.042-3.475h17.804c1.039,0,1.939-0.667,2.24-1.658l3.966-12.976C38.555,8.43,38.469,7.93,38.174,7.532z'/%3E%3Cpath d='M15.058,29.99c-1.734,0-3.145,1.411-3.145,3.146s1.411,3.145,3.145,3.145s3.145-1.41,3.145-3.145 S16.792,29.99,15.058,29.99z M15.058,34.78c-0.907,0-1.645-0.737-1.645-1.645s0.738-1.646,1.645-1.646s1.645,0.738,1.645,1.646 S15.965,34.78,15.058,34.78z'/%3E%3Cpath d='M30.999,29.99c-1.734,0-3.146,1.411-3.146,3.146s1.411,3.145,3.146,3.145s3.146-1.41,3.146-3.145 S32.733,29.99,30.999,29.99z M30.999,34.78c-0.907,0-1.646-0.737-1.646-1.645s0.738-1.646,1.646-1.646s1.646,0.738,1.646,1.646 S31.906,34.78,30.999,34.78z'/%3E%3C/svg%3E%0A");
}
#header .blockcart:hover .blockcart-link .picto-cart {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Cpath d='M38.174,7.532c-0.295-0.398-0.748-0.627-1.243-0.627H11.082v1.5l25.894,0.06l-3.967,12.977 c-0.108,0.356-0.432,0.596-0.806,0.596H13.949L8.955,5.389C8.655,4.391,7.753,3.72,6.711,3.72H0.728v1.5h5.983 c0.375,0,0.7,0.241,0.808,0.6l6.486,21.624c0.3,0.999,1.202,1.67,2.244,1.67h17.134v-1.5H16.249c-0.369,0-0.701-0.247-0.808-0.602 l-1.042-3.475h17.804c1.039,0,1.939-0.667,2.24-1.658l3.966-12.976C38.555,8.43,38.469,7.93,38.174,7.532z'/%3E%3Cpath d='M15.058,29.99c-1.734,0-3.145,1.411-3.145,3.146s1.411,3.145,3.145,3.145s3.145-1.41,3.145-3.145 S16.792,29.99,15.058,29.99z M15.058,34.78c-0.907,0-1.645-0.737-1.645-1.645s0.738-1.646,1.645-1.646s1.645,0.738,1.645,1.646 S15.965,34.78,15.058,34.78z'/%3E%3Cpath d='M30.999,29.99c-1.734,0-3.146,1.411-3.146,3.146s1.411,3.145,3.146,3.145s3.146-1.41,3.146-3.145 S32.733,29.99,30.999,29.99z M30.999,34.78c-0.907,0-1.646-0.737-1.646-1.645s0.738-1.646,1.646-1.646s1.646,0.738,1.646,1.646 S31.906,34.78,30.999,34.78z'/%3E%3C/svg%3E%0A");
}
.picto-user {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000C2C' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Cpath d='M19.998,22.493c-5.166,0-9.369-4.205-9.369-9.373c0-5.167,4.203-9.37,9.369-9.37c5.167,0,9.37,4.204,9.37,9.37 C29.368,18.289,25.165,22.493,19.998,22.493z M19.998,5.25c-4.339,0-7.869,3.531-7.869,7.87c0,4.341,3.53,7.873,7.869,7.873 c4.34,0,7.87-3.532,7.87-7.873C27.868,8.781,24.338,5.25,19.998,5.25z'/%3E%3Cpath d='M7.24,36.25c-0.414,0-0.75-0.336-0.75-0.75c0-4.49,2.226-8.678,5.953-11.201c0.343-0.231,0.809-0.143,1.041,0.2 c0.232,0.344,0.143,0.81-0.2,1.042C9.969,27.785,7.99,31.509,7.99,35.5C7.99,35.914,7.654,36.25,7.24,36.25z'/%3E%3Cpath d='M32.76,36.25c-0.414,0-0.75-0.336-0.75-0.75c0-3.991-1.981-7.714-5.301-9.959c-0.344-0.231-0.434-0.698-0.201-1.041 c0.23-0.343,0.696-0.434,1.041-0.201c3.732,2.524,5.961,6.712,5.961,11.201C33.51,35.914,33.174,36.25,32.76,36.25z'/%3E%3C/svg%3E%0A");
}
#header .user-info:hover .user-info-link .picto-user {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Cpath d='M19.998,22.493c-5.166,0-9.369-4.205-9.369-9.373c0-5.167,4.203-9.37,9.369-9.37c5.167,0,9.37,4.204,9.37,9.37 C29.368,18.289,25.165,22.493,19.998,22.493z M19.998,5.25c-4.339,0-7.869,3.531-7.869,7.87c0,4.341,3.53,7.873,7.869,7.873 c4.34,0,7.87-3.532,7.87-7.873C27.868,8.781,24.338,5.25,19.998,5.25z'/%3E%3Cpath d='M7.24,36.25c-0.414,0-0.75-0.336-0.75-0.75c0-4.49,2.226-8.678,5.953-11.201c0.343-0.231,0.809-0.143,1.041,0.2 c0.232,0.344,0.143,0.81-0.2,1.042C9.969,27.785,7.99,31.509,7.99,35.5C7.99,35.914,7.654,36.25,7.24,36.25z'/%3E%3Cpath d='M32.76,36.25c-0.414,0-0.75-0.336-0.75-0.75c0-3.991-1.981-7.714-5.301-9.959c-0.344-0.231-0.434-0.698-0.201-1.041 c0.23-0.343,0.696-0.434,1.041-0.201c3.732,2.524,5.961,6.712,5.961,11.201C33.51,35.914,33.174,36.25,32.76,36.25z'/%3E%3C/svg%3E%0A");
}
/* #header .mobile .blockcart:hover .blockcart-link .picto-cart{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Cpath d='M38.174,7.532c-0.295-0.398-0.748-0.627-1.243-0.627H11.082v1.5l25.894,0.06l-3.967,12.977 c-0.108,0.356-0.432,0.596-0.806,0.596H13.949L8.955,5.389C8.655,4.391,7.753,3.72,6.711,3.72H0.728v1.5h5.983 c0.375,0,0.7,0.241,0.808,0.6l6.486,21.624c0.3,0.999,1.202,1.67,2.244,1.67h17.134v-1.5H16.249c-0.369,0-0.701-0.247-0.808-0.602 l-1.042-3.475h17.804c1.039,0,1.939-0.667,2.24-1.658l3.966-12.976C38.555,8.43,38.469,7.93,38.174,7.532z'/%3E%3Cpath d='M15.058,29.99c-1.734,0-3.145,1.411-3.145,3.146s1.411,3.145,3.145,3.145s3.145-1.41,3.145-3.145 S16.792,29.99,15.058,29.99z M15.058,34.78c-0.907,0-1.645-0.737-1.645-1.645s0.738-1.646,1.645-1.646s1.645,0.738,1.645,1.646 S15.965,34.78,15.058,34.78z'/%3E%3Cpath d='M30.999,29.99c-1.734,0-3.146,1.411-3.146,3.146s1.411,3.145,3.146,3.145s3.146-1.41,3.146-3.145 S32.733,29.99,30.999,29.99z M30.999,34.78c-0.907,0-1.646-0.737-1.646-1.645s0.738-1.646,1.646-1.646s1.646,0.738,1.646,1.646 S31.906,34.78,30.999,34.78z'/%3E%3C/svg%3E%0A");
}

#header .mobile .user-info:hover .user-info-link .picto-user{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Cpath d='M19.998,22.493c-5.166,0-9.369-4.205-9.369-9.373c0-5.167,4.203-9.37,9.369-9.37c5.167,0,9.37,4.204,9.37,9.37 C29.368,18.289,25.165,22.493,19.998,22.493z M19.998,5.25c-4.339,0-7.869,3.531-7.869,7.87c0,4.341,3.53,7.873,7.869,7.873 c4.34,0,7.87-3.532,7.87-7.873C27.868,8.781,24.338,5.25,19.998,5.25z'/%3E%3Cpath d='M7.24,36.25c-0.414,0-0.75-0.336-0.75-0.75c0-4.49,2.226-8.678,5.953-11.201c0.343-0.231,0.809-0.143,1.041,0.2 c0.232,0.344,0.143,0.81-0.2,1.042C9.969,27.785,7.99,31.509,7.99,35.5C7.99,35.914,7.654,36.25,7.24,36.25z'/%3E%3Cpath d='M32.76,36.25c-0.414,0-0.75-0.336-0.75-0.75c0-3.991-1.981-7.714-5.301-9.959c-0.344-0.231-0.434-0.698-0.201-1.041 c0.23-0.343,0.696-0.434,1.041-0.201c3.732,2.524,5.961,6.712,5.961,11.201C33.51,35.914,33.174,36.25,32.76,36.25z'/%3E%3C/svg%3E%0A");
} */

#header .header-top .blockcart {
    position: relative;
    margin-left: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    white-space: nowrap;
}
#header .header-top .blockcart .no-item {
    padding: 15px;
    margin: 0;
}
.side-panel-toggle {
    cursor: pointer;
    overflow: hidden;
}
.side-panel-toggle > * {
    pointer-events: none;
}
.side-panel {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 30vw;
    top: 0;
    z-index: 200;
    color: #333;
    opacity: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: opacity 0.3s, transform 0.3s;
    overflow: hidden;
}
.side-panel--open > .side-panel {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.side-panel .title {
    font-size: 2em;
    /*box-shadow:0 2px 5px rgba(0,0,0,.15);*/
    border-bottom: 1px solid rgba(0 0 0 / 10%);
    z-index: 2;
    text-align: center;
    padding: 15px;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
}
.cart-hover-content .items_cart {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    overflow: auto !important;
}
.cart-hover-content .items_cart.no_items_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.cart-hover-content .items_cart ul {
    margin-bottom: 0;
    width: 100%;
}
.cart-hover-content .items_cart ul li {
    padding-right: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart-hover-content .items_cart ul li:hover {
    background: #e8e8e8;
}
.cart-hover-content .items_cart ul li > * {
    padding: 8px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
}
.cart-hover-content .items_cart .cart-wishlist-item > .product-link {
    flex: auto;
    color: inherit;
}
.cart-hover-content .items_cart .cart-wishlist-item > .product-link:hover {
    color: var(--primary);
}
.cart-hover-content .items_cart ul li > .customizations {
    width: 100%;
    padding-left: 100px;
}
.cart-hover-content .items_cart ul li > .customizations > ul {
    border: 1px solid #ccc;
    width: 100%;
}
.cart-hover-content .items_cart ul li > .customizations > ul .minicart-img {
    display: none;
}

.cart-hover-content .items_cart ul li > .customizations > ul .product-quantity {
}
.cart-hover-content .items_cart ul li > .customizations > ul ul {
    flex: auto;
    width: auto;
}

.cart-hover-content .items_cart .no-item {
    padding: 15px;
}
.close-panel {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    margin: 0;
    z-index: 20;
}
.close-panel:before,
.close-panel:after {
    content: "";
    position: absolute;
    width: 2px;
    left: 50%;
    height: 30px;
    background: #363639;
    top: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: all 0.3s;
}
.close-panel:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.close-panel:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.close-panel:hover:before,
.close-panel:hover:after {
    height: 40px;
}
@media screen and (max-width: 80em) {
    .side-panel {
        width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .side-panel {
        top: 60px;
        width: 100%;
        box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    }
    .side-panel-overlay,
    .close-panel,
    .side-panel .title {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .side-panel {
        top: 50px;
        width: 100%;
    }
}
.cart-summary .cart-subtotals,
.cart-summary .cart-total {
    font-size: 0;
}
.cart-summary-line.cart-summary-subtotals .cart-summary-line,
.cart-detailed-totals .card-body,
.cart-detailed-totals .card-block {
    padding: 0;
}
.cart-voucher .cart-summary-line .label,
.cart-detailed-totals .label,
.cart-summary-subtotals-container .label,
.cart-summary .cart-subtotals .label,
.cart-summary .cart-total .label {
    display: inline-block;
    width: 65%;
    font-size: 12px;
    vertical-align: middle;
    padding: 8px 12px;
    text-transform: uppercase;
    border-right: 1px solid #e8e8e8;
}
.cart-voucher .cart-summary-line .value,
.cart-detailed-totals .value,
.cart-summary-subtotals-container .value,
.cart-summary .cart-subtotals .value,
.cart-summary .cart-total .value {
    text-transform: capitalize;
    display: inline-block;
    width: 35%;
    font-size: 14px;
    vertical-align: middle;
    padding: 8px 12px;
    color: #363639;
    font-weight: 600;
}
.cart-summary .cart-total {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.cart-wishlist-action {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}
.cart-wishlist-action a {
    padding: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    background: #ccc;
    border: 1px solid #aaa;
    border-radius: 0.25rem;
    margin: 5px;
    color: #fff !important;
}
.cart-wishlist-action a:hover {
    background: #bbb;
    border-color: #999;
}
.cart-wishlist-action a.cart-wishlist-checkout {
    background: #43b754;
    border: 1px solid #247f32;
}
.cart-wishlist-item .minicart-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cart-wishlist-item .product-name {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
}
.cart-hover-content .items_cart ul li > .product-name {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
}

.cart-wishlist-item .product-quantity {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding-right: 0.5rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cart-wishlist-item .product-price {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cart-wishlist-item .remove-from-cart {
    text-align: center;
}
.side-panel-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 180;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms;
}
.side-panel--open .side-panel-overlay {
    opacity: 1;
    pointer-events: all;
}
@media screen and (max-width: 67em) {
    .cart-wishlist-item {
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cart-wishlist-item .minicart-img {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 20%;
    }
    .cart-hover-content .items_cart ul li > * {
        width: auto;
        flex: none;
    }
    .cart-hover-content .items_cart ul li > .minicart-img {
        max-width: 40px;
    }
    .cart-hover-content .items_cart ul li > .product-name {
        flex: auto;
    }
    .cart-hover-content .items_cart ul li {
        padding: 0 15px;
    }
    .cart-wishlist-item .product-name {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 80%;
    }
    .cart-wishlist-action {
        padding: 0;
    }
    .cart-wishlist-action a {
        padding: 8px 10px;
    }
}
#block-reassurance {
    margin-top: 2rem;
}
#block-reassurance img {
    width: 1.563rem;
    margin-right: 0.625rem;
}
#block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#block-reassurance li:last-child {
    border: 0;
}
#block-reassurance li .block-reassurance-item {
    padding: 1rem 1.5rem;
}
#product #block-reassurance {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
}
#product #block-reassurance span {
    font-weight: 700;
}
#stores .page-stores {
    width: 85%;
    margin: 0 auto;
}
#stores .page-stores .store-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
#stores .page-stores .store-picture img {
    max-width: 100%;
}
#stores .page-stores .store-item-container {
    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;
    padding: 1.875rem 0;
}
#stores .page-stores .store-item-container ul {
    margin-bottom: 0;
    font-size: 0.9375rem;
}
#stores .page-stores .store-item-container .divide-left {
    border-left: 1px solid #f1f1f1;
}
#stores .page-stores .store-item-container .divide-left tr {
    height: 1.563rem;
}
#stores .page-stores .store-item-container .divide-left td {
    padding-left: 0.375rem;
}
#stores .page-stores .store-item-container .divide-left th {
    text-align: right;
}
#stores .page-stores .store-item-container .store-description {
    font-size: 1rem;
}
#stores .page-stores .store-item-footer {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#stores .page-stores .store-item-footer.divide-top {
    border-top: 1px solid #f1f1f1;
}
#stores .page-stores .store-item-footer div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}
#stores .page-stores .store-item-footer i.material-icons {
    margin-right: 0.625rem;
    color: #7a7a7a;
    font-size: 1rem;
}
#stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
    #stores .page-stores {
        width: 100%;
    }
    #stores .page-stores .store-item-container {
        padding: 1rem 0;
    }
}
@media (max-width: 575px) {
    #stores .page-stores .store-item-container {
        display: block;
    }
    #stores .page-stores .store-item-container .divide-left {
        border-left: none;
    }
    #stores .page-stores .store-item-container .store-description a,
    #stores .page-stores .store-item-container .store-description address {
        margin-bottom: 0.5rem;
    }
    #stores .page-stores .store-item-footer {
        display: block;
    }
    #stores .page-stores .store-item-footer.divide-top {
        border-top: 1px solid #f1f1f1;
    }
    #stores .page-stores .store-item-footer li {
        margin-bottom: 0.625rem;
    }
    #stores .page-stores .store-item-footer .card-block {
        padding: 0.75rem 0.75rem 0;
    }
}
.block_newsletter {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
}
.block_newsletter form {
    position: relative;
}
.block_newsletter form input[type="text"] {
    border: none;
    padding: 10px;
    min-width: 255px;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.block_newsletter form input[type="text"]:focus {
    /* outline:3px solid var(--primary); */
    outline: 0;
    box-shadow: 0 0 0 0.1875rem var(--primary);
    box-shadow: 0 0 0;
    border: 1px solid var(--primary);
    color: #232323;
    background: #fff;
}
.block_newsletter form input[type="text"]:focus + button .search {
    color: var(--primary);
}
.block_newsletter form button[type="submit"],
.block_newsletter form input[type="submit"] {
    padding: 0 2rem;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.block_newsletter form button[type="submit"]:not(:disabled):not(.disabled) {
    color: #fff;
}
.block_newsletter
    form
    button[type="submit"]:not(:disabled):not(.disabled):after {
    transform: scaleY(1);
}
.block_newsletter form button[type="submit"] .search:hover {
    color: var(--primary);
}
.block_newsletter p {
    margin: 0;
}
.block_newsletter p.small,
.block_newsletter .custom-checkbox label {
    color: #999;
    display: inline-block;
}
.block_newsletter .custom-checkbox label {
    margin-bottom: 0;
}
.block_newsletter p.h3 {
    margin-right: 1rem;
}
.block_newsletter form .input-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: auto;
    width: 100%;
}
.block_newsletter form input[type="email"] {
    padding: 0.75rem 1.5rem;
    width: 100%;
    border: 0;
    background: none;
    border-right: 0;
    border-radius: 0;
}
.block_newsletter form input[type="email"]:focus {
    outline: 0;
}
.block_newsletter form .input-wrapper:focus-within {
    box-shadow: 0 0 0;
    border: 1px solid var(--primary);
}
.block_newsletter form input {
    box-shadow: none;
}
.block_newsletter .custom-checkbox input + span {
    background: #fff;
    border: 1px solid #ccc;
}
.block_newsletter .custom-checkbox input[type="checkbox"] + span:after {
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
}
.description-short {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 25px 25px;
}
.account-list a {
    color: #7a7a7a;
}
.account-list a:hover {
    color: var(--primary);
}
/* .block-contact-title,.blockcms-title,.myaccount-title,.myaccount-title a {
	font-weight:700;
	font-size:1rem
}
 */

.block-social {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 8px 1rem;
}
@media (max-width: 767px) {
    .block-social {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}
.block-social li {
    height: 2rem;
    width: 2rem;
    background-color: var(--primary);
    background-repeat: no-repeat;
    display: grid;
    place-items: center;
    margin: 0.125rem;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    color: var(--primary);
    transition: all 0.3s;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
.block-social li:hover {
    background: var(--secondary);
}
.block-social li:hover a {
    color: #fff;
}
.block-social.colorized li.facebook {
    background-color: #3b5998;
}
.block-social.colorized li.twitter {
    background-color: #1da1f2;
}
.block-social.colorized li.rss {
    background-color: #f26522;
}
.block-social.colorized li.youtube {
    background-color: #ff0000;
}
.block-social.colorized li.googleplus {
    background-color: #4285f4;
}
.block-social.colorized li.pinterest {
    background-color: #e60023;
}
.block-social.colorized li.vimeo {
    background-color: #1ab7ea;
}
.block-social.colorized li.instagram {
    background-color: #e1306c;
}
.block-social.colorized li:hover.facebook {
    color: #3b5998;
    background: #fff;
}
.block-social.colorized li:hover.twitter {
    color: #1da1f2;
    background: #fff;
}
.block-social.colorized ul li:hover.rss {
    color: #f26522;
    background: #fff;
}
.block-social.colorized ul li:hover.youtube {
    color: #ff0000;
    background: #fff;
}
.block-social.colorized ul li:hover.googleplus {
    color: #4285f4;
    background: #fff;
}
.block-social.colorized ul li:hover.pinterest {
    color: #e60023;
    background: #fff;
}
.block-social.colorized ul li:hover.vimeo {
    color: #1ab7ea;
    background: #fff;
}
.block-social.colorized ul li:hover.instagram {
    color: #e1306c;
    background: #fff;
}
#blog_desc_container .blog-social-share .sharing.facebook:hover {
    background: #3b5998;
    color: #fff;
}
#blog_desc_container .blog-social-share .sharing.twitter:hover {
    background: #1da1f2;
    color: #fff;
}
#blog_desc_container .blog-social-share .sharing.linkedin:hover {
    background: #0077b5;
    color: #fff;
}
#blog_desc_container .blog-social-share .sharing.pinterest:hover {
    background: #e60023;
    color: #fff;
}
#blog_desc_container .blog-social-share .sharing.hi-blog-post-like:hover {
    background: var(--primary);
    color: #fff;
}
@media (max-width: 767px) {
    .block-social ul li {
    }
    .block-footer-logo {
        margin-bottom: 2rem;
    }
}
.block-social ul li a {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: currentColor;
}
.block-social ul li a:hover {
    color: inherit;
}
/*.facebook {
	background-image:url(../css/3935e107ea61866e60d7946dc6a962f1.svg)
}
.facebook:before {
	content:"";
	background-image:url(../css/8b05d51ede908907d65695558974d86f.svg)
}
.facebook.icon-gray {
	background-image:url(../css/082a71677e756fb75817e8f262a07cb4.svg)
}
.facebook.icon-gray:hover {
	background-image:url(../css/8b05d51ede908907d65695558974d86f.svg)
}
.twitter {
	background-image:url(../css/a67175d1ea11389d9107bd8c08f9d7d7.svg)
}
.twitter:before {
	content:"";
	background-image:url(../css/ffddcb3736980b23405b31142a324b62.svg)
}
.twitter.icon-gray {
	background-image:url(../css/e049aeb07a2ae1627933e8e58d3886d2.svg)
}
.twitter.icon-gray:hover {
	background-image:url(../css/ffddcb3736980b23405b31142a324b62.svg)
}
.rss {
	background-image:url(../css/cf2f3c1d5c7cb02c29f61964313148e1.svg)
}
.youtube {
	background-image:url(../css/22c0528acb6d9cd5bf4c8f96381bc05c.svg)
}
.googleplus {
	background-image:url(../css/36bff72dcba3098b4b70b482b22c29ab.svg)
}
.googleplus:before {
	content:"";
	background-image:url(../css/c1a65805f759901a39d10eb854c1dcf2.svg)
}
.googleplus.icon-gray {
	background-image:url(../css/3a2aeeba930cc29e4d31ebfa1b7cdaa2.svg)
}
.googleplus.icon-gray:hover {
	background-image:url(../css/c1a65805f759901a39d10eb854c1dcf2.svg)
}
#block_myaccount_infos .myaccount-title a {
	color:#232323
}
.pinterest {
	background-image:url(../css/afb2ed6d67613a724a420a39b4fe5b0d.svg)
}
.pinterest:before {
	content:"";
	background-image:url(../css/b1db819132e64a3e01911a1413c33acf.svg)
}
.pinterest.icon-gray {
	background-image:url(../css/99db8adec61e4fcf5586e1afa549b432.svg)
}
.pinterest.icon-gray:hover {
	background-image:url(../css/b1db819132e64a3e01911a1413c33acf.svg)
}
.vimeo {
	background-image:url(../css/f255af0bbbe837e79f7821827f9c6f10.svg)
}
.instagram {
	background-image:url(../css/0266b05265f317a7409560b751cd61e8.svg)
}*/
#block_myaccount_infos .myaccount-title a {
    color: #232323;
}
.footer-container {
    overflow: hidden;
    font-size: 0.875rem;
}
.footer-container .logo {
    display: block;
}
.footer-container li {
}
.footer-container a {
    cursor: pointer;
    font-size: 0.875rem;
}
.footer-container a:hover {
    color: var(--primary);
}
.footer-before-container {
    background: #fff;
}
.links .collapse {
    display: inherit;
}
@media (max-width: 767px) {
    .block_newsletter {
        padding-bottom: 0.625rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .footer-container {
        box-shadow: none;
        margin-top: 0;
    }
    .footer-container .wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .footer-container .links .h3 {
        line-height: 1.5;
        font-size: 1rem;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin: 0;
        -ms-align-items: center;
        align-items: center;
    }
    .footer-container .links ul {
        background-color: rgba(0, 0, 0, 0.15);
        margin-bottom: 0;
    }
    .footer-container .links ul > li {
        padding: 10px 15px;
        border-bottom: 1px solid #fff;
        margin: 0;
        font-weight: 700;
    }
    .footer-container .links ul > li a {
        color: #232323;
    }
    .links .collapse {
        display: none;
    }
    .links .collapse.in {
        display: block;
    }
    .links .title {
        padding: 0.625rem 0 0.625rem 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        cursor: pointer;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .links .title .float-xs-right {
        margin-left: auto;
    }
    .links .title .collapse-icons .remove,
    .links .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }
    .links .title[aria-expanded="true"] .collapse-icons .remove {
        display: inline-block;
    }
    .links .navbar-toggler {
        display: inline-block;
        text-align: right;
        padding: 0;
    }
}
@media (max-width: 991px) {
    .block-social {
        text-align: center;
    }
    .block-contact {
    }
}
.footer-partenaires .list-inline-item {
    margin-right: 0;
}
.footer-notices {
    font-size: 0.75rem;
}
.gmap {
    position: relative;
}
.gmap:after {
    content: "";
    display: block;
    padding-bottom: 50%;
}
.gmap iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.contact-rich {
    margin-bottom: 2rem;
    word-wrap: break-word;
}
.contact-rich .block {
    display: flex;
    height: auto;
    overflow: hidden;
    padding: 1rem 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.contact-rich .block .icon {
    color: var(--primary);
    width: 3.5rem;
}
.contact-rich .block .icon i {
    font-size: 2rem;
}
.contact-rich .block .data {
    color: #232323;
    font-size: 0.875rem;
    width: auto;
    overflow: hidden;
}
.contact-rich .block .data.email {
    padding-top: 0.375rem;
}
.contact-rich .block a[href^="mailto:"] {
    clear: both;
    display: block;
}
@media (min-width: 576px) {
    .contact-rich .block a[href^="mailto:"] {
        font-size: 0.815rem;
    }
}
.contact-form {
    background: #fff;
    padding: 1rem;
    width: 100%;
}
.contact-form h3 {
}
#pagenotfound #main .page-header,
#products #main .page-header {
    margin: 2rem 0 3rem;
}
#pagenotfound #main .page-content,
#products #main .page-content {
    margin-bottom: 10rem;
}
#pagenotfound .page-not-found,
#products .page-not-found {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 1rem;
    font-size: 0.875rem;
    color: #7a7a7a;
    max-width: 570px;
    margin: 0 auto;
}
#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.5rem 0 1rem;
}
#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
    float: none;
}
#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
    width: 100%;
}
.customization-modal .modal-content {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.customization-modal .modal-content .modal-body {
    padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line {
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.customization-modal
    .modal-content
    .modal-body
    .product-customization-line
    .label {
    font-weight: 700;
    text-align: right;
}
.customization-modal
    .modal-content
    .modal-body
    .product-customization-line:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.sitemap-title {
    text-transform: capitalize;
}
.sitemap {
    margin-top: 0.9375rem;
}
.sitemap h2 {
    color: #232323;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px;
    width: 100%;
}
.sitemap .box > ul {
    margin-left: 15px;
    margin-top: 20px;
}
.sitemap ul {
}
.sitemap ul.nested {
    margin-left: 0;
}
.sitemap ul li {
    position: relative;
    font-size: 0.9rem;
}
.sitemap ul.tree li {
    margin: 0 0 0 11px;
    padding: 5px 0 0 25px;
}
.sitemap ul.tree li:before {
    position: absolute;
    width: 15px;
    border-top: 1px solid #ccc;
    content: "";
    left: 0;
    top: 16px;
}
.sitemap ul.tree li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #ccc;
}
.sitemap ul.tree li:last-child:after {
    height: 16px;
}
.sitemap .box {
    width: 50%;
    margin: 0 !important;
    padding: 15px;
    float: left;
}
.sitemap .box > div {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.sitemap .tree_top {
    padding: 0 0 0 3px;
}
.sitemap .tree_top a:before {
    content: "\f015";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 16px;
    color: #8a8a8a;
    margin-right: 10px;
}
.sitemap .tree_top a:hover:before {
    color: #515151;
}
.sitemap .box h2 + div {
    padding: 15px;
}
@media (max-width: 575px) {
    .sitemap {
        margin-top: 0;
    }
}
#header {
    z-index: 2;
    background: #fff;
    color: #fff;
    position: relative;
    /* box-shadow: 0 1px 2px -1px rgba(0,0,0,0.15); */
}
@media (max-width: 991px) {
    [id^="_desktop"] {
        display: none;
    }
}
@media (min-width: 992px) {
    [id^="_mobile"] {
        display: none;
    }
}
#_desktop_logo a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
#_desktop_logo h1 {
    margin-bottom: 0;
}
#header .logo {
    max-width: 100%;
}
#header a {
    color: #fff;
}
#header a:hover {
    text-decoration: none;
}
#header .menu,
#header .menu > ul > li {
    display: inline-block;
}
#header .header-nav {
    /*border-bottom:2px solid #f1f1f1;*/
    /*max-height:50px;*/
    /*margin-bottom:30px;*/
    background: #fff;
}
@media (min-width: 992px) {
    #header .header-nav {
        background: #000;
        color: #fff;
    }
}
#header .menu-mobile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 60px;
}
#header #menu-icon {
    vertical-align: middle;
    z-index: 120;
    position: relative;
    cursor: pointer;
    margin: 0;
    color: inherit;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
#header #menu-icon:after {
    content: "menu";
    font-family: "Material Icons";
    font-size: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}
#header.is-open #menu-icon {
    background: #333;
    color: #fff;
}
#header.is-open #menu-icon:after {
    content: "close";
}

#header .header-nav > .container > .row > .hidden-sm-down {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
#header .right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#header .currency-selector {
    margin-top: 0.9375rem;
    margin-left: 0.9375rem;
    white-space: nowrap;
}
#header .user-info {
    /*	margin-left:2.5rem;
	margin-top:.9375rem;*/
    text-align: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    white-space: nowrap;
    position: relative;

}

#header .user-info .account {
    /*margin-left:.625rem*/
}
#header .user-info .user-info-link,
#header .blockcart .blockcart-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: left;
    -ms-align-items: center;
    align-items: center;
    padding: 5px 15px 5px 5px;
    /*color: #7a7a7a;*/
}
#header .user-info .user-info-link > span,
#header .blockcart .blockcart-link > span {
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
}
#header .user-info .user-info-link > span > span,
#header .blockcart .blockcart-link > span > span {
    text-transform: none;
    font-size: 11px;
}
#header .user-info .links.sub {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 100%;
    transition: all 0.3s;
    transform-origin: top;
    background: #fff;
    z-index: 25;
    right: 0;
    text-align: left;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
#header .user-info:hover .links.sub {
    pointer-events: all;
    opacity: 1;
}

#header .user-info .links.sub a {
    background: none;
    display: block;
}

#header .user-info .links.sub .link-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 3px 20px 3px 5px;
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    -ms-align-items: center;
    align-items: center;
}
#header .user-info .links.sub .link-item:hover {
    color: var(--primary);
}
#header .user-info .links.sub hr {
    margin: 0;
}
#header .mobile .user-info {
    z-index: 140;
}
@media (min-width: 991px) {
    #header .mobile .blockcart-toggle i,
    #header .mobile .user-info i {
        height: 60px;
        width: 60px;
    }
}
#header .mobile .blockcart .blockcart-link,
#header .mobile .user-info .user-info-link {
    padding: 0;
    background: none;
    border: 0;
}
#header .mobile .blockcart .blockcart-link:before,
#header .mobile .blockcart .blockcart-link:after,
#header .mobile .user-info .user-info-link:before,
#header .mobile .user-info .user-info-link:after {
    content: none;
}

#header .mobile .blockcart .blockcart-link {
    border-radius: 0;
}
#header .mobile .user-info .links.sub {
    position: fixed;
    left: 0;
    top: 60px;
    bottom: 0;
    pointer-events: none;
    overflow: auto;
    transform: translateX(100%);
    box-shadow: 0 0 0;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
#header .user-info.is-opened .links.sub {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
}
#header .user-info i,
#header .blockcart i {
    width: 32px;
    height: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    color: *var(--light);
}
#header .user-info:hover i,
#header .blockcart:hover i {
    color: white;
    border: 1px solid white;
}
#header .user-info .logout i {
}
#header .user-info .logout {
    padding: 0;
}
#header .user-info:hover .user-info-link,
#header .blockcart:hover .blockcart-link {
    background: var(--primary);
    color: #fff;
}
#header #_mobile_user_info,
#header #_desktop_user_info,
#header #_mobile_cart,
#header #_desktop_cart {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#header .language-selector {
    margin-top: 0.9375rem;
    white-space: nowrap;
}
@media (min-width: 768px) {
    #header .cart-preview.active > .blockcart-toggle {
        background: var(--primary);
        color: #fff;
    }
    #header .cart-preview.active a,
    #header .cart-preview.active i {
        /* color:white  */
    }
}
a.remove-from-cart {
    color: red;
}
#header .cart-preview .shopping-cart {
    vertical-align: middle;
    color: #7a7a7a;
}
#header .cart-preview .body {
    display: none;
}
#header .blockcart {
    /*	background:#f1f1f1;
	height:3rem;
	padding:.75rem;
	margin-left:.9375rem;
*/
    text-align: center;
    white-space: nowrap;
}
#header .blockcart a {
    color: #7a7a7a;
}
#header .blockcart a:hover {
    color: var(--primary);
}
#header .blockcart.active a:hover {
    color: #fff;
}
#header .blockcart .header {
    margin-top: 0.125rem;
}
#header #_desktop_contact_link {
    display: inline-block;
}
#header #_desktop_contact_link #contact-link {
    font-size: 12px;
    text-transform: uppercase;
}
#header #_desktop_contact_link #contact-link a {
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
#header .search-widget {
    overflow: hidden;
    width: 12rem;
}
#header .material-icons {
    /*line-height:inherit*/
}
#header .material-icons.expand-more {
    margin-left: -0.375rem;
}
#header .header-top > .container {
    position: relative;
}
#header .header-top .menu {
    padding-left: 15px;
    /*margin-bottom:.375rem*/
}
#header .header-top .menu ul {
    margin-bottom: 0;
}

#header .header-top .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#header .header-top .position-static {
    position: static;
}
#header .header-top a[data-depth="0"] {
    color: #7a7a7a;
    text-transform: uppercase;
}

#header .top-menu-link {
    margin-left: 1.25rem;
}
.popover {
    font-family: inherit;
}
/*** WRAPPER ***/
#wrapper {
    position: relative;
    /*padding-top:1.563rem */
}
#wrapper .banner {
    margin-bottom: 1.5rem;
    display: block;
}
#wrapper .banner img {
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
}

body#index .breadcrumb {
    display: none;
}
.breadcrumb {
    display: flex;
    padding: 0;
    border: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    min-height: 6px;
    background: #f1f1f1;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
    flex-wrap: wrap;
}
.breadcrumb ol {
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.breadcrumb * {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.breadcrumb span {
    padding: 0 10px;
    position: relative;
    z-index: 2;
    height: 30px;
    color: #232323;
    transition: all 250ms;
    white-space: nowrap;
}
.breadcrumb a:hover span {
    background: var(--primary);
    color: #fff;
}
@media (min-width: 992px) {
    .breadcrumb {
        margin-left: 0;
        margin-right: 0;
        border-radius: 3px;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}
#main .page-content,
#main .page-header {
    margin-bottom: 1.563rem;
}
#main .page-content h6 {
    margin-bottom: 1.125rem;
}
#main .page-content #notifications {
    margin-left: -15px;
    margin-right: -15px;
}
body:not(#index) #main .page-footer {
    margin-bottom: 1.563rem;
}
#notifications ul {
    margin-bottom: 0;
}
#footer {
    padding-bottom: clamp(20px, 4vw, 75px);
}
.spacer {
    margin: auto;
}
#header .mobile .user-info .user-info-link > span,
#header .mobile .blockcart .blockcart-link > span {
    display: none;
}
#header .mobile .user-info .user-info-link,
#header .mobile .blockcart .blockcart-link {
    padding: 5px;
}
#header .mobile .blockcart--open > .blockcart-toggle,
#header .mobile .user-info.is-opened {
    background: var(--primary);
    color: #fff;
}
@media (min-width: 991px) {
    #header .mobile .user-info i,
    #header .mobile .blockcart i {
        margin-right: 0;
        height: 50px;
        width: 50px;
    }
}
.page-header.has-background {
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.page-header.has-background:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.page-header h1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
    padding: 25px;
}
.page-header.has-background h1 {
    min-height: 40vh;
}
.page-header h1 span {
    font-size: 0.5em;
    color: #ccc;
}
@media (max-width: 1199px) {
    #header .search-widget {
        float: none;
    }
    #header .top-logo,
    #header .top-logo > *,
    #header .top-logo a {
        /*height: 100%;*/
        /*display: block;*/
    }
    #header .top-logo .logo {
        /*height: 100%;*/
        height: auto;
    }
    #header .logo-container {
    }
    #header .header-nav {
        font-size: 12px;
    }
    #header .left-nav span {
        padding: 0 5px;
    }
    #header .left-nav span i {
        margin-right: 5px;
    }
}
@media (max-width: 991px) {
    .custom-home-products-category .product-listing {
        order: 2;
    }
    #header .top-logo {
        padding: 0;
        height: 100%;
    }
    #header .top-logo > *,
    #header .top-logo a {
        margin: 0;
        height: 100%;
        padding: 0;
    }
    #header .top-logo .logo {
        max-height: 100%;
        margin: 0;
    }
    #header .logo-container {
        padding: 0;
        height: 100%;
    }
    /* 	.row {
	margin-right: 0;
	margin-left: 0;
} */
    #header {
        padding-top: 60px;
        z-index: 10;
    }
    #header .header-nav {
        max-height: inherit;
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;
        box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
    }
    .container {
        max-width: 100%;
    }
    #header .logo {
        width: auto;
    }
    #header .header-top .search-widget {
        min-width: inherit;
        width: 100%;
    }
    .header-top .search-widget form input[type="text"] {
        border: 0;
        /* height: 60px; */
    }
    #products .product-miniature,
    .featured-products .product-miniature {
    }
    .sub-menu {
        left: 0;
        min-width: 100%;
    }
    #blockcart-modal .product-image {
        width: 100%;
        display: block;
        max-width: 15.63rem;
        margin: 0 auto 0.9375rem;
    }
    #blockcart-modal .cart-content {
        padding-left: 0;
    }
    #blockcart-modal .product-name,
    #product-availability {
        margin-top: 0.625rem;
    }
    #search_filters .facet .facet-label {
        text-align: left;
    }
    .block-category .category-cover {
        position: relative;
        text-align: center;
    }
    .block-category {
    }
    #header .user-info .user-info-link,
    #header .blockcart .blockcart-link {
        color: inherit;
    }
}
@media (max-width: 767px) {
    #content-wrapper,
    #left-column {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .custom-home-products-category {
        flex-direction: column;
    }
    #header .user-info .user-info-link,
    #header .blockcart .blockcart-link {
        padding-right: 5px;
        text-align: center;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex: auto;
    }
    #wrapper {
        box-shadow: none;
    }
    #checkout-cart-summary {
        float: none;
        width: 100%;
        margin-top: 1rem;
    }
    #header .header-nav {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;
        margin-bottom: 0.625rem;
    }
    #header .top-logo {
    }
    #header .top-logo h1 {
        margin: 0;
    }
    #header .top-logo .logo {
        max-width: 100%;
    }
    #header .right-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #header .user-info {
        text-align: left;
        flex: auto;
        margin-left: 0;
    }
    #header .user-info .logged {
        color: var(--primary);
    }
    #header .blockcart {
        margin-left: 0;
        background: inherit;
    }
    #header .blockcart.active {
    }
    #header .blockcart.inactive .cart-products-count {
        display: none;
    }
    #header .header-top {
    }
    #header .header-top a[data-depth="0"] {
        color: #232323;
    }
    #header .header-top .search-widget {
    }
    #header.is-open,
    #header.is-open .header-top {
        background-color: #fff;
    }
    section.checkout-step {
        width: 100%;
    }
    .default-input {
        min-width: 100%;
    }
    label {
        clear: both;
    }
    #products .product-miniature,
    .featured-products .product-miniature {
        margin: 0 auto;
    }
    .block-contact {
        border: none;
    }
    .dropdown-item,
    .menu {
        padding-left: 0;
    }
    #footer {
        /*padding-top:.5rem*/
    }
}
@media (max-width: 575px) {
    .header-top .search-widget form input[type="text"] {
        height: 50px;
    }
    #header {
        padding-top: 50px;
    }
}
#content-wrapper {
    width: 100%;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#htmlcontent-home {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.htmlcontent-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0;
    margin-bottom: 3rem;
}
.htmlcontent-image:after {
    content: "";
    padding-bottom: 42%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}
.htmlcontent-image:hover:after,
.htmlcontent-image:focus:after,
.htmlcontent-image:active:after {
    background: rgba(0, 0, 0, 0.15);
}
.htmlcontent-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}
.htmlcontent-text h3 {
    font-size: 1.875rem;
}
.htmlcontent-text .item-html {
    font-size: 14px;
}
.htmlcontent-text .item-html p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.htmlcontent-text .item-link {
    border-color: #fff !important;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s;
}
.htmlcontent-text .item-link:hover {
    border-color: var(--primary) !important;
    background: var(--primary);
}
.htmlcontent-type-standard {
}
.htmlcontent-type-categorie {
    position: relative;
    z-index: 1;
}
.htmlcontent-type-categorie figure {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0;
    background-position: center;
}
.htmlcontent-type-categorie figure:after {
    content: "";
    display: block;
}
.htmlcontent-type-categorie a.item-link-full {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}
.htmlcontent-type-categorie a.item-link-full:hover {
    background: rgba(0, 0, 0, 0.15);
}
.htmlcontent-type-categorie .item-link {
    border-color: var(--primary);
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0px 1px 1px #000;
    box-shadow: 0 1px 1px #000;
    margin-top: 25px;
}
.htmlcontent-type-categorie > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    color: #fff;
    font-size: 2rem;
    position: relative;
    z-index: 2;
    min-height: 40vh;
    pointer-events: none;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 300;
}
.htmlcontent-type-categorie .item-html {
    font-size: 1rem;
    text-transform: none;
}

@media (max-width: 575px) {
    .cart-hover-content .items_cart ul li > .product-name {
        width: 70%;
    }
    .cart-hover-content .items_cart ul li > .product-quantity {
        width: 15%;
    }
    .cart-hover-content .items_cart ul li > .minicart-img {
    }
    .cart-hover-content .items_cart ul li > .product-price {
        margin-left: auto;
    }
    .cart-hover-content .items_cart ul li {
        padding: 0 15px;
    }
    .cart-hover-content .items_cart ul li > .customizations {
        padding-left: 0;
    }
    #left-column,
    #content-wrapper {
    }
    #header #menu-icon:after {
        width: 50px;
        height: 50px;
    }
    #header .menu-mobile {
        height: 50px;
    }
    #header .mobile .user-info .links.sub {
        top: 50px;
    }
    #header .top-logo .logo {
    }
    #header .mobile .user-info .user-info-link,
    #header .mobile .blockcart .blockcart-link {
        padding: 0;
    }
    #header.header .user-info .user-info-link,
    #header.header .blockcart .blockcart-link {
        width: 50px;
        height: 50px;
    }
}
body.grid:after {
    pointer-events: none;
    max-width: 1200px;
    margin: auto;
    content: "";
    /* background: linear-gradient(90deg, #98cd8d 0.50%, #f6f0cf 0.50%, #f6f0cf 50%, #98cd8d 50%, #98cd8d 50.50%, #f6f0cf 50.50%, #f6f0cf 100%); */
    /* background-size: 200px 200px; */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-image: linear-gradient(
        90deg,
        #98cd8d 0px,
        #f6f0cf 1px,
        #f6f0cf 15px,
        #98cd8d 15px,
        #f6f0cf 16px,
        #f6f0cf 85px,
        #98cd8d 85px,
        #f6f0cf 86px,
        #f6f0cf 100px
    );
    background-size: 100px 100px;
}
#content-hook_order_confirmation {
    text-align: center;
}
#content-hook_order_confirmation p {
    margin-bottom: 0;
}
.meomasonry-item > * {
    max-width: none;
}
.PM_ASCriterionsGroupList {
    width: 100%;
}
.user-info-links {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
}
.user-info-links a {
    background: none;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
    display: block;
    color: #7a7a7a;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
}
.user-info-links a:hover i {
    color: var(--primary);
}
.user-info-links a:hover {
    color: #232323;
}
.user-info-links .link-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 15px 20px 15px 5px;
    -ms-align-items: center;
    align-items: center;
}
@media (min-width: 992px) {
    .user-info-links .link-item {
        padding: 3px 20px 3px 5px;
    }
}
.user-info-links hr {
    display: none;
}
.user-info-links .logout {
    margin-top: auto;
    border-top: 1px solid rgba(0 0 0 / 10%);
    border-bottom: 0;
}
.user-info-links .logout .link-item {
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
}
.user-info-links .link-item i {
    width: 3rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
#left-column .hi-blog-sidebar-block .post-title h2 {
    font-size: 18px;
}

/********************************************
	GLOBALS
*****************************************/
.wrapper {
    max-width: 1920px;
    margin: auto;
    padding-inline: clamp(20px, 4vw, 75px);
}
.title-xl {
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(30px, 15px + 3vw, 52px);
    line-height: 1.1;
    text-shadow: var(--text-shadow);
}
.title-lg {
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(25px, 15px + 2vw, 32px);
    line-height: 1.1;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2vw;
}
@media (max-width: 991px) {
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}
@media (max-width: 767px) {
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    }
}

/********************************************
	HEADER
*****************************************/
.header-top {
    display: grid;
    grid-template-columns: repeat(7, auto);
    gap: 10px;
    align-items: center;
}
.header-col a {
    color: inherit;
}
.header-col a:hover {
    color: var(--primary);
}
.header-col-title {
    margin-bottom: 5px;
}
.header-horaires {
    gap: 5px;
}
.header-infos {
    gap: 5px;
}
@media (max-width: 1200px) {
    .header-top {
        grid-template-columns: repeat(6, auto);
    }
    .header-col-conseils {
        display: none !important;
    }
    .header-col img {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-top {
        grid-template-columns: repeat(3, auto);
    }
}
@media (max-width: 767px) {
    .header-top {
        grid-template-columns: 1fr auto;
        justify-content: center;
    }
}
@media (max-width: 560px) {
    .header-top {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 992px) {
    .header-col {
        font-size: 0.8rem;
    }
}
.mm_menu_content_title {
    font-size: clamp(12px, 0.7vw + 7px, 14px);
    padding: 0px 0.8vw !important;
}
/********************************************
	HERO
*****************************************/

.hero {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

/*SLIDER*/
.meo-slider {
    position: relative;
}
.meo-slider .slider-item {
    background-size: cover;
    background-position: center;
    display: flex !important;
    flex-direction: column;
    padding: 2vw 3vw;
    justify-content: end;
    color: white;
}
.slider-title {
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(35px, 15px + 4vw, 72px);
    line-height: 1.1;
    text-shadow: var(--text-shadow);
}
.slider-item a {
    width: fit-content;
}
.slider-description {
    font-size: clamp(18px, 10px + 1vw, 25px);
    line-height: 1.1;
    margin-top: 5px;
}
.meo-slider .arrows-wrapper {
    position: absolute;
    bottom: 3vw;
    right: 3vw;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
.meo-slider .arrows-wrapper i {
    color: white;
    transform: translateX(0) !important;
    font-size: 2.5rem;
    padding-inline: 2rem;
}
.meo-slider .arrows-wrapper i:hover {
    color: var(--primary);
}

/*BLOCS*/
.hero-blocs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "bloc1 bloc2 bloc3";
    gap: 17px;
    overflow: hidden;
}
.hero-bloc {
    background-size: cover;
    background-position: center;
    display: grid;
    place-content: center;
    min-height: 300px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: white;
}
.hero-bloc:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: black;
    opacity: 0.25;
    z-index: 0;
}
.hero-bloc:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: 0.3s;
    z-index: -1;
}
.hero-bloc:hover:after {
    transform: scale(1.2);
}
.hero-bloc-1 {
    grid-area: bloc1;
}
.hero-bloc-2 {
    grid-area: bloc2;
}
.hero-bloc-3 {
    grid-area: bloc3;
}
.hero-bloc .title-xl {
    position: relative;
    z-index: 1;
    transform: scale(1);
    transition: 0.3s;
}
.hero-bloc:hover .title-xl {
    transform: scale(0.9);
    color: white;
}
@media (max-width: 991px) {
    .hero-blocs {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "bloc1 bloc3"
            "bloc2 bloc3";
    }
    .hero-bloc {
        min-height: 200px;
    }
}
@media (max-width: 767px) {
    /* .hero-blocs {
        grid-template-columns: 1fr;
        grid-template-areas:
            "bloc1"
            "bloc2"
            "bloc3";
    } */
}

/********************************************
	REASSURANCE
*****************************************/
.home-reassurance {
    background-color: var(--black);
    margin-top: 17px;
    color: white;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.home-reassurance-wrapper {
    max-width: 1400px;
    margin: auto;
    padding: 6vw 2vw;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.home-reassurance-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: relative;
    padding-block: 1.5rem;
}
.home-reassurance-desc {
    font-size: 20px;
}
/* @media (min-width: 992px) {
    .home-reassurance-block:not(:last-child):after {
        content: "";
        position: absolute;
        top: 0;
        right: 5%;
        width: 1px;
        height: 100%;
        background-color: white;
        opacity: 0.5;
    }
} */
@media (max-width: 991px) {
    .home-reassurance-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .home-reassurance-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-reassurance-block {
        flex-direction: column;
        text-align: center;
    }
}
/********************************************
    HOME LINKS
*****************************************/
.home-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
/********************************************
    ABOUT
*****************************************/
.about {
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.about-content {
    background-size: cover;
    background-position: center left;
    padding: 7rem 2vw 7rem 25vw;
    line-height: 1.6;
    position: relative;
    isolation: isolate;
}
.about-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(to left, white, white 30%, transparent);
    z-index: -1;
}
.about-infos {
    display: grid;
    justify-content: center;
}

@media (max-width: 1200px) {
    .about-content {
        padding: 5rem 2rem;
    }
    .about-content:after {
        width: 100%;
        background: white;
        opacity: 0.5;
    }
}

@media (max-width: 767px) {
    .about {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/********************************************
    AVIS
*****************************************/

.avis-google {
    position: relative;
    isolation: isolate;
    padding-block: 2vw;
}
.avis-google:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-image: url("../img/avis.jpg");
    background-size: cover;
    background-position: center right;
    z-index: -2;
}
.avis-google:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 30%;
    background: linear-gradient(to right, white, white 50%, transparent);
    z-index: -1;
}
.avis-content {
    max-width: 920px;
    margin-left: 20vw;
    padding-block: 3vw;
    padding-right: 5rem;
    background-color: white;
}

@media (max-width: 1200px) {
    .avis-content {
        margin-left: 0;
    }
    .avis-google:before,
    .avis-google:after {
        display: none;
    }
}

/********************************************
    FOOTER
*****************************************/
.footer-wrapper {
    background-color: var(--black);
    color: white;
}
.footer-wrapper a {
    color: white;
}
.footer-wrapper a:hover {
    color: var(--primary);
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    text-align: center;
}
.footer-title {
    font-family: var(--title-font);
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 1rem;
}
.footer-icon {
    color: white;
    background-color: var(--primary);
    margin-block: 1rem;
    padding: 17px;
    font-size: 18px;
    border-radius: 50%;
    aspect-ratio: 1;
    display: inline-flex;
}
.footer-subtitle {
    font-weight: 200;
    margin-bottom: 5px;
}
.footer-col a {
    font-family: var(--title-font);
    font-weight: 600;
}
.footer-col a:hover {
    color: white;
}
.footer-col .block-social li {
    background-color: var(--primary);
    color: white;
}
.footer-col .block-social li:hover {
    background-color: var(--secondary);
}
.footer-map iframe {
    filter: grayscale(1);
}
.footer-links {
    font-size: 0.8rem;
}
@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 767px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 3rem;
    }
}
