/************************************************/
/******************* IMPORTS ********************/
/************************************************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/************************************************/
/******************** GLOBAL ********************/
/************************************************/

* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    margin: 0;
}

body {
    height: auto;
    line-height: 1.5;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 14px;
    color: #444444;
    background: #ffffff;
    font-family: 'Poppins';
}

body#cart,
body#checkout {
    height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

address, dl, ol, ul {
    margin-bottom: 0;
}

figure {
    margin: 0;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    transition: .3s all ease-in-out;
}

blockquote {
    margin: 0;
}


label,
.label {
    margin: 0;
}

a,
a:focus,
a:hover,
a:active,
button {
    transition: .3s all ease-in-out;
}

a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

button {
    outline: none!important;
}

input {
    border-radius: 0;
}

input::-ms-clear {
    display: none;
}

input[type=text],
input[type=phone],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    line-height: normal!important;
}

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

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

select.form-control:not([size]):not([multiple]) {
    padding: 0;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none!important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.search-widget form input[type=text]:focus,
.block_newsletter form input[type=text]:focus {
    outline: 0;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

#header,
#header .header-nav,
#header .header-top,
#main .page-footer,
#footer,
.footer-container,
.card,
.card-block,
.card-header,
.card .card-title,
#wrapper,
#wrapper .banner,
#wrapper .banner img,
.tabs,
.carousel,
.block_newsletter,
.pagination .page-list,
.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title,
.block-categories,
#search_filters,
#search_filters_brands,
#search_filters_suppliers,
#pagenotfound #main .page-content,
#products #main .page-content,
#pagenotfound .page-not-found,
#products .page-not-found,
.product-cover img,
.product-images > li.thumb-container > .thumb,
.bootstrap-touchspin,
.page-addresses .address,
.page-authentication #content,
body#checkout #header .header-nav,
body#checkout section.checkout-step,
body#checkout #footer {
    border: 0;
    margin: 0;
    padding: 0;
    min-height: auto;
    box-shadow: none;
    background: none;
    font-size: inherit;
    font-family: inherit;
}

#products .thumbnail-container .product-thumbnail > img,
.featured-products .thumbnail-container .product-thumbnail > img,
.product-accessories .thumbnail-container .product-thumbnail > img,
.product-miniature .thumbnail-container .product-thumbnail > img,
#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description,
#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: none;
    background: none;
    position: static;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container,
#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail,
#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: none;
    background: none;
}

#products .product-miniature .product-flags li.product-flag,
.featured-products .product-miniature .product-flags li.product-flag,
.product-accessories .product-miniature .product-flags li.product-flag,
.product-miniature .product-miniature .product-flags li.product-flag,
.product-miniature .product-flags li.product-flag,
li.product-flag:not(.discount):not(.on-sale) ~ li.product-flag {
    margin: 0;
    width: auto;
    height: auto;
    min-width: auto;
    min-height: auto;
    box-shadow: none;
}

#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
    display: none;
}

#main .page-content,
#main .page-header {
    margin: 0;
    padding: 0;
    box-shadow: none;
}

#wrapper {
    overflow: hidden;
    margin-bottom: 30px;
}

#content-wrapper,
#left-column,
#right-column {
    padding: 0 15px!important;
}

@media only screen and (max-width: 1199px) {
    .container {
        width: 100%!important;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1300px!important;
        width: 100%!important;
    }
    #wrapper .container {
        max-width: 1300px!important;
    }
    .container-fluid {
        max-width: 1920px;
    }
}

/************************************************/
/********************* MAIN *********************/
/************************************************/

*::-moz-selection {
    background: #444444;
    color: #ffffff;
}

*::selection {
    background: #444444;
    color: #ffffff;
}

.svg_ico {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.alert {
    margin: 20px 0;
}

/***** TEXTs *****/

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    color: #1e2527;
    margin: 0 0 10px 0;
    font-family: 'Poppins';
}

* > h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.5;
    color: #1e2527;
}

* > h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    color: #1e2527;
}

* > h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #1e2527;
}

* > h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #1e2527;
}

blockquote {
    color: #444444;
}

p,
* > p,
.text-description {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #444444;
}

.text-description p,
.text-description ul li,
.text-description ol li,
.text-description blockquote,
#cms #wrapper p,
#cms #wrapper ul li,
#cms #wrapper ol li,
#cms #wrapper blockquote {
    margin-bottom: 15px;
}

.text-description > *:last-child,
.text-description > div > *:last-child,
#cms #wrapper #content > *:last-child,
#cms #wrapper #content > div > *:last-child {
    margin-bottom: 0;
}

.text-description ol li::marker,
#cms #wrapper ol li::marker {
    font-weight: bold;
}

.text-description p a:hover,
#cms #wrapper p a:hover,
.contact-header p a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    * > h1 {
        font-size: 38px;
    }
    * > h2 {
        font-size: 28px;
    }
    * > h3 {
        font-size: 18px;
    }
    * > h4 {
        font-size: 15px;
    }
    p,
    * > p,
    .text-description {
        font-size: 15px;
    }
}

/***** LINKS *****/

a,
#header a,
.dropdown,
.dropdown .expand-more,
.btn-unstyle,
.btn-unstyle .expand-more {
    color: #012169;
}

a:hover,
a:focus,
a:active,
a:focus:active,
#header a:hover,
#header a:focus,
#header a:active,
#header a:focus:active,
.dropdown:hover .expand-more,
.dropdown:focus .expand-more,
.dropdown:active .expand-more,
.dropdown:focus:active .expand-more,
.btn-unstyle:hover .expand-more,
.btn-unstyle:focus .expand-more,
.btn-unstyle:active .expand-more,
.btn-unstyle:focus:active .expand-more {
    color: #012169;
    text-decoration: underline;
}

.btn-unstyle i {
    text-decoration: none!important;
}

/***** BUTTONS *****/

.btn,
.btn-primary,
.btn-secondary,
.btn-tertiary,
.input-group .input-group-btn > .btn,
.input-group .input-group-btn > .btn[data-action=show-password],
.product-actions .add-to-cart,
.block_newsletter form input[type="submit"] {
    height: 44px;
    max-width: 100%;
    padding: 12px 20px;
    border-radius: 0;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
    transition: .3s all ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
    border: 1px solid #012169;
    background-color: #012169;
    box-shadow: none!important;
    text-decoration: none!important;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #ffffff!important;
    border: 1px solid #1E2527!important;
    background: #1E2527!important;
}

.btn-primary.disabled,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    color: #ffffff!important;
    border: 1px solid #012169!important;
    background-color: #012169!important;
}

.btn-secondary {
    color: #ffffff!important;
    border: 1px solid #1E2527!important;
    background: #1E2527!important;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .btn-secondary.dropdown-toggle.focus,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle:hover {
    color: #ffffff!important;
    border: 1px solid #012169!important;
    background-color: #012169!important;
}

.btn-secondary.disabled,
.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary:disabled,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:hover {
    color: #ffffff!important;
    border: 1px solid #1E2527!important;
    background: #1E2527!important;
}

.btn-tertiary,
.input-group .input-group-btn > .btn {
    color: #444444!important;
    border: 1px solid #444444!important;
    background-color: #ffffff!important;
}

.btn-tertiary:focus,
.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary.active.focus,
.btn-tertiary.active:focus,
.btn-tertiary.active:hover,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.open > .btn-tertiary.dropdown-toggle.focus,
.open > .btn-tertiary.dropdown-toggle:focus,
.open > .btn-tertiary.dropdown-toggle:hover,
.input-group .input-group-btn > .btn.focus,
.input-group .input-group-btn > .btn:focus,
.input-group .input-group-btn > .btn:hover {
    color: #ffffff!important;
    border: 1px solid #444444!important;
    background-color: #444444!important;
}

.btn-tertiary.disabled,
.btn-tertiary.disabled.focus,
.btn-tertiary.disabled:focus,
.btn-tertiary.disabled:hover,
.btn-tertiary:disabled,
.btn-tertiary:disabled.focus,
.btn-tertiary:disabled:focus,
.btn-tertiary:disabled:hover {
    color: #444444!important;
    border: 1px solid #444444!important;
    background-color: #ffffff!important;
}

.btn.disabled,
.btn:disabled,
.btn.disabled,
.btn:disabled {
    opacity: .8;
    cursor: not-allowed;
}

.btn-normal,
.input-group .input-group-btn > .btn,
.input-group .input-group-btn > .btn[data-action=show-password] {
    width: auto;
    min-width: auto;
}

.btn-unstyle {
    color: #012169!important;
    height: inherit!important;
    min-width: inherit!important;
    padding: 0!important;
    border: none!important;
    background-color: transparent!important;
    text-align: left!important;
    text-transform: none
}

.btn .material-icons,
.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
    margin: 0 10px 0 0;
}

/***** CHECKBOXS & RADIOS *****/

.custom-checkbox label {
    text-align: left;
    padding: 0!important;
    display: flex;
    flex-flow: wrap;
}

.custom-checkbox,
.custom-checkbox label,
.custom-checkbox a {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #444444;
}

.custom-checkbox a {
    color: #012169;
}

.custom-checkbox span,
body#checkout .custom-checkbox span {
    margin-top: 0;
    flex: inherit!important;
    position: static;
}

.custom-checkbox label > span:last-child {
    max-width: calc(100% - 30px);
}

.color,
.custom-checkbox input[type=checkbox] + span,
.custom-checkbox input[type=checkbox] + span.color {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    background: #ffffff;
    box-shadow: none;
    transition: .3s all ease-in-out;
    border: 1px solid #dedede!important;
}

