/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

.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%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative;
}
.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 {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400;
}

*,
*:before,
*:after {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../css/479700ea91d964d295d75c6b67bd0b28.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/12a47ed5fd5585f0f4227fa035a1a607.woff2) format("woff2"), url(../css/f2a0933406f7830651524f477ba2f543.woff) format("woff"),
        url(../css/00b1fb69fb78ff50fd555de80b2fb45e.ttf) format("truetype");
}
.material-icons {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}
body,
html {
    height: 100%;
}
body {
    font-family: Manrope, sans-serif;
    font-size: 1rem;
    line-height: 1.25em;
    color: #232323;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul {
    padding-left: 0;
    list-style: none;
}
a:hover {
    color: #24b9d7;
    text-decoration: none;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
}
label .color,
.variant-links .color,
.custom-checkbox input[type="checkbox"] + span.color {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.5rem;
    cursor: pointer;
    background-size: contain;
    border: 1px solid #979797;
}
label .color.active,
label .color:hover,
.variant-links .color.active,
.variant-links .color:hover,
.custom-checkbox input[type="checkbox"] + span.color.active,
.custom-checkbox input[type="checkbox"] + span.color:hover {
    border: 1px solid #232323;
}
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border: 1px solid #979797;
}
.h1,
.h2,
.h3 {
    color: #232323;
    text-transform: uppercase;
}
.h4 {
    font-weight: 700;
    color: #232323;
}
.onbg{
    color:#fff;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 70%);
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
    margin-right: 0.625rem;
}
.btn-tertiary {
    padding: 0.25rem;
    margin: 0.25rem 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: #7a7a7a;
    text-transform: lowercase;
    background-color: #f7f7f7;
}
.btn-tertiary .material-icons {
    font-size: 1rem;
}

.btn-unstyle {
    padding: 0;
    text-align: inherit;
    background-color: transparent;
    border: none;
}
.btn-unstyle:focus {
    outline: 0;
}
.btn-unstyle:focus .expand-more {
    color: #24b9d7;
}
.card {
    border: none;
}

small.label,
small.value {
    font-size: 0.8125rem;
}
.form-control-label {
    padding-top: 0.625rem;
}
.form-control {
    padding: 0.5rem 1rem;
    color: #7a7a7a;
    background: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.form-control:focus {
    color: #232323;
    background-color: #fff;
    outline: 0.1875rem solid #24b9d7;
}
.input-group.focus {
    outline: 0.1875rem solid #24b9d7;
}
.input-group .form-control:focus {
    outline: none;
}
.input-group .input-group-btn {
    height: 100%;
}
.input-group .input-group-btn > .btn {
    padding: 0.625rem 1rem;
    margin-left: 0;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    box-shadow: none;
}
.input-group .input-group-btn > .btn[data-action="show-password"] {
    padding: 0.78rem 1rem;
    background: #7a7a7a;
}
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 {
    height: 2.625rem;
    padding: 0 0.5rem;
    background: #f6f6f6 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right
        0.5rem center/1.25rem 1.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.form-control-valign {
    padding-top: 0.5rem;
}
.form-control-comment {
    padding-top: 0.5rem;
    font-size: 0.875rem;
    color: #7a7a7a;
}
.form-control-submit.disabled {
    color: #fff;
    background: #5bc0de;
}
.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;
}
.group-span-filestyle .btn-default,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.bootstrap-touchspin .group-span-filestyle .btn-touchspin {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    background: #24b9d7;
    border-radius: 0;
}
.bootstrap-touchspin {
    display: inline-block;
    float: left;
    width: auto;
}
.bootstrap-touchspin input:focus {
    outline: none;
}
.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    float: left;
    width: 3rem;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    color: #232323;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.bootstrap-touchspin .btn-touchspin {
    height: 1.3125rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.bootstrap-touchspin .btn-touchspin:hover {
    background-color: #f6f6f6;
}
.bootstrap-touchspin .input-group-btn-vertical {
    float: left;
    width: auto;
    color: #232323;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
}
.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;
}
.radio-inline .custom-radio {
    margin-right: 0.5rem;
}
.radio-inline:first-of-type {
    margin-right: 1rem;
}
form section .form-informations {
    display: inline-block;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    color: #232323;
}
form section .form-informations-title,
form section .form-informations-option {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
form .form-control-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #232323;
}
.custom-radio {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border: #979797 1px solid;
    border-radius: 50%;
}
.custom-radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
}
.custom-radio input[type="radio"]:checked + span {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #24b9d7;
    border-radius: 50%;
}
.custom-radio input[type="radio"]:focus + span {
    border-color: #7a7a7a;
}
.custom-checkbox {
    position: relative;
}
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-top: 0.25rem;
    cursor: pointer;
    opacity: 0;
}
.custom-checkbox input[type="checkbox"] + span {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    pointer-events: none;
    cursor: pointer;
    border: 1px #979797 solid;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    display: none;
    margin: -0.125rem;
    font-size: 1.25rem;
    color: #232323;
}
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
    display: block;
}
.custom-checkbox input[type="checkbox"]:focus + span {
    border-color: #7a7a7a;
}
.custom-checkbox label {
    text-align: left;
}
.text-muted {
    font-size: 0.875rem;
}
.done {
    display: inline-block;
    padding: 0 0.8125rem;
    margin-right: 1.563rem;
    color: #4cbb6c;
}
.thumb-mask > .mask {
    position: relative;
    width: 3.438rem;
    height: 3.438rem;
    margin: 0.625rem 0;
    overflow: hidden;
    border: #f6f6f6 1px solid;
}
.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: 500;
}
.definition-list dl dd,
.definition-list dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 0.625rem;
    margin: 0.125rem;
    background: #f6f6f6;
}
.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even) {
    background: #f6f6f6;
}
.help-block {
    margin-top: 0.625rem;
}
.btn.disabled,
.btn.disabled:hover {
    color: #ddd;
    background: #f6f6f6;
    opacity: 1;
}
.alert-warning .material-icons {
    padding-top: 0.3125rem;
    margin-right: 0.625rem;
    font-size: 2rem;
    color: #ff9a52;
}
.alert-warning .alert-text {
    padding-top: 0.625rem;
    font-size: 0.9375rem;
}
.alert-warning .alert-link {
    padding: 0.3125rem 1.25rem;
    margin-left: 0.625rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #6c868e;
    border-width: 2px;
    border-radius: 2px;
}
.alert-warning ul li:last-child .alert-link {
    color: #fff;
}
.alert-warning .warning-buttons {
    margin-top: 0.3125rem;
}
.btn-tertiary-outline {
    color: #6c868e;
    background-color: transparent;
    background-image: none;
    border: 0.15rem solid #6c868e;
    border-color: #6c868e;
}
.btn-tertiary-outline:hover {
    color: #bbcdd2;
    border-color: #bbcdd2;
}
.alert {
    font-size: 0.8125rem;
}
.nav-item .nav-link,
.nav-item .nav-separtor {
    font-weight: 600;
    color: #7a7a7a;
}
.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
    color: #232323;
}
.separator {
    margin: 0;
    border-color: rgba(0, 0, 0, 0.25);
}
.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% - (30px * 2));
}
.popover {
    font-family: inherit;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.ui-autocomplete.ui-front {
    z-index: 999;
}
.ps-alert-error {
    margin-bottom: 0;
}
.ps-alert-error .item,
.ps-alert-success .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    background-color: #ff4c4c;
    border: 2px #ff4c4c solid;
}
.ps-alert-error .item i,
.ps-alert-success .item i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 15px #ff4c4c solid;
}
.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
    width: 24px;
    height: 24px;
    background-color: #ff4c4c;
}
.ps-alert-error .item p,
.ps-alert-error .item .page-content.page-cms ul,
.page-content.page-cms .ps-alert-error .item ul,
.ps-alert-success .item p,
.ps-alert-success .item .page-content.page-cms ul,
.page-content.page-cms .ps-alert-success .item ul {
    width: 100%;
    padding: 18px 20px;
    margin: 0;
    background-color: #fff;
}
.ps-alert-success {
    padding: 0.25rem 0.25rem 2.75rem;
}
.ps-alert-success .item {
    background-color: #4cbb6c;
    border-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: #24b9d7;
}
.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 {
    color: #232323;
    background: #fff;
    border: 0 none;
    outline: 0 none;
    -moz-appearance: none;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #24b9d7;
    text-decoration: none;
    background: none;
}


.menu {
    margin-bottom: 0;
}
.top-menu[data-depth="1"] {
    margin: 0.625rem;
}
.top-menu[data-depth="0"] {
    margin-bottom: 0;
}
.top-menu a:not([data-depth="0"]) {
    display: block;
    padding: 0.625rem;
    font-weight: 400;
    color: #7a7a7a;
}
.top-menu a.dropdown-submenu {
    font-weight: 600;
    color: #232323;
    text-transform: uppercase;
}
.top-menu a[data-depth="0"] {
    padding: 0.625rem;
    font-size: 1.125rem;
    font-weight: 600;
}
#header .top-menu a[data-depth="0"]:hover {
    color: #24b9d7;
    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 {
    z-index: 18;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    margin-left: 0.9375rem;
    visibility: hidden;
    border: none;
    box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.top-menu .sub-menu.collapse {
    visibility: hidden;
    opacity: 0;
}
.top-menu .sub-menu.collapse.in {
    visibility: visible;
    opacity: 1;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0 1.25rem;
}
.top-menu .sub-menu a:hover {
    color: #24b9d7;
}
.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 {
    visibility: visible;
    opacity: 1;
}
#mobile_top_menu_wrapper {
    background: #fff;
}
#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 {
    position: static;
    z-index: inherit;
    display: block;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
}
#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;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}
#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 .currency-selector {
    padding: 0.625rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
    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 {
    display: block;
    width: 100%;
    padding: 0.625rem 0;
}
@media (max-width: 767px) {
    .top-menu .sub-menu {
        visibility: visible;
        opacity: 1;
        transition: 0.5s ease-out;
    }
}
body#checkout {
    color: #232323;
}
body#checkout #header .header-nav {
    max-height: none;
    padding: 0.9375rem 0;
    margin-bottom: 0;
    border: none;
}
body#checkout #header .header-nav .logo {
    width: auto;
    max-height: 4.375rem;
}
body#checkout #header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0;
}
body#checkout .cart-grid-right .card {
    border: 0;
    box-shadow: none;
}
body#checkout .cart-grid-right .card .cart-total {
    background-color: inherit;
}
body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line {
    margin-bottom: 0;
}
body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .label {
    font-size: 1rem;
    font-weight: 400;
}
body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value {
    font-size: 1rem;
    font-weight: 600;
}
body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line:not(:last-child) {
    margin-bottom: 0.825rem;
}
body#checkout .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body#checkout .custom-checkbox > label {
    padding-left: 1.5rem;
}
body#checkout .custom-checkbox span {
    position: absolute;
    top: 0.025rem;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-top: 0.1rem;
}
body#checkout a:hover {
    color: #1a8196;
}
body#checkout section#content {
    margin-bottom: 1.563rem;
}
body#checkout .container {
    min-height: 100%;
}
body#checkout section.checkout-step {
    padding: 0.625rem;
    background-color: #fff;
}
body#checkout section.checkout-step:last-child {
    border: 0;
}
body#checkout section.checkout-step .step-title {
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
body#checkout section.checkout-step.-current + .checkout-step .step-title {
    padding-top: 1.25rem;
    border-top: 1px solid #ddd;
}
body#checkout section.checkout-step.-complete:first-of-type .step-title {
    padding-top: 0.625rem;
}
body#checkout section.checkout-step .content {
    padding: 0 2.313rem;
    padding-top: 1rem;
}
body#checkout section.checkout-step .step-edit {
    font-weight: 500;
    text-transform: lowercase;
}
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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
}
body#checkout section.checkout-step.-reachable.-current .step-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 0.65rem;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    background-color: var(--hovercolor);
    border: none;
    border-radius: 50%;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    display: block;
    float: right;
    margin-right: 0.125rem;
    color: #7a7a7a;
    cursor: pointer;
}
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 {
    padding: 0.625rem 3.125rem;
    background: #f6f6f6;
}
body#checkout section.checkout-step .form-footer {
    text-align: center;
}
body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem;
}
body#checkout section.checkout-step .payment-options label {
    display: table-cell;
}
body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 0.5rem;
}
body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0.5rem;
}
body#checkout section.checkout-step .step-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--hovercolor);
    border-radius: 50px;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 18px;
    position: relative;
    float: left;
    margin-right: 10px
}
body#checkout section.checkout-step .address-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body#checkout section.checkout-step .address-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 0.625rem;
    background: #f6f6f6;
    border: 3px solid transparent;
}
body#checkout section.checkout-step .address-item > header {
    min-height: 11.7rem;
}
body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: #24b9d7 3px solid;
}
body#checkout section.checkout-step .address-alias {
    display: inline-block;
    margin-bottom: 0.625rem;
    font-weight: 600;
}
body#checkout section.checkout-step .address {
    margin-left: 1.563rem;
    font-weight: 500;
}
body#checkout section.checkout-step .radio-block {
    padding: 0.9375rem;
    text-align: left;
    cursor: pointer;
}
body#checkout section.checkout-step .custom-radio input[type="radio"] {
    width: 1.25rem;
    height: 1.25rem;
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    display: inline-block;
    margin: 0 0.3125rem;
    color: #7a7a7a;
}
body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 1rem;
}
body#checkout section.checkout-step hr {
    margin: 0;
}
body#checkout section.checkout-step .address-footer {
    padding: 0.625rem;
    text-align: center;
}
body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses {
    margin-top: 1.25rem;
}
body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem;
}
body#checkout section.checkout-step .add-address a {
    color: #232323;
}
body#checkout section.checkout-step .add-address a i {
    font-size: 0.9375rem;
}
body#checkout section.checkout-step .delivery-options > .row {
    border-right: 0.1rem solid #c3c3c3;
}
body#checkout section.checkout-step .delivery-options .delivery-option {
    min-height: 80px;
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem;
    background: #f6f6f6;
}
body#checkout section.checkout-step .delivery-options .delivery-option,
body#checkout section.checkout-step .delivery-options .delivery-option label > .row,
body#checkout section.checkout-step .delivery-options .delivery-option .carrier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body#checkout section.checkout-step .delivery-options .delivery-option label {
    margin-bottom: 0;
    text-align: inherit;
}
body#checkout section.checkout-step .delivery-options .delivery-option label .carrier {
    margin-left: 0;
}
body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo) > .col-xs-12 {
    padding-left: calc(33.33333% + 15px);
}
body#checkout section.checkout-step .delivery-options .delivery-option img {
    width: 3.125rem;
}
body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    word-break: break-word;
}
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-top: 1.563rem;
    margin-left: 0.3125rem;
}
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 {
    padding: 0;
}
body#checkout section.checkout-step .sign-in {
    font-size: 0.875rem;
}
body#checkout section.checkout-step .forgot-password {
    margin-left: 14.38rem;
}
body#checkout .additional-information {
    margin-top: 1.25rem;
    margin-left: 2.875rem;
    font-size: 0.875rem;
}
body#checkout .condition-label {
    padding-left: 1.625rem;
    margin-top: 0.625rem;
}
body#checkout .condition-label label {
    text-align: inherit;
}
body#checkout .cancel-address {
    display: block;
    margin: 0.625rem;
    color: #7a7a7a;
    text-decoration: underline;
}
body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #f6f6f6;
}
body#checkout #cart-summary-product-list {
    font-size: 0.875rem;
}
body#checkout #cart-summary-product-list img {
    width: 3.125rem;
    border: #f6f6f6 1px solid;
}
body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
}
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 {
    margin-top: 1.25rem;
    color: #232323;
}
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 {
    padding: 1rem;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}
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 #gift_message,
body#checkout #delivery {
    max-width: 100%;
    border-color: #232323;
}
body#checkout #gift_message textarea,
body#checkout #delivery textarea {
    max-width: 100%;
    margin-bottom: 10px;
}

