
.header-background svg {
    display: inline-block;
}

.app-container {
    display: none;
}

.left-menu {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px !important;
    }
}

.filters-content-mobile {
    display: none;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12, .col-4, .col-lg-2, .col-lg-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-flex {
        display: flex !important
    }
}

.justify-content-end {
    justify-content: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.m-0 {
    margin: 0 !important
}

.my-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.my-3 {
    margin-bottom: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.pr-0 {
    padding-right: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-3 {
    padding-left: 1rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.px-5 {
    padding-left: 3rem !important
}

@media (min-width: 576px) {
    .ml-sm-3 {
        margin-left: 1rem !important
    }

    .pl-sm-3 {
        padding-left: 1rem !important
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-group {
    margin-bottom: 1rem
}

.fade:not(.show) {
    opacity: 0
}

.w-100 {
    width: 100% !important
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem
}

.modal.fade .modal-dialog {
    transform: translate(0, -50px)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

header, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1 {
    margin-top: 0;
    margin-bottom: .5rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit], button {
    -webkit-appearance: button
}

[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.promotion-bar-content {
    z-index: 999
}

.promotion-bar-content .col-12 {
    z-index: 99
}

.promotion-bar-content .promotion-bar {
    align-items: center;
    background-color: #ee4344;
    color: #fff;
    display: flex;
    font-size: 14px;
    justify-content: center;
    text-align: center;
    line-height: 18px;
    flex-direction: row;
    padding: 5px 0
}

@media (max-width: 991px) {
    .promotion-bar-content .promotion-bar {
        font-size: 11px;
        display: block;
        padding: 10px 5px
    }
}

.promotion-bar-content .promotion-bar .promotion-bar-text {
    display: flex;
    padding-right: 5px;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 3px
}

@media (max-width: 991px) {
    .promotion-bar-content .promotion-bar .promotion-bar-text {
        display: inline;
        padding-right: 0
    }
}

.promotion-bar-content .promotion-bar .promotion-bar-button {
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    font-size: 12px;
    line-height: 1;
    padding: 3px 10px;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .promotion-bar-content .promotion-bar .promotion-bar-button {
        display: none
    }
}

.header-content {
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(199, 199, 199, .5);
    top: 0 !important;
    bottom: auto !important;
    z-index: 98
}

@media screen and (min-width: 992px) {
    .header-content {
        box-shadow: none
    }
}

.sticky-header {
    box-shadow: 0 2px 4px 0 rgba(199, 199, 199, .5)
}

.header-background {
    background-color: #fff;
    padding: 0
}

@media screen and (max-width: 1200px) {
    .header-background .container {
        max-width: 100%
    }
}

@media screen and (min-width: 768px) {
    .header-background {
        background-color: #f1f1f1
    }
}

@media screen and (min-width: 992px) {
    .header-background {
        padding: 0;
        box-shadow: none
    }
}

.search-homepage-content {
    background-color: #f1f1f1;
    padding: 10px 15px;
    box-shadow: inset 0 2px 4px 0 rgba(199, 199, 199, .5)
}

@media screen and (min-width: 992px) {
    .search-homepage-content {
        box-shadow: none
    }
}

.search-homepage-content label {
    display: none
}

.search-homepage-content input {
    padding: 8px 40px 8px 8px;
    border: 0;
    border-radius: 2px;
    background-color: #fff;
    width: 100%
}

.search-homepage-content .search-homepage-link {
    position: relative
}

.search-homepage-content .search-homepage-link svg {
    width: 20px;
    height: 20px
}

.search-homepage-content .search-homepage-link i {
    display: flex;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center
}

a.menu-mobile-icon {
    margin: 0 15px 0 0;
    text-align: center;
    align-self: auto
}

a.menu-mobile-icon .text {
    color: #000;
    font-size: 10px;
    line-height: 13px;
    margin: 3px 0 0 0
}

#nav-icon3 {
    width: 27px;
    height: 18px;
    margin: 0 auto;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

#nav-icon3 span:nth-child(1) {
    top: 0
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 7px
}

#nav-icon3 span:nth-child(4) {
    top: 14px
}

.header-logo {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.header-logo svg {
    width: 100%;
    fill: #000;
    stroke: #000;
    max-width: 130px;
    max-height: 33px
}

@media screen and (min-width: 992px) {
    .header-logo svg {
        width: auto
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .header-logo svg {
        width: 110px
    }
}

.header-sections {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    display: inline-flex;
    text-transform: uppercase
}

.header-sections a {
    color: #000;
    padding: 20px 18px
}

.header-sections a.active {
    color: #000;
    background-color: #fff
}

.header-sections a.active {
    color: #000;
    background-color: #fff;
    font-weight: 800
}

.header-search-content {
    position: relative;
    width: 100%
}

.header-search-content .search-form {
    width: 100%;
    display: flex
}

.header-search-content .form-group {
    display: flex;
    margin: 0;
    width: 100%
}

.header-search-input {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjMyNDIgMTAuMzI0MkwxMi45OTk5IDEyLjk5OTkiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNNi4zNzMxNSAxMS43NDYzQzkuMzQwNjcgMTEuNzQ2MyAxMS43NDYzIDkuMzQwNjQgMTEuNzQ2MyA2LjM3MzE0QzExLjc0NjMgMy40MDU2MyA5LjM0MDY3IDEgNi4zNzMxNSAxQzMuNDA1NjQgMSAxIDMuNDA1NjMgMSA2LjM3MzE0QzEgOS4zNDA2NCAzLjQwNTY0IDExLjc0NjMgNi4zNzMxNSAxMS43NDYzWiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=) 12px 50% no-repeat;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 12px;
    height: 36px;
    line-height: 15px;
    padding: 13px 13px 11px 36px;
    width: 100%;
    caret-color: #000000;
}

@media screen and (min-width: 992px) {
    .header-search-input {
        border: 1px solid #2d2d2d
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-search-input {
        position: relative;
        min-width: 0
    }
}

@media screen and (max-width: 767px) {
    .header-search-input {
        padding: 0 15px !important
    }
}

.header-search-submit {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 1px;
    top: 1px;
    border: none;
    border-radius: 50%;
    background-color: #efefef;
    box-shadow: 0 0 3px 0 #3f3f3f;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100
}

@media screen and (max-width: 767px) {
    .header-search-submit {
        right: 16px
    }
}

.header-search-submit svg {
    width: 15px;
    height: 15px
}

#header-phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 15px 0;
    margin: 0 auto;
    justify-content: center
}

@media screen and (min-width: 992px) {
    #header-phone {
        justify-content: center;
        color: #000;
        background: 0 0;
        padding: 0
    }
}

#header-phone .circle {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #02aa5b;
    margin: 2px 10px 0 0;
    display: none
}

#header-phone a {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-weight: 600
}

@media screen and (min-width: 992px) {
    #header-phone a {
        font-size: 12px;
        line-height: 17px
    }
}

.header-navtools {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    flex: 0 100%
}

@media screen and (max-width: 400px) {
    .header-navtools {
        margin: 0 -10px 0 0
    }
}

@media screen and (min-width: 992px) {
    .header-navtools {
        flex: 0 0 55%
    }
}

@media screen and (min-width: 1200px) {
    .header-navtools {
        flex: 0 0 36%
    }
}

@media screen and (min-width: 1400px) {
    .header-navtools {
        flex: 0 0 35%
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 1400px),(-ms-high-contrast: active) {
    .header-navtools {
        flex: 0 0 41%
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 1400px),(-ms-high-contrast: active) {
    .header-navtools {
        flex: 0 0 55%
    }
}

.header-navtools .navtool {
    text-align: center;
    flex: 0 0 53px;
    padding: 9px 0
}

@media screen and (min-width: 400px) {
    .header-navtools .navtool {
        flex: 0 0 60px
    }
}

@media screen and (min-width: 992px) {
    .header-navtools .navtool {
        flex: 0 0 70px
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .header-navtools .navtool {
        display: block
    }
}

.header-navtools .navtool > a {
    display: block
}

.header-navtools .navtool-user {
    position: relative
}

@media screen and (min-width: 992px) {
    .header-navtools .navtool.cart-icon {
        flex: 0 0 45px
    }
}

.header-navtools .navtool.contact-icon {
    flex: 0 0 45px
}

.header-navtools .navtool.contact-icon .navtool-menu {
    top: 56px;
    right: 150px;
    width: 270px
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .header-navtools .navtool.contact-icon .navtool-menu {
        right: 148px
    }
}

.header-navtools .navtool.contact-icon .navtool-menu .contact-menu {
    background-color: #fff;
    padding: 18px
}

.header-navtools .navtool.contact-icon .navtool-menu .contact-menu .label {
    font-size: 12px;
    color: #9b9b9b;
    text-align: center
}

.header-navtools .navtool.contact-icon .navtool-menu .contact-menu .status-call-center {
    padding: 7px 5px 5px
}

.header-navtools .navtool.contact-icon .navtool-menu .contact-menu .send-us-a-message {
    margin-top: 7px
}

.header-navtools .navtool.contact-icon .navtool-menu .contact-menu #header-phone {
    padding: 0 15px 0
}

.header-navtools .navtool.contact-icon .navtool-menu .contact-menu #header-phone a {
    font-size: 12px !important
}

.header-navtools .navtool-label {
    display: block;
    font-size: 10px;
    line-height: 12px;
    color: #000;
    margin: 3px 0 0 0
}

.header-navtools svg {
    fill: transparent;
    stroke: #000;
    width: 26px;
    height: 26px
}

@media (min-width: 992px) {
    .header-navtools svg {
        width: 22px;
        height: 22px
    }
}

.navtool-menu {
    position: absolute;
    z-index: 99999;
    max-height: 0;
    overflow: hidden;
    width: 270px;
    top: 55px;
    right: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(50%);
    box-shadow: 0 3px 4px 0 rgba(159, 159, 159, .5)
}

.navtool-menu a.primary-button {
    font-size: 12px
}

.navtool-menu .login-menu {
    background: #fff;
    padding: 18px
}

.navtool-menu .login-menu hr {
    border: 1px solid #e0dddd;
    margin-bottom: 14px
}

.navtool-menu .new-user-label {
    font-size: 12px;
    line-height: 35px
}

.navtool-menu .menu-option {
    font-size: 14px;
    line-height: 26px;
    display: block
}

.header-cart-link, .header-wishlist-link {
    position: relative
}

.drop-cart-container {
    max-height: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    line-height: 1;
    box-shadow: 0 3px 4px 0 rgba(159, 159, 159, .5)
}

@media screen and (min-width: 992px) {
    .drop-cart-container {
        position: absolute;
        top: 56px;
        width: auto;
        right: 15px
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .drop-cart-container {
        right: 12px
    }
}

.desktop-menu-content {
    background-color: #fff
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .desktop-menu-content .container {
        max-width: 100%
    }
}

.desktop-menu-content .desktop-categories-content {
    height: 100%;
    display: flex;
    align-items: center;
    overflow-x: hidden
}

.desktop-menu-content .menu-container {
    height: 48px;
    align-items: flex-start;
    justify-content: space-between
}

.desktop-menu-content .header-search-content {
    display: flex;
    max-width: 220px;
    width: 100%;
    align-self: center
}

.desktop-menu-content ul {
    list-style: none;
    padding: 0
}

.desktop-categories-menu {
    position: static;
    margin: 30px 0 0 40px;
    float: left;
    clear: both;
    overflow-x: hidden;
    height: 100%;
    display: flex;
    align-items: center
}

.desktop-categories-menu .desktop-menu-item {
    display: flex
}

.desktop-categories-menu > li {
    position: static;
    padding: 0 11px
}

.desktop-categories-menu > li:nth-of-type(1) {
    padding: 0 11px 0 0
}

.desktop-categories-menu > li > a {
    display: flex;
    text-decoration: none;
    color: #363636;
    font-weight: 500;
    font-size: 14px;
    height: 100%;
    align-items: center;
    z-index: 9999;
    white-space: nowrap
}

.desktop-menu-item:not(.subcategories-header) {
    max-width: 100%;
    height: 100%;
    align-items: center
}

.desktop-menu-item.subcategories-header {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
    margin-bottom: 5px;
    height: 18px
}

.desktop-menu-item.subcategories-header:nth-child(n+2) {
    margin-top: 10px
}

.desktop-menu-item .menu-item-icon {
    max-width: 100%;
    display: block
}

.desktop-menu-item.menu-banner {
    max-width: 100%
}

.desktop-menu-item.highlight-red > a {
    color: #ee4344 !important
}

.desktop-menu-item.font-bold > a {
    font-weight: 700 !important
}

.desktop-menu-item .icon-image {
    border: 1px solid #dbdbdb;
    overflow: hidden;
    margin: 0 auto 7px;
    border-radius: 50%
}

.desktop-menu-item .icon-image.icon-image-small {
    height: 48px;
    width: 48px
}

.desktop-menu-item .icon-image.icon-image-big {
    height: 98px;
    width: 98px
}

.desktop-menu-item .icon-image img {
    padding: 1px;
    border-radius: 50%
}

.desktop-categories-column {
    border-top: 2px solid #f1f1f1;
    position: absolute;
    top: 104px;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    padding: 20px;
    display: none
}

.desktop-categories-column .desktop-subcategory-list > .desktop-menu-column:first-child .categories-submenu.column {
    padding-left: 12px
}

.desktop-categories-column .menu-banner {
    width: 100%
}

.desktop-menu-column {
    display: flex
}

.desktop-menu-column .categories-submenu {
    padding: 5px 20px 15px
}

.desktop-menu-column .categories-submenu .desktop-menu-link.image img {
    border: 2px solid #ececec
}

.desktop-menu-column .categories-submenu .subcategories-header .desktop-menu-link {
    display: block
}

.desktop-menu-column .categories-submenu a.desktop-menu-link:not(.menu-item-icon):not(.image) {
    display: flex
}

.desktop-menu-column a.menu-item-icon {
    box-shadow: none;
    margin: 6px 0 !important
}

.desktop-menu-column a.menu-item-icon .text-center {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.desktop-menu-column li.menu-item-icon:not(:first-child) a.menu-item-icon {
    margin: 20px 0 6px !important
}

.desktop-subcategory-list {
    padding: 0;
    min-width: max-content
}

.desktop-subcategory-list .desktop-menu-item {
    position: relative
}

.desktop-subcategory-list .desktop-menu-item.subcategories-header a {
    margin: 0 2px 0 0
}

.desktop-subcategory-list .desktop-menu-item.subcategories-header a div {
    font-size: 14px;
    letter-spacing: .05em
}

.desktop-subcategory-list .desktop-menu-item.menu-banner .desktop-menu-link {
    margin: 0;
    padding: 0 0 10px 0
}

.desktop-subcategory-list .desktop-menu-item .desktop-menu-link {
    align-items: center;
    text-decoration: none;
    color: #000;
    display: block;
    line-height: 1;
    padding: 2px 0 2px 0;
    margin: 5px 0 0 0;
    font-size: 13px
}

.menu-mobile {
    position: fixed;
    overflow: auto;
    width: 100%;
    display: none;
    z-index: 99999
}

@media screen and (min-width: 768px) {
    .menu-mobile {
        width: 40%
    }
}

@media screen and (min-width: 991px) {
    .menu-mobile {
        width: 35%
    }
}

.search-mobile-content {
    display: none;
    padding: 10px 0;
    position: fixed;
    z-index: 99999;
    background-color: #eee;
    width: 100%;
    top: 0;
    height: 100%;
    overflow-y: scroll
}

.search-mobile-content .close-icon {
    float: right;
    width: 20px;
    height: 20px
}

.trust-signs-content {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(199, 199, 199, .5) inset;
    border-bottom: 1px solid #abaBAB50
}

.trust-signs-content .trust-sign {
    color: #000;
    font-size: 12px;
    line-height: 1;
    margin: 10px 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase
}

.homepage-images-content {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap
}

@media screen and (min-width: 768px) {
    .homepage-images-content {
        flex-wrap: nowrap
    }
}

@media screen and (max-width: 767px) {
    .homepage-images-content .item {
        flex: 0 0 50%
    }
}

@media all and (-ms-high-contrast: none) {
    .homepage-images-content .item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%
    }
}

label {
    float: none;
    margin-bottom: 3px
}

.form-group {
    position: relative
}

.modal-loader {
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: .4;
    z-index: 100;
    display: none
}

.modal-loader .loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.primary-modal {
    z-index: 99999
}

.primary-modal .modal-content {
    border-radius: 0;
    background-color: #fff;
    padding: 15px 10px 15px;
    border: none
}

@media (min-width: 576px) {
    .primary-modal .modal-content {
        padding: 15px 25px 15px
    }
}

.primary-modal .modal-content .close-modal {
    position: absolute;
    top: 0;
    right: -30px;
    color: #000;
    line-height: 1;
    z-index: 999
}

@media (max-width: 575px) {
    .primary-modal .modal-content .close-modal {
        right: 10px;
        top: 15px
    }
}

.primary-modal .modal-content .close-modal svg {
    width: 20px;
    height: 20px
}

.primary-modal .instagram-modal-body {
    opacity: 1
}

.primary-modal .instagram-modal-body.visibility-hidden {
    opacity: 0
}

.primary-modal .modal-loader {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: .4;
    z-index: 100
}

.primary-modal .modal-loader .loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media screen and (max-width: 991px) {
    html {
        overflow-x: hidden
    }
}

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
    html {
        overflow-x: hidden
    }
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0
}

body, button, html, input {
    font-size: 12px;
    font-family: Lato, sans-serif !important;
    outline: 0
}

.hidden {
    display: none
}

a {
    color: #363636;
    text-decoration: none
}

.visibility-hidden {
    height: 1px;
    visibility: hidden
}

.shop-description-content {
    font-size: 14px;
    line-height: 18px;
    margin: 70px 0 50px 0;
    position: relative;
    height: 135px;
    overflow: hidden
}

.shop-description-content:not(.expand):after {
    position: absolute;
    bottom: 0;
    content: '';
    height: 50px;
    z-index: 1;
    width: 100%;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 50%, #fff 100%)
}

.shop-description-content h1 {
    font-size: 18px;
    font-weight: 600
}

.highlighted-button, .primary-button, .secondary-transparent-button {
    line-height: 14px;
    padding: 12px 15px;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

@media screen and (min-width: 992px) {
    .highlighted-button, .primary-button, .secondary-transparent-button {
        font-size: 14px;
        line-height: 17px;
        padding: 11px 15px
    }
}

.primary-button {
    position: relative;
    background-color: #000;
    border: 0;
    color: #fff;
    overflow: hidden
}

.secondary-transparent-button {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #000;
    border: 0;
    color: #000
}

@media (min-width: 992px) {
    .secondary-transparent-button {
        font-size: 1.083em
    }
}

.highlighted-button {
    position: relative;
    background-color: #f8c82f;
    border: 1px solid #f8c82f;
    color: #fff;
    overflow: hidden;
    display: flex
}

.background-search-tint, .background-tint {
    background: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: .4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98
}

.background-search-tint {
    z-index: 30
}

img {
    max-width: 100%
}

.instagram-posts-content .instagram-posts header {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.instagram-posts .first-description {
    font-size: 1.25em;
    line-height: 28px
}

#cookie-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 15px;
    z-index: 1010;
    font-size: 12px;
    line-height: 15px;
    box-shadow: 0 0 15px #000
}

@media screen and (min-width: 992px) {
    #cookie-bar {
        font-size: 13px;
        line-height: 16px;
        max-width: 400px;
        padding: 20px;
        left: 20px;
        bottom: 20px;
        text-align: left
    }
}

#cookie-bar .header-cookie {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 15px 0
}

@media screen and (min-width: 992px) {
    #cookie-bar .header-cookie {
        font-size: 16px;
        line-height: 19px
    }
}

#cookie-bar a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600
}

#cookie-bar svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    position: absolute;
    top: 13px;
    right: 15px
}

