/*--------------------------------------------------------------
>>> GLOBAL - TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Content
5.0 Footer
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #191919;
}

h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 1.3em;
    margin: 0;
}

h2 {
    font-size: 46px;
}

h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3em;
}

h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3em;
}

h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3em;
}

h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3em;
}

p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3em;
    color: #191919;
}

div {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3em;
    color: #191919;
}

a {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #191919;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

a:focus,
a:hover {
    color: #D0152A;
    text-decoration: none;
}

b, strong {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #191919;
}

span {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #191919;
}

img {
    max-width: 100%;
}

.menu a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
}

#menu-primary-menu li {
    position: relative !important;
}

#menu-primary-menu > li::before {
    content: '';
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    height: 3px;
    background: transparent;
    border-radius: 10px;
    transition: background 0.2s ease-out;
}

#menu-primary-menu > li:focus::before,
#menu-primary-menu > li:hover::before,
#menu-primary-menu > li.current-menu-item::before,
#menu-primary-menu > li.active::before {
    background: #D0152A;
}

#menu-primary-menu li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #898989;
    transition: color 0.2s ease-out;
}

#menu-primary-menu > li:focus > a,
#menu-primary-menu > li:hover > a,
#menu-primary-menu > li.current-menu-item > a,
#menu-primary-menu > li.active > a {
    color: #FFFFFF;
    opacity: 1;
}

.disabled-item {
    display: none;
}


/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/

.admin-bar > .select2-container {
    margin-top: 32px;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/

#header {
    background: #2D2D2D;
}

#header div,
#header a {
    color: #FFFFFF;
}

#mobile-basket,
#mobile-search,
.mobile-search-form,
#mobile-search-js {
    display: none;
}

.preheader {
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#header .open-hours {
    position: relative;
}

#header .hours-btn {
    display: flex;
    cursor: pointer;
}

#header .hours-btn span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-right: 10px;
    user-select: none;
}

#header .hours-content {
    display: none;
    padding: 50px;
    list-style-type: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    z-index: 200;
}

#header .hours-content .hours-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 26px;
    line-height: 1em;
    user-select: none;
}

#header .hours-content li,
#header .hours-content div {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
}

#header .hours-content li {
    display: flex;
    margin-bottom: 19px;
}

#header .hours-content li:first-child,
#header .hours-content li:last-child {
    margin-bottom: 0;
}

#header .hours-content .week {
    min-width: 95px;
    margin-right: 30px;
}

#header .hours-content .time {
    font-weight: 600;
}

#header .hours-content .time.time-none {
    color: #D0152A;
}

#header .hours-content {
    list-style-type: none;
    background: #FFFFFF;
}

#menu-preheader-menu {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

#menu-preheader-menu > li {
    margin-left: 40px;
}

#menu-preheader-menu a {
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-out;
}

#menu-preheader-menu a:hover,
#menu-preheader-menu a:focus {
    color: #D0152A;
}

.woo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.woo-header .dropdown-category {
    position: relative;
    z-index: 100;
}

.woo-header .dropdown-category ul.categories-content {
    display: none;
    list-style-type: none;
    padding: 15px 0 25px 0;
    background: #FFFFFF;
    width: calc(100% - 10px);
    position: absolute;
    top: 100%;
    left: 5px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.woo-header ul.categories-content ul {
    margin: 0;
    padding: 0;
}

#header ul.nav-category-children {
    list-style-type: none;
}

#header .woo-header ul.categories-content li ul a {
    padding-left: 60px;
}

#header .woo-header ul.categories-content li ul ul a {
    padding-left: 70px;
}

.search-list-wrap {
    position: relative;
}

.search-list {
    width: 100%;
    margin: 3px 0 0 0;
    padding: 18px 0;
    list-style-type: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    z-index: 10;
}

.search-list:empty {
    display: none;
}

.search-list li {
    width: 100%;
    display: block;
}

.search-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all 0.3s ease-out;
}

.search-list a .search-title-wrap {
    margin: 0 50px;
    transition: all 0.3s ease-out;
}

.search-list a .search-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 15px 5px;
    width: 110px;
    height: 110px;
    min-width: 110px;
    min-height: 110px;
    max-width: 110px;
    max-height: 110px;
    background: #FFFFFF;
}

.search-list a:hover,
.search-list a:focus {
    background: #D0152A;
    color: #FFFFFF;
}

.search-list a:hover .search-title-wrap,
.search-list a:focus .search-title-wrap {
    color: #FFFFFF;
}


.search-list img {
    max-height: 100%;
    width: auto;
    height: auto;
}

.search-list img.woocommerce-placeholder {
    border: 1px solid #BFC0C2;
    border-radius: 3px;
}

#header .search-see-more a {
    display: block;
    color: #D0152A;
    font-size: 16px;
    font-weight: bold;
    padding: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

#header .woo-header .categories-content li,
#header .woo-header .categories-content li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    color: #000000;
}

#header .woo-header .categories-content li a {
    display: block;
    padding: 7px 50px;
}

#header .search-see-more a:hover,
#header .woo-header .categories-content li a:hover,
#header .search-see-more a:focus,
#header .woo-header .categories-content li a:focus {
    background: #D0152A;
    color: #FFFFFF;
    opacity: 1;
}

.woo-header .search-form {
    display: flex;
    position: relative;
}

.woo-header .search-field {
    border: none;
    background: #FFFFFF;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3em;
    color: #000000;
    height: 56px;
    padding: 17px 50px 17px 22px;
    min-width: 467px;
}

.woo-header .fa-search:before {
    color: #000000;
}

.woo-header .search-field::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3em;
    color: rgba(0, 0, 0, 0.2);
}

.woo-header .search-select {
    border-radius: 5px 0 0 5px;
    padding: 0 10px 0 5px;
    background: #FFFFFF;
    display: flex;
    width: 214px;
    max-width: 214px;
}

.search-form .select2-container .select2-selection--single .select2-selection__rendered,
.woo-header #search-by-category {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3em;
    color: #000000;
    border: none;
    border-radius: 5px 0 0 5px;
    padding: 17px 17px 17px 15px;
    background: transparent;
    cursor: pointer;
}

.woocommerce-message::before {
    color: #AAAAAA !important;
}

.woocommerce-message {
    border-top-color: #AAAAAA !important;
}

.search-form .select2-container--default .select2-selection--single {
    border: none;
    display: flex;
    align-items: center;
    height: 100%;
}

.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #D0152A;
}

.select2-container {
    max-width: 100%;
}

.woo-header .search-submit {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px;
}

.woo-header .wishlist-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    color: #FFFFFF;
}

.woo-header .wishlist-btn__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    color: #FFFFFF;
    margin-left: 6px;
}

.woo-header .wishlist-btn {
    position: relative;
    display: block;
}

.woo-header .wishlist-btn:hover,
.woo-header .wishlist-btn:focus {
    text-decoration: none;
}

.woo-header .wishlist-btn__counter {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    color: #FFFFFF;
    display: flex;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #D0152A;
    position: absolute;
    top: 0;
    left: 58px;
}

.woo-header .basket-btn__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    color: #FFFFFF;
    margin-left: 6px;
}

.woo-header .basket-btn {
    position: relative;
    display: block;
}

.woo-header .basket-btn:hover,
.woo-header .basket-btn:focus {
    text-decoration: none;
}

.woo-header .basket-btn__counter {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    color: #FFFFFF;
    display: flex;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #D0152A;
    position: absolute;
    top: 3px;
    left: 58px;
}

.woo-header .category-btn {
    display: flex;
    align-items: center;
    background: #D0152A;
    border-radius: 5px;
    min-width: 375px;
    height: 56px;
    padding: 0 20px;
    cursor: pointer;
}

.woo-header .category-btn.open .arrow svg {
    transform: rotate(180deg);
}

.woo-header .category-btn span {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    text-align: center;
    display: flex;
    align-items: center;
}

.woo-header .category-btn span.bullets {
    margin-right: 15px;
}

.woo-header .category-btn span.text {
    margin-right: 15px;
    user-select: none;
    display: block;
}

.woo-header .category-btn span.arrow {
    margin-left: auto;
}

.woo-header .advanced-search .search-btn {
    background: #D0152A;
    border: 1px solid #D0152A;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    white-space: nowrap;
    color: #FFFFFF;
    padding: 16px 20px;
    transition: all 0.3s ease-out;
}

#header .advanced-search a.search-btn:hover,
#header .advanced-search a.search-btn:focus {
    background: #FFFFFF;
    color: #D0152A;
}

.header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}


/* dropdown menu */
#navigation {
    position: static;
}