body#checkout #delivery > label {
    text-align: left;
}
body#checkout #hook-display-after-carrier {
    margin-top: 20px;
}
body#checkout #hook-display-after-carrier > [class^="col"] {
    display: inline-block;
    float: inherit;
}
body#checkout #hook-display-after-carrier > [class^="col"].links .row > [class^="col"] {
    width: auto;
}
#order-details {
    padding-left: 1.3rem;
    margin-top: 1.25rem;
}
#order-details > .card-title {
    margin-bottom: 1.875rem;
}
#order-details ul {
    margin-bottom: 1.25rem;
}
#order-details ul li {
    margin-bottom: 0.625rem;
}
#order-items {
    border-right: #f6f6f6 1px solid;
}
#order-items .h3 {
    font-size: 1rem;
}
@media (max-width: 991px) {
    #order-items .h3._desktop-title {
        display: none;
    }
}
#order-items hr {
    border-top-color: #232323;
}
#order-items table {
    width: 100%;
}
#order-items table tr {
    height: 1.875rem;
}
#order-items table tr td {
    padding: 0.5rem;
    font-size: 0.875rem;
}
#order-items table tr td:last-child {
    text-align: right;
}
#order-items table tr.total-value {
    background-color: #f6f6f6;
}
#order-items table tr.taxes td {
    text-align: left;
}
#order-items table tr.taxes td .value {
    padding-top: 0;
}
#order-items .order-line {
    margin-top: 1rem;
}
#order-items .image img {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid gray-lighter;
}
#order-items .details {
    margin-bottom: 1rem;
}
#order-items .details .customizations {
    margin-top: 0.625rem;
}
#order-items .qty {
    margin-bottom: 1rem;
}
#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem;
}
@media (max-width: 991px) {
    .done {
        padding: 0;
        margin-right: 0.625rem;
    }
    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%;
    }
    body#checkout section.checkout-step .delivery-options .delivery-option .carrier > .col-xs-12 {
        padding-left: 0;
    }
}
@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 {
        margin-bottom: 2.5rem;
        border-right: 0;
    }
    #order-items .card-title {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #f6f6f6;
    }
    #order-items hr {
        border-top-color: #f6f6f6;
    }
    .bold {
        font-weight: 600;
    }
    #order-details {
        padding-left: 0.9375rem;
    }
    #order-details .card-title {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #f6f6f6;
    }
    body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo) .col-xs-12 {
        padding-left: 0;
    }
}
@media (max-width: 575px) {
    body#checkout section.checkout-step .content {
        padding: 0.9375rem 0;
    }
    #payment-confirmation button {
        font-size: 0.875rem;
    }
    #payment-confirmation button.btn {
        white-space: normal;
    }
}
.js-payment-binary {
    display: none;
}
.js-payment-binary .accept-cgv {
    display: none;
}
.js-payment-binary.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.js-payment-binary.disabled::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    content: "";
}
.js-payment-binary.disabled .accept-cgv {
    display: block;
}
.table-labeled th {
    vertical-align: middle;
}
.table-labeled td {
    vertical-align: middle;
}
.table-labeled .label {
    padding: 0.25rem 0.375rem;
    margin: 0.125rem;
    font-size: inherit;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px;
}
.page-order .table {
    margin-bottom: 0;
}
.page-order table th {
    padding: 0.5rem;
}
.page-order table td {
    padding: 0.5rem;
}
.page-order table thead th {
    text-align: center;
}
#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0;
}
#authentication .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#authentication .custom-checkbox span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.9375rem;
    flex: 0 0 0.9375rem;
}
#authentication .custom-checkbox label {
    padding-left: 0.625rem;
}
#identity .radio-inline,
#authentication .radio-inline {
    padding: 0;
}
#identity .radio-inline .custom-radio,
#authentication .radio-inline .custom-radio {
    margin-right: 0;
}
.page-customer-account #content {
    padding: 1rem;
    background: #fff;
    font-size: 0.875rem;
    color: #7a7a7a;
}
.page-customer-account #content .order-actions a {
    padding: 0 0.125rem;
}
.page-customer-account #content .forgot-password {
    padding-bottom: 0.9375rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    text-align: center;
}
.page-customer-account #content .no-account {
    font-size: 1rem;
    text-align: center;
}
.page-authentication #content {
    padding: 1rem;
    background: #fff;
    max-width: 640px;
    margin: 0 auto;
}
.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
    color: #232323;
    background: #fff;
}
.page-addresses .address .address-body {
    padding: 1rem;
}
.page-addresses .address .address-body h4 {
    font-size: 1rem;
    font-weight: 700;
}
.page-addresses .address .address-body address {
    min-height: 9rem;
}
.page-addresses .address .address-footer {
    padding: 0.5rem 1rem;
    border-top: 1px solid #7a7a7a;
}
.page-addresses .address .address-footer a {
    margin-right: 0.5rem;
    color: #7a7a7a;
}
.page-addresses .address .address-footer a:hover {
    color: #232323;
}
.page-addresses .address .address-footer a i {
    font-size: 1rem;
}
.page-addresses .address .address-footer a span {
    font-size: 0.9375rem;
    vertical-align: middle;
}
.page-addresses .addresses-footer {
    margin: 0 0.9375rem;
}
.page-addresses .addresses-footer a {
    color: #232323;
}
.page-addresses .addresses-footer a:hover {
    color: #232323;
}
.page-addresses .addresses-footer a i {
    font-size: 1rem;
}
.page-addresses .addresses-footer a span {
    margin-top: 0.625rem;
    font-size: 1rem;
    vertical-align: middle;
}
.page-order-detail #content {
    font-size: 0.875rem;
}
.page-order-detail .box {
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
}
.page-order-detail h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #232323;
    text-transform: uppercase;
}
.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 #f6f6f6;
}
.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;
    padding: 0.25rem 0.375rem;
    margin: 0.25rem 0;
    color: #fff;
    border-radius: 3px;
}
.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 {
    float: left;
    width: 30%;
    padding-right: 0.5rem;
    text-align: right;
}
.page-order-detail #order-products.return td.qty .select {
    float: left;
    width: 70%;
    padding-left: 0.25rem;
    margin: -0.625rem 0;
}
.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 #f6f6f6;
}
.page-order-detail .order-items .order-item .checkbox {
    float: left;
    width: 30px;
    padding: 0 0.9375rem;
}
.page-order-detail .order-items .order-item .content {
    float: left;
    width: calc(100% - 30px);
    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: 600;
}
.page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem;
}
.page-order-detail .order-items .order-item .qty .q {
    margin-bottom: 0.25rem;
}
.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 #f6f6f6;
}
.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-my-account #content .links {
    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;
}
.page-my-account #content .links a {
    display: inline-block;
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem;
    font-size: 1rem;
    font-weight: 700;
    color: #7a7a7a;
    text-align: center;
    text-transform: uppercase;
}
.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    padding: 1rem;
    background: #fff;
}
.page-my-account #content .links a i {
    display: block;
    width: 100%;
    padding-bottom: 3.4rem;
    font-size: 2.6rem;
    color: #232323;
}
.page-my-account #content .links a:hover {
    color: #232323;
}
.page-my-account #content .links a:hover i {
    color: #24b9d7;
}
#history .orders {
    margin: 0 -1rem;
}
#history .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f6f6f6;
}
#history .orders .order a h3 {
    color: #7a7a7a;
}
#history .orders .order .label {
    display: inline-block;
    padding: 0.25rem 0.375rem;
    margin: 0.25rem 0;
    color: #fff;
    border-radius: 3px;
}
#history .orders .order:last-child {
    border-bottom: 0;
}
.page-footer .account-link {
    margin-right: 1rem;
}
.page-footer .account-link i {
    font-size: 1rem;
}
.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 {
        width: calc(100% - 20px);
        margin: 10px;
    }
}
.forgotten-password .form-fields .center-email-fields button {
    height: 38px;
}
.forgotten-password .form-fields .email {
    width: 430px;
    padding-right: 0;
    padding-left: 0;
}
@media (max-width: 767px) {
    .forgotten-password .form-fields .email {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
}
.forgotten-password .form-fields .email input {
    height: 38px;
}
.forgotten-password .form-fields label.required {
    width: 130px;
}
.send-renew-password-link {
    padding-right: 10px;
    padding-left: 10px;
}
.renew-password {
    margin-left: 10px;
}
.renew-password .email {
    padding-bottom: 30px;
}
.renew-password [type="submit"] {
    margin-left: 50px;
}
.carousel {
    margin-bottom: 1.5rem;
}
.carousel .direction {
    z-index: auto;
}
.carousel .carousel-inner {
    height: 340px;
}
.carousel .carousel-item {
    height: 100%;
}
.carousel .carousel-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.carousel .carousel-item .caption {
    position: absolute;
    bottom: 28px;
    left: 90px;
    max-width: 340px;
    color: #fff;
}
.carousel .carousel-item .caption .caption-description p,
.carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
.page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
    font-size: 1rem;
    color: #fff;
}
.carousel .carousel-item .caption .caption-description h3 {
    font-size: 1.25rem;
    font-weight: 600;
}
.carousel .carousel-item .caption .display-1 {
    font-size: 3rem;
    font-weight: 700;
}
.carousel .carousel-item figure {
    display: inline-block;
    margin: 0;
}
.carousel .carousel-control {
    opacity: 1;
}
.lang-rtl .carousel .carousel-control .icon-next .material-icons,
.lang-rtl .carousel .carousel-control .icon-prev .material-icons {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.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: #24b9d7;
}
.carousel .carousel-control .icon-prev {
    left: 1rem;
}
.carousel .carousel-control .icon-next {
    right: 2rem;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background: none;
}
.carousel-indicators li {
    border-color: #7a7a7a;
}
.carousel-indicators .active {
    background-color: #7a7a7a;
}
@media (min-width: 992px) {
    .carousel .carousel-indicators {
        display: none;
    }
}
@media (max-width: 1199px) {
    .carousel .carousel-inner {
        height: auto;
    }
}
@media (max-width: 991px) {
    .carousel {
        left: 50%;
        width: 100vw;
        padding-bottom: 0.5rem;
        margin-left: -50vw;
        background-color: #f6f6f6;
        box-shadow: none;
    }
    .carousel .carousel-control .icon-prev,
    .carousel .carousel-control .icon-next {
        width: auto;
        height: auto;
    }
    .carousel .carousel-item .caption {
        position: static;
        margin: 1.275rem auto 2.5rem;
        text-align: center;
    }
    .carousel .carousel-item .caption .display-1 {
        font-size: 2rem;
        font-weight: 500;
        color: #232323;
    }
    .carousel .carousel-item .caption .caption-description h3,
    .carousel .carousel-item .caption .caption-description p,
    .carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
    .page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
        color: #7a7a7a;
    }
    .carousel .carousel-item .caption .caption-description h3 {
        font-size: 1rem;
    }
    .carousel .direction {
        position: absolute;
        top: calc(50%);
        width: 100%;
    }
    .carousel .direction .carousel-control .icon-prev {
        left: 0;
        margin-left: 0;
    }
    .carousel .direction .carousel-control .icon-next {
        right: 0;
        margin-right: 0;
    }
    .carousel .direction .carousel-control i {
        background: rgba(122, 122, 122, 0.5);
    }
    .carousel-indicators li {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators .active {
        width: 8px;
        height: 8px;
        margin: 1px;
    }
}
@media (max-width: 767px) {
    .carousel .carousel-item .caption .display-1 {
        font-size: 1.3rem;
    }
    .carousel .carousel-control .icon-prev i,
    .carousel .carousel-control .icon-next i {
        font-size: 2rem;
    }
}