.color:hover,
.custom-checkbox input[type=checkbox] + span:hover,
.custom-checkbox input[type=checkbox] + span.color:hover,
.facet-label:not(.active):hover .custom-checkbox  input[type=checkbox] + span {
    border: 1px solid #012169!important;
}

.color,
.custom-checkbox input[type=checkbox] + span.color,
.product-variants-color .color,
.product-variants-color .custom-checkbox input[type=checkbox] + span.color {
    margin: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

.facet-label.active .color:before,
.facet-label.active .custom-checkbox input[type=checkbox] + span.color:before,
.facet-label.active .color:after,
.facet-label.active .custom-checkbox input[type=checkbox] + span.color:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.facet-label.active .color:before,
.facet-label.active .custom-checkbox input[type=checkbox] + span.color:before {
    z-index: -1;
    height: 25px;
    width: 25px;
    left: -1px;
    top: -1px;
    background: #ffffff;
}

.facet-label.active .color:after,
.facet-label.active .custom-checkbox input[type=checkbox] + span.color:after {
    z-index: -2;
    height: 27px;
    width: 27px;
    left: -2px;
    top: -2px;
    background: #444444;
}

.custom-checkbox input[type=checkbox] + span .checkbox-checked {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: -1px;
    padding: 1px;
    font-size: 18px;
    color: #ffffff;
    background-color: #444444;
}

.custom-checkbox input[type=checkbox] + span.color .checkbox-checked {
    background: none!important;
}

.radio-label {
    width: 100%;
    box-shadow: none;
    color: #444444;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    padding: 7px 13px;
    border: 0!important;
    transition: .3s all ease-in-out;
}

.input-color {
    height: 100%;
    width: 100%;
}

.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    background-color: #444444;
}

.custom-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    margin: 0 10px 0 0;
}

.radio-inline .custom-radio {
    margin: 0 10px 0 0;
}

.custom-radio input[type=radio]:checked + span {
    background-color: #444444;
    width: 12px;
    height: 12px;
    left: 3px;
    top: 3px;
}

/***** FORMS *****/

.form-fields {
    margin: 0 -15px;
    display: flex;
    flex-flow: wrap;
}

.form-group,
form .form-group {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 15px 0;
    display: flex;
    flex-flow: column;
    position: relative;
}

.form-group.form-group-mid,
form .form-group.form-group-mid {
    width: 50%;
}

body:not(#checkout) .form-group > *,
body:not(#checkout) form .form-group > * {
    padding: 0;
    width: 100%;
}

.form-control-label,
form .form-control-label {
    width: 100%!important;
    min-height: inherit;
    margin: 0 0 5px 0;
    padding: 0 100px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    color: #444444;
}

.form-control-comment,
form .form-control-comment {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    color: #dedede;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-group > div > .form-control-comment {
    line-height: 1;
    white-space: nowrap;
    position: static;
    display: none!important;
}

#authentication .form-control-comment,
#password .form-control-comment {
    display: none;
}

*::placeholder,
.form-control::placeholder,
input[type=text],
input[type=email],
.form-control,
.form-control-select,
.form-control:disabled,
.form-control[readonly],
.search-widget form input[type=text],
select.form-control,
select.form-control:not([size]):not([multiple]),
.block-promo .promo-input,
.products-sort-order .select-title {
    max-width: 100%;
    height: 44px;
    line-height: 44px!important;
    font-size: 14px;
    text-align: left;
    text-indent: 0;
    color: #2e1609;
    padding: 10px 20px;
    border: 1px solid #dedede;
    transition: .3s all ease-in-out;
    border-radius: 0!important;
    opacity: 1!important;
}

textarea.form-control {
    line-height: 1.2!important;
}

*::placeholder,
*:active::placeholder,
.form-control::placeholder,
.form-control:active::placeholder {
    color: #dedede!important;
    border: 0!important;
    border-radius: 0!important;
    padding: 0!important;
    opacity: 1!important;
    overflow: visible;
}

.form-control-select,
select.form-control,
select.form-control:not([size]):not([multiple]),
.products-sort-order .select-title {
    outline: 0;
    padding: 10px 10px 10px 20px;
    cursor: pointer;
    width: 100%;
    height: 44px;
    line-height: normal!important;
    text-align: left;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s all ease-in-out;
    /*background: #ffffff url(../img/arrow-down.png) no-repeat scroll right 18px center;*/
}

.form-control-select:hover,
.form-control-select:focus,
.form-control-select:active,
select.form-control:hover,
select.form-control:focus,
select.form-control:active,
select.form-control:not([size]):not([multiple]):hover,
select.form-control:not([size]):not([multiple]):focus,
select.form-control:not([size]):not([multiple]):active,
.block-promo .promo-input:hover,
.block-promo .promo-input:focus,
.block-promo .promo-input:active,
.form-control.hover,
.form-control:hover,
.form-control:focus,
.form-control:active,
.search-widget form:hover input[type=text],
.search-widget form input[type=text]:hover,
.search-widget form input[type=text]:focus,
.products-sort-order .select-title:hover {
    outline: 0!important;
    border: 1px solid #012169;
}

.form-control:focus,
.input-group.focus {
    outline: 0;
}

input.filestyle {
    opacity: 0;
}

.input-group .input-group-btn {
    height: 100%;
    position: absolute;
    z-index: 10;
    right: -1px;
    top: 0;
    width: auto;
}

.form-control-valign {
    padding: 0 15px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-start;
}

.form-control-valign > *:not(:last-child) {
    margin: 0 10px 0 0;
}

textarea.form-control {
    height: auto;
    min-height: 120px;
    padding: 15px 20px;
}

#gdpr_consent {
    margin-top: 10px;
}

.form-group #gdpr_consent {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

.form-footer {
    width: 100%;
    margin: 20px 0 0 0;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}

.form-fields + .form-footer {
    margin: 5px 0 0 0!important;
}

body#checkout section.checkout-step .form-fields + .form-footer {
    margin: 15px 0 0 0!important;
}

.page-customer-account .form-footer,
#authentication .form-footer,
#password .form-footer,
#my-account .form-footer,
#identity .form-footer,
#addresses .form-footer {
    justify-content: center;
    margin: 20px 0 0 0;
}

body#checkout section.checkout-step .form-footer {
    justify-content: flex-end;
    margin: 30px 0 0 0;
}

.page-customer-account .form-fields + .form-footer,
#authentication .form-fields + .form-footer {
    justify-content: center;
    margin: 5px 0 0 0!important;
}

#password .form-fields + .form-footer,
#my-account .form-fields + .form-footer,
#identity .form-fields + .form-footer,
#addresses .form-fields + .form-footer {
    justify-content: center;
    margin: 15px 0 0 0!important;
}

#contact .form-footer {
    margin: 0!important;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    body#checkout .form-group {
        flex-flow: row;
        align-items: center;
    }
    body#checkout .form-group .col-md-5 {
        min-width: 300px;
    }
    body#checkout .form-control-label {
        margin: 0;
        width: 155px!important;
        padding: 0;
    }
    body#checkout .form-group .col-md-12 {
        padding: 0;
    }
    body#checkout section.checkout-step .forgot-password {
        margin-left: 170px!important;
    }
    body#checkout .form-group > .form-control-comment {
        padding: 0;
        position: static;
        text-align: left;
        max-width: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .form-group.form-group-mid,
    form .form-group.form-group-mid {
        width: 100%;
    }
    body#checkout .form-group > * {
        padding: 0;
        width: 100%;
    }
}

/***** BANNERS *****/

.cb-wrapper {
    position: relative;
}

#content-wrapper .cb-wrapper {
    margin-bottom: 45px;
}

.cb-wrapper .cb-carousel {
    display: flex;
}

/***** SCROLLBAR *****/

.cartdrop-overview::-webkit-scrollbar,
#filters-inner::-webkit-scrollbar,
.facet ul::-webkit-scrollbar {
    width: 4px;
}

.cartdrop-overview::-webkit-scrollbar-track,
#filters-inner::-webkit-scrollbar-track,
.facet ul::-webkit-scrollbar-track {
    background: #dedede;
    border: 0 none #dedede;
    border-radius: 0;
}

.cartdrop-overview::-webkit-scrollbar-thumb,
#filters-inner::-webkit-scrollbar-thumb,
.facet ul::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    border: 0 none #aaaaaa;
    border-radius: 0;
}

.cartdrop-overview::-webkit-scrollbar-thumb:hover,
#filters-inner::-webkit-scrollbar-thumb:hover,
.facet ul::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa;
}

.cartdrop-overview::-webkit-scrollbar-corner,
#filters-inner::-webkit-scrollbar-corner,
.facet ul::-webkit-scrollbar-corner {
    background: #dedede;
}

/***** FULL BLOCK *****/

.full-block {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-block .elementor-container {
    max-width: 100%!important;
}

/***** TITLES *****/

.title,
.subtitle,
.cb-title,
.cb-subtitle,
.cb-subtitle2,
.page-heading,
#content-wrapper h1,
.cart-grid-body .card-block h1,
#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.5;
    color: #1e2527;
    text-align: left;
    text-transform: none;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
    .title,
    .subtitle,
    .page-heading,
    #content-wrapper h1,
    .cart-grid-body .card-block h1,
    #products .products-section-title,
    .featured-products .products-section-title,
    .product-accessories .products-section-title,
    .product-miniature .products-section-title,
    .sl-country-title h2 {
        font-size: 38px;
    }
}

/************************************************/
/******************** HEADER ********************/
/************************************************/

/***** HEADER TOP *****/

#header .header-top {
    padding: 15px;
}

#header .header-top .header-top-inner {
    display: flex;
    align-items: center;
}


/****** HEADER MENU-ICO ******/