@media screen and (min-width: 992px) {
    #cookie-bar svg {
        top: 15px
    }
}

.app-container {
    display: none;
    align-items: center;
    background-color: #f3f3f3;
    box-shadow: 0 4px 4px 0 rgba(217, 217, 217, .5);
    padding: 10px
}

.app-container #app-close svg {
    width: 15px;
    height: 15px
}

.app-container .app-logo {
    margin: 0 10px
}

.app-container .app-logo svg {
    width: 50px;
    height: 50px
}

.app-container .app-rating {
    margin: 0 0 5px 0
}

.app-container .app-rating svg {
    width: 70px;
    height: 11px
}

.app-container .app-shop-name {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700
}

.app-container .app-description {
    font-size: 10px;
    line-height: 12px
}

.app-container .app-buttons {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 auto
}

.app-container #app-button, .app-container #app-button-ios {
    font-size: 12px;
    padding: 2px 8px
}

@media screen and (min-width: 400px) {
    .app-container #app-button, .app-container #app-button-ios {
        font-size: 13px;
        padding: 4px 10px
    }
}

.app-container #app-button-ios {
    margin: 5px 0 0 0;
    display: none
}

.homepage-images-content {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap
}

@media all and (-ms-high-contrast: none) {
    .homepage-images-content .item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%
    }
}