.lang-rtl #products .all-product-link .material-icons,
.lang-rtl .featured-products .all-product-link .material-icons,
.lang-rtl .product-accessories .all-product-link .material-icons,
.lang-rtl .product-miniature .all-product-link .material-icons {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custom-text {
    padding: 3.125rem;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 2px;
}
#custom-text h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #232323;
    text-transform: uppercase;
}
#custom-text p,
#custom-text .page-content.page-cms ul,
.page-content.page-cms #custom-text ul {
    font-size: 0.875rem;
    font-weight: 400;
    color: #232323;
}
#custom-text p .dark,
#custom-text .page-content.page-cms ul .dark,
.page-content.page-cms #custom-text ul .dark {
    font-size: 1.125rem;
    font-weight: 600;
    color: #232323;
}
#custom-text img {
    max-width: 100%;
    height: 100%;
}
.page-content.page-cms {
    padding: 1.25rem;
    text-align: justify;
    background: #fff;
}
.page-content.page-cms .cms-box img {
    max-width: 100%;
}
.page-content.page-cms ul {
    list-style: disc inside none;
}
@media (max-width: 991px) {
    #block-cmsinfo {
        padding: 1.25rem 1.875rem;
    }
}
#products {
    color: #7a7a7a;
    margin-top: 24px;
}
#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 {
    min-height: 13.75rem;
    margin-bottom: 1.563rem;
}
.block-category h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
}
.block-category .block-category-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-category .block-category-inner #category-description p,
.block-category .block-category-inner #category-description .page-content.page-cms ul,
.page-content.page-cms .block-category .block-category-inner #category-description ul,
.block-category .block-category-inner #category-description strong {
    font-weight: 400;
    color: #7a7a7a;
}
.block-category .block-category-inner #category-description p,
.block-category .block-category-inner #category-description .page-content.page-cms ul,
.page-content.page-cms .block-category .block-category-inner #category-description ul {
    margin-bottom: 0;
    color: #232323;
    word-break: break-word;
}
.block-category .block-category-inner #category-description p:first-child,
.block-category .block-category-inner #category-description .page-content.page-cms ul:first-child,
.page-content.page-cms .block-category .block-category-inner #category-description ul:first-child {
    margin-bottom: 1.25rem;
}
.block-category .block-category-inner .category-cover img {
    width: 141px;
    height: 180px;
}
.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 {
    margin-right: -0.9375rem;
    margin-left: 0.9375rem;
    text-align: right;
    word-break: break-word;
    white-space: normal;
}
.products-selection .total-products {
    padding-top: 0.625rem;
}
.products-selection h1 {
    padding-top: 0.625rem;
}
.products-selection p,
.products-selection .page-content.page-cms ul,
.page-content.page-cms .products-selection ul,
.products-selection p .sort-by,
.products-selection .page-content.page-cms ul .sort-by,
.page-content.page-cms .products-selection ul .sort-by,
.products-selection p .select-title,
.products-selection .page-content.page-cms ul .select-title,
.page-content.page-cms .products-selection ul .select-title,
.products-selection .sort-by-row,
.products-selection .sort-by-row .sort-by,
.products-selection .sort-by-row .select-title {
    font-size: 0.875rem;
}
.products-selection p i,
.products-selection .page-content.page-cms ul i,
.page-content.page-cms .products-selection ul i,
.products-selection p .sort-by i,
.products-selection .page-content.page-cms ul .sort-by i,
.page-content.page-cms .products-selection ul .sort-by i,
.products-selection p .select-title i,
.products-selection .page-content.page-cms ul .select-title i,
.page-content.page-cms .products-selection ul .select-title i,
.products-selection .sort-by-row i,
.products-selection .sort-by-row .sort-by i,
.products-selection .sort-by-row .select-title i {
    height: inherit;
    line-height: inherit;
}
.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
    padding: 0.75rem 0.5rem 0.6875rem;
}
.products-sort-order,
.brands-sort,
.suppliers-sort {
    color: #7a7a7a;
}
.products-sort-order .select-title,
.brands-sort .select-title,
.suppliers-sort .select-title {
    display: inline-block;
    width: 100%;
    padding: 0.625rem;
    color: #232323;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.products-sort-order .select-list,
.brands-sort .select-list,
.suppliers-sort .select-list {
    display: block;
    padding: 0.625rem 1.25rem;
    color: #232323;
}
.products-sort-order .select-list:hover,
.brands-sort .select-list:hover,
.suppliers-sort .select-list:hover {
    color: #fff;
    text-decoration: none;
    background: #24b9d7;
}
.products-sort-order .dropdown-menu,
.brands-sort .dropdown-menu,
.suppliers-sort .dropdown-menu {
    left: auto;
    width: 16.88rem;
    margin: 0;
    background: #f6f6f6;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.facet-dropdown {
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
    color: #7a7a7a;
    background: #f6f6f6;
    border: 3px solid transparent;
    box-shadow: 1px 1px 1px 1px #f6f6f6;
}
.facet-dropdown.open {
    border: 0;
}
.facet-dropdown.open > .select-title {
    background: #f6f6f6;
    border: 3px solid #24b9d7;
}
.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;
    width: 100%;
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    margin-left: 0;
    color: #232323;
    cursor: pointer;
    background: #f6f6f6;
}
.facet-dropdown .select-title > i {
    margin-left: auto;
}
.facet-dropdown .select-list {
    display: block;
    padding: 0.625rem 1.25rem;
    color: #232323;
    background: #f6f6f6;
}
.facet-dropdown .select-list:hover {
    color: #fff;
    text-decoration: none;
    background: #24b9d7;
}
.facet-dropdown .dropdown-menu {
    left: auto;
    width: 100%;
    padding: 0;
    margin-top: 3px;
    background: #f6f6f6;
    border: none;
    box-shadow: 1px 1px 1px 1px #f6f6f6;
}
#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    padding: 0 0.25rem;
    margin-bottom: 1.563rem;
    background: #fff;
}
#search_filters > .h6,
#search_filters_brands > .h6,
#search_filters_suppliers > .h6 {
    font-size: 1.5rem;
    font-weight: 500;
}
#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 {
    font-size: 1rem;
    color: #232323;
}
#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 {
    display: inline-block;
    font-size: 0.9375rem;
    color: #232323;
}
#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%;
    font-size: 0.875rem;
}
.pagination > div:first-child {
    line-height: 2.5rem;
}
.pagination .page-list {
    padding: 0.375rem;
    margin-bottom: 0;
    background: #fff;
}
.pagination .page-list li {
    display: inline;
}
.pagination a {
    font-weight: 600;
    color: #000;
}
.pagination a:not(.previous):not(.next) {
    letter-spacing: 0.125rem;
}
.pagination .previous {
    float: left;
}
.pagination .next {
    float: right;
}
.pagination .disabled {
    color: #7a7a7a;
}
.pagination .current a {
    font-size: 1.25rem;
    color: #24b9d7;
    text-decoration: none;
}
.active_filters {
    padding: 0.625rem 1.875rem 0;
    margin-bottom: 1.25rem;
    background: #dededd;
}
.active_filters .active-filter-title {
    display: inline;
    margin-right: 0.625rem;
    font-weight: 600;
}
.active_filters ul {
    display: inline;
}
.active_filters .filter-block {
    display: inline-block;
    padding: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 0.8125rem;
    color: #232323;
    background: #fff;
}
.active_filters .filter-block .close {
    margin-top: 0.1875rem;
    margin-left: 0.3125rem;
    font-size: 0.9375rem;
    color: #232323;
    opacity: 1;
}
.block-categories {
    box-shadow: none;
    background: #fff;
    padding: 0 0.25rem;
    margin-bottom: 0;
    margin-top: 24px;
}
.block-categories .h6 {
    font-size: 1.5rem;
    font-weight: 500;
}
.block-categories .category-sub-menu {
    margin-top: 1rem;
}
.block-categories .category-sub-menu .category-sub-link {
    font-size: 0.875rem;
}
.block-categories .category-sub-menu li {
    position: relative;
}
.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0.625rem;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.1875rem;
    margin: 0.3125rem 0 0;
    font-weight: 600;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 0.3125rem;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    margin-right: 0.3125rem;
    content: "-";
}
.block-categories a {
    color: #232323;
}
.block-categories .collapse-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    cursor: pointer;
}
.block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none;
}
.block-categories .collapse-icons[aria-expanded="true"] .remove {
    display: block;
}
.block-categories .collapse-icons .remove {
    display: none;
}
.block-categories .arrows .arrow-right,
.block-categories .arrows .arrow-down {
    margin-left: 2px;
    font-size: 0.875rem;
    cursor: pointer;
}
.block-categories .arrows .arrow-right:hover,
.block-categories .arrows .arrow-down:hover {
    color: #24b9d7;
}
.block-categories .arrows .arrow-down {
    display: none;
}
.block-categories .arrows[aria-expanded="true"] .arrow-right {
    display: none;
}
.block-categories .arrows[aria-expanded="true"] .arrow-down {
    display: inline-block;
}
.facets-title {
    color: #232323;
}
.advertising-block {
    margin-bottom: 1.563rem;
}
.advertising-block img {
    width: 100%;
}
@media (max-width: 767px) {
    #category #left-column {
        width: 100%;
    }
    #category #left-column #search_filters_wrapper {
        margin-right: -30px;
        margin-left: -30px;
    }
    #category #left-column #search_filter_controls {
        margin-bottom: 1rem;
        text-align: center;
    }
    #category #left-column #search_filter_controls button {
        margin: 0 0.5rem;
    }
    #category #left-column #search_filters {
        padding: 0;
        margin-bottom: 20px;
        border-top: 1px solid #f6f6f6;
        box-shadow: none;
    }
    #category #left-column #search_filters .ui-slider-horizontal {
        margin-bottom: 20px;
    }
    #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #f6f6f6;
    }
    #category #left-column #search_filters .facet .title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }
    #category #left-column #search_filters .facet .title .collapse-icons .remove {
        display: none;
    }
    #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 {
        display: inline-block;
        padding: 1.25rem;
        margin-bottom: 0;
    }
    #category #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        height: inherit;
        padding: 0 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 {
        padding: 1.25rem;
        border-top: 1px solid #f6f6f6;
    }
    #category #content-wrapper {
        width: 100%;
    }
    #category #search_filter_toggler {
        width: 100%;
    }
    .products-sort-order .select-title {
        margin-left: 0;
    }
    .products-selection h1 {
        padding-top: 0;
        margin-bottom: 1rem;
        text-align: center;
    }
    .products-selection .showing {
        padding-top: 1rem;
    }
    #prices-drop #content-wrapper,
    #new-products #content-wrapper,
    #best-sales #content-wrapper {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .products-selection .filter-button {
        padding-left: 0;
    }
    #category #left-column #search_filters_wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media screen and (max-width: 767px) {
    .category-cover {
        display: none;
    }
    .block-category {
        min-height: 0;
        margin-bottom: 0;
    }
    .card-block {
        padding: 0;
    }
    .card {
        background-color: inherit;
        border: none;
        box-shadow: none;
    }
}
@media (max-width: 991px) {
    #products .products {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#subcategories {
    margin-bottom: 20px;
    border-top: 1px solid #f6f6f6;
}
#subcategories .subcategory-heading {
    margin-bottom: 20px;
    font-weight: 500;
}
#subcategories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
}
#subcategories ul li {
    width: calc(100% / 4 - 20px);
    min-width: 200px;
    margin: 10px;
    text-align: center;
}
#subcategories ul li .subcategory-image {
    padding: 0 0 8px;
}
#subcategories ul li .subcategory-image a {
    display: block;
    padding: 9px;
    border: 1px solid #f6f6f6;
}
#subcategories ul li .subcategory-image a img {
    max-width: 100%;
    vertical-align: top;
}
#subcategories ul li .subcategory-name {
    text-transform: uppercase;
}
#subcategories ul li .subcategory-name:hover {
    color: #24b9d7;
}
#subcategories ul li .cat_desc {
    display: none;
}
#subcategories ul li:hover .subcategory-image a {
    padding: 5px;
    border: 5px solid #24b9d7;
}
@media (max-width: 767px) {
    #subcategories ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#product #content {
    position: relative;
    max-width: 452px;
    margin: 0 auto;
}
.product-price {
    display: inline-block;
}
#product #product-description-short {
    margin-top: 1.25rem;
}
#product-description-short ul,
#product-description-short ol {
    padding-left: 0;
    list-style-position: inside;
}
#product-description-short ul li,
#product-description-short ol li {
    font-size: 0.9375rem;
    color: #7a7a7a;
}
#product-description-short ul {
    list-style-type: disc;
}
.product-information {
    font-size: 0.9375rem;
    color: #232323;
}
.product-information .manufacturer-logo {
    height: 3.125rem;
    margin-bottom: 1rem;
    border: none;
}
.product-information .product-description img {
    max-width: 100%;
    height: auto;
}
.product-information .product-description ul,
.product-information .product-description ol {
    padding-left: 0.75rem;
    list-style-position: inside;
}
.product-information .product-description ul li,
.product-information .product-description ol li {
    font-size: 0.9375rem;
    color: #7a7a7a;
}
.product-information .product-description ul {
    list-style-type: disc;
}
.input-color {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    opacity: 0;
}
.input-container {
    position: relative;
}
.input-radio {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
    border: 2px solid #232323;
}
.radio-label {
    display: inline-block;
    padding: 0.125rem 0.625rem;
    font-weight: 600;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-right: 6px;
    border-radius: 6px;
}
.product-actions .control-label {
    display: block;
    width: 100%;
    margin-bottom: 0.375rem;
}
.product-actions .add-to-cart {
    line-height: inherit;
    width:100%;
}
.product-actions .add-to-cart .material-icons {
    line-height: inherit;
}
.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-quantity .qty,
.product-quantity .add {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
}
.product-quantity .qty {
    margin-right: 0.4rem;
}
.product-quantity .add {
    width:calc(100% - 90px);
}
.product-quantity #quantity_wanted {
    width: 3rem;
    height: 2.75rem;
    padding: 0.175rem 0.5rem;
    color: #232323;
    background-color: #fff;
    border:0;
}
.product-quantity .input-group-btn-vertical {
    width: auto;
}
.product-quantity .input-group-btn-vertical .btn {
    padding: 0.5rem 0.6875rem;
}
.product-quantity .input-group-btn-vertical .btn i {
    top: 0.125rem;
    left: 0.1875rem;
    font-size: 1rem;
}
.product-quantity .btn-touchspin {
    height: 1.438rem;
}
.product-discounts {
    margin-bottom: 1.5rem;
}
.product-discounts > .product-discounts-title {
    font-size: 0.875rem;
    font-weight: 600;
}
.product-discounts > .table-product-discounts thead tr th {
    width: 33%;
    padding: 0.625rem 1.25rem;
    text-align: center;
    background: #fff;
    border: 0.3125rem #f6f6f6 solid;
}
.product-discounts > .table-product-discounts tbody tr {
    background: #f6f6f6;
}
.product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
    background: #fff;
}
.product-discounts > .table-product-discounts tbody tr td {
    padding: 0.625rem 1.25rem;
    text-align: center;
    border: 0.3125rem #f6f6f6 solid;
}
.product-prices {
    display:block;  
}