#navigation nav ul.sub-menu {
    display: none;
    position: absolute;
    width: 260px;
    margin: 0;
    padding: 10px 15px;
    background: #F5F5F5;
    list-style: none;
}

#navigation nav li {
    position: static;
}

.breadcrumbs {
    margin-top: 30px;
}

.breadcrumbs .sep {
    height: 0;
    font-size: 0;
    margin: 0 20px;
}

.breadcrumbs .sep::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 2px;
}

.breadcrumbs a,
.breadcrumbs a span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3em;
    color: rgba(0, 0, 0, 0.5);
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:focus span,
.breadcrumbs a:focus span {
    text-decoration: none;
}


/*--------------------------------------------------------------
4.0 Content
--------------------------------------------------------------*/
#yith-wcwl-popup-message {
    left: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 !important;
    padding: 0;
}

#yith-wcwl-popup-message #yith-wcwl-message {
    display: inline-block;
    font-weight: 700;
    line-height: 50px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    padding: 7px 40px;
    z-index: 10000;
}

/* Brands */
section.brands {
    margin-top: 20px;
}

.brands-slider {
    margin-top: 22px;
}

section.brands .brand-item {
    float: left;
}

.brands-slider .brand {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 46px;
    font-weight: 700;
}

.brands-slider .brand img {
    max-width: 70%;
    max-height: 80%;
    margin: 0;
    padding: 0;
}