#menu-ico,
#search-close {
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}

#menu-ico {
    display: none;
}

.menu-ico-box,
.search-ico-box {
    position: relative;
    display: flex;
    width: 20px;
    height: 20px;
}

.menu-ico-inner,
.search-ico-inner {
    bottom: 3px;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s;
}

.menu-ico-inner,
.menu-ico-inner:after,
.menu-ico-inner:before,
.search-ico-inner,
.search-ico-inner:after,
.search-ico-inner:before {
    position: absolute;
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: all;
    border-radius: 0;
    background-color: #000000;
}

.menu-ico-inner:after,
.menu-ico-inner:before,
.search-ico-inner:after,
.search-ico-inner:before {
    display: block;
    content: "";
}

.menu-ico-inner:before,
.search-ico-inner:before {
    top: -6px;
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19), height .1s ease-in-out;
}

.menu-ico-inner:after,
.search-ico-inner:after {
    top: -12px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s, opacity .1s linear, height .1s ease-in-out;
}

.menu-is-active .menu-ico-inner,
.search-is-active .search-ico-inner {
    margin: 0;
    bottom: 0;
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg);
    height: 1px;
    width: 20px;
}

.menu-is-active .menu-ico-inner:before,
.search-is-active .search-ico-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s, transform .13s cubic-bezier(.215,.61,.355,1) .25s, height .1s ease-in-out;
    transform: rotate(-90deg);
    height: 1px;
    width: 20px;
}

.menu-is-active .menu-ico-inner:after,
.search-is-active .search-ico-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333), opacity .1s linear .22s, height .1s ease-in-out;
    opacity: 0;
}

@media only screen and (max-width: 1199px) {
    #menu-ico {
        display: flex;
        width: 50px;
        height: 50px;
        padding: 10px 15px;
    }
}

/***** HEADER LOGO *****/

#header #_desktop_logo,
#header #_desktop_logo h1 {
    text-align: center;
}

#header .logo {
    max-width: 85px;
}

/***** HEADER TOP LEFT *****/

#header .header-top .header-top-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#header .header-top .header-top-left > *:not(:last-child) {
    margin: 0 40px 0 0;
}

/***** HEADER TOP RIGHT *****/

#header .header-top .header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header .header-top .header-top-right > *:not(:first-child) {
    margin: 0 0 0 40px;
}

/***** HEADER TOP CURRENCY & LANG *****/

.dropdown-menu {
    margin: 0;
    min-width: inherit;
    font-size: 14px;
    left: -16px;
}

.dropdown-item {
    padding: 3px 15px;
}

/***** HEADER TOP SEARCH, USER & CART *****/

#search-btn,
#search-ico,
.user-info,
.user-info a,
.wish-list,
.wish-list a,
.blockcart,
.blockcart a {
    display: flex;
    text-align: center;
    color: #000000!important;
    text-decoration: none!important;
}

#search-ico .svg_ico,
.user-info .svg_ico,
.wish-list .svg_ico,
.blockcart .svg_ico {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.user-info .svg_ico {
    width: 18px;
    height: 18px;
}

.wish-list i {
    font-size: 22px;
    margin-right: 5px;
}

#search-btn:hover > span,
.user-info a:hover > span,
.wish-list a:hover > span,
.blockcart a:hover > span {
    text-decoration: underline;
}

/***** HEADER TOP CART *****/

.blockcart-ico {
    display: flex;
    position: relative;
}

.blockcart .cart-products-count {
    position: absolute;
    top: -5px;
    right: 0;
    color: #ffffff;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    padding: 0 3px;
    border-radius: 8px;
    font-size: 12px;
    background: #000;
}

#pscarthover_shoppingcart {
    position: absolute;
    top: 41px;
    z-index: 123;
    box-shadow: none;
    border: solid 1px #dedede;
}

/***** HEADER TOP SEARCH *****/

#search_widget {
    margin: 0;
    min-width: inherit;
    display: flex;
    overflow: visible;
    position: relative;
    display: flex!important;
}

#search_widget .btn-unstyle {
    cursor: pointer;
}

#search-btn {
    display: flex;
    align-items: center;
}

#search-ico,
#search-close {
    display: flex;
    width: 22px;
    height: 22px;
}

.search-is-active #search-ico,
body:not(.search-is-active) #search-close {
    display: none;
}

#search_widget #search-main {
    position: absolute;
    z-index: 101;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 200px;
    height: 100%;
    opacity: 0;
    border: 0;
    visibility: hidden;
    border-bottom: 0;
    border-bottom: 0;
    transition: .3s all ease-in-out;
}

.search-is-active #search_widget #search-main {
    opacity: 1;
    visibility: visible;
    padding: 0;
}

#search_widget form {
    width: 100%;
}

#search_widget form {
    width: 100%;
    min-width: 350px;
    position: absolute;
    top: 20px;
    left: calc(50% - 170px);
}

#search_widget form input[type=text] {
    display: flex;
    background: none;
    padding: 10px 20px;
    min-width: 350px;
    background: #ffffff;
    border: 1px solid #dedede;
    padding: 10px 40px 10px 20px!important;
}

#search_widget form input[type=text]:hover,
#search_widget form input[type=text]:focus,
#search_widget form input[type=text]:active {
    border: 1px solid #000000;
}

#search_widget form input[type=text],
#search_widget form input[type=text]::placeholder {
    color: #000000!important;
    opacity: 1!important;
}

#search_widget form button[type="submit"] {
    height: 100%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    color: #000000;
    min-width: 40px;
    font-size: 18px;
    padding: 2px 0 0 0;
}

/***** HEADER TOP SEARCH DROPDOWN *****/

.ui-menu {
    margin: -1px 0 0 0;
    width: 100%!important;
    left: 0!important;
    position: fixed;
    border: 0;
    padding: 0;
    overflow: auto;
    border-radius: 0;
    max-height: 400px;
    border-bottom: 1px solid #e2e2e2;
}

.ui-menu .ui-menu-item a,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    cursor: pointer;
}

.ui-menu .ui-menu-item a {
    border: 0!important;
    border-bottom: 1px solid #e2e2e2!important;
    background-color: #eeeeee;
}

.ui-menu .ui-menu-item:last-child a {
    border-bottom: 0!important;
}

.ui-menu .ui-menu-inner {
    display: flex;
    align-items: center;
    height: 120px;
}

.ui-menu .sr-imagen {
    width: 180px;
}

.ui-menu .sr-imagen img {
    height: auto;
    width: 100%;
    max-width: 80px;
}

.ui-menu .sr-producto {
    width: calc(83.33333% - 180px);
    font-size: 20px;
    font-weight: normal;
    line-height: 1.35;
    letter-spacing: 1px;
    color: #2e1609;
    text-transform: uppercase;
}

.ui-menu .sr-precios {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-end;
}

.ui-menu .sr-precios .sr-price-final {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #2e1609;
    margin-left: 20px;
}

.ui-menu .sr-precios .sr-price-discount {
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    color: #a05f21;
    margin-left: 20px;
}

.ui-menu .sr-precios .sr-price-old {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    color: #ababab;
    text-decoration: line-through;
}

/***** HEADER RESPONSIVE *****/

@media only screen and (max-width: 1199px) {
    #header .header-top .header-top-right > *:not(:first-child) {
        margin: 0 0 0 30px;
    }
    #search-ico .svg_ico,
    .user-info .svg_ico,
    .wish-list .svg_ico,
    .blockcart .svg_ico,
    .wish-list i {
        margin: 0;
    }
    #search-btn span,
    .user-info span,
    .wish-list span,
    .blockcart > span,
    .blockcart a > span {
        display: none;
    }
    .cart-products-count {
        right: -5px;
    }
}

@media only screen and (max-width: 991px) {
    #header .header-top {
        padding: 15px 5px 15px 0;
    }
    #header .logo {
        max-width: 50px;
    }
    #header .header-top .header-top-right > *:not(:first-child) {
        margin: 0 0 0 20px;
    }
    #search_widget form {
        position: fixed;
        left: 0;
        top: 90px;
    }
}

/************************************************/
/********************* MENU *********************/
/************************************************/

.container-iqit-menu {
    position: static;
}

#iqitmegamenu-horizontal,
.cbp-hor-width-0 #iqitmegamenu-horizontal {
    margin: 0;
    padding: 0;
}

#cbp-hrmenu {
    display: block!important;
}

#cbp-hrmenu > ul {
    display: flex;
    justify-content: center;
}

#cbp-hrmenu > ul > li > a,
#cbp-hrmenu > ul > li > span.cbp-main-link {
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
    position: relative;
    text-align: center;
    z-index: 1;
}

#cbp-hrmenu > ul > li > a:hover,
#cbp-hrmenu > ul > li > span.cbp-main-link:hover {
    border-bottom: 1px solid #000000;
}

#cbp-hrmenu .cbp-hrsub-inner {
    border: 0;
    padding: 50px 0 20px 0;
    border-top: 1px solid #f2f2f2;
    box-shadow: none;
}

.iqitmegamenu .container,
.cbp-hor-width-0 #iqitmegamenu-horizontal .container {
    padding: 0 15px;
}

.iqitmegamenu .container .row,
.cbp-hrmenu .cbp-empty-column .cbp-menu-column-inner > .menu_row:first-child {
    margin: 0 -15px;
}

.cbp-hrmenu .cbp-menu-column,
.cbp-hrmenu .cbp-categories-row > div {
    margin: 0;
    padding: 0 15px;
}

#cbp-hrmenu .cbp-hrsub > .cbp-hrsub-inner > .container > .menu-element > .col-xs-2 {
    width: 20%;
}