.product-prices .tax-shipping-delivery-label {
    font-size: 0.8125rem;
    color: #7a7a7a;
}
.product-prices .tax-shipping-delivery-label .delivery-information {
    padding: 0 0 0 2px;
    font-weight: 700;
}
.product-prices .tax-shipping-delivery-label .delivery-information::before {
    padding: 0 2px 0 0;
    content: "-";
}
.product-discount .regular-price {
    margin-right: 0.625rem;
    font-weight: 500;
    text-decoration: line-through;
}
.has-discount.product-price,
.has-discount p,
.has-discount .page-content.page-cms ul,
.page-content.page-cms .has-discount ul {
    color: #f39d72;
}
.product-unit-price {
    margin-bottom: 0;
    font-size: 0.8125rem;
    color: #24b9d7;
}

.tabs .tab-pane {
    padding-top: 1.25rem;
}
.tabs .nav-tabs {
    border: none;
    border-bottom: #f6f6f6 2px solid;
}
.tabs .nav-tabs .nav-link {
    color: #7a7a7a;
    border: 0 solid transparent;
}
.tabs .nav-tabs .nav-link.active {
    color: #24b9d7;
    border: none;
    border-bottom: #24b9d7 3px solid;
}
.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: #24b9d7 3px solid;
}
.tabs .nav-tabs .nav-item {
    float: left;
    margin-bottom: -0.125rem;
}
.product-cover {
    position: relative;
    margin-bottom: 1.25rem;
}
.product-cover img {
    background: #fff;
}
.product-cover .layer {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
}
.product-cover .layer:hover {
    opacity: 1;
}
.product-cover .layer .zoom-in {
    font-size: 3.125rem;
    color: #fff;
}
#product-modal .modal-content {
    padding: 0;
    background: transparent;
    border: none;
}
#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30%;
}
#product-modal .modal-content .modal-body .product-cover-modal {
    background: #fff;
}
#product-modal .modal-content .modal-body .image-caption {
    width: 800px;
    padding: 0.625rem 1.25rem;
    background: #fff;
    border-top: #f6f6f6 1px solid;
}
#product-modal .modal-content .modal-body .image-caption p,
#product-modal .modal-content .modal-body .image-caption .page-content.page-cms ul,
.page-content.page-cms #product-modal .modal-content .modal-body .image-caption ul {
    margin-bottom: 0;
}
#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
}
#product-modal .modal-content .modal-body .mask {
    position: relative;
    z-index: 1;
    max-height: 49.38rem;
    /*margin-top: 2.188rem;*/
    overflow: hidden;
}
#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
}
#product-modal .modal-content .modal-body .product-images {
    margin-left: 2.5rem;
}
#product-modal .modal-content .modal-body .product-images img {
    width: 9.25rem;
    cursor: pointer;
    background: #fff;
    border: transparent 3px solid;
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border: var(--hovercolor) 3px solid;
}
#product-modal .modal-content .modal-body .arrows {
    position: absolute;
    top: 0;
    right: 1.875rem;
    z-index: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: -2rem;
    opacity: 0.2;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: -2rem;
}
#product-modal .modal-content .modal-body .arrows i {
    display: inline;
    font-size: 6.25rem;
}
#blockcart-modal {
    color: #000;
}
#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 {
    padding: 1.125rem;
    background: #fff;
}
#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: 520px;
    width: 100%;
}
#blockcart-modal .product-image {
    display: block;
    width: 100%;
    max-width: 9.375rem;
    margin: 0 0 0 auto;
}
#blockcart-modal .modal-title {
    font-size: 1rem;
    font-weight: 400;
    color: #353943;
}
#blockcart-modal .modal-title i.material-icons {
    margin-right: 1.875rem;
    color: #4cbb6c;
}
#blockcart-modal .product-name {
    font-size: 1.125rem;
    color: #24b9d7;
}
@media (max-width: 767px) {
    #blockcart-modal .product-name {
        padding: 0 0.5rem;
    }
}
#blockcart-modal .product-price {
    display: block;
    color: #363a42;
}
@media (max-width: 767px) {
    #blockcart-modal .product-price {
        padding: 0 0.5rem;
    }
}
#blockcart-modal .cart-content {
    padding-bottom: 2.5rem;
}
#blockcart-modal .cart-content .btn {
    margin-bottom: 0.625rem;
}
#blockcart-modal .cart-content p,
#blockcart-modal .cart-content .page-content.page-cms ul,
.page-content.page-cms #blockcart-modal .cart-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.5rem;
    color: #363a42;
}
#blockcart-modal .cart-content p.product-total,
#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total {
    padding: 0.5rem;
    background-color: #f6f6f6;
}
#blockcart-modal .cart-content p.cart-products-count,
#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
    font-size: 1rem;
    font-weight: 600;
    color: #6c868e;
}
#blockcart-modal .cart-content p.product-tax,
#blockcart-modal .cart-content .page-content.page-cms ul.product-tax,
.page-content.page-cms #blockcart-modal .cart-content ul.product-tax {
    display: inherit;
    font-size: 0.875rem;
}
#blockcart-modal .cart-content p .label,
#blockcart-modal .cart-content .page-content.page-cms ul .label,
.page-content.page-cms #blockcart-modal .cart-content ul .label,
#blockcart-modal .cart-content p .value,
#blockcart-modal .cart-content .page-content.page-cms ul .value,
.page-content.page-cms #blockcart-modal .cart-content ul .value {
    font-weight: 600;
}
#blockcart-modal .cart-content .cart-content-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
#blockcart-modal .cart-content .cart-content-btn button {
    margin-right: 0.9rem;
}
#blockcart-modal .cart-content .cart-content-btn .btn {
    white-space: inherit;
}
#blockcart-modal .divide-right {
    border-right: 1px solid #dbdbdb;
}

#product-availability {
    margin-top: 0.625rem;
    font-weight: 700;
    font-size:12px;
}
#product-availability .material-icons {
    line-height: inherit;
}
#product-availability .product-available {
    color: #4cbb6c;
}
#product-availability .product-unavailable {
    color: #ff9a52;
}
#product-availability .product-last-items {
    color: #ff9a52;
}
#product-availability .material-icons {
    line-height: 1
}
#product-details .label {
    font-size: 1rem;
    font-weight: 500;
    color: #232323;
}
.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;
}
.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%;
    min-height: 2.5rem;
    padding: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-transform: capitalize;
    word-break: normal;
    background: #f6f6f6;
}
.product-features > dl.data-sheet dd.value:nth-of-type(even),
.product-features > dl.data-sheet dt.name:nth-of-type(even) {
    background: #f6f6f6;
}
.product-variants > .product-variants-item {
    margin: 1.25rem 0;
}
.product-variants > .product-variants-item select {
    width: auto;
    padding-right: 1.875rem;
    background-color: #fff;
}
.product-variants > .product-variants-item ul li {
    margin-right: 0.625rem;
}
.product-variants > .product-variants-item .color {
    margin-top: 0;
    margin-left: 0;
}
.product-variants-item + .product-variants-item{
    margin-top:12px;
}
.product-flags {
    position: absolute;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    pointer-events: none;
}
.product-flags li.product-flag.online-only {
    position: absolute;
    top: 25rem;
    right: 0;
    z-index: 1;
    margin-top: 0;
    font-size: 0.8125rem;
}
.product-flags li.product-flag.online-only::before {
    margin: 0.3125rem;
    font-family: "Material Icons", Arial, sans-serif;
    vertical-align: middle;
    content: "\E30A";
}
.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount {
    background-color: #f39d72;
}
.product-flags li.product-flag.on-sale {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    background: #f39d72;
}

.product-customization .product-customization-item {
    margin: 1.25rem 0;
}
.product-customization .product-message {
    width: 100%;
    height: 3.125rem;
    padding: 0.625rem;
    resize: none;
    background: #f6f6f6;
    border: none;
}
.product-customization .product-message:focus {
    background-color: #fff;
    outline: 1px solid var(--hovercolor);
}
.product-customization .file-input {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2.625rem;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
}
.product-customization .customization-message {
    margin-top: 20px;
}
.product-customization .custom-file {
    position: relative;
    display: block;
    width: 100%;
    height: 2.625rem;
    margin-top: 1.25rem;
    line-height: 2.625rem;
    color: #7a7a7a;
    text-indent: 0.625rem;
    background: #f6f6f6;
}
.product-customization .custom-file button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 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 {
    padding-left: 0.625rem;
    border-left: #f6f6f6 2px solid;
}
.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.social-sharing ul {
    margin-bottom: 0;
}
.social-sharing li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.5rem;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0.25rem 0.25rem;
    background-size: 2rem 2rem;
    border-radius: 50%;
}
.social-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.social-sharing li a:hover {
    color: transparent;
}
.products-selection {
    margin-bottom: 1.25rem;
}
.products-selection .title {
    color: #7a7a7a;
}
@media (max-width: 991px) {
    .product-cover img {
        width: 100%;
        height: auto;
    }
    #product-modal .modal-content .modal-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
    }
    #product-modal .modal-content .modal-body img.product-cover-modal {
        width: 100%;
    }
    #product-modal .modal-content .modal-body .arrows {
        display: none;
    }
    #product-modal .modal-content .modal-body .image-caption {
        width: 100%;
    }
    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px);
    }
    #blockcart-modal .modal-body {
        padding: 1.875rem;
    }
    .product-images > li.thumb-container > .thumb:not(.selected) {
        border: none;
    }
}
@media (max-width: 767px) {
    #blockcart-modal .divide-right {
        border-right: none;
    }
    #blockcart-modal .modal-body {
        padding: 1rem;
    }
}
.cart-grid {
    margin-bottom: 1rem;
}
.cart-items {
    margin-bottom: 0;
}
.cart-item {
    padding: 1rem 0;
}