.brands-slider .slick-prev,
.brands-slider .slick-next {
    top: -45px;
}

/* /Brands */

section.brands .slick-prev,
section.brands .slick-next {
    top: -45px;
}

section.brands .slick-prev,
section.brands .slick-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #D0152A;
}

section.brands .slick-prev::before,
section.brands .slick-next::before {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

section.brands .slick-prev {
    left: auto;
    right: 92px;
    top: -45px;
    z-index: 10;
}

section.brands .slick-next {
    right: 15px;
    top: -45px;
    z-index: 10;
}

section.brands .slick-prev::before {
    content: url('data:image/svg+xml; charset=UTF-8, <svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.20914 11L6.50534 9.69771L3.50096 6.70735L16 6.69478L15.9982 4.85736L3.53335 4.86991L6.48713 1.90227L5.18485 0.606065L4.53271e-07 5.81518L5.20914 11Z" fill="white"/></svg>');
}

section.brands .slick-next::before {
    content: url('data:image/svg+xml; charset=UTF-8, <svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.7909 0L9.49466 1.30229L12.499 4.29265L0 4.30522L0.00184914 6.14264L12.4666 6.13009L9.51287 9.09773L10.8152 10.3939L16 5.18482L10.7909 0Z" fill="white"/></svg>');
}

section.brands .slick-prev:hover,
section.brands .slick-next:hover,
section.brands .slick-prev:focus,
section.brands .slick-next:focus {
    background: #D0152A;
}

section.brands .title-wrap {
    position: relative;
}

section.brands .title-wrap::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 1px;
    top: 26px;
    left: 0;
    z-index: 1;
}

section.brands .title-wrap.slider-buttons::after {
    content: '';
    position: absolute;
    background: #FFFFFF;
    width: 196px;
    height: 56px;
    top: 0;
    right: 0;
    z-index: 1;
}

.yith-wcwl-add-to-wishlist,
.yith-wcwl-add-to-wishlist a.add_to_wishlist > img,
.yith-wcwl-add-to-wishlist a.delete_item > img,
.yith-wcwl-add-to-wishlist a.move_to_another_wishlist > img {
    margin: 0;
}