#cbp-hrmenu .cbp-hrsub > .cbp-hrsub-inner > .container > .menu-element > .col-xs-5 {
    width: 40%;
}

.cbp-hrmenu .cbp-categories-row > div .cbp-column-title {
    display: none;
}

.cbp-hrmenu .cbp-links li {
    margin: 0 0 20px 0;
    padding: 0;
}

.cbp-hrmenu .cbp-links li a {
    padding: 0;
}

.cbp-hrmenu .cbp-links li a:before {
    display: none;
}

#cbp-hrmenu .cbp-hrsub-inner a,
#cbp-hrmenu .cbp-hrsub-inner a:link,
#cbp-hrmenu1 .cbp-hrsub-inner a,
#cbp-hrmenu1 .cbp-hrsub-inner a:link {
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}

#cbp-hrmenu1 .cbp-hrsub-inner .cbp-column-title,
#cbp-hrmenu1 .cbp-hrsub-inner a.cbp-column-title:link,
#cbp-hrmenu .cbp-hrsub-inner .cbp-column-title,
#cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
    border: 0;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #012169;
    position: relative;
}

#cbp-hrmenu1 .cbp-hrsub-inner .cbp-column-title:after,
#cbp-hrmenu1 .cbp-hrsub-inner a.cbp-column-title:link:after,
#cbp-hrmenu .cbp-hrsub-inner .cbp-column-title:after,
#cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link:after {
    content: "";
    width: 24px;
    height: 1px;
    background: #012169;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

#cbp-hrmenu .cbp-category-tree,
#cbp-hrmenu .cbp-banner-html-container,
#cbp-hrmenu .cbp-banner-image-container {
    margin: 0 0 30px 0;
}

#cbp-hrmenu .col-xs-5 > .cbp-menu-column-inner > .cbp-categories-row .cbp-category-tree {
    columns: 2;
}

#cbp-hrmenu .cbp-banner-html-container p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    color: #000;
}

#cbp-hrmenu .cbp-banner-html-container p:not(:last-child) {
    margin: 0 0 10px 0;
}

#cbp-hrmenu .cbp-banner-html-container p:not(:last-child) img {
    margin: 0 0 10px 0;
}

#cbp-hrmenu .cbp-banner-image-container .cbp-banner-image-inner {
    position: relative;
}

#cbp-hrmenu .cbp-banner-image-container span {
    opacity: 0;
    width: 100%;
    height: 100%;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-in-out;
}

#cbp-hrmenu .cbp-banner-image-container a:hover span {
    opacity: 1;
}

#cbp-hrmenu .cbp-banner-image-container .cbp-banner-image {
    transition: .3s all ease-in-out;
}

#cbp-hrmenu .cbp-banner-image-container a:hover .cbp-banner-image {
    opacity: .3;
}

#cbp-hrmenu .cbp-banner-image-container p {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    color: #000000;
}

/***** MENU MOBILE *****/

#iqitmegamenu-mobile {
    display: none!important;
}

.cbp-spmenu-overlay-show #cbp-close-mobile {
    display: none;
}

.cbp-spmenu {
    box-shadow: none;
    border-right: 1px solid #f2f2f2;
}

#iqitmegamenu-accordion div.responsiveInykator {
    margin: -3px 3px 0 0;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #f2f2f2;
}

#iqitmegamenu-accordion.cbp-spmenu > li a {
    color: #012169;
    padding-left: 16px;
    font-weight: 500;
}

#iqitmegamenu-accordion li a {
    color: #012169;
}

#iqitmegamenu-accordion.cbp-spmenu > li ul {
    box-shadow: none;
}

/***** MENU RESPONSIVE *****/

@media only screen and (max-width: 991px) {
    #cbp-hrmenu {
        display: none!important;
    }
}
@media only screen and (max-width: 767px) {
    .header-nav .hidden-sm-down {
        display: block!important;
    }
}

/************************************************/
/******************** FOOTER ********************/
/************************************************/

/***** FOOTER CONTAINER *****/

.footer-container {
    padding: 50px 0 40px 0;
    background: #F7F8FA;
}

/***** FOOTER LINKS *****/

.footer-container .h3,
.footer-container .h4,
.blockcms-title,
.myaccount-title,
.myaccount-title a,
.block-contact-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #1e2527;
    text-transform: none;
}

.footer-container .h3,
.footer-container .h4 {
    margin: 0 0 20px 0;
}

.footer-container .h3 a,
.footer-container .h4 a,
#block_myaccount_infos .myaccount-title a {
    color: #1e2527;
}

.footer-container li {
    margin-bottom: 10px;
}

.footer-container li a,
.footer-container li a:hover {
    font-size: 14px;
    text-align: left;
    color: #1e2527;
}

/***** FOOTER NEWSLETTER *****/

#footer .block-newsletter {
    margin: 0 0 20px 0;
}

#footer .block-newsletter .block-newsletter-conditions {
    margin: 0 0 10px 0;
}

#footer .block-newsletter input[type=email],
#footer .block-newsletter input[type=text] {
    width: 100%;
    padding-right: 60px;
    border: 1px solid #ffffff;
}

#footer .block-newsletter input[type=submit] {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
    border: 0!important;
    padding: 10px;
    font-family: 'Material Icons';
    font-size: 24px;
    line-height: .9;
}

/***** FOOTER SOCIAL *****/

#footer .block-social {
    display: flex;
}

#footer .block-social ul {
    display: flex;
    flex-flow: wrap;
}

#footer .block-social ul li {
    margin: 0 20px 20px 0;
    padding: 0;
    width: auto;
    height: auto;
    background: none!important;
}

#footer .block-social li:last-child {
    margin-right: 0;
}

#footer .block-social li:before,
#footer .block-social li a:before {
    display: none;
}

#footer .block-social li a {
    color: #1e2527;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .block-social li a:hover {
    color: #012169;
}

#footer .block-social li a .svg_ico {
    width: 17px;
    height: 17px;
}

/***** FOOTER AFTER *****/

.footer-after {
    padding: 20px 0;
    background: #000000;
}

.footer-after > .container > .row > .links.wrapper {
    display: none;
}

.footer-after > .container > .row > .elementor {
    padding: 0 15px;
}

.footer-after .elementor-section-wrap > .elementor-section > .elementor-container > .elementor-row {
    display: flex;
    justify-content: space-between;
}

/***** FOOTER LEGAL *****/

.footer-after .links.wrapper {
    width: 100%;
    padding: 0;
}

.footer-after .links.wrapper .h3,
.footer-after .links.wrapper .title {
    display: none!important;
}

.footer-after .elementor-text-editor ul,
.footer-after .links.wrapper ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}

.footer-after .links.wrapper ul {
    flex-flow: row-reverse;
}

.footer-after .elementor-text-editor ul li,
.footer-after .links.wrapper ul li {
    position: relative;
}

.footer-after .elementor-text-editor ul li,
.footer-after .elementor-text-editor ul li a,
.footer-after .links.wrapper ul li,
.footer-after .links.wrapper ul li a {
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
}

.footer-after .elementor-text-editor ul li:not(:last-child) {
    padding: 0 7px 0 0;
    margin: 0 7px 0 0;
}

.footer-after .links.wrapper ul li:not(:last-child) {
    padding: 0 0 0 7px;
    margin: 0 0 0 7px;
}

.footer-after .elementor-text-editor ul li:not(:last-child):after,
.footer-after .links.wrapper ul li:not(:last-child):after {
    content: "";
    height: 14px;
    width: 1px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
}

.footer-after .links.wrapper ul li:not(:last-child):after {
    position: absolute;
    right: inherit;
    left: 0;
}

/***** FOOTER PAYMENTS *****/

.footer-payments {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.footer-payments .elementor-widget-wrap > .elementor-element {
    width: auto;
    padding: 0 6px;
    position: relative;
}

.footer-payments .elementor-widget-wrap > .elementor-element:not(:last-child):after {
    content: "";
    height: 28px;
    width: 1px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}

/***** FOOTER RESPONSIVE *****/

@media only screen and (max-width: 991px) {
    .footer-container {
        padding: 40px 0 30px 0;
    }
    .footer-container .wrapper {
        width: 100%;
        display: inline-flex;
        flex-flow: wrap;
        margin: 0 0 20px 0;
    }
    .footer-container .wrapper .title {
        width: 100%;
        height: auto;
        line-height: 1;
        margin: 0;
        padding: 0 15px;
        display: flex;
    }
    .footer-container .h3,
    .footer-container .h4 {
        margin: 0;
    }
    .footer-container .wrapper .title .float-xs-right {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 15px;
        top: 0;
    }
    .footer-container .wrapper .title .float-xs-right .navbar-toggler {
        padding: 0;
        width: auto;
        height: auto;
    }
    .footer-container li {
        margin: 10px 0 0 0;
    }
    .links .collapse {
        display: none;
        width: 100%;
    }
    .links .collapse.in {
        display: block;
    }
    .links .title .collapse-icons .remove {
        display: none;
    }
    .links .title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }
    .links .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }
    .footer-after .elementor-row > .elementor-element:not(:last-child) {
        margin: 0 0 15px 0;
    }
    .footer-after .elementor-text-editor ul,
    .footer-after .links.wrapper ul {
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .footer-after .links.wrapper ul {
        flex-flow: wrap;
    }
    .footer-after .links.wrapper ul li {
        text-align: center;
        margin: 0 4px 6px 4px!important;
    }
    .footer-after .links.wrapper ul li:not(:last-child) {
        padding: 0;
    }
    .footer-after .links.wrapper ul li:not(:last-child):after {
        display: none;
    }
}

/************************************************/
/***************** BREADCRUMB *******************/
/************************************************/



/************************************************/
/******************** INDEX *********************/
/************************************************/