.card-block.checkout {
    padding: 0 1.25rem 0.825rem;
}
.card-block.checkout .btn-primary {
    width: 100%;
}
.card-block.cart-detailed-subtotals {
    padding: 0.825rem 1.25rem 0;
}
.card-block.cart-detailed-subtotals + .cart-summary-totals .cart-total {
    border-top: 1px solid #ddd;
}
.card-block.cart-summary-totals {
    padding: 0 1.25rem 0.825rem;
}
.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 {
    padding: 1rem 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;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 1rem;
}
.card-block.cart-summary-totals .cart-summary-line span.sub {
    float: none;
    font-size: 0.88rem;
    text-align: left;
}
.cart-summary-line {
    margin-bottom: 0.315rem;
    clear: both;
}
.cart-summary-line::after {
    content: "";
    display: table;
    clear: both;
}
.cart-summary-line:not(:last-child) {
    margin-bottom: 1rem;
}
.cart-summary-line .label {
    padding-left: 0;
    font-weight: 400;
    color: #363a42;
    white-space: inherit;
}
.cart-summary-line .value {
    float: right;
    font-weight: 600;
    color: #232323;
}
.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 500;
}
.cart-summary-line .label,
.cart-summary-line .value {
    font-size: 1rem;
}
.cart-grid-body {
    margin-bottom: 0.75rem;
}
.cart-grid-body a.label:hover {
    color: #24b9d7;
}
.cart-grid-body .card-block {
    padding: 1rem;
}
.cart-grid-body .card-block h1 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
}
.cart-grid-body .cart-overview {
    padding: 1rem;
}
.cart-grid-right .promo-discounts {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    text-align: center;
}
.cart-grid-right .promo-discounts .cart-summary-line .label {
    font-size: 1rem;
    color: #7a7a7a;
}
.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 {
    margin-bottom: 1rem;
}
.block-promo .promo-code {
    padding: 1rem;
}
.block-promo .promo-code .alert-danger {
    position: relative;
    display: none;
    margin-top: 1.25rem;
    color: #fff;
    background: #ff4c4c;
}
.block-promo .promo-code .alert-danger::after {
    position: absolute;
    bottom: 100%;
    left: 10%;
    width: 0;
    height: 0;
    margin-left: -10px;
    pointer-events: none;
    content: " ";
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: #ff4c4c;
}
.block-promo .promo-code form {
    text-align: center;
}
.block-promo .promo-input {
    width: 50%;
    height: 2.5rem;
    margin-right: -0.24rem;
    color: #232323;
    text-indent: 0.625rem;
    border: #7a7a7a 1px solid;
}
.block-promo .promo-input + button {
    margin-top: -4px;
    margin-left: -1px;
    text-transform: capitalize;
    border: 2px solid #24b9d7;
}
.block-promo .cart-summary-line .label,
.block-promo .promo-name {
    margin-bottom: 0;
    font-weight: 600;
    color: #ff9a52;
}
.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
    display: inline-block;
    font-weight: 500;
    color: #232323;
}
.block-promo .promo-name .cart-summary-line .label {
    font-weight: 500;
    color: #363a42;
}
.block-promo .promo-name .cart-summary-line span {
    color: #f49d6e;
}
.block-promo .promo-name .material-icons {
    margin-left: 0.4rem;
    font-size: 1.2rem;
}
.block-promo .promo-code-button {
    display: block;
    padding: 0 0 1rem;
    text-align: center;
}
.block-promo .promo-code-button.with-discounts {
    display: none;
}
.block-promo .promo-code-button.cancel-promo {
    margin-bottom: 0;
    color: #24b9d7;
}
.block-promo .promo-code-button.cancel-promo[aria-expanded="true"] {
    display: block;
    padding: 0;
    margin-top: 1rem;
}
.block-promo.promo-highlighted {
    padding: 0 1rem;
    margin-bottom: 0;
    text-align: center;
}
.block-promo p,
.block-promo .page-content.page-cms ul,
.page-content.page-cms .block-promo ul {
    margin-bottom: 0;
}
.product-line-grid-left img {
    max-width: 100%;
}
.product-line-grid-body > .product-line-info > .label {
    padding: 0;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
}
.product-line-grid-body > .product-line-info > .out-of-stock {
    color: #f00;
}
.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 {
    line-height: 36px;
    color: #232323;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    display: inline-block;
    margin-top: 0.3125rem;
    color: #232323;
}
@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 #f6f6f6;
    }
    .cart-item:last-child {
        border-bottom: 0;
    }
    .cart-grid-body .cart-overview {
        padding: 0;
    }
    .cart-grid-body .no-items {
        display: inline-block;
        padding: 1rem;
    }
    .product-line-grid-left {
        padding-right: 0 !important;
    }
}
@media (max-width: 360px) {
    .product-line-grid-right .qty {
        width: 100%;
    }
    .product-line-grid-right .price {
        width: 100%;
    }
}
#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.25);
}
#block-reassurance li:last-child {
    border: 0;
}
#block-reassurance li .block-reassurance-item {
    padding: 1rem 1.5rem;
}
#product #block-reassurance {
    background: #fff;
}
#product #block-reassurance span {
    font-weight: 700;
}
.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem;
}
.quickview .modal-content {
    min-height: 28.13rem;
    background: #f6f6f6;
}
.quickview .modal-header {
    padding: 0.625rem;
    border: none;
}
.quickview .modal-body {
    min-height: 23.75rem;
}
.quickview .modal-footer {
    border-top: 1px solid rgba(122, 122, 122, 0.3);
}
.quickview .layer {
    display: none;
}
.quickview .product-cover img {
    width: 100%;
    height: auto;
}
.quickview .images-container {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 21.88rem;
}
.quickview .images-container .product-images > li.thumb-container > .thumb {
    width: 100%;
    max-width: 4.938rem;
    height: auto;
    margin-bottom: 0.8125rem;
    background: #fff;
}
.quickview .mask {
    width: 35%;
    max-height: 22.5rem;
    margin-left: 0.625rem;
    overflow: hidden;
}
.quickview .arrows {
    position: absolute;
    top: 0;
    right: 5rem;
    bottom: 0;
    z-index: 0;
    max-height: 22.5rem;
}
.quickview .arrows .arrow-up {
    margin-top: -3.125rem;
    cursor: pointer;
    opacity: 0.2;
}
.quickview .arrows .arrow-down {
    position: absolute;
    bottom: -1.875rem;
    cursor: pointer;
}
.quickview .social-sharing {
    margin-top: 0;
    margin-left: 2.5rem;
}
#stores .page-stores {
    width: 85%;
    margin: 0 auto;
}
#stores .page-stores .store-item {
    padding-right: 0.75rem;
    padding-left: 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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    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: #f6f6f6 1px solid;
}
#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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}
#stores .page-stores .store-item-footer.divide-top {
    border-top: #f6f6f6 1px solid;
}
#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;
    font-size: 1rem;
    color: #7a7a7a;
}
#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 {
        margin-bottom: 0.5rem;
    }
    #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: #f6f6f6 1px solid;
    }
    #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-contact {
    font-size: 0.875rem;
    color: #7a7a7a;
}
.block-contact .block-contact-title {
    color: #232323;
}
.block-contact .navbar-toggler .material-icons {
    color: #232323;
}
@media (max-width: 767px) {
    .block-contact #contact-infos {
        padding: 0.625rem;
        padding-top: 0;
    }
}
.linklist .blockcms-title a {
    color: #232323;
}
.account-list a {
    color: #7a7a7a;
}
.account-list a:hover {
    color: #24b9d7;
}
.blockcms-title,
.myaccount-title,
.myaccount-title a,
.block-contact-title {
    font-size: 1rem;
    font-weight: 700;
}
.block-social {
    text-align: right;
}
.block-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .block-social ul {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}
.block-social ul li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.125rem;
    cursor: pointer;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .block-social ul li {
        width: 2rem;
        height: 2rem;
        margin-right: 1.3rem;
        margin-bottom: 1.3rem;
        background-size: contain;
    }
}
.block-social ul li:hover {
    background-color: #24b9d7;
}
.block-social ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.block-social ul li a:hover {
    color: transparent;
}
.facebook {
    background-image: url(../css/04be689c12d686c595032705f6b3cf6c.svg);
}
.facebook::before {
    content: "";
    background-image: url(../css/fa3993a997a0b84e9900ee168b18b919.svg);
}
.facebook.icon-gray {
    background-image: url(../css/b252849e892c264f4f220c7e7cb0207a.svg);
}
.facebook.icon-gray:hover {
    background-image: url(../css/fa3993a997a0b84e9900ee168b18b919.svg);
}
.twitter {
    background-image: url(../css/f56d95737d55e2bdba95baa528b2583b.svg);
}
.twitter::before {
    content: "";
    background-image: url(../css/0ba57b3ea460c3d7d0c46d6138f088a8.svg);
}
.twitter.icon-gray {
    background-image: url(../css/740f1557cae714dc4b180b4d5de69375.svg);
}
.twitter.icon-gray:hover {
    background-image: url(../css/0ba57b3ea460c3d7d0c46d6138f088a8.svg);
}
.linkedin {
    background-image: url(../css/b2efa71e4ca1cd26b0f4df4e71e531a8.svg);
    background-position: center center;
}
.rss {
    background-image: url(../css/cbeba06698c00a61e82219b76357ce42.svg);
}
.youtube {
    background-image: url(../css/726b87682d18d1e8307635d146fe58cc.svg);
}
.googleplus {
    background-image: url(../css/c472ea2ef3e5b37438730a4ab00513b4.svg);
}
.googleplus::before {
    content: "";
    background-image: url(../css/47f13bcaf75af86613bca9721d6e858f.svg);
}
.googleplus.icon-gray {
    background-image: url(../css/7acb0ff3a9a16ba3806d7f16b745af38.svg);
}
.googleplus.icon-gray:hover {
    background-image: url(../css/47f13bcaf75af86613bca9721d6e858f.svg);
}
#block_myaccount_infos .myaccount-title a {
    color: #232323;
}
.pinterest {
    background-image: url(../css/33e7446832ac7aa84b959a6ea8efb915.svg);
}
.pinterest::before {
    content: "";
    background-image: url(../css/882e1291e47c7d9d5dd7633845caa204.svg);
}
.pinterest.icon-gray {
    background-image: url(../css/91fc2885f1aa34fb73f63e9ef538fe1c.svg);
}
.pinterest.icon-gray:hover {
    background-image: url(../css/882e1291e47c7d9d5dd7633845caa204.svg);
}
.vimeo {
    background-image: url(../css/4903fb37c04676f5a805be194ad59b2b.svg);
}
.instagram {
    background-image: url(../css/3a94078d659136527abfe39bc3432628.svg);
}
.footer-container {
    overflow: hidden;
}
.footer-container .h3,
.footer-container .h4 {
    margin-bottom: 1rem;
    font-size: 1rem;
}
.footer-container li {
    margin-bottom: 0.3125rem;
}
.footer-container li a {
    font-size: 0.875rem;
    color: #7a7a7a;
    cursor: pointer;
}
.footer-container li a:hover {
    color: #24b9d7;
}
.links .collapse {
    display: inherit;
}
.links{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
@media (max-width: 767px) {
    .footer-container {
        margin-top: 0;
        box-shadow: none;
    }
    .footer-container .wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .footer-container .links .h3 {
        font-size: 1rem;
        line-height: 1.5;
    }
    .footer-container .links ul {
        margin-bottom: 0;
    }
    
    .links .collapse {
        display: none;
    }
    .links .collapse.in {
        display: block;
    }
    .links .title {
        cursor: pointer;
        align-items: center;
        display: flex;
        padding: 4px 0;
    }
    .links .title .collapse-icons .rem {
        display: none;
    }
    .links .title[aria-expanded="true"] .collapse-icons .ad {
        display: none;
    }
    .links .title[aria-expanded="true"] .collapse-icons .rem {
        display: block;
    }
    .links .navbar-toggler {
        display: flex;
        margin: auto;
    }
}
@media (max-width: 991px) {
    .block-social {
        text-align: center;
    }
    .block-contact {
        padding-left: 1.5rem;
    }
}
.contact-rich {
    margin-bottom: 2rem;
    color: #7a7a7a;
    word-wrap: break-word;
}
.contact-rich h4 {
    margin-bottom: 2rem;
    color: #232323;
    text-transform: uppercase;
}
.contact-rich .block {
    height: auto;
    overflow: hidden;
}
.contact-rich .block .icon {
    float: left;
    width: 3.5rem;
}
.contact-rich .block .icon i {
    font-size: 2rem;
}
.contact-rich .block .data {
    width: auto;
    overflow: hidden;
    font-size: 0.875rem;
    color: #232323;
}
.contact-rich .block .data.email {
    padding-top: 0.375rem;
}
.contact-rich .block a[href^="mailto:"] {
    margin-top: 1rem;
    clear: both;
}
@media (min-width: 576px) {
    .contact-rich .block a[href^="mailto:"] {
        font-size: 0.815rem;
    }
}
.contact-form {
    width: 100%;
    padding: 1rem;
    color: #7a7a7a;
    background: #fff;
}
.contact-form h3 {
    color: #232323;
    text-transform: uppercase;
}
#products #main .page-header,
#pagenotfound #main .page-header {
    margin: 2rem 0 3rem;
}
#products #main .page-content,
#pagenotfound #main .page-content {
    margin-bottom: 10rem;
}
#products .page-not-found,
#pagenotfound .page-not-found {
    max-width: 570px;
    padding: 1rem;
    margin: 0 auto;
    overflow: auto;
    font-size: 0.875rem;
    color: #7a7a7a;
    background: #fff;
}
#products .page-not-found h4,
#pagenotfound .page-not-found h4 {
    margin: 0.5rem 0 1rem;
    font-size: 1rem;
    font-weight: 700;
}
#products .page-not-found .search-widget,
#pagenotfound .page-not-found .search-widget {
    float: none;
}
#products .page-not-found .search-widget input,
#pagenotfound .page-not-found .search-widget input {
    width: 100%;
}
.customization-modal .modal-content {
    border: 1px solid #f6f6f6;
    border-radius: 0;
}
.customization-modal .modal-content .modal-body {
    padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #f6f6f6;
}
.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: 600;
    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 {
    width: 100%;
    height: 35px;
    margin-left: -15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #232323;
    text-transform: uppercase;
    border-bottom: 1px solid #7a7a7a;
}
.sitemap ul {
    margin-top: 20px;
    margin-left: -15px;
}
.sitemap ul.nested {
    margin-left: 20px;
}
.sitemap ul li {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}
@media (max-width: 575px) {
    .sitemap {
        margin-top: 0;
    }
}
.block_newsletter {
    float: inherit;
    width: 100%;
    max-width: 50rem;
    font-size: 0.875rem;
}
.block_newsletter form {
    position: relative;
}
.block_newsletter form input[type="text"] {
    min-width: 255px;
    padding: 10px;
    color: #7a7a7a;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.block_newsletter form input[type="text"]:focus {
    color: #232323;
    background: #fff;
    outline: 3px #24b9d7 solid;
}
.block_newsletter form input[type="text"]:focus + button .search {
    color: #24b9d7;
}
.block_newsletter form button[type="submit"] {
    position: absolute;
    right: 0.125rem;
    bottom: 0.3125rem;
    color: #7a7a7a;
    background: none;
    border: none;
}
.block_newsletter form button[type="submit"] .search:hover {
    color: #24b9d7;
}
.block_newsletter #block-newsletter-label {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    color: #232323;
}
.block_newsletter form .input-wrapper {
    overflow: hidden;
}
.block_newsletter form .row .col-xs-12:last-of-type p,
.block_newsletter form .row .col-xs-12:last-of-type .page-content.page-cms ul,
.page-content.page-cms .block_newsletter form .row .col-xs-12:last-of-type ul {
    font-size: 0.75rem;
    color: #7a7a7a;
}
.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type {
    margin-left: 0.5rem;
}
.block_newsletter form input[type="email"] {
    width: 100%;
    padding: 11px;
    border: 1px solid #ddd;
}
.block_newsletter form input[type="email"]:focus {
    padding: 8px 8px 9px;
    border: 3px #24b9d7 solid;
    outline: 0;
}
.block_newsletter form input {
    height: 42px;
    box-shadow: none;
}
#footer .block_newsletter p,
#footer .block_newsletter .page-content.page-cms ul,
.page-content.page-cms #footer .block_newsletter ul {
    padding-top: 0.625rem;
}
#footer .block_newsletter #block-newsletter-label {
    padding-top: 0;
}
#left-column .block_newsletter {
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
}
@media (max-width: 767px) {
    .block_newsletter {
        padding-top: 1rem;
    }
}
#manufacturer #main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#manufacturer #main ul .brand {
    position: relative;
    width: calc(20% - 10px);
    min-width: 210px;
    padding: 10px;
    margin: 5px;
    text-align: center;
    background: #fff;
    transition: 0.4s ease-out;
}
#manufacturer #main ul .brand-infos a {
    display: inline-block;
}
#manufacturer #main ul .brand:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
#manufacturer #main ul .brand-products {
    display: none;
}
#manufacturer #main ul .brand-img {
    position: relative;
    width: 200px;
    margin: auto;
}
#manufacturer #main ul .brand-img a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
}
@media (max-width: 991px) {
    #manufacturer #main ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#header {
    position: relative;
}
#header .logo {
    max-width: 100%;
    height: auto;
}
#header #_desktop_logo h1 {
    margin-bottom: 0;
}