.product-cart {
    position: relative;
}

.product-cart .added_to_cart {
    position: absolute;
    white-space: nowrap;
    bottom: calc(100% + 10px);
    right: 0;
}

.ajax_add_to_cart.loading::after {
    content: '';
    z-index: 1000;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/wp-content/plugins/yith-woocommerce-wishlist/assets/images/ajax-loader-alt.svg") center center / 40px 40px no-repeat transparent;
    opacity: 1;
    cursor: wait;
    position: absolute;
}


/* Banner */

.banner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 300px;
    background-size: cover !important;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
}

.banner-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(45, 45, 45, 0.5);
    border-radius: 5px;
}

.banner-wrap.no-filter {
    display: block;
    min-height: 0;
}

.banner-wrap.no-filter::before {
    display: none;
}

.banner-wrap.no-filter a {
    display: block;
}

.banner-wrap.no-filter img {
    width: 100%;
}

.banner-wrap h3 {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.3em;
    color: #FFFFFF;
    margin: 0;
}

.banner-wrap .banner-content {
    text-align: center;
    margin: 0 15px;
    z-index: 10;
}

.banner-wrap.no-filter .banner-content {
    margin: 0;
}

.banner-wrap .banner-btn {
    margin-top: 20px;
}

.banner-wrap .banner-btn a {
    background: #D0152A;
    border: 1px solid #D0152A;
    border-radius: 5px;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-out;
}

.banner-wrap .banner-btn a:hover,
.banner-wrap .banner-btn a:focus {
    background: transparent;
    color: #D0152A;
}

.btn-more {
    position: relative;
    margin-top: 50px;
    display: block;
}

.btn-more.disabled {
    margin-top: 0;
}

.ajax-load-img {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: -35px;
    left: calc(50% - 20px);
    background: url('../img/ajax-loader.gif');
    background-size: cover;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #D0152A;
}

.woocommerce a.remove {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 18px;
    padding-left: 1px;
}


/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/

footer {
    padding-top: 58px;
    background: #EEEEED;
    overflow: hidden;
    margin-top: 100px;
}

footer h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3em;
}

#site-info {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

#site-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
}

.footer-sidebars {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

footer .menu {
    list-style-type: none;
    padding: 0;
}

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

footer .menu a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    white-space: nowrap;
}

footer .footer-sidebars p,
footer .footer-sidebars a {
    font-size: 14px
}

footer .logo-content {
    max-width: 375px;
    margin-top: 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
}