/****** SLIDER *****/

.home-slider {
    margin-bottom: 30px;
}

/****** BANNERS *****/

.home-banners {
    margin-bottom: 50px;
}

.home-banners .elementor-widget-wrap {
    display: grid!important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.home-banners .elementor-image {
    overflow: hidden;
}

/************************************************/
/************** PRODUCT MINIATURE ***************/
/************************************************/

.product-miniature {
    margin-bottom: 30px;
}

.product-miniature .thumbnail-top {
    margin-bottom: 10px;
}

.product-miniature .product-description {
    padding: 0;
}

.product-miniature .product-title {
    margin: 0 0 10px 0;
    height: 44px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.product-miniature .product-title a {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #1e2527;
    text-decoration: none;
}

.product-miniature .product-title a:hover {
    color: #012169;
}

/***** PRODUCT PRICES *****/

.product-miniature .product-price-and-shipping {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #1e2527;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.product-miniature .product-price-and-shipping > * {
    margin: 0 5px 5px 5px;
}

/***** PRODUCT FLAGS *****/

.product-flags {
    display: flex;
    flex-flow: wrap;
}

.product-flags li.product-flag,
.product-miniature .product-flags li.product-flag {
    margin: 10px 0 0 10px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    background: #1e2527;
}

.product-flags .product-flag.out_of_stock {
    display: none;
}

/***** PRODUCT BUTTON *****/

.product-miniature .product-button button {
    width: 100%;
    height: auto;
    white-space: normal;
    min-height: 44px;
    padding: 7px 10px;
}

/***** PRODUCT WISHLIST *****/

.product-miniature .wishlist-button-add {
    display: none!important;
}

/***** PRODUCT RESPONSIVE *****/

@media only screen and (max-width: 767px) {

}

/************************************************/
/**************** PRODUCT LIST ******************/
/************************************************/

/***** PRODUCT SELECTION *****/


/***** PRODUCT PAGINATION *****/


/***** PRODUCT LIST RESPONSIVE *****/


/************************************************/
/*********** PRODUCT LIST - CATEGORY ************/
/************************************************/



/************************************************/
/************ PRODUCT LIST - FACETS *************/
/************************************************/

.block-categories,
#search_filters_wrapper {
    margin: 0 0 30px 0;
}

.block-categories .h6,
#search_filters > .h6,
#search_filters_brands > .h6,
#search_filters_suppliers > .h6 {
    margin: 0 0 20px 0;
    font-size: 25px;
    font-weight: 500;
    color: #000000;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding: 0;
    margin: 0 0 20px 0;
}

#search_filters .facet .facet-title {
    margin: 0 0 10px 0;
    width: 100%;
    font-weight: 600;
}

#search_filters .facet ul li:not(:last-child) .facet-label {
    margin: 0 0 5px 0;
}

#search_filters .facet .facet-label {
    display: flex;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: 0;
}

#search_filters .facet .facet-label a {
    margin: 0;
}

#search_filters .faceted-slider p {
    margin: 10px 0 0 0;
}

/***** ACTIVE FILTERS *****/


/************************************************/
/**************** PRODUCT PAGE ******************/
/************************************************/

.product-container > * {
    margin-bottom: 30px;
}

/***** PRODUCT IMAGES *****/

#product #content {
    max-width: 100%;
}

.product-cover {
    text-align: center;
}

/***** PRODUCT PRICES *****/


/***** PRODUCT PACK *****/


/***** PRODUCT ATTRIBUTES *****/


/***** PRODUCT QUANTITY *****/

.bootstrap-touchspin .btn-touchspin {
    color: #444444;
}

/***** PRODUCT TABS *****/

.product-tabs {
    margin-bottom: 30px;
}

/***** PRODUCT FEATURES *****/


/***** PRODUCT PAGE RESPONSIVE *****/

@media only screen and (max-width: 767px) {

}

/************************************************/
/*************** BLOCKCART MODAL ****************/
/************************************************/

.modal-backdrop.in {
    opacity: .3;
}

#blockcart-modal {
    padding: 15px!important;
}

#blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%;
    margin: 80px auto;
    overflow: auto;
}

.modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/****** MODAL HEADER *****/

#blockcart-modal .modal-header {
    position: relative;
    border: 0;
    padding: 16px;
    background-color: #a2c287;
}

#blockcart-modal .modal-title {
    width: 100%;
    padding: 0 35px 0 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blockcart-modal .modal-title i.material-icons {
    color: inherit;
    margin: 0 10px 0 0;
}

#blockcart-modal .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 50px;
    opacity: 1;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-in-out;
}

#blockcart-modal .modal-header .close:hover {
    color: #444444;
}

#blockcart-modal .modal-header .close span {
    display: flex;
}

#blockcart-modal .modal-header .close .svg_ico {
    width: 18px;
}

/****** MODAL BODY *****/

#blockcart-modal .modal-body {
    width: 100%;
    padding: 35px 30px;
    background: #ffffff;
}

#blockcart-modal .modal-body-inner {
    display: flex;
    flex-flow: wrap;
}

#blockcart-modal .modal-body-left {
    display: flex;
    width: 46%;
}

#blockcart-modal .modal-image {
    width: 43%;
}

#blockcart-modal .product-image {
    max-width: 100%;
    width: 100%;
}

#blockcart-modal .modal-texts {
    width: 57%;
    padding: 0 35px;
}

#blockcart-modal .product-name {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.8px;
    color: #2e1609;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

#blockcart-modal .product-price {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000;
    margin: 40px 0 0 0;
}

#blockcart-modal .product-attribute {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #dedede;
    margin: 0 0 10px 0;
}

#blockcart-modal .product-qty {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #dedede;
    margin: 0 0 10px 0;
}

#blockcart-modal .modal-body-right {
    width: 54%;
    border-left: 1px solid #dedede;
}

#blockcart-modal .cart-content {
    padding-left: 35px;
}

#blockcart-modal .cart-content > * {
    margin: 0 0 10px 0;
}

#blockcart-modal .cart-content p,
#blockcart-modal .cart-content .page-content.page-cms ul,
.page-content.page-cms #blockcart-modal .cart-content ul {
    display: flex;
    justify-content: flex-start;
    padding: 0;
}

#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: 20px!important;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    color: #2e170b;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

#blockcart-modal .cart-content p,
#blockcart-modal .cart-content p .label,
#blockcart-modal .cart-content p .value,
#blockcart-modal .cart-content .page-content.page-cms ul,
#blockcart-modal .cart-content .page-content.page-cms ul .label,
#blockcart-modal .cart-content .page-content.page-cms ul .value,
.page-content.page-cms #blockcart-modal .cart-content ul,
.page-content.page-cms #blockcart-modal .cart-content ul .label,
.page-content.page-cms #blockcart-modal .cart-content ul .value {
    font-size: 15px!important;
    font-weight: normal;
    text-align: left;
    color: #444444;
    display: flex;
    justify-content: flex-start;
}

#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;
    background: none;
}

#blockcart-modal .cart-content p.product-total,
#blockcart-modal .cart-content p.product-total .label,
#blockcart-modal .cart-content p.product-total .value,
#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
#blockcart-modal .cart-content .page-content.page-cms ul.product-total .label,
#blockcart-modal .cart-content .page-content.page-cms ul.product-total .value,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total .label,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total .value {
    font-size: 16px!important;
    font-weight: bold;
    text-align: left;
    color: #444444;
}

#blockcart-modal .cart-content p.product-tax,
#blockcart-modal .cart-content p.product-tax .label,
#blockcart-modal .cart-content p.product-tax .value,
#blockcart-modal .cart-content .page-content.page-cms ul.product-tax,
#blockcart-modal .cart-content .page-content.page-cms ul.product-tax .label,
#blockcart-modal .cart-content .page-content.page-cms ul.product-tax .value,
.page-content.page-cms #blockcart-modal .cart-content ul.product-tax,
.page-content.page-cms #blockcart-modal .cart-content ul.product-tax .label,
.page-content.page-cms #blockcart-modal .cart-content ul.product-tax .value {
}

#blockcart-modal .cart-content .cart-content-btn {
    width: 100%;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: flex-start;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    margin: 0;
}

#blockcart-modal .cart-content .cart-content-btn button.btn,
#blockcart-modal .cart-content .cart-content-btn a.btn {
    margin: 0 15px 0 0;
    text-align: center;
    transition: .3s all ease-in-out;
}

#blockcart-modal .cart-content .cart-content-btn a.btn {
    margin: 0 0 0 15px;
}

@media only screen and (max-width: 991px) {
    #blockcart-modal .modal-dialog {
        margin: 0;
        width: 100%;
    }
    #blockcart-modal .modal-body-left {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #dedede;
    }
    #blockcart-modal .modal-image {
        display: none;
    }
    #blockcart-modal .modal-texts {
        width: 100%;
        padding: 0;
    }
    #blockcart-modal .product-name,
    #blockcart-modal .product-price,
    #blockcart-modal .product-attribute,
    #blockcart-modal .product-qty {
        text-align: center;
        justify-content: center;
        margin: 0 0 10px 0;
    }
    #blockcart-modal .product-name:last-child,
    #blockcart-modal .product-price:last-child,
    #blockcart-modal .product-attribute:last-child,
    #blockcart-modal .product-qty:last-child {
        margin-bottom: 0!important;
    }
    #blockcart-modal .modal-body-right {
        width: 100%;
        border: 0;
    }
    #blockcart-modal .cart-content {
        padding: 0;
    }
    #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 {
        text-align: center;
    }
    #blockcart-modal .cart-content p,
    #blockcart-modal .cart-content p .label,
    #blockcart-modal .cart-content p .value,
    #blockcart-modal .cart-content .page-content.page-cms ul,
    #blockcart-modal .cart-content .page-content.page-cms ul .label,
    #blockcart-modal .cart-content .page-content.page-cms ul .value,
    .page-content.page-cms #blockcart-modal .cart-content ul,
    .page-content.page-cms #blockcart-modal .cart-content ul .label,
    .page-content.page-cms #blockcart-modal .cart-content ul .value {
        text-align: center;
        justify-content: center;
    }
    #blockcart-modal .cart-content .cart-content-btn {
        width: 100%;
        flex-flow: wrap;
    }
    #blockcart-modal .cart-content .cart-content-btn button.btn {
        width: 100%;
        margin: 0;
    }
    #blockcart-modal .cart-content .cart-content-btn a.btn {
        width: 100%;
        margin: 15px 0 0 0;
    }
}