#header .menu {
    display: inline-block;
}
#header .menu > ul > li {
    display: inline-block;
}
#header .header-nav {
    max-height: 50px;
    border-bottom: #f6f6f6 2px solid;
}
#header .header-nav #menu-icon {
    margin: 0 1rem;
    vertical-align: middle;
    cursor: pointer;
}
#header .header-nav #menu-icon .material-icons {
    line-height: 50px;
}
#header .header-nav .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 .header-nav .currency-selector {
    margin-top: 0.9375rem;
    margin-left: 0.9375rem;
    white-space: nowrap;
}
#header .header-nav .user-info {
    margin-top: 0.9375rem;
    margin-left: 2.5rem;
    text-align: right;
    white-space: nowrap;
}
#header .header-nav .user-info .account {
    margin-left: 0.625rem;
}
#header .header-nav .language-selector {
    margin-top: 0.9375rem;
    white-space: nowrap;
}
#header .header-nav .cart-preview.active {
    background: #24b9d7;
}
#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
    color: #fff;
}
#header .header-nav .cart-preview .shopping-cart {
    color: #7a7a7a;
    vertical-align: middle;
}
#header .header-nav .cart-preview .body {
    display: none;
}
#header .header-nav .blockcart {
    height: 3rem;
    padding: 0.75rem;
    margin-left: 0.9375rem;
    text-align: center;
    white-space: nowrap;
    background: #f6f6f6;
}
#header .header-nav .blockcart a {
    color: #7a7a7a;
}
#header .header-nav .blockcart a:hover {
    color: #24b9d7;
}
#header .header-nav .blockcart.active a:hover {
    color: #fff;
}
#header .header-nav .blockcart .header {
    margin-top: 0.125rem;
}
#header .header-nav #_desktop_contact_link {
    display: inline-block;
}
#header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0.9375rem;
}
#header .header-nav .search-widget {
    margin-top: 0.2rem;
}
#header .header-nav .material-icons {
    line-height: inherit;
}
#header .header-nav .material-icons.expand-more {
    margin-left: -0.375rem;
}
#header .header-top {
    padding: 1.25rem 0;
}
#header .header-top > .container {
    position: relative;
}
#header .header-top > .container > .row:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#header .header-top .menu {
    padding-left: 15px;
}
#header .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#header .header-top .position-static {
    position: static;
}
#header .header-top a[data-depth="0"] {
    color: #7a7a7a;
    text-transform: uppercase;
}
#header .header-top .search-widget {
    float: right;
}
#header .top-menu-link {
    margin-left: 1.25rem;
}
@media (max-width: 767px) {
    #header .top-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 50px;
    }
    #header .top-logo img {
        width: auto;
        max-height: 2rem;
    }
    #header .top-logo > h1 {
        margin: 0;
    }
}

#wrapper .breadcrumb {
    padding: 0;
    background: transparent;
}
#wrapper .breadcrumb[data-depth="1"] {
    display: none;
}
#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0;
}
#wrapper .breadcrumb li {
    display: inline;
}
#wrapper .breadcrumb li::after {
    margin: 0.3125rem;
    color: #7a7a7a;
    content: "/";
}
#wrapper .breadcrumb li:last-child {
    margin: 0;
    color: #7a7a7a;
    content: "/";
}
#wrapper .breadcrumb li:last-child::after {
    content: "";
}
#wrapper .breadcrumb li a {
    color: #232323;
}
#main .page-header {
    text-align: center;
    margin-bottom: 1.563rem;
}
#main .page-content {
    margin-bottom: 1.563rem;
}
#main .page-content h6 {
    margin-bottom: 1.125rem;
}
#main .page-content #notifications {
    margin-right: -15px;
    margin-left: -15px;
}
#main .page-footer {
    margin-bottom: 1.563rem;
}
#notifications ul {
    margin-bottom: 0;
}







/**** slide-windows ****/
.slide-nav-left {
    position: fixed;
    top: 0;
    width: 420px;
    min-height: 100vh;
    bottom: 0;
    z-index: 1050;
    left: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    -o-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    -ms-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    -o-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    background-color: #fff
}

.slide-nav-right {
    position: fixed;
    top: 0;
    width: 420px;
    min-height: 100vh;
    bottom: 0;
    z-index: 1050;
    right: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    transform: translate(200px, 0);
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    -ms-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    -o-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    background-color: #fff
}

.grid .slide-nav-down {
    position: relative;
    visibility: visible;
    opacity: 1;
    margin: 0px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.slide-nav-down {
    position: absolute;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    -o-transform: translate(0, 200px);
    transform: translate(0, 200px);
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .09);
    -ms-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .09);
    -o-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .09);
    background-color: #fff
}

@media (max-width:61.94em) {
    .slide-nav-right,
    .slide-nav-left {
        width: 350px
    }
}

@media (max-width:35.94em) {
    .slide-nav-left,
    .slide-nav-right {
        max-width: 100%
    }
}

.slide-nav-down.open,
.slide-nav-left.open,
.slide-nav-right.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.slide-nav-left .btn-close, 
.slide-nav-right .btn-close {
    font-size: 2rem;
    top: 0.5rem;
    right: 0.5rem;
    height: 32px;
}

.btn-close {
    font-size: 40px;
    display: block;
    position: absolute;
    z-index: 5;
    line-height: 40px;
    height: 40px;
    opacity: 1
}

.slide-nav-right-wrapper {
}

.slide-nav-right-inner {
    overflow: auto;
    height: 100%;
    overflow: hidden;
    padding: 0 40px
}



.slide-nav-right__heading {
    font-weight: 400;
    font-size: 24px;
    margin: 0.8rem 0 1rem 0;
    text-align: center;
}

.slide-nav-right__list {
    max-height: calc(100vh - 310px);
    min-height: calc(100vh - 310px);
    overflow: auto;
    margin-right: 0;
    padding-right: 10px;
    margin-bottom: 30px
}

@media (max-width:35.94em) {
    .slide-nav-right__list {
        margin-bottom: 20px
    }
}

.global-overlay,
.searchform__popup,
.slide-nav-down,
.slide-nav-left,
.slide-nav-right {
    visibility: hidden;
    opacity: 0
}

.global-overlay.overlay-open,
.searchform__popup.open,
.slide-nav-down.open,
.slide-nav-left.open,
.slide-nav-right.open {
    visibility: visible;
    opacity: 1
}

.global-overlay,
.searchform__body {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

.global-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(17, 17, 17, .7);
    z-index: 1040
}

/**** slide-windows ****/

/**** cart-slide-right ****/
.mini-cart__product {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.mini-cart__product__image a img {
    width: 100%
}

.mini-cart-right__product:not(:last-child) {
    margin-bottom: 30px
}

.mini-cart-right__product .remove {
    display: block;
    font-weight: 400;
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    right: -17px;
    top: 2px;
    text-align: right
}

.mini-cart__product__image {
    -webkit-flex-basis: 70px;
    -moz-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    max-width: 70px
}

.mini-cart__product__content {
    -webkit-flex-basis: calc(100% - 70px);
    -moz-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 20px;
    padding-right: 10px
}

@media (max-width:47.94em) {
    .mini-cart__product__content {
        -webkit-flex-basis: calc(100% - 90px);
        -moz-flex-basis: calc(100% - 90px);
        -ms-flex-preferred-size: calc(100% - 90px);
        flex-basis: calc(100% - 90px);
        max-width: calc(100% - 90px);
        padding-left: 10px
    }
}

.mini-cart__product__title {
    display: block;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 5px
}

.mini-cart__product__quantity {
    font-size: 11px
}
.slide-nav-right__total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.slide-nav-right__total span.ammount {
    font-size: 16px;
    font-weight:500;
}

.btn-fullwidth {
    width: 100%;
    display: block
}

/**** cart-slide-right ****/

/**** cart-top-widget ****/
.cart-products-count {
    position: absolute;
    top: -6px;
    right: -6px
}

.cart-products-count__wrapper {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: flex
}

.cart-products-count__amount {
    margin: auto;
    color: #fff;
    font-size: 9px
}
/**** cart-top-widget ****/

/**** shoping-cart ****/
/*

.cart-back{
    color: #989898;
}
.cart-back i{
    position: relative;
    top: 2px;
}
.cart-qty .bootstrap-touchspin {
    width: 100%;
    float: none;
    display: flex;
    box-shadow: none;
    border: 1px solid transparent;
}
.cart-container .cart-qty .bootstrap-touchspin .input-group-btn-vertical {
    color: #232323;
    width: 100%;
    float: left;
    border: 1px solid transparent;
    position: absolute;
    display: flex;
}
.cart-container .cart-qty .bootstrap-touchspin input.form-control, 
.cart-container .cart-qty .bootstrap-touchspin input.input-group {
    color: #232323;
    background-color: #fff;
    height: 33px;
    padding: .175rem .5rem;
    width: 50px;
    margin: 0 20px;
    border: 1px solid transparent;
    float: left;
    font-size: 16px;
    text-align: center;
}
.cart-container .cart-qty .bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 20px;
    height: 30px;
    max-width: 100%;
    padding: 8px 0px;
    position: relative;
    box-shadow: none;
    border: 0;
}

.cart-container .cart-qty .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
    border-bottom: 0;
    margin-left: auto;
}
.cart-container .cart-qty .bootstrap-touchspin .input-group-btn-v.cart-container .current-priceertical i {
    top: 7px;
    left: 1px;
    font-size: 18px;
    position: absolute;
}
.w50{
    width:calc(50% - 3px);
}
@media(max-width:360px){
    .cart-qty .bootstrap-touchspin{
        width: 80px;
    }
    .product-line-grid-right .product-price strong{
        font-size:12px;
    }
    .cart-container .cart-qty .bootstrap-touchspin input.form-control, 
    .cart-container .cart-qty .bootstrap-touchspin input.input-group {
        width: 40px;
    }
    .product-line-info label{
        font-size:12px;
    }
    .product-line-info.product-price{
        font-size:14px;
    }
}
@media(max-width:575px){

    .w50{
       width:100%;
}
}
@media(max-width:767px){
    .cart-container .cart-qty .bootstrap-touchspin input.form-control, 
    .cart-container .cart-qty .bootstrap-touchspin input.input-group {
        width: 40px;
    }
    .product-line-grid-right .product-price strong{
        font-size:14px;
    }
    .product-line-info label{
        font-size:14px;
    }
    .product-line-info.product-price{
        font-size:14px;
    }
    
}

/**** shoping-cart ****/

/**** filter-popup ****/
.filter {
    overflow: hidden;
    height: 100vh;
    padding: 50px 40px 20px 40px;
    overflow-y: auto;
}
/**** filter-popup ****/

/**** search-popup ****/
.searchform__popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    transition: all ease-in-out .25s;
    z-index: 1050;
    color: #232324;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3)
}

.searchform__popup.open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.searchform__popup .btn-close {
    top: 20%;
    right: 20%;
    width: 40px;
    height: 40px
}

