body {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
a.logo {
    display: block;
}
.header-wrapper-content {
    background-color: #141B2E;
}
.cms-home.cms-index-index .page-header,.page-header {
    position: relative;
}
header .header-wrapper-bottom {
    background-color: #0B1121;
    display: inline-block;
    width: 100%;
}
.header-wrapper-content > .header.content{
    max-width: 1710px;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-left {
    display: flex;
    align-items: center;
    column-gap: 60px;
    background-color: #262D3E;
    padding: 7px 50px 7px 0;
    border-radius: 0 75px 75px 0;
}
.countdown_amount {
    font-size: 18px;
    font-weight: 500;
    line-height: 14px;
    padding: 0;
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 0;
    margin: 0;
    background: #fff;
    color: #000;
}
.countdown_show3>span {
    height: 45px;
    padding: 3px 0 0 0;
    margin: 0;
    font-size: 8px;
    font-weight: 500;
    background: #fff;
    border-radius: 7px;
    color: #000;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    line-height: 14px;
    row-gap: 3px;
}
.countdown_show3>span br {
    display: none;
}
.countdown_row.countdown_show3 {
    display: flex;
    column-gap: 7px;
}
.header-timer-counter .widgettitle {
    width: 100%;
    font-size: 11px;
    min-width: 76px;
    max-width: 76px;
}
.header-timer-counter {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.minicart-wrapper .action.showcart .counter.qty {
    display: none;
}
.minicart-wrapper .action.showcart:before {
    display: none;
}
.minicart-wrapper .action.showcart {
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    margin: 0;
}
.header-wrapper-content.sticky-menu:not(.active) .minicart-wrapper {
    width: auto;
    min-width: auto;
    padding: 0 30px;
    margin: 0 30px;
    border-right: 1px solid #5D626F;
    border-left: 1px solid #5D626F;
}
.minicart-wrapper .action.showcart {
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    margin: 0;
    background-image: url('../../images/cart-icon.png');
    background-repeat: no-repeat;
}
.minicart-wrapper .action.showcart .text {
    position: relative;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    margin: 0;
    display: inline-block;
    overflow: visible;
    height: auto;
    width: auto;
    padding: 0 0 0 60px;
}
.header-top-right {
    display: flex;
    align-items: center;
}
.customer-account-links ul {
    padding-left: 60px;
    background-image: url('../../images/account-icon.png');
    background-repeat: no-repeat;
    margin: 0;
}
.customer-account-links ul li {
    margin: 0;
    font-size: 14px;
}
.customer-account-links ul li .account_link {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
}
.search-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    right: 0;
    float: none;
}
.page-header .search-wrapper .block-search .action.search {
    background: #fff;
    color: #000;
    width: auto;
    border-radius: 0 25px 25px 0;
    height: 50px;
    font-size: 18px;
    padding: 0 30px;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: 0.4px;
}
.page-header .search-wrapper .block-search input[type="text"] {
    padding: 0 30px 0 64px;
    border-radius: 25px;
    box-shadow: none;
    border: 1px solid #fff;
    height: 50px;
    font-size: 17px;
    font-style: normal;
    line-height: 46px;
    letter-spacing: 1px;
    font-weight: normal;
    padding-right: 146px;
    color: #fff;
    min-width: 500px;
    color: #A1A4AB;
    background-image: url(../../images/search-icon.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 15px center;
    box-shadow: none;
}
.page-header .search-wrapper .block-search .search-form-container {
    max-width: 536px;
    margin: 0 auto;
}
.page-header .sticky-menu:not(.active) .search-wrapper .block-search {
    width: 100%;
}
.page-header .search-wrapper .block-search .action.search > span {
    height: auto;
    width: auto;
    clip: inherit;
    margin: 0;
    overflow: inherit;
    position: relative;
}
.block-search .action.search:before {
    display: none;
}
.block-search input[type="text"]::-webkit-input-placeholder {
  text-transform: initial;
  font-size: 17px;
    font-style: normal;
    color: #A1A4AB;
    letter-spacing: 0;
    line-height: 46px;
}
.block-search input[type="text"]:-moz-placeholder {
  text-transform: initial;
  font-size: 17px;
    font-style: normal;
    color: #A1A4AB;
    letter-spacing: 0;
    line-height: 46px;
}
.block-search input[type="text"]::-moz-placeholder {
  text-transform: initial;
  font-size: 17px;
    font-style: normal;
    color: #A1A4AB;
    letter-spacing: 0;
    line-height: 46px;
}
.block-search input[type="text"]:-ms-input-placeholder {
    text-transform: initial;
    font-size: 17px;
    font-style: normal;
    color: #A1A4AB;
    letter-spacing: 0;
    line-height: 46px;
}
.block-search .control {
    background-color: transparent;
}
.customer-account-links {
    min-width: 190px;
}
.ss_new_modification>li {
    width: auto !important;
}
header .main-header-bar-wrap .main-header-bar .ast-container {
    height: auto;
    background: none;
}
ul.ss_new_modification.ss_padding_margin_0 {
    text-align: left;
    padding: 0;
    margin: 0;
    float: none !important;
    display: flex;
    align-items: center;
    column-gap: 70px;
    justify-content: center;
    position: relative;
}
header .menu-container .ss_new_modification li>a {
    font-size: 17px;
    font-weight: 500;
    padding: 15px ;
    line-height: 18px;
    letter-spacing: 0.5px;
}
header .menu-container .ss_new_modification li.custom-dropdown-menu>a,header .menu-container .ss_new_modification li.dropdown>a {
    padding: 15px 20px 15px 15px;
}
.header-main-menu .nav-sections {
    float: none;
}
.nav-sections li.custom-dropdown-menu>a:before,.nav-sections li.dropdown>a:before  {
    content: '\2b';
    right: -2px;
    position: absolute;
    font-size: 22px;
    font-family: 'FontAwesome';
    font-weight: 600;
    line-height: 16px;
}
.main-header-bar-wrap .dropdown-content-custommenu {
    top: 52px;
    border-radius: 0;
    border-bottom: 0;
    border-top: 2px solid #FFC500;
}
.nav-sections li.custom-dropdown-menu:hover>a:after {
    border-width: 12px;
    border-color: transparent transparent #FFC500 transparent;
    top: 30px;
    right: 0;
    margin: 0 auto;
    left: 0;
}
.main-header-bar-wrap .dropdown-content-custommenu ul {
    border-radius: 0;
    padding-top: 0;
}
.main-header-bar-wrap .full-menu .dropdown-content-custommenu {
    background: #fff;
    left: 0;
    width: 100%;
}
.main-header-bar-wrap .products-menu .dropdown-content-custommenu .ss_column {
    padding-top: 0;
}
.main-header-bar-wrap .products-menu .ss_column>a {
    font-size: 17px!important;
    font-weight: 500 !important;
    color: #00000A;
    padding: 25px 25px;
}
.main-header-bar-wrap .products-menu .ss_column a:hover {
    background: #F3F3F3;
    color: #141488;
    text-decoration: underline;
}
.nav-sections li.custom-dropdown-menu:hover>a>span:after {
    padding: 20px;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.main-header-bar-wrap .brands-menu .dropdown-content-custommenu ul {
    max-width: 100%;
    width: 100%;
}
.ss_brand_latter {
    max-width: 130px;
    max-height: 130px;
    background: #FAFAFA;
    min-width: 130px;
    min-height: 130px;
    border: 0;
    padding: 5px;
    margin: 0 !important;
    border-radius: 100%;
}
.brand_toggle_latter>li {
    width: 130px !important;
}
.main-header-bar-wrap .brands-menu .dropdown-content-custommenu ul {
    max-width: 100%;
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 30px;
}
.ss_brand_latter>img {
    width: 100%;
}
.ss_brand_latter>div>span {
    font-size: 16px!important;
    color: #000;
    line-height: 40px;
    font-weight: 500;
}
.header-wrapper-content.sticky-menu.active {
    z-index: 999;
    background: #141B2E !important;
    box-shadow: none;
}
.header-wrapper-content.sticky-menu.active > .header.content {
    display: none;
}
.header-wrapper-content.sticky-menu.active li.custom-dropdown-menu:hover>a:after {
    top: 26px;
}
.header-wrapper-content.sticky-menu.active .main-header-bar-wrap .dropdown-content-custommenu {
    top: 50px;
}
.header-wrapper-content.sticky-menu.active .main-header-bar-wrap .brands-menu .dropdown-content-custommenu ul {
    padding-top: 30px;
}
.block.category.event, .breadcrumbs, .footer.content, .header.content, .navigation, .page-header .header.panel, .page-main, .page-wrapper>.page-bottom, .top-container {
    max-width: 1500px;
}
.header-wrapper-content.sticky-menu:not(.active) .header-main-menu {
    max-width: 1500px!important;
}
.header-wrapper-content.sticky-menu.active .header-main-menu {
    padding: 0 15px;
    max-width: 1500px;
}
body.hover-active .page-main:after {
    content: '';
    background: rgba(0,0,0,.80);
    position: absolute;
    top: 0;
    height: 1000%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 9;
}
body.hover-active .page-header {
    z-index: 10 !important;
}
header .menu-container .ss_new_modification li>a:hover {
    color: #ffc600;
}
body.hover-active .home-banner-scroll-below {
    display: none;
}
.ss_title>h1::after, .ss_title>h1::before {
    display: none;
}
.ss_title>h1 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding-bottom: 0;
}
.ss_title>p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.ss_title>h1, .ss_title>p {
    color: #000000;
}
.fl-cta-title {
    font-size: 35px;
    line-height: 43px;
}
.main-title-wrap .njba-heading-title, .main-title-wrap.title-center .njba-heading-title, .main-title-wrap.title-left .njba-heading-title, .main-title-wrap.title-right .njba-heading-title {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding-bottom: 0;
}
.main-title-wrap .njba-heading-title::after, .njba-heading-title::before {
    display: none;
}
footer .contacts_us_section .contacts_headings span {
    font-weight: 700;
    letter-spacing: 0.4px;
}
.contacts_headings {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding-bottom: 0;
}
.contacts_headings::after, .contacts_headings::before {
    display: none;
}
.contacts_us_top_text_padding {
    padding-top: 30px;
}
.contact_welcome_text {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 25px;
}
.ss_store_hours {
    font-size: 23px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 30px;
    margin-top: 15px;
}

footer .footer-link-box .h2.Footer-title-ss {
    font-size: 27px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.Footer-title-ss::before, .footer-link-background::before,.Footer-title-ss::after {
    display: none;
}
footer .footer-link-box .h2.Footer-title-ss .font-light {
    font-weight: 700;
}
footer .ss-address-ul li>span {
    font-size: 14px!important;
    line-height: 25px;
}
h3.ss-footer-address:before {
    height: 33px;
    content: "";
    width: 40px;
    top: 2px;
    left: -10px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 10px -54px;
    background-image: url(../../images/intergalactic-sprite.png)
}
.ss-footer-address {
    padding-left: 40px;
    position: relative;
    padding-top: 5px;
}
footer .top-footer-wrapper .contact-informations .ss-address-ul .contact-number a {
    font-weight: 600!important;
    font-size: 19px!important;
}
.address-icon-ss::before{
    display: none;
}
footer .top-footer-wrapper .contact-informations .ss-address-ul li>span a {
    color: #FF6F00 !important;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    position: relative;
}
.page-footer .middle-working-area-section {
    display: none;
}
.footer-link-sub {
    font-size: 17px!important;
    line-height: 30px !important;
    font-weight: 400 !important;
}
.page-footer .footer-social a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 24px;
     margin: 5px 8px;
}
.page-footer .footer-social a.facebook {
    color: #354e94 !important;
}

.page-footer .footer-social a.twitter {
    color: #2ca2da !important;
}

.page-footer .footer-social a.pint {
    color: #b40521 !important;
}

.page-footer .footer-social a.gp {
    color: #c10f00 !important;
}

.page-footer .footer-social a.youtube {
    color: #c81d15 !important;
}

.page-footer .footer-social a.vimeo {
    color: #17a6e9 !important;
}

.page-footer .footer-social a.instagram {
    color: #dd2a7b !important;
}
.page-footer .footer-social a:hover {
    color: #fff !important;
}
.location-info p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.location-info h5:before {
    content: "\f041" !important;
    font-family: FontAwesome;
    color: #000;
    font-size: 25px;
    position: absolute;
    left: 0;
    line-height: 26px;
    transition: all .2s;
}
.location-info h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 30px;
}
.location-info p {
    padding-left: 30px;
}
.location-info p.telephone {
    position: relative;
    display: inline-block;
    margin: 5px 0 15px;
}
.location-info p.telephone:before{
    height: 33px;
    content: "";
    width: 40px;
    top: 2px;
    left: -10px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../../images/mobile-black.png);
}
.location-info p.direction {
    padding-left: 0;
}
footer .padding_location_contacts .location-info p.color_black_jj a:before {
    height: 33px;
    content:"" !important;
    width: 40px;
    top: 2px;
    left: -10px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../../images/dir-black.png);
}
footer .padding_location_contacts .location-info p.color_black_jj a {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding-left: 30px;
    position: relative;
}
footer .top-footer-wrapper .contact-informations .ss-address-ul li>span a:before {
    height: 33px;
    content: "" !important;
    width: 40px;
    top: 12px;
    left: -48px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../../images/dir-white.png);
}
ul.store-opening-times.active, .padding_location_contacts .location-info.active, .footer-contact-details .store-map.active {
    overflow: visible;
}
footer .block.newsletter input[type=email] {
    border-radius: 5px 0 0 5px;
}
footer .footer-link-box .block.newsletter .action.subscribe {
    border-radius: 0 5px 5px 0;
}
footer .ss_newslatter_section.fireworks-newslette-top .ss_newlatter_text-box button {
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    width: auto;
    height: 52px !important;
    border-radius: 0 5px 5px 0;
}
.ss_newlatter_text-box>.control>input {
    height: 52px!important;
    border-radius: 5px 0 0 5px;
}
.helpful-tips .njba-heading {
    padding-top: 50px;
    margin-top: 0;
}
.ss_padding_blogs {
    padding: 36px 0!important;
}
.fl-row-content-wrap.helpful-tips {
    background: #F2F4F9;
}
a.ss_color_blog {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 15px 30px;
    font-size: 23px;
    font-weight: bold;
    line-height: 25px;
    min-height: 80px;
}
.view-all-blog {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
}
.view-all-blog a {
    height: 52px;
    font-size: 18px;
    font-weight: bold;
    color: #E33000 !important;
    border: 1px solid #E33000;
    display: inline-block;
    line-height: 52px;
    padding: 0 30px;
    border-radius: 5px;
    text-transform: uppercase;
    background: #fff;
}
.view-all-blog a:hover {
    background: #E33000;
    color: #fff !important;
}
.read-more-contacts {
    padding: 0;
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #E33000;
}
.contacts_us_section .fl-button {
    background: none !important;
}
.read-more-contacts:after {
    content: '\f061';
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-left: 5px;
}
span.fl-button-text.read-more-contacts:hover {
    background: transparent;
    color: #000 !important;
}
.header-wrapper-content > .header.content:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #262D3E;
    left: -98%;
    top: 0;
}
.footer-contact-details .store-map:not(.active) {
    display: none;
}
.left-map-section {
    padding-left: 0;
}
.contact_welcome_text {
    max-width: 700px;
}
.contact_welcome_text:first-child {
    margin-bottom: 20px;
}
.contacts_headings {
    margin-top: 30px;
}
.njba-opening-day, .njba-opening-hours {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.ss_day_ul li {
    margin-bottom: 5px;
}
.njba-heading {
    padding-top: 50px;
    margin-top: 0;
}
.searchsuite-autocomplete {
    top: 50px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription, .searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
    display: none;
}
.qs-option-price .price-final_price {
    padding: 0 !important;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-sku {
    color: #000;
}
.searchsuite-autocomplete ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.searchsuite-autocomplete ul li .qs-option-image {
    max-width: 120px;
}
.catalog-product-view .block-static-block .section_product_slider .text-center .section_1_titlee {
    font-size: 35px;
    line-height: 43px;
    padding-bottom: 0;
}
.section_1_titlee::after, .section_1_titlee::before {
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
    font-size: 15px;
    border: 0;
    font-weight: 700;
    line-height: 22px;
    background: #fff;
    top: -8px;
    left: 46px;
    position: absolute;
    min-width: 22px;
    height: 22px;
    padding: 0;
    color: #000;
    margin: 0;
    text-align: center;
}
.checkout-index-index header .nav-sections, .checkout-index-index header .nav-toggle {
    display: none !important;
}
.counter-label-mobile {
    display: none;
}
@media only screen and (max-width:1500px) {
    .header-top-left {
        column-gap: 30px;
        padding-right: 40px;
    }
    .page-header .search-wrapper .block-search input[type="text"] {
        min-width: 436px;
    }
    .page-header .search-wrapper .block-search .search-form-container {
        max-width: 436px;
    }
    ul.ss_new_modification.ss_padding_margin_0 {
        column-gap: 50px;
    }
}
@media only screen and (max-width:1399px) {
    .page-header .search-wrapper .block-search input[type="text"] {
        min-width: 400px;
    }
    .page-header .search-wrapper .block-search .search-form-container {
        max-width: 400px;
    }
}
@media only screen and (max-width:1365px) {
    .page-header .search-wrapper .block-search input[type="text"] {
        min-width: 380px;
    }
    .page-header .search-wrapper .block-search .search-form-container {
        max-width: 380px;
    }
    .header-wrapper-content.sticky-menu:not(.active) .minicart-wrapper {
        padding: 0 20px;
        margin: 0 20px;
    }
}
@media only screen and (max-width:1300px) {
    .page-header .search-wrapper .block-search input[type="text"] {
        min-width: 380px;
    }
    .page-header .search-wrapper .block-search .search-form-container {
        max-width: 380px;
    }
    ul.ss_new_modification.ss_padding_margin_0 {
        column-gap: 30px;
    }
    .header-timer-counter .widgettitle {
        min-width: 100%;
        max-width: 100%;
    }
    .header-timer-counter {
        flex-flow: column;
        row-gap: 5px;
    }
}
@media only screen and (min-width:1024px) and (max-width:1199px){
    .page-header .search-wrapper .block-search .search-form-container {
        max-width: 450px;
        margin-right: 0;
    }
    .header-top-right {
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: flex-end;
    }
    .header-top-left, .header-top-right {
        width: 50%;
    }
    .header-top-left {
        padding: 15px 50px 15px 0;
    }
    ul.ss_new_modification.ss_padding_margin_0 {
        column-gap: 20px;
    }
    header .menu-container .ss_new_modification li>a {
        font-size: 14px;
        letter-spacing: 0;
    }
    .header-wrapper-content.sticky-menu:not(.active) .minicart-wrapper {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
}
@media only screen and (max-width:1023px){
    .nav-toggle {
        display: none;
    }
    .mobile-header-top-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .page-header .logo {
        width: auto;
        max-width: 100%;
        margin: 0;
        min-height: auto;
    }
    .logo img {
        max-height: 70px;
        width: auto;
    }
    .mobile-header-bottom, .mobile-header-top {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-top-left {
        display: flex;
        align-items: center;
        column-gap: 15px;
        background-color: transparent;
        padding: 7px 0;
        border-radius: 0;
    }
    .mobile-header-top{
        background-color: #141B2E;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .mobile-header-top-right {
        float: right;
    }
    .mobile-header-top-left .widgettitle {
        font-size: 10px!important;
        line-height: 17px!important;
        margin-right: 0;
        padding: 0;
        width: auto;
        min-width: 64px;
    }
    .mobile-header-top-left .countdown_show3>span {
        width: auto!important;
        height: 37px !important;
        overflow: visible;
        font-size: 9px!important;
        min-width: 39px;
        line-height: 10px;
        padding: 0 !important;
        margin: 0 !important;
        font-weight: 500;
        border: 0 !important;
    }
    .mobile-header-top-left .countdown_show3>span .countdown_amount {
        font-size: 14px!important;
        font-weight: 700;
    }
    .header-timer-counter {
        flex-flow: row;
    }
    .mobile-header-top-left{
        width: calc(100% - 60px);
    }
    .page-header .search-wrapper .block-search input[type="text"] {
        padding: 0 30px 0 46px;
        border-radius: 5px;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        letter-spacing: 0.5px;
        padding-right: 120px;
        background-size: 20px;
        min-width: 100%;
    }
    .page-header .search-wrapper .block-search .action.search {
        width: auto;
        border-radius: 0 5px 5px 0;
        height: 40px;
        font-size: 15px;
        padding: 0 15px;
        line-height: 40px;
        letter-spacing: 0.4px;
        border: 1px solid #fff;
    }
    .block-search {
        margin-top: 0;
    }
    .mobile-header-bottom {
        padding-top: 10px;
        padding-bottom: 12px;
        background: #262D3E;
    }
    .block-search input[type="text"]::-webkit-input-placeholder {
        font-size: 13px;
        line-height: 40px;
    }
    .block-search input[type="text"]:-moz-placeholder {
      font-size: 13px;
        line-height: 40px;
    }
    .block-search input[type="text"]::-moz-placeholder {
      font-size: 13px;
        line-height: 40px;
    }
    .block-search input[type="text"]:-ms-input-placeholder {
        font-size: 13px;
        line-height: 40px;
    }
    .mobile-menu-button {
        padding: 0;
        font-size: 10px;
        height: 40px;
        width: 40px;
        background-image: url('../../images/menu-open.png') !important;
        background-size: 40px auto !important;
        background-repeat: no-repeat !important;
    }
    .open-mobile-menu .mobile-menu-button {
        background-image: url('../../images/menu-close.png') !important;
    }
    .counter-label-mobile {
        display: inline-block;
    }
    .mobile-header-top-left .countdown_show3 .hide-des{
        display: none;
    }
    .sticky-mobile-header .mobile-header-top {
        position: fixed;
        top: 0;
        width: 100%;
        display: block;
        z-index: 99;
    }
    .sticky-mobile-header .mobile-header-bottom {
        position: relative;
    }
    .mobile-menu-container {
        top: auto;
        background: #000;
    }
    .mobile-main-menu-links {
        padding-top: 15px;
    }
    .close-mobile-menu-button {
        display: none;
    }
    .dropdown-item-column>a, .mobile-main-menu-links .mobile-main-menu-links-items>li>a {
        font-size: 15px;
        padding: 10px 15px;
        line-height: 20px;
    }
    .mobile-main-menu-links .mobile-main-menu-links-items li.main-menu-links-item:after, .mobile-main-menu-links .mobile-main-menu-links-items li.main-menu-links-item:before {
        right: 26px;
        transform: rotate(0);
    }
    div.mobile-main-menu-links .mobile-main-menu-links-items li.main-menu-links-item:before {
        right: 26px;
        transform: rotate(90deg);
    }
    .mobile-main-menu-links .mobile-main-menu-links-items>li.active {
        background: #000;
    }
    div.mobile-main-menu-links .mobile-main-menu-links-items li.main-menu-links-item.active:after,div.mobile-main-menu-links .mobile-main-menu-links-items li.main-menu-links-item.active:before {
        transform: rotate(90deg);
    }
    .mobile-main-menu-links .mobile-main-menu-links-items>li.active>a.dropdown-item {
        color: #fff;
    }
    .mobile-main-menu-links-items li>.dropdown-item-content {
        padding: 0 30px 10px;
    }
    .mobile-main-menu-links .dropdown-item-column>a {
        font-weight: 400;
        font-size: 14px;
    }
    body.open-mobile-menu {
        overflow-y: hidden;
    }
    .mobile-menu-cart:before{
        display: none;
    }
    .mobile-menu-social-links li a {
        height: 34px;
        width: 34px;
        line-height: 34px;
        font-size: 18px;
        background: #fff;
        border-radius: 8px;
        color: #000;
        padding: 0;
    }
    .mobile-menu-social-links li.facebook-icon a {
        color: #354e94 !important;
    }
    .mobile-menu-social-links li.twitter-icon a {
        color: #2ca2da !important;
    }
    .mobile-menu-social-links li.pint-icon a {
        color: #b40521 !important;
    }
    .mobile-menu-social-links li.gp-icon a {
        color: #c10f00 !important;
    }
    .mobile-menu-social-links li.youtube-icon a {
        color: #c81d15 !important;
    }
    .mobile-menu-social-links li.vimeo-icon a {
        color: #17a6e9 !important;
    }
    .mobile-menu-social-links li.instagram-icon a {
        color: #dd2a7b !important;
    }
    .mobile-menu-social-links li a:hover {
        color: #fff !important;
    }
    .menu-contact-no {
        display: inline-block;
        margin-top: 40px;
    }
    .menu-contact-call {
        padding-top: 60px;
        display: flex;
        flex-flow: column;
        color: #fff;
        background-image: url('../../images/menu-contact.png');
        background-position: top center;
        row-gap: 5px;
        background-repeat: no-repeat;
        background-size: auto 42px;
    }
    .menu-contact-call label {
        font-size: 16px;
        text-transform: uppercase;
    }       
    .menu-contact-call a {
        display: inline-block;
        font-size: 24px;
        color: #fff;
        font-weight: 700;
    }
    .mobile-main-menu-links .mobile-main-menu-links-items {
        margin: 0;
    }
    .menu-contact-shop a {
        height: 46px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        line-height: 46px;
        padding: 0 100px;
        border-radius: 5px;
        text-transform: uppercase;
        background: #E33000;
    }
    .menu-contact-shop {
        display: inline-block;
        margin: 26px 0;
    }
    .mobile-menu-social {
        margin: 15px 0 30px;
    }
    ul.dropdown-item-brands li {
        width: 33.33%;
    }
    a.brand-item-link img {
        background: #FAFAFA;
        border: 0;
        border-radius: 100%;
    }
    a.brand-item-link {
        font-size: 13px;
        letter-spacing: 0;
    }
    ul.dropdown-item-brands {
        margin: 0 -15px 0 -15px;
        padding: 20px 0;
        display: inline-block;
    }
    .page-header .search-wrapper .block-search .search-form-container {
        max-width: 100%;
    }
}
@media only screen and (min-width:1200px) and (max-width:1365px){
    .header-timer-counter {
        flex-flow: column;
        row-gap: 5px;
    }
    .header-top-left {
        column-gap: 15px;
        padding-right: 30px;
    }
    .page-header .search-wrapper .block-search .search-form-container {
        max-width: 380px;
    }
}
@media only screen and (min-width:1024px) and (max-width:1365px){
    .header-timer-counter .widgettitle br {
        display: none;
    }
}
@media only screen and (min-width:1024px) and (max-width:1199px){
    .header-timer-counter {
        flex-flow: row;
    }
    .header-timer-counter .widgettitle {
        min-width: auto;
        width: auto;
    }
}
@media only screen and (max-width:400px){
    .mobile-header-top-left .countdown_show3>span {
        height: 30px !important;
        font-size: 8px!important;
        min-width: 30px;
        line-height: 10px;
         row-gap: 2px;
    }
    .mobile-header-top-left .countdown_show3>span .countdown_amount {
        font-size: 12px!important;
        line-height: 11px !important;
    }
    .logo img {
        max-height: 54px;
    }
    .mobile-menu-button {
        height: 32px;
        width: 32px;
        background-size: 32px auto !important;
    }
    .header-top-left {
        column-gap: 10px;
    }
    .mobile-header-top-left .widgettitle {
        min-width: 64px;
    }
    a.brand-item-link span {
        min-height: 42px;
    }
}