.filter-button-category {
    margin-top: 10px;
}

.home-section-name {
    text-align: center;
    width: 100%;
    margin-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #606060;
}

.home-section-name span {
    font-size: 2.2rem;
    color: red;
}

.category-home-item {
    position: relative;
}

.mt-10-px {
    margin-top: 10px;
}

#ajax-message .message {
    margin-top: 10px;
}

.breadcrumbs {
    display: flex;
    flex: 0 0 100%;
    margin: 15px 0
}

.breadcrumbs ul li {
    float: none;
    display: inline-block;
    text-transform: uppercase;
}

.breadcrumbs .breadcrumbs__items {
    padding: 0
}

.breadcrumbs .breadcrumbs__items li a, .breadcrumbs .breadcrumbs__items li span {
    font-size: 12px;
    line-height: 15px;
    color: #2D2D2D;
    text-transform: none
}

.breadcrumbs .breadcrumbs__items li a:hover {
    color: #2D2D2D
}

.breadcrumbs .breadcrumbs__items li:before {
    color: #2D2D2D
}

.breadcrumbs ul>*:first-child:before {
    content: " ";
    margin: 0;
}

.breadcrumbs ul>*:before {
    content: "/";
    color: #aaaaaa;
    margin: 0 4px 0 7px;
    position: relative;
    top: 1px;
}