.searchform__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.searchform__body {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.searchform__body {
    max-width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.searchform__popup p {
    margin-bottom: 15px;
    color: #232324;
    font-size: 18px
}

.searchform {
    width: 800px;
    position: relative
}

.searchform__body #popup-search {
    background: 0 0;
    border: 0;
    font-size: 26px;
    width: 100%;
    border-bottom: 2px solid #232324;
    text-align: center;
    font-size: 30px;
    padding: 10px 50px 10px 10px;
    font-weight: 400;
    max-width: 100%;
    color: #232324
}

.searchform__body #popup-search::placeholder {
    color: #232323
}

.searchform__submit {
    position: absolute;
    background: 0 0;
    border: 0;
    font-size: 26px;
    display: block;
    cursor: pointer;
    right: 5px;
    color: #000;
    background: 0 0;
    padding: 0;
    font-size: 30px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.searchform__body form {
    position: relative
}
/**** search-popup ****/

/**** breadcrumb ****/
.breadcrumb-category {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 250px;
    background-color: #f7f7f7;
}
.breadcrumb-category-min {
    background: #f7f7f7;
}
.breadcrumb-category .container,
.breadcrumb-category .container-fluid{
    display:flex;
    min-height: 250px;
}

@media (max-width:767px){
.breadcrumb-category {
    min-height: 100px;
}
.breadcrumb-category h1{
    font-size: 20px;
}
}

.breadcrumb-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto
}
.breadcrumb-wrapper-min {
    position: relative;
    text-align: left;
    padding:8px 0;
    font-size: 1rem;
}
.breadcrumb-wrapper-min h1{
    display:none;
}
/**** breadcrumb ****/

/**** category top ****/
.show_grid,
.show_list,
.show_price{
    padding: 0px;
    border: 0 solid #333;
    width: 28px;
    height: 28px;
    position: relative;
    display: inline-block;
    top:-3px;
    font-size: 26px;
}

.show_grid i,
.show_list i,
.show_price i{
    position: absolute;
    top: 3px;
    left: 1px;
    color: #c3c3c3
}

.show_grid.active i,
.show_list.active i,
.show_price.active i{
    color: #000
}
.toolbar-btn i.filter_list{
    top: -3px;
    position: relative;
    font-size: 20px;
}
.filter-quick{
    display: inline-block;
    position: relative;
    top: -9px;
    margin-left: .2rem;
}
.filter-quick .pm-filter{
    font-size: 22px;
    top: 4px;
    position: relative;
} 
@media only screen and (min-width: 768px) {
      .filter-quick{
          display:none;
      }
}
.product-count {
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    top: -3px
}

.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #232323;
    background: #fff;
    padding: 0 0 5px 0;
    cursor: pointer;
    border: none;
    box-shadow: none;
    text-align: right;
}

.products-sort-order .select-title i {
    position: relative;
    font-size: 12px;
    top: 6px;
    margin-left: .5rem;
}

.dropdown-menu {
    min-width: 160px;
    border-radius: 0;
    -moz-transform: translate(0px, 30px);
    -webkit-transform: translate(0px, 30px);
    -o-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
    transition: all .4s ease 0s;
    display: block;
    visibility: hidden;
    opacity: 0;
    font-size: 13px;
    padding: .5rem;
    top: 100%;
    box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 5%);
    border-width: 0px;
    border-style: solid;
    border-color: #e1e1e1
}

.open > .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    opacity: 1;
    padding: 10px;
    -moz-transform:none;
    -webkit-transform:none;
    -o-transform:none;
    -ms-transform:none;
    transform:none;
    z-index: 999999;
    visibility: visible;
    max-height: 300px;
    overflow: auto;
}

.products-sort-order {
    color: #7a7a7a;
    margin-left: auto;
    text-align: right
}

.products-sort-order .dropdown-menu {
    left: auto;
    right: 0;
    width: 13rem;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 5%);
    margin: 0
}

.products-sort-order .select-list {
    display: block;
    color: #232323;
    padding: .25rem .7rem
}

.products-sort-order i:hover {
    color: #ff560f
}

.products-sort-order .select-list:hover {
    background: var(--hovercolor);
}

.filter-btn {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #666;
    text-align: left
}

.active_filters {
    background: 0 0;
    padding: 0;
    margin-bottom: 1.25rem
}

.active_filters .filter-block {
    box-shadow: none;
    color: #232323;
    margin-right: .625rem;
    margin-bottom: .25rem;
    background: var(--hovercolor);
    padding: .25rem .5rem;
    display: inline-block;
    font-size: .8125rem;
    border: 1px solid var(--hovercolor);
    border-radius: 50px
}

.active_filters .filter-block a i {
    font-size:10px;
}
.active_filters .filter-block:hover a i {
    color:#fff;
}
/**** category top ****/

/**** category-tree ****/
.block-categories .h6 {
    display: inline-block;
    line-height: 1;
    margin:0;
}

.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 0;
    cursor: pointer
}

.block-categories .category-sub-menu li {
    position: relative;

}

.block-categories .collapse-icons .keyboard_arrow_up {
    display: none
}

.block-categories .collapse-icons[aria-expanded=true] .keyboard_arrow_down {
    display: none
}

.block-categories .collapse-icons[aria-expanded=true] .keyboard_arrow_up {
    display: block
}

.block-categories .collapse-icons i:hover {
    color: #ff560f
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 400;
    border-bottom: 0 solid #000;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding-bottom: .25rem
}

.block-categories .category-sub-menu .category-sub-menu {
    margin-left: 10px
}

.block-categories .category-sub-menu li:hover>a {
    color: #ff560f
}
/**** category-tree ****/

/*** filter ***/
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
    top: -2px!important;
    margin-right: 0;
}
#search_filters .facet .facet-label {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 0.4375rem
}
#search_filters .facet .facet-label:hover a,
#search_filters_brands .facet .facet-label:hover a,
#search_filters_suppliers .facet .facet-label:hover a {
    color: var(--hovercolor);
}
#search_filters .facet ul{
    overflow-y: auto;
    overflow-x: hidden;
    max-height:250px;
}
#search_filters .faceted-slider{
    min-height:50px;
}
#search_filters .ui-slider .ui-slider-handle {
    top: -.45em !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    box-shadow: 0 0px 3px 0px rgb(0 0 0 / 50%);
}
#search_filters .ui-slider .ui-slider-handle + .ui-slider-handle {
    margin-left: -17px;
    cursor: pointer;
}
#search_filters .ui-widget-content{
    border: 1px solid var(--hovercolor);
}
#search_filters .ui-slider-horizontal {
    height: 0.4em;
    margin-top: 8px;
    margin-left: 2px;
    margin-right: 4px;
}
/*** filter ***/

/*** pagination ***/
.pagination .page-list {
    background: 0 0;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
    clear: both;
    white-space: nowrap;
    display: inline-block
}

.pagination .page-list li {
    display: inline-block;
    margin: 0 4px;
    float: unset;
    border: 0;
    overflow: inherit
}

.pagination .page-list li a {
    display: inline-block;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    border-radius: 100%;
    color: #9a9a9a;
    -webkit-box-shadow: 0 0 12px .8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px .8px rgba(0, 0, 0, .1);
    min-width: unset;
    padding: unset;
    text-decoration: none
}

.pagination .page-list li:hover a {
    background:  var(--hovercolor);
    color: #fff
}

.pagination .page-list li.current a {
    background: var(--hovercolor);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination .page-list li a.next,
.pagination .page-list li a.previous {
    background-color: #f6f6f6;
    color: #9a9a9a;
    font-size: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: unset
}

.pagination a:not(.previous):not(.next) {
    letter-spacing: .1rem
}
/*** pagination ***/

/**** quickview ****/
.quickview {
    background: rgba(255, 255, 255, .77)
}
@media(max-width:1023px){
.modal-body-qw h1{
    font-size:1.3rem;
}}
@media (max-width: 991px){
.modal-body-qw .product-actions .add-to-cart {
    padding: 0 30px;
}}
@media(max-width:767px){
.quickview .modal-dialog {
    width: calc(100% - 15px);
    max-width: 64rem;
}
.mh-100{
    min-height:300px;
}
.quickview .close {
    top:0;
}
.quickview .modal-dialog {
    height: 97%;
    
}
.modal-body-qw .product-actions .add-to-cart {
    padding: 0 30px;
}
}

@media (max-width: 575px){
.mh-100 {
    min-height: 190px;
}
.modal-body-qw .product-actions .add-to-cart {
    padding: 0 20px;
}
}


.qw-wish-abs{
    position:absolute;
    top:15px;
    z-index: 3;
}

.quickview .modal-content {
    background: #fff !important;
    border: 0;
    border-radius: 6px
}

.quickview .close {
    margin: 20px;
    position: absolute;
    right: 20px;
    z-index: 4;
}

.quickview .close i {
    font-size: 40px;
    opacity: 1
}

.quickview .images-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    min-height: 21.88rem;
    flex-direction: column;
    position:relative;
}

.quickview .product-cover img {
    width: 100%;
    box-shadow: none;
    background: #fff
}

.quickview .product-cover {
    margin-bottom: 0;
    position: relative
}

.quickview .mask {
    width: 81%;
    max-height: 22.5rem;
    overflow: hidden;
    margin-left: 30px;
    position: absolute;
    bottom: 30px
}

.quickview .product-images {
    margin: 0
}

.quickview .images-container .product-images>li.thumb-container>.thumb {
    width: 100%;
    max-width: 1.938rem;
    margin: 0;
    background: #fff
}

.quickview .product-images>li.thumb-container>.thumb {
    box-shadow: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    margin-bottom: 0
}

.quickview .product-images>li.thumb-container>.thumb.selected,
.quickview .product-images>li.thumb-container>.thumb:hover {
    border-bottom: 2px solid #000
}

.content-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(var(--gutter) * (-1));
    height: auto;
    max-height: 80vh;
    width: 100%
}

.content-wrapper:after {
    z-index: 6;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 70%);
    z-index: 3;
    right: 0;
    display: block;
    visibility: visible;
    transition: all .5s
}

.modal-body-qw:hover .content-wrapper:after {
    opacity: 0;
    visibility: hidden
}

.content-scroll {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.quickview .content {
    padding: 50px 50px 0px 50px;
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
@media(max-width:767px){
    .quickview .content {
    padding: 15px;
    }
}

.content::-webkit-scrollbar {
    width: 3px
}

.content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0
}

.content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 6px
}

.product-discount {
    color: #cecece;
    line-height: 1;
    font-weight: 300;
    display: block;
    position:relative;
}

.product-discount .discount {
    border: 1px solid #ffb100;
    color: #999;
    font-weight: 600;
    padding: 3px 0 2px 5px;
    font-size: .7rem;
    margin-left: 0;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: -2px;
    border-radius: 3px
}
.product-discount .discount span{
    background:#ffb100;
    color: #fff;
    padding: 2px 4px;
    margin-left:2px;
}

.product-prices .tax-shipping-delivery-label {
    font-size: .8125rem;
    color: #7a7a7a;
    display: inline-block
}



.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    border: 1px solid var(--hovercolor);
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 29%);
}
.product-variants-item{
    margin-bottom: 16px;
}

.color,
.custom-checkbox input[type=checkbox]+span.color {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin: 0 .15rem;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .05);
    cursor: pointer;
    background-size: contain;
    border-radius: 50px
}

.product-variants>.product-variants-item select {
    background-color: #fff;
    width: auto;
    padding-right: 1.875rem;
    box-shadow: none;
    border-radius: 0;
    height: calc(2.5rem + 2px);
    border: 1px solid #d8d8d8
}

.input-group-btn-vertical button{
    color:#000;
}

.product-add-to-cart .control-label {
    display: none
}

.extra-btns{
    display:flex;
    margin-top: 1.5rem;
}

.bootstrap-touchspin {
    width: auto;
    float: none;
    display: inline-block;
    box-shadow: none;
    border: 1px solid #dedede
}

.product-quantity .input-group-btn-vertical .btn {
    padding: .5rem .6875rem;
    box-shadow: none;
    border: none
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 30px;
    height: 23px;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative;
    margin: 0
}

.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1.4rem;
    top: -7px;
    left: -6px;
    display: block;
    position: relative;
    margin-left: 0;
}

.product-actions .add-to-cart .material-icons {
    line-height: 1
}
/**** quickview ****/


/*** Callback ***/
.pmcallback_modal .close {
    position: absolute;
    display: flex;
    top: -10px;
    right: -15px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border-radius: 50%;
    color: #ff0000;
    cursor: pointer;
    font-size: 12px;
    transition: all 100ms ease;
}
.pmcallback_modal .close:hover {
    font-size: 14px;
}
.pmcallback_modal .modal-dialog{
    width: 360px;
    border: transparent;
}
@media (max-width:575px){
    .pmcallback_modal .modal-dialog{
    width: 340px;
    border: transparent;
    }
}
@media (max-width:320px){
    .pmcallback_modal .modal-dialog{
    width: 290px;
    border: transparent;
    }
}
.pmcallback_modal .modal-content{
    border: none;
}
.pmcallbackpopup{
    padding: 60px;
    font-weight: 200;
    text-align: center;
}