@media only screen and (max-width: 575px) {
    #blockcart-modal .modal-title {
        padding: 0 25px 0 0;
    }
    #blockcart-modal .modal-header .close {
        width: 50px;
    }
    #blockcart-modal .modal-header .close .svg_ico {
        width: 15px;
    }
    #blockcart-modal .modal-body {
        padding: 25px 20px;
    }
    #blockcart-modal .modal-body-left {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
    }
    #blockcart-modal .cart-content .cart-content-btn {
        margin: 10px 0 0 0;
    }
    #blockcart-modal .cart-content .cart-content-btn button.btn,
    #blockcart-modal .cart-content .cart-content-btn a.btn {
        width: 100%!important;
        margin: 10px 0 0;
    }
}

/************************************************/
/**************** CUSTOMER AREA *****************/
/************************************************/

.page-footer {
    text-align: center;
}

.page-footer .cart-footer {
    display: flex;
}

.page-footer .account-link {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 10px 0 10px;
}

#cart .page-footer .account-link {
    margin: 0;
    justify-content: flex-start;
}

.page-footer .text-sm-center a:hover,
.page-footer .account-link:hover span {
    text-decoration: underline;
}

.page-footer .account-link span {
    font-size: inherit;
}

.page-footer .account-link i {
    font-size: 18px;
    margin: 0 3px 0 -5px;
}

.page-footer .account-link.account-link-home i {
    margin: 0 4px 0 0;
}

/***** AUTHENTICATION, PASSWORD & EMAILS *****/


/***** MY ACCOUNT *****/


/***** ADDRESS *****/


/***** CUSTOMER AREA RESPONSIVE *****/

@media only screen and (max-width: 767px) {

}

/************************************************/
/******************* CONTACT ********************/
/************************************************/

.contact-form {
    padding: 0 15px;
    background: none;
    color: inherit;
}

/************************************************/
/********************* CART *********************/
/************************************************/

.cart-grid {
    margin-bottom: 0;
}

.cart-grid-body,
.cart-grid-right {
    margin-bottom: 40px;
}

.cart-grid-body .card-block {
    padding: 0;
}

.cart-grid-body .cart-overview {
    padding: 0;
}

.cart-items {
    padding: 0;
}

.cart-item,
.no-items {
    border: 0!important;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
}

.cart-item .product-line-grid {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

/***** CART RESPONSIVE *****/

@media only screen and (max-width: 767px) {

}

/************************************************/
/***************** CART SUMMARY *****************/
/************************************************/

.cart-grid .card.cart-summary,
body#checkout #js-checkout-summary {
    border: 0;
    margin: 0 0 40px 0;
    padding: 20px 20px 25px 20px;
    box-shadow: none;
    background: #F7F8FA;
}

.cart-grid .card.cart-summary .card-block,
.cart-grid-body .card-block {
    padding: 0;
}

.cart-summary-line,
.cart-summary-line:not(:last-child) {
    margin: 0 0 5px 0;
    display: flex;
    justify-content: space-between;
}

.cart-summary-line:after,
.card-block:after {
    display: none;
}

.cart-summary-line,
.cart-summary-line .label,
.cart-summary-line .value,
.cart-grid-right .promo-discounts .cart-summary-line .label {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    color: #444444;
}

.cart-summary-line .value {
    text-align: right;
}

.card-block.cart-summary-totals {
    padding: 0;
    margin: 20px 0 0 0;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 0;
    border: 0;
}

.card-block.cart-summary-totals .cart-summary-line {
    padding: 0;
}

#cart-subtotal-items.cart-summary-line {
    margin: 0 0 5px 0;
}

#cart-subtotal-items.cart-summary-line,
#cart-subtotal-items.cart-summary-line .label,
#cart-subtotal-items.cart-summary-line .value {
    color: #444444;
}

.cart-total.cart-summary-line {
    margin: 0;
}

.cart-total.cart-summary-line,
.cart-total.cart-summary-line .label,
.cart-total.cart-summary-line .value {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #444444;
}

.cart-tax.cart-summary-line {
    margin: 3px 0 0 0;
}

.cart-tax.cart-summary-line,
.cart-tax.cart-summary-line .label,
.cart-tax.cart-summary-line .value {
    font-size: 12px;
}

.cart-summary-products {
    margin: 0 0 10px 0;
}

.cart-summary-products > p {
    margin: 0;
}

.cart-summary-products > p > a {
    color: #012169;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-decoration: none!important;
}

.cart-summary-products a:hover span {
    text-decoration: underline;
}

.cart-summary-products a[aria-expanded="true"] .hide-text,
.cart-summary-products .show-text {
    display: block;
}

.cart-summary-products a[aria-expanded="true"] .show-text,
.cart-summary-products .hide-text {
    display: none;
}

.cart-summary-products i {
    font-size: 22px;
}

.cart-summary-products a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.cart-summary-products #cart-summary-product-list.collapse:not(.in) {
    display: none;
}

.cart-summary-products .media {
    padding: 5px 0;
    display: flex;
    width: 100%;
}

.cart-summary-products .media-left {
    padding-right: 10px;
}

.cart-summary-products img {
    width: 50px!important;
    height: 50px!important;
    border: 0 !important;
    overflow: hidden;
}

.cart-summary-products .media-body {
    display: flex;
    flex-flow: wrap;
    width: calc(70% - 60px);
}

.cart-summary-products .media-body > * {
    width: 100%;
    margin: 0 0 5px 0!important;
}

.cart-summary-products .media-body > *:last-child {
    margin: 0!important;
}

.cart-summary-products .media-body > *,
.cart-summary-products .media-body > * .label {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: normal;
    color: #1E2527;
}

.cart-summary-products .media-body > *.product-name {
    text-transform: uppercase;
}

.cart-summary-products .media-body > *.product-quantity,
.cart-summary-products .media-body > *.product-attributes {
    font-size: 12px;
    color: #444444;
}

.cart-summary-products .media-right {
    width: 30%;
}

.cart-summary-products .media-right > .product-price {
    font-size: 14px;
    font-weight: 600;
    color: #1E2527;
    margin: 0 0 5px 0!important;
}

.cart-detailed-actions {
    margin: 20px 0 0 0;
}

.cart-detailed-actions a {
    width: 100%;
}

/***** BLOCK PROMO *****/

.block-promo {
    margin: 15px 0 0;
}

.block-promo .promo-code-button {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 13px;
    text-align: center;
}

.block-promo .promo-code-button a:hover,
.block-promo .promo-code-button.cancel-promo:hover {
    text-decoration: underline;
}

.block-promo .promo-code,
.block-promo .promo-code > p {
    padding: 0;
    background: none;
}

.block-promo .promo-code form {
    position: relative;
}

.block-promo .promo-input {
    width: 100%;
}

.block-promo .promo-input+button {
    margin: 0;
    width: auto;
    min-width: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.block-promo.promo-highlighted {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.promo-discounts .cart-summary-line {
    text-align: center;
}

.promo-discounts .cart-summary-line:last-child {
    margin: 0;
}

.promo-discounts .cart-summary-line .label .code {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.promo-discounts .cart-summary-line .label .code:hover  {
    text-decoration: underline;
}

.block-promo .cart-summary-line .label,
.block-promo .cart-summary-line .value,
.block-promo .promo-name {
    color: #B87F29!important;
    font-weight: 600!important;
    font-size: 16px;
}

.block-promo .cart-summary-line a {
    color: #444444;
}

.block-promo .cart-summary-line a:hover {
    color: #B87F29;
}

.block-promo .cart-summary-line a i {
    font-size: 20px;
    margin: -3px -2px -2px 5px;
}


/************************************************/
/******************* CHECKOUT *******************/
/************************************************/

body#checkout section#content {
    margin: 0;
}

/************************************************/
/*************** CHECKOUT STEPS *****************/
/************************************************/

body#checkout #wrapper {
    margin: 0;
    padding: 0;
    min-height: calc(100vh - 260px);
}

body#checkout #content > .row > div.col-lg-8,
body#checkout #content > .row > div.col-md-8 {
    padding: 0 15px;
    margin:  0 0 40px 0;
}

body#checkout #content .checkout-step {
    margin: 0;
    border-bottom: 1px solid #dedede;
}

body#checkout #content .checkout-step:last-child {
    border: 0;
}

/***** CHECKOUT STEPS - TITLE *****/

body#checkout #content .checkout-step .step-title {
    position: relative;
    left: 0;
    top: 0;
    border: 0;
    padding: 22px 28px;
    height: 70px;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #999999;
    width: 100%;
    display: flex;
    align-items: center;
}

body#checkout #content .checkout-step.-current .step-title,
body#checkout #content .checkout-step.-reachable.-complete .step-title {
    color: #1E2527;
}