footer .social-buttons {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer-address {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    background: url('../img/footer-search-ico.svg') no-repeat;
}

footer .footer-email {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    background: url('../img/footer-email-ico.svg') no-repeat left center;
}

.wishlist,
.header-cart {
    transition: all 0.3s ease-out;
}

footer .social-buttons a:hover,
footer .social-buttons a:focus,
.wishlist:hover,
.wishlist:focus,
.header-cart:hover,
.header-cart:focus {
    opacity: 0.6;
}

/* Banner Credit */
section.banner-credit {
    margin-top: 30px;
}

.banner-credit-wrap {
    margin-top: 30px;
    text-align: center;
}

.banner-credit-link:hover,
.banner-credit-link:focus {
    opacity: 0.6;
}


/* MEDIA */

@media only screen and (max-width: 1600px) {
    .entry-header h1 {
        font-size: 42px;
    }

    .preheader {
        height: 48px;
    }

    #header .hours-btn span {
        font-size: 10px;
        line-height: 1.3em;
    }

    #header .hours-btn span.clock svg {
        width: 13px;
        height: 13px;
    }

    #header .hours-btn span.arrow-done svg {
        width: 5px;
        height: 3px;
    }

    #menu-preheader-menu > li {
        margin-left: 30px;
    }

    #menu-preheader-menu a {
        font-size: 10px;
    }

    .header-logo {
        height: 90px;
    }

    .header-logo #logo a {
        min-width: 280px;
        display: block;
    }

    #menu-primary-menu li a {
        font-size: 13px;
    }

    #menu-primary-menu li::before {
        top: -27px;
    }

    #header .hours-content {
        padding: 36px;
    }

    #header .woo-header .categories-content li,
    #header .woo-header .categories-content li a {
        font-size: 13px;
    }

    #header .woo-header .categories-content li a {
        padding: 7px 25px;
    }

    #header .woo-header ul.categories-content li ul a {
        padding-left: 35px;
    }

    #header .woo-header ul.categories-content li ul ul a {
        padding-left: 45px;
    }

    #header .hours-content .hours-title {
        font-size: 19px;
    }

    #header .hours-content li,
    #header .hours-content div {
        font-size: 13px;
    }

    #header .hours-content li {
        margin-bottom: 15px;
    }

    .woo-header .advanced-search .search-btn,
    .woo-header .category-btn span {
        font-size: 13px;
    }

    .woo-header .advanced-search .search-btn {
        height: 36px;
        display: flex;
        align-items: center;
    }

    .woo-header .search-submit {
        right: 7px;
        margin-top: -10px;
    }

    .wishlist svg,
    .header-cart svg {
        width: 35px;
        height: 35px;
    }

    .woo-header .wishlist-btn__label,
    .woo-header .wishlist-btn__counter,
    .woo-header .basket-btn__label,
    .woo-header .basket-btn__counter {
        font-size: 10px;
        margin-left: 0;
    }

    .woo-header .wishlist-btn__label,
    .woo-header .basket-btn__label {
        position: absolute;
        white-space: nowrap;
        bottom: 2px;
        right: 0;
        left: auto;
    }

    .woo-header .wishlist-btn__counter,
    .woo-header .basket-btn__counter {
        right: 18px;
        left: auto;
        width: 16px;
        height: 16px;
    }

    .woo-header #search-by-category {
        padding: 9px;
    }

    .woo-header a.wishlist-btn,
    .woo-header a.basket-btn {
        padding-right: 40px;
    }

    .woo-header .search-field {
        min-width: 354px;
    }

    .woo-header .category-btn span.bullets svg {
        width: 16px;
        height: 12px;
    }

    .woo-header .category-btn {
        min-width: 280px;
        padding: 10px 15px;
        height: 36px;
    }

    .woo-header .search-field,
    .woo-header #search-by-category,
    .woo-header .search-field::placeholder,
    .search-form .select2-container .select2-selection--single .select2-selection__rendered,
    .select2-results__option[aria-selected],
    .select2-container--default .select2-search--dropdown .select2-search__field,
    .select2-results__option {
        font-size: 12px;
        line-height: 1.3em;
    }

    .search-list a .search-title-wrap {
        font-size: 14px;
        margin: 0 25px;
    }

    #header .search-see-more a {
        padding: 18px;
    }

    .search-list a .search-img-wrap {
        margin-right: 15px;
        padding: 5px;
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
        max-width: 80px;
        max-height: 80px;
    }

    .woo-header .search-submit svg {
        width: 18px;
        height: 18px;
        margin-top: 0;
    }

    .woo-header .search-field {
        height: 36px;
    }

    .woo-header .search-select {
        height: 36px;
        width: 162px;
        max-width: 162px;
    }

    footer h3 {
        font-size: 13px;
    }

    footer .footer-sidebars p,
    footer .footer-sidebars a,
    footer .logo-content {
        font-size: 10px;
    }

    footer .footer-logo-wrap {
        max-width: 280px;
    }

    footer .logo-content {
        margin-top: 32px;
    }

    #site-info p {
        font-size: 10px;
    }

    section.brands .slick-prev,
    section.brands .slick-next {
        top: -55px;
        width: 42px;
        height: 42px;
    }

    section.brands .slick-prev {
        right: 75px;
    }

    section.brands .title-wrap.slider-buttons::after {
        width: 160px;
    }

    .banner-wrap {
        min-height: 225px;
    }

    .banner-wrap h3 {
        font-size: 26px;
    }

    .banner-wrap .banner-btn a {
        font-size: 16px;
        padding: 12px 30px;
    }

    footer .menu > li {
        margin-bottom: 5px;
    }
}

/* ( < 1600 ) */