.breadcrumbs .breadcrumbs__items .current {
    font-size: 12px;
    line-height: 15px;
    text-transform: none
}

#content .brand-page {
    display: block;
    margin: 0 20px;
    position: relative;
}

#content .brand-page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#content .brand-page span {
    color: #333333;
    font-weight: 600;
    cursor: default;
    display: block;
    transition: 0.2s;
    font-size: 14px;
    line-height: 18px;
}

#content .brand-page:before {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 2px solid #333333;
    position: absolute;
    bottom: 0;
    transition: 0.2s;
}

#content .brand-page--tabs {
    min-height: 45px;
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newsletter-images .newsletter-banner {
    flex: 0 0 50%;
    max-width: 50%;
}

.alphabet-section-wrap .alphabet-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fbf8f8;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    width: 100%;
}

.alphabet-section-wrap .alphabet-wrap .alphabet--item {
    display: block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #333333;
    margin: 0 16px 0 0;
    transition: 0.2s;
}

.alphabet--tabs--inner--tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 0 24px;
}

span.alphabet--tabs--item-link {
    font-weight: 600;
    color: #333333;
    cursor: default;
    display: block;
    width: auto;
    margin: 0 24px 0 0;
    padding: 11px 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    transition: 0.2s;
    position: relative;
}