body#checkout #content .checkout-step .done,
body#checkout #content .checkout-step.-reachable.-complete h1 .done,
body#checkout #content .checkout-step .step-title .step-number {
    position: static;
    border: 0;
    margin: 1px 10px 0 0;
    padding: 0;
    background: none;
    width: 27px;
    height: 27px;
    color: inherit;
    font-size: 20px;
    text-align: center;
}

body#checkout #content .checkout-step .done,
body#checkout #content .checkout-step.-reachable.-complete h1 .done {
    color: #4CBB6C;
}

body#checkout #content .checkout-step .step-title:before {
    display: none;
}

body#checkout #content .checkout-step .step-edit,
body#checkout #content .checkout-step.-reachable.-complete h1 .step-edit {
    position: absolute;
    top: 27px;
    right: 40px;
    margin: 0;
    left: inherit;
    height: auto;
    width: auto;
    text-align: right;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    color: #444444;
}

body#checkout #content .checkout-step.-reachable.-complete h1 .step-edit {
    display: block;
}

body#checkout #content .checkout-step .step-title:hover .step-edit span,
body#checkout #content .checkout-step.-reachable.-complete .step-title:hover h1 .step-edit span {
    text-decoration: underline;
}

body#checkout #content .checkout-step .step-edit i {
    font-size: 16px;
    margin: -2px 0 0 0;
}

/***** CHECKOUT STEPS - CONTENT *****/

body#checkout #content .checkout-step .content {
    border: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    padding: 10px 40px 30px 40px!important;
}

body#checkout #content .checkout-step p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    color: #444444;
}

body#checkout #content .checkout-step #customer-form,
body#checkout #content .checkout-step #delivery-address,
body#checkout #content .checkout-step #invoice-address,
body#checkout #content .checkout-step #login-form {
    margin-left: 0;
    margin-top: 20px;
}

body#checkout #content .form-group {
    margin-bottom: 9px;
}

body#checkout #content .form-control,
.block-promo .promo-input {
    padding: 10px 20px;
    text-indent: 0;
    background-color: #FFFFFF;
}

body#checkout #content .form-control-label {
    margin: 0;
    color: #1E2527;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body#checkout #content label,
body#checkout #content .label {
    margin: 0;
}

body#checkout #content .checkout-step .form-footer {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body#checkout #content .checkout-step .form-footer > * {
    margin: 0 0 0 50px;
}

body#checkout #content .checkout-step .btn,
body#checkout #content .checkout-step .form-footer .continue,
.block-promo .promo-input+button {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

body#checkout #content .checkout-step .form-footer .continue {
    min-width: 175px;
    background: #012169;
}

body#checkout #content .checkout-step .btn:hover,
body#checkout #content .checkout-step .form-footer .continue:hover,
.block-promo .promo-input+button:hover {
    opacity: .8;
}

body#checkout #content .checkout-step .form-footer .cancel-address {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
}

body#checkout #content .checkout-step .form-footer .cancel-address:hover {
    text-decoration: underline;
}

body#checkout #content .custom-checkbox input[type="checkbox"] + span,
body#checkout #content .custom-checkbox input[type="radio"] + span {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border: 1px solid #DEDEDE;
    flex: inherit;
}

body#checkout #content .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
body#checkout #content .custom-checkbox input[type="radio"] + span .checkbox-checked {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 0 0 0 1px;
    background: #012169;
    color: #ffffff;
    font-size: 19px;
}

body#checkout #content .checkout-step .custom-radio,
body#checkout #content .checkout-step .address-item .custom-radio {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    vertical-align: -4px;
}

body#checkout #content .checkout-step .custom-radio input[type="radio"]:checked + span {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #012169;
}

/***** CHECKOUT STEPS - PERSONAL INFORMATION *****/

body#checkout #content #checkout-personal-information-step .nav {
    margin: 0 0 20px 0;
}

body#checkout #content #checkout-personal-information-step .nav .nav-item {
    border: 0;
    width: auto;
    position: relative;
}

body#checkout #content #checkout-personal-information-step .nav .nav-item .nav-link {
    padding: 0;
    border: 0;
}

body#checkout #content #checkout-personal-information-step .nav .nav-item:not(:last-child) {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
}

body#checkout #content #checkout-personal-information-step .nav .nav-item:not(:last-child):after {
    content: "";
    width: 1px;
    height: 20px;
    background: #dedede;
    position: absolute;
    right: 0;
    top: 0;
}

body#checkout #content #checkout-personal-information-step .nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #1E2527;
}

body#checkout #content #checkout-personal-information-step .nav .nav-item .nav-link.active {
    font-size: 16px;
    color: #444444;
}

body#checkout #content #checkout-personal-information-step .nav .nav-item .nav-link:not(.active):hover {
    text-decoration: underline;
}

body#checkout #content #checkout-personal-information-step #login-form .col-md-6 {
    max-width: 375px;
}

body#checkout #content .checkout-step #customer-form .input-group-btn .btn[data-action="show-password"],
body#checkout #content .checkout-step #login-form .input-group-btn .btn[data-action="show-password"],
body#checkout #content .checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"] {
    font-size: 14px;
    letter-spacing: normal;
    padding: 10px 20px;
}

body#checkout #content .checkout-step .forgot-password {
    margin: 0 0 0 25%!important;
    text-align: left;
    padding: 0 0 0 7px;
}

body#checkout #content .checkout-step .identity {
    margin: 0 0 10px 0;
}

body#checkout #content .checkout-step .identity a,
body#checkout #content .checkout-step .forgot-password a,
body#checkout #content .checkout-step .different-invoice-address a {
    font-size: 14px;
    color: #012169;
}

body#checkout #content .checkout-step .identity a:hover,
body#checkout #content .checkout-step .forgot-password a:hover,
body#checkout #content .checkout-step .different-invoice-address a:hover {
    text-decoration: underline;
}

/***** CHECKOUT STEPS - ADDRESSES *****/

body#checkout #content #checkout-addresses-step h2.h4 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-size: 16px;
}

body#checkout #content .checkout-step #delivery-addresses,
body#checkout #content .checkout-step #invoice-addresses {
    display: flex;
    flex-flow: wrap;
    margin: 0 -10px;
    margin-top: 20px;
}

body#checkout #content .checkout-step .address-item {
    flex: inherit;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    border: 1px solid #DEDEDE;
    background: #ffffff;
}

body#checkout #content .checkout-step .address-item.selected {
    border: 1px solid #1E2527;
}

body#checkout #content .checkout-step .radio-block {
    padding: 20px;
    cursor: pointer;
}

body#checkout #content .checkout-step .address-item header {
    margin: 0;
}

body#checkout #content .checkout-step .address-alias {
    margin: 0 0 5px 5px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1E2527;
}

body#checkout #content .checkout-step .address {
    margin-left: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

body#checkout #content .checkout-step .address-item .address-footer {
    padding: 0 0 0 10px;
    border-top: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

body#checkout #content .checkout-step .address-item.selected .address-footer {
    border-top: 1px solid #1E2527;
}

body#checkout #content .checkout-step .delete-address,
body#checkout #content .checkout-step .edit-address {
    margin: 0;
    padding: 8px 10px;
    height: auto;
    font-size: 14px;
    color: #444444;
}

body#checkout #content .checkout-step .delete-address:hover span,
body#checkout #content .checkout-step .edit-address:hover span {
    text-decoration: underline;
}

body#checkout #content .checkout-step .delete-address .delete,
body#checkout #content .checkout-step .delete-address .edit,
body#checkout #content .checkout-step .edit-address .delete,
body#checkout #content .checkout-step .edit-address .edit {
    font-size: 16px;
    margin: -3px 5px 0 0;
}


body#checkout #content .checkout-step .add-address a i {
    font-size: 24px;
    margin: 0 5px 0 -5px;
}

/***** CHECKOUT STEPS - SHIPPING *****/

.delivery-options,
.order-options {
    max-width: 100%;
    width: 100%;
}

.delivery-option-tic,
.payment-option-tic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body#checkout #content .checkout-step .delivery-options .delivery-option,
body#checkout #content .checkout-step .payment-options .payment-option {
    position: relative;
    margin: 0;
    border: 0;
    background: #ffffff;
    padding: 13px 20px 12px 55px;
    min-height: 73px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 0;
}

body#checkout #content .checkout-step .delivery-options .delivery-option,
body#checkout #content .checkout-step .payment-options .payment-container {
    margin: 0 0 10px 0;
    position: relative;
    border-radius: 0;
    border: 1px solid #DEDEDE;
    transition: .3s all ease-in-out;
}

body#checkout #content .checkout-step .delivery-options .delivery-option:hover,
body#checkout #content .checkout-step .delivery-options .delivery-option.delivery-option-checked,
body#checkout #content .checkout-step .payment-options .payment-container:hover,
body#checkout #content .checkout-step .payment-options .payment-container.payment-option-checked {
    border: 1px solid #012169;
}

body#checkout #content .checkout-step .delivery-options .custom-radio,
body#checkout #content .checkout-step .payment-options .custom-radio {
    position: absolute;
    top: calc(50% - 10px);
    left: 20px;
    margin: 0;
}

body#checkout #content .checkout-step .delivery-options .delivery-option label {
    width: 100%;
}

body#checkout #content .checkout-step .delivery-options .delivery-option label .carrier,
body#checkout #content .checkout-step .payment-options label {
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
}

body#checkout #content .checkout-step .payment-options label {
    width: auto;
}

body#checkout #content .checkout-step .delivery-options .delivery-option label .carrier-logo,
body#checkout #content .checkout-step .payment-options .payment-option label .payment-logo {
    width: 100px;
    padding: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body#checkout #content .checkout-step .payment-options .payment-option.payment-option-stripe_official label .payment-logo {
    width: auto;
    position: absolute;
    top: 26px;
    right: 0;
}