@media only screen and (max-width: 1400px) {
    .breadcrumbs,
    .breadcrumbs *,
    .breadcrumbs a,
    .breadcrumbs a span {
        font-size: 12px;
    }

    .breadcrumbs .sep::before {
        width: 4px;
        height: 4px;
    }

    .breadcrumbs .sep {
        margin: 0 15px;
    }
}

/* ( < 1400 ) */


@media only screen and (max-width: 1200px) {
    #mobile-basket,
    #mobile-search {
        display: block;
    }

    .mobile-header-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #mobile-basket .basket-btn {
        display: inline-block;
        width: 18px;
        height: 18px;
        position: relative;
    }

    #mobile-basket,
    #mobile-search {
        margin-right: 15px;
    }

    #responsive-menu-button {
        padding-bottom: 4px;
    }

    #mobile-basket .basket-btn svg {
        max-width: 100%;
        max-height: 100%;
    }

    .basket-btn__counter {
        font-size: 9px;
        line-height: 1em;
        color: #FFFFFF;
        background: #D0152A;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        position: absolute;
        top: -5px;
        right: -7px;
    }

    #mobile-search a {
        background: no-repeat url("../img/search-ico.svg") center center/cover;
        display: inline-block;
        width: 18px;
        height: 18px;
    }

    .mobile-search-form {
        display: flex;
        align-items: center;
        width: 100%;
        height: 57px;
        border-bottom: 1px solid #2D2D2D;
        padding-bottom: 1px;
    }

    .mobile-search-form .search-select {
        min-width: calc(44% - 5px);
        max-width: calc(44% - 5px);
        padding-right: 5px;
        border-right: 1px solid #DDDDDD;
        margin: 0 auto;
    }

    .select2-container,
    .mobile-search-form .search-select select {
        width: 100%;
        height: 56px;
        min-width: 100%;
        max-width: 100%;
        border: none;
        background: transparent;
        font-size: 14px;
    }

    .mobile-search .select2-container .select2-selection--single {
        height: 100%;
        border: none;
        display: flex;
        align-items: center;
        background: transparent;
    }

    .mobile-search .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
    }

    .mobile-search-form .search-field {
        min-width: calc(56% - 5px);
        max-width: calc(56% - 5px);
        padding-right: 40px;
        padding-left: 5px;
        height: 56px;
        border: none;
        font-size: 14px;
        background: transparent;
    }

    .mobile-search-form .search-submit {
        position: absolute;
        right: 5px;
        border: none;
        background: transparent;
        width: 30px;
        height: 30px;
        padding: 6px;
    }

    .mobile-search-form .search-submit svg {
        max-width: 100%;
        max-height: 100%;
    }

    .woo-header {
        display: none;
    }

    .footer-sidebars {
        flex-wrap: wrap;
    }

    footer .footer-logo-wrap {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .logo-footer {
        max-width: 210px;
        margin: 0 auto;
    }

    footer .logo-content {
        margin-top: 25px;
    }

    footer .footer-sidebars p,
    footer .footer-sidebars a,
    footer .logo-content {
        font-size: 14px;
        margin: 25px auto 0 auto;
    }

    .widget_nav_menu h3 {
        padding-bottom: 5px;
    }

    .footer-sidebars {
        padding-bottom: 25px;
    }

    #footer1,
    #footer2,
    #footer3 {
        margin-top: 35px;
    }

    #footer4 {
        width: 100%;
        margin-top: 35px;
        text-align: center;
    }

    #footer4 .textwidget br {
        display: none;
    }

    footer #footer4 h3 {
        padding-bottom: 10px;
    }

    #footer4 p {
        margin-top: 10px;
    }

    footer h3 {
        font-size: 16px;
    }

    #footer-social {
        text-align: center;
        margin: 25px auto 0 auto;
    }

    footer #footer4 h3,
    #footer-social h3 {
        font-size: 18px;
    }

    #site-info p {
        font-size: 14px;
    }

    section.brands .title-wrap::before {
        top: 15px;
    }

    #site-info {
        margin: 30px auto 20px auto;
    }

    .preheader {
        display: none;
    }

    .header-logo #logo {
        padding-right: 0;
    }

    .header-logo #logo a {
        min-width: 100px;
        max-width: 210px;
    }

    .product-price {
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .star-rating {
        text-align: center;
    }

    .price-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .price-wrap .wishlist {
        margin-right: 20px;
    }

    .product-category {
        font-size: 18px;
    }

    .sale-label,
    .product-title, .product-title a {
        font-size: 14px;
    }

    .button.add_to_cart_button img,
    .add_to_wishlist.single_add_to_wishlist img,
    .delete_item img {
        height: 22px;
        width: 23px;
    }

    .banner-wrap {
        min-height: 170px;
    }

    .banner-wrap .banner-btn a {
        font-size: 14px;
        padding: 8px 26px;
    }

    .banner-wrap h3 {
        font-size: 24px;
    }
}