.callMePopup__title {
    font-size: 26px;
}
.callMePopup__text {
    margin: 10px 0;
    font-size: 18px;
    color: #939393;
}
.input {
    position: relative;
    width: 100%;
    text-align: left;
}
.input__whithLabel:not(.notEmpty) {
    padding: 15px;
}
.pmcallback_name,.pmcallback_phone {
    display: inline-block;
    width: 100%;
    border: 1px solid #dde7ec;
    border-radius: 3px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    vertical-align: middle;
    line-height: 14px;
    font-size: 14px;
    box-shadow: inset 0 8px 12px rgba(19,38,74,0.04), 0 5px 5px rgba(0,0,0,0.05);
    font-family: ProximaNovaCond,sans-serif;
    color: #0d0c19;
}
.form__row + .form__row {
    margin-top: 20px;
}
.input__whithLabel:not(.notEmpty) {
    padding: 15px;
}
.input__whithLabel:not(.notEmpty) + .input__labelPlaceholder {
    transform: translateY(0);
    font-size: 18px;
}
.input__labelPlaceholder {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    margin-top: -9px;
    height: 18px;
    line-height: 14px;
    font-size: 12px;
    color: #757b81;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: transform 100ms ease;
    transform: translateY(-12px);
    pointer-events: none;
}
.send_callback{
    margin-top: 25px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    user-select: none;
    vertical-align: top;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    transition: all 100ms ease;
}
.header__phoneInner{
    position:relative;
}
.callback_info{
    display:flex;
    align-items: center;
}
.phone__info{
    padding: 0px 0px 0px 10px;
    margin-left: auto;
}
.phone__time{
    width: 100%;
    max-width: 220px;
    border-radius: 0 0 6px 6px !important;
    box-shadow: 0 4px 6px 0px rgba(0,0,0,.1);
}
.phone__number p{
    font-weight: 500;
    font-size: 16px;}
    
.header__callback .btn{
    font-size:12px;
    font-weight: 500;
    background: transparent;
    box-shadow: none;
    color: #000;
    text-decoration: underline;
    display:inline-block;
}

/*** Callback ***/

/*** PreOrder ***/
.product-add-to-cart .pmpreorderButton {
    width: 50%;
    border: 1px solid #d9d9d9;
    height: 48px;
    margin-left: 1.5rem;
    border-radius:0;
    transition: all .4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background:#fff;
    color:#000;
}
.product-add-to-cart .pmpreorderButton  .pmpreorderButton-text{
    border-left: 1px;
    font-size: 12px;   
    text-transform:uppercase;
    font-weight: 600;
    line-height: 1;
    display:inline-block;
    border-radius: 4px;
    margin-left: .5rem;
}
.pmpreorderButton-ico{
    font-size: 32px;   
    top: 2px;
    position: relative;
}
.product-add-to-cart .pmpreorderButton:hover {
    color: var(--btntexthovercolor);
    background-color: var(--btnhovercolor);
    border-color: var(--btnbrhovecolor);
    background-image: linear-gradient(to var(--btngradtypehover),var(--btngrad2colorhover),var(--btngradcolorhover));
    box-shadow: var(--xoffsethover) var(--yoffsethover) var(--shadowblurhover) var(--spreadhover) var(--shadowcolorhover);
}
 .preorder_id{
    position: absolute;
    top: 8px;
    left: 8px;
    background: #e0e0e0;
    color: #fff;
    display: flex;
    margin: auto;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.preorder_id span{
    margin: auto;
    font-size: .75rem;
}
.product-description h6{
 margin:.5rem 0;   
}
.product-action-all .btn span{
    text-transform: uppercase;
    top: -1px;
    position: relative;
    font-size: .75em;
}
.product-action-all .btn i{
    top: -1px;
    position: relative;
    font-size: .65em;
    margin-left: .75rem;
}
.preorderPopup {
    padding: 60px;
    width: 360px;
    font-weight: 200;
    text-align: center;
}
.preorderPopup__title {
    font-size: 26px;
}
.preorderPopup__form {
    margin: 25px 0 0;
}

.productMain__cartButton .cartButton{
    float:left;
    height: 60px;
    padding: 0px 25px;
    
}
.productMain__cartButton {
    box-shadow: 2px 15px 15px rgba(0,0,0,0.16);
}
.productMain__cartButton .preorderButton{
    width: 170px;
}
.productMain__cartButton .preorderButton_Disabled{
    width: 170px;
    background:#b9bec2 !important;
    cursor:wait;
}
.productMain__cartButton .preorderButton_Disabled .cartButton__mark {
    color: #b9bec2;
}

.cartButton__typeProduct {
    border: none;
    width: 240px;
    border-radius: 4px 0 0 4px;
}
.cartButton__typeProduct2 {
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 0 4px 4px 0;
    transition: all 100ms ease;
    box-shadow: 2px 15px 15px rgba(0,0,0,0.16);
}
.cartButton__text {
    font-size: 15px;
}
.cartButton2 {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #c000e5;
    font-size: 0;
    user-select: none;
}
.cartButton3 {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #a92970;
    font-size: 0;
    user-select: none;
}
.productMain__cartButton:hover .cartButton__typeProduct, .productMain__cartButton:hover .cartButton__typeProduct2{
    transform: translateY(-3px);
}
.preorderAlertButton{
    background: #7c189e !important;
    
}
.preorderAlertButton .cartButton__iconHolder{
    position: relative;
    margin: 0 0px 0 0;
}
.preorderAlertButton .cartButton__iconHolder .material-icons {
    font-size: 30px;
}
/*** PreOrder ***/

/*** Oneclick ***/
.pmoneclick_modal .close,
.pmpreorder_modal .close{
    position: absolute;
    display: flex;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border-radius: 50%;
    color: #ff0000;
    cursor: pointer;
    font-size: 12px;
    transition: all 100ms ease;
}
.pmoneclick_modal .close:hover,
.pmpreorder_modal .close:hover{
    font-size: 14px;
}
.pmoneclick_modal .modal-dialog,
.pmpreorder_modal .modal-dialog{
    width: 360px;
    border: transparent;
}
@media (max-width:575px){
    .pmoneclick_modal .modal-dialog,
    .pmpreorder_modal .modal-dialog{
    width: 340px;
    border: transparent;
    }
}
@media (max-width:320px){
    .pmoneclick_modal .modal-dialog,
    .pmpreorder_modal .modal-dialog{
    width: 290px;
    border: transparent;
    }
}
.pmoneclick_modal .modal-content,
.pmpreorder_modal .modal-content{
    border: none;
}
.pm_one_click_popup_content,
.preorderPopup{
    padding: 60px;
    font-weight: 200;
    text-align: center;
}

.oneclickPopup__title,
.preorderPopup__title{
    font-size: 26px;
    margin-bottom: 20px;
}
.dropdown__caption {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #dde7ec;
    border-radius: 3px;
    padding: 15px 40px 15px 15px;
    box-sizing: border-box;
    background: #fff;
    vertical-align: middle;
    line-height: 18px;
    font-size: 18px;
    box-shadow: inset 0 8px 12px rgba(19,38,74,0.04), 0 5px 5px rgba(0,0,0,0.05);
    font-family: ProximaNovaCond,sans-serif;
    user-select: none;
    color: #0d0c19;
    cursor: pointer;
}
.pm_oneclick_phone,.pm_oneclick_name,.pm_oneclick_email,
.pmpreorder_email,.pmpreorder_name, .pmpreorder_phone,
.pm_oneclick_promo_code{
    display: inline-block;
    width: 100%;
    border: 1px solid #dde7ec;
    border-radius: 3px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    vertical-align: middle;
    line-height: 14px;
    font-size: 14px;
    box-shadow: inset 0 8px 12px rgba(19,38,74,0.04), 0 5px 5px rgba(0,0,0,0.05);
    font-family: ProximaNovaCond,sans-serif;
    color: #0d0c19;

}
.send_one_click,
.send_preorder{
    margin-top: 25px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    user-select: none;
    vertical-align: top;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    transition: all 100ms ease;
}
/*** Oneclick ***/


/***ps language ***/
#_desktop_currency_selector,
#_desktop_language_selector {
    display: table;
}
/***ps language ***/

/***ps menu***/
.top-menu {
    margin: 0
}
/***ps menu***/

/*** module reassurance ***/
#block-reassurance li {
    border-bottom: 0 solid rgba(0, 0, 0, .25)
}
/*** module reassurance ***/

/*** auth ***/
.page-addresses .address,
.page-authentication #content {
    box-shadow: none;
    border: 0
}

#authentication .custom-checkbox label {
    padding-left: 0
}

#authentication .form-control-valign {
    text-align: left
}

.page-customer-account #content {
    box-shadow: none;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a;
    border: 0
}

.page-authentication #content {
    padding: 1rem;
    max-width: 760px;
    margin: 0 auto
}

.forgotten-password .form-fields .center-email-fields button {
    height: 38px;
    max-width: 100%;
    font-size: 10px
}

.page-customer-account #content .no-account {
    text-align: center;
    font-size: 1rem;
    margin: 30px 0
}
/*** auth ***/

/*** cart ***/
body#checkout #header .header-nav {
    max-height: none;
    padding: 0;
    border: none;
    margin-bottom: 0;
    box-shadow: none
}

.cart-container {
    box-shadow: none;
    border: 0
}

.cart-grid-body .cart-overview {
    padding: 10px 0
}

.cart-container .separator {
    height: 1px;
    background: #e2e2e2;
    width: 100%;
    margin: 0 auto;
    border: 00
}

.cart-container .product-discount {
    color: #c8c8c8;
    position: relative;
    top: 0;
    font-size: 13px
}

.cart-container .has-discount .discount {
    background: var(--discountcolor);
    color: #fff;
    font-weight: 600;
    padding: .2125rem .625rem;
    font-size: .7rem;
    margin-left: 0;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 0!important;
    border-radius: 3px
}

.cart-container .current-price {
    font-weight: 600;
    margin-top: 4px;
    line-height: 1;
    font-size: 14px;
}

.cart-container .bootstrap-touchspin input.form-control,
.cart-container .bootstrap-touchspin input.input-group {
    color: #232323;
    background-color: #fff;
    height: 3.7rem;
    padding: .175rem .5rem;
    width: 3rem;
    border: 1px solid transparent;
    float: left;
    font-size: 24px;
    text-align: center
}

.cart-container .bootstrap-touchspin .input-group-btn-vertical {
    color: #232323;
    width: auto;
    float: left;
    border: 1px solid transparent
}

.cart-container .bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 1.99rem;
    height: 1.8rem;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: 0;
    position: relative;
    box-shadow: none;
    border: 0
}

.cart-container .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
    border-bottom: 0
}

.cart-container .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
    border-top: 0;
    position:absolute;
}

.cart-container .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
    left: 7px;
    font-size: 18px;
    position: absolute
}
.product-line-grid{
    
}
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    color: #232323;
    line-height: 24px;
    font-size: 15px;
    display: flex;
}
.product-line-grid-right .product-price strong{
    margin:auto;
}

.cart-grid-body a.label:hover {
    color: #ff560f
}

.cart-summary {
    box-shadow: none;
    border: 0;
    background: #f8f8f8
}

.cart-summary .separator {
    height: 1px;
    background: #e8e8e8;
    width: 90%;
    margin: 0 auto;
    border: 0
}


.btn-primary.focus,
.cart-summary .btn-primary:active,
.cart-summary .btn-primary:focus {
    outline: 0;

}


.cart-detailed-totals{
    display: flex;
    flex-direction: column;
}
body#checkout section.checkout-step {
    box-shadow: none;
    background-color: #fff;
    padding: 0
}

body#checkout section.checkout-step .step-number_num {
    margin: auto;
    font-size: 18px
}

body#checkout section.checkout-step .content {
    padding: 16px 0
}

#checkout .nav-link {
    display: block;
    padding: 0 0
}

#checkout .nav-link:focus,
#checkout .nav-link:hover {
    text-decoration: none;
    background-color: #fff;
    border: 0 solid transparent
}

body#checkout a:hover {
    color: #ff560f
}

#checkout .tab-pane {
    padding: 0
}

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;
    margin-top: 1rem
}

.input-group .input-group-btn>.btn[data-action=show-password] {
    background: #7a7a7a;
    padding: .9rem 1rem;
    max-width: 100px;
    min-width: 100px;
    right: 0;
    border-radius: 0 3px 3px 0
}

body#checkout .custom-checkbox span {
    margin-top: -2px
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin: 10px 5px;
    color: #7a7a7a
}

#js-checkout-summary {
    box-shadow: none;
    border: 0;
    background: #f8f8f8
}
#js-checkout-summary > .card-block{
    padding: 0.825rem 1.25rem;
}

#checkout .separator {
    height: 1px;
    background: #e8e8e8;
    width: 90%;
    margin: 0 auto;
    border: 0
}

#checkout .cart-summary-products p {
    display: inline-block
}

#checkout .cart-summary-products p+p {
    float: right
}

#cart-summary-product-list .product-price {
    color: #000;
    display: inline-block
}

#checkout-personal-information-step section.checkout-step .step-title {
    padding: 0
}

body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 0;
    line-height: 1.15;
}

.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: var(--hovercolor);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px
}

.done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0 .25rem;
    margin-right: .563rem
}

.cart-summary-products a i {
    position: relative;
    top: -2px
}

.cart-summary-products a {
    text-transform: uppercase;
    font-size: 11px
}

.cart-summary-products a .expand_more {
    display: none
}

.cart-summary-products a .expand_less {
    display: inline-block
}

.cart-summary-products a.collapsed .expand_more {
    display: inline-block
}

.cart-summary-products a.collapsed .expand_less {
    display: none
}

.cart-summary-products .media {
    min-width: 100%
}

.media-list .product-name {
    display: inline-block;
    font-style: italic
}

.media-list .product-quantity {
    display: inline-block;
    font-style: italic;
    color: #c9c9c9
}


.cart-summary-totals .value {
    font-weight: 600
}
/*** cart ***/



/*** contact-module ***/
#_desktop_contact_link{
    display:inline-block;
}
/*** contact-module ***/

#pm_bonus_container{padding:10px 20px 0;}

.product-images .slick-track{
    margin-left:0;
}