body#checkout #content .checkout-step .delivery-options .delivery-option img,
body#checkout #content .checkout-step .payment-options .payment-option img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 55px;
}

body#checkout #content .checkout-step .delivery-options .delivery-option label .carrier-inner,
body#checkout #content .checkout-step .payment-options .payment-option .payment-name {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body#checkout #content .checkout-step .payment-options .payment-option .payment-name.without-logo {
    width: 100%;
}

body#checkout #content .checkout-step .delivery-options .delivery-option label .carrier-texts {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    max-width: 700px;
}

body#checkout #content .checkout-step .delivery-options .delivery-option label .carrier-texts > * {
    width: 100%;
}

body#checkout #content .checkout-step .delivery-options .delivery-option label .carrier-texts > *:last-child {
    width: calc(100% - 200px);
}

body#checkout #content .checkout-step .carrier-name,
body#checkout #content .checkout-step .payment-options .payment-option .payment-name {
    font-weight: bold;
    font-size: 14px;
    color: #1E2527;
}

body#checkout #content .checkout-step .carrier-delay {
    font-size: 14px;
    color: #444444;
}

body#checkout #content .checkout-step .carrier-price {
    text-align: right;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #444444;
}

.order-options > * {
    margin: 10px 0 0 0;
}

.order-options > *:first-child {
    margin: 0;
}

body#checkout #delivery > label,
body#checkout #gift > label {
    margin: 0 0 10px 0;
    color: #444444;
    font-size: 14px;
    text-align: left;
}

body#checkout #delivery_message,
body#checkout #gift_message {
    margin: 0 !important;
    min-height: 50px;
    text-align: left;
}

/***** CHECKOUT STEPS - PAYMENT *****/

body#checkout #content .checkout-step .payment-notice {
    margin: 0 0 15px 0;
}

body#checkout #content .checkout-step .payment-options .payment-option {
    margin: 0;
    position: relative;
}

body#checkout #content .checkout-step .payment-options .additional-information,
body#checkout #content .checkout-step .payment-options .additional-information p {
    margin: 0!important;
    font-size: 14px;
}

body#checkout #content .checkout-step .payment-options .additional-information > *,
body#checkout #content .checkout-step .payment-options .payment-container #stripe-card-payment {
    padding: 20px 50px;
    border-top: 1px solid #012169;
}

body#checkout #content .checkout-step #conditions-to-approve {
    width: 100%;
    padding-top: 0;
    display: flex;
    margin: 20px 0 0 0;
    color: #1E2527;
    font-size: 14px;
}

body#checkout #content .checkout-step #conditions-to-approve a {
    font-size: 14px;
    color: #012169;
    text-decoration: none;
}

body#checkout #content .checkout-step #conditions-to-approve a:hover {
    text-decoration: underline;
}

body#checkout #content .checkout-step #conditions-to-approve li {
    display: flex;
}

body#checkout #content .checkout-step #conditions-to-approve .condition-label {
    margin: 0;
    padding: 0;
}

.ps-hidden-by-js {
    display: none;
}

@media only screen and (max-width: 991px) {
    body#checkout #content .checkout-step .address-item {
        width: 100%;
    }
    body#checkout #content .checkout-step .delivery-options .delivery-option label .carrier-texts > * {
        width: 100%!important;
        padding: 0!important;
    }
}

@media only screen and (max-width: 767px) {
    body#checkout #content .checkout-step .step-edit span,
    body#checkout #content .checkout-step.-reachable.-complete h1 .step-edit span {
        display: none;
    }
    body#checkout #content .checkout-step .content {
        padding: 10px 30px 30px 30px;
    }
    body#checkout #content .checkout-step .address-item {
        width: calc(100% - 20px);
    }
}

@media only screen and (max-width: 575px) {
    body#checkout #content .checkout-step .content {
        padding: 10px 10px 20px 10px;
    }
    body#checkout #content .checkout-step .delivery-options .delivery-option label .carrier,
    body#checkout #content .checkout-step .payment-options label {
        flex-flow: column;
        align-items: flex-start;
    }
    body#checkout #content .checkout-step .delivery-options .delivery-option label .carrier-logo,
    body#checkout #content .checkout-step .payment-options .payment-option label .payment-logo {
        justify-content: flex-start;
    }
    body#checkout #content .checkout-step .delivery-options .delivery-option img,
    body#checkout #content .checkout-step .payment-options .payment-option img {
        padding: 0 0 5px 0;
    }
    body#checkout #content .checkout-step .delivery-options .delivery-option label .carrier-inner,
    body#checkout #content .checkout-step .payment-options .payment-option .payment-name {
        flex-flow: wrap;
        width: 100%;
    }
    body#checkout #content .checkout-step .delivery-options .delivery-option label .carrier-inner > *,
    body#checkout #content .checkout-step .payment-options .payment-option .payment-name > * {
        width: 100%;
    }
    body#checkout #content .checkout-step .carrier-price {
        text-align: left;
        padding: 5px 0 0 0;
    }
}

/************************************************/
/****************** ORDER CONF ******************/
/************************************************/

/***** ORDER CONFIRMATION *****/


/***** ORDER CONFIRMATION CONTENT *****/


/***** HOOK PAYMENT RETURN *****/


/***** HOOK ORDER CONFIRMATION FOOTER *****/


/***** ORDER CONF RESPONSIVE *****/

@media only screen and (max-width: 767px) {

}

/************************************************/
/********************* CMS **********************/
/************************************************/



/************************************************/
/********************* 404 **********************/
/************************************************/

#content-wrapper .page-not-found,
#pagenotfound .page-not-found,
#products .page-not-found {
    max-width: 750px!important;
    margin: 0!important;
}

#pagenotfound .page-not-found {
    margin: 0 auto!important;
}

#products .page-not-found h4,
#pagenotfound .page-not-found h4 {
    margin: 0 0 15px 0;
}

#content-wrapper .page-not-found .page-header img,
#pagenotfound .page-not-found .page-header img,
#products .page-not-found .page-header img {
    max-width: 100%;
}

/************************************************/
/******************* SITEMAP ********************/
/************************************************/

.sitemap-title {
    text-transform: none;
}

#sitemap #wrapper .container-fluid {
    padding: 0;
}

.sitemap {
    padding: 0;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.sitemap h2 {
    margin-left: 0;
    white-space: nowrap;
}

.sitemap ul {
    margin-left: 0;
}

/************************************************/
/**************** MODULE - GDPR *****************/
/************************************************/

#module-psgdpr-gdpr #content > .container {
    padding: 0;
}

.psgdprinfo17 {
    margin: 0;
}

.psgdprinfo17:not(:last-child) {
    margin: 0 0 15px 0;
}

.psgdprinfo17 h2 {
    margin: 0 0 10px 0;
}

.psgdprinfo17 .psgdprgetdatabtn17 {
    margin: 15px 0 0 15px!important;
}

@media only screen and (max-width: 767px) {
    .psgdprinfo17 .psgdprgetdatabtn17 {
        width: 100%;
        height: auto;
        min-height: 44px;
        white-space: normal;
        margin: 15px 0 0 0!important;
    }
}

/************************************************/
/************ MODULE - LGCOOKIESLAW *************/
/************************************************/


/* TODO */


/************************************************/
/************* MODULE - REASSURANCE *************/
/************************************************/

/***** BLOCK REASSURANCE *****/

.blockreassurance {
    padding: 0 15px 20px 15px;
}

.blockreassurance > .row > * {
    margin-bottom: 30px;
}

.blockreassurance .block-icon {
    margin-bottom: 15px;
}

.blockreassurance .block-icon,
.blockreassurance .block-icon img,
.blockreassurance .block-icon svg {
    height: auto;
    width: auto;
}

.blockreassurance .block-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/***** BLOCK REASSURANCE - CHECKOUT *****/

.blockreassurance_product {
    margin-top: 40px;
    display: flex;
    flex-flow: column;
}

.blockreassurance_product > * {
    display: flex;
    align-items: center;
}

.blockreassurance_product > *:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.blockreassurance_product .item-product {
    padding: 0;
}

.blockreassurance_product .item-img {
    width: 75px;
    display: flex;
    justify-content: center;
}

.blockreassurance_product {
    width: 100%;
}

.blockreassurance_product .block-title,
.blockreassurance_product p.block-title {
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 0 10px;
    line-height: 1.5;
}

.blockreassurance_product p {
    font-size: 14px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .blockreassurance > .row > * {
        margin-bottom: 10px;
    }
    .blockreassurance .block-title {
        text-align: left;
        padding-left: 10px;
    }
}

/************************************************/
/****************** ELEMENTOR *******************/
/************************************************/

.elementor-column-wrap {
    padding: 0!important;
}

.elementor-row {
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.elementor-row .elementor-column {
    padding: 0 15px;
}

/***** ELEMENTOR SLIDER *****/

.slick-list {
    padding: 0 1px;
}

.elementor-slick-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.elementor-slick-slider ul.slick-dots {
    position: absolute;
    bottom: 15px;
}

.elementor-slick-slider ul.slick-dots li {
    margin: 5px;
    width: auto;
    height: auto;
}

.elementor-slick-slider ul.slick-dots li button {
    padding: 0;
    height: 5px;
    width: 100px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .5);
    transition: .3s all ease-in-out;
}

.elementor-slick-slider ul.slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 1);
}

.elementor-slick-slider ul.slick-dots li button:before {
    display: none;
}

#authentication input[name="newsletter"]{
    display: none;
}



.cp-popup-inner input::placeholder {
    text-align: center !important;
}