/* ( < 1200 ) */


@media only screen and (max-width: 991px) {
    .sidr .search-form {
        margin: 15px -5% 0 -5%;
        padding: 0 0 10px 0;
        position: relative;
        overflow: hidden;
    }

    .sidr .search-form > div,
    .sidr .search-form .search-by-category {
        height: 56px;
    }

    .sidr .search-select {
        width: 50%;
        float: left;
        border-right: 1px solid #CCCCCC;
        background: #FFFFFF;
    }

    .sidr .search-select select {
        margin: 0;
        padding: 0 5px;
        height: 56px;
        color: #000000;
        box-shadow: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #FFFFFF url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+) no-repeat;
        background-position-x: calc(100% - 5px);
        background-position-y: 50%;
    }

    .sidr .search-select select::-ms-expand {
        display: none;
    }

    .sidr .search-list-wrap {
        width: 50%;
        margin-left: auto;
        float: right;
        background: #FFFFFF;
    }

    .sidr .search-list-wrap input {
        margin: 0;
        padding: 18px 5px;
        background: #FFFFFF;
    }

    .sidr .search-list-wrap input::placeholder {
        color: #CCCCCC;
    }

    .sidr .search-form .search-submit {
        position: absolute;
        top: 13px;
        right: 0;
        border: none;
        background: #FFFFFF;
    }

    .sidr .advanced-search {
        line-height: inherit;
    }

    .sidr .advanced-search .search-btn {
        background: #D0152A;
        border: 1px solid #D0152A;
        border-radius: 5px;
        font-weight: 500;
        font-size: 18px;
        line-height: inherit;
        white-space: nowrap;
        color: #FFFFFF;
        margin: 0 auto;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 400px;
    }

    .sidr .open-hours .hours-title,
    .sidr .open-hours .week,
    .sidr .open-hours .time {
        color: #FFFFFF;
    }

    .sidr .open-hours .time {
        min-width: 110px;
    }

    .sidr .open-hours .time-none {
        color: #D0152A;
    }

    .sidr .hours-content {
        text-align: center;
    }

    .sidr .hours-content .week {
        min-width: 95px;
        margin-right: 30px;
        text-align: right;
    }

    .sidr .hours-content li,
    .sidr .hours-content div {
        color: #000000;
        font-size: 18px;
        font-weight: 400;
        white-space: nowrap;
        text-transform: capitalize;
    }

    .sidr .hours-content li {
        display: flex;
        justify-content: center;
        margin: 15px auto 0 auto;
    }

    .sidr .hours-content {
        display: none;
    }

    .sidr .hours-btn {
        text-align: center;
        margin-top: 20px;
    }

    .sidr .hours-btn.open-hours .arrow-done svg {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    .sidr .hours-btn span {
        color: #FFFFFF;
        text-transform: capitalize;
    }

    .sidr .arrow-done svg {
        position: relative;
        top: -3px;
        right: -2px;
    }
}

/* ( < 991 ) */


@media only screen and (max-width: 782px) {
    .admin-bar > .select2-container {
        margin-top: 46px;
    }
}

/* ( < 782 ) */


@media only screen and (max-width: 768px) {
    #site-info {
        max-width: 300px;
    }
}

/* ( < 768 ) */