.alphabet-section-wrap {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
}

.alphabet-section-wrap .alphabet-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: #fbf8f8;
    z-index: -1;
}

.alphabet-wrap .alphabet--tabs--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0;
    margin: 0;
}

.alphabet-section-wrap .alphabet-wrap .alphabet--item.inactive {
    opacity: 0.3;
    pointer-events: none;
}

.alphabet-section-wrap .alphabet-wrap .alphabet--item:hover {
    opacity: 0.5;
}

.brands-wrap .letter-wrap--title {
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin: 0 0 23px;
    font-weight: 300;
}

.brands-wrap:not(:empty) {
    padding: 48px 0 48px;
}

.brands-wrap {
    display: block;
    width: calc(100% - 522px);
    margin: 0 auto;
    padding: 48px 0 96px;
    min-width: 700px;
}

.brands-wrap .letter-wrap--brands-list--item {
    width: 25%;
    padding: 0 20px 0 0;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.brands-wrap .letter-wrap--brands-list:not(:empty) {
    margin-bottom: -16px;
}

.brands-wrap .letter-wrap--brands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.brands-wrap .letter-wrap--row {
    display: block;
    margin-bottom: 48px;
}

button.disabled {
    opacity: 0.5;
    cursor: default;
}

button.disabled:hover {
    opacity: 0.5;
}

#modal-agree .modal-dialog-agree {
    max-width: 800px;
    margin: 1.75rem auto;
}

#modal-agree .modal-title {
    font-size: 16px;
}

#homepage .home-template .row > div {
    margin-bottom: 15px;
}
.sidebar-bottom {
    margin-bottom: -15px;
}


#call-me-button .b24-web-form-popup-btn-1 {
    position: fixed;
    right: 60px;bottom: 150px;
    background-image: url(/image/parts/call-me.gif);
    background-color: transparent;
    background-size: cover;
    height: 50px;
    width: 50px;
    border: none;
    z-index: 99
}

.contact-page-info .btn-link {
    color: white;
    padding: 10px 20px;
    background-color: gray;
    font-size: 15px;
    text-decoration: underline;
}

.contact-page-info .btn-link:hover {
    color: white;
    background-color: black;
}

.contact-page-info .btn-link:not(.collapsed) {
    color: white;
    background-color: black;
}

.contact-page-info .head-block p, .contact-page-info .head-block span{
    font-size: 16px;
}
