.header-main {
    background: #1f1f1f;
}
.top-header-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}
ul.accountsec {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.accountsec li{
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 12px;
}
li.accountsec-register1 {
    padding-left: 0 !important;
}
span.line {
    padding: 0 5px;
}
ul.accountsec li a , ul.accountsec .line{
    font-size: 12px;
    color: #c4c4c4;
    font-family: 'open_sanssemibold';
}
ul.accountsec li a:hover{
    color: #e0292d;
}
li.accountsec-register::before {
    content: "";
    border-right: 2px solid #e0292d;
    margin: 0 5px;
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 13px;
    top: 5px;
    left: 0;
}
.welcome-msg {
    font-size: 12px;
    color: #a6a6a6;
    font-family: 'open_sanssemibold';
}
.welcome-msg strong {
    color: #fff;
}
header.page-header {
    background-image: linear-gradient(1deg, #070707 0%, #dad9da 100%);
    position: relative;
    padding: 20px 0;
    margin: 0;
    background: repeating-linear-gradient( -45deg, transparent, transparent 3px, transparent 3px, #dcdcdc 10px );
    border: none;
}
header.page-header::after {
    background: url(../images/header-back.png);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
}
body .header.content:before, body .header.content:after {
    display: none;
}
body .header.content {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
body .header.content .logo {
    margin: 0;
    max-width: 100%;
    float: none;
}
.header-account {
    background: rgba(0,0,0,0.27);
    border-radius: 15px;
    padding: 7px 12px 2px;
    z-index: 1;
}
body .block-search {
    float: none;
    padding-left: 0;
    position: relative;
    width: 302px;
    z-index: 4;
}
body .block-search input[type="text"]{
    background: #fff;
    border: 1px solid #a4a4a4;
    border-radius: 15px;
    font-size: 12px;
    height: 35px;
    padding: 0 55px 0 15px;
    color: #919191;
    font-family: 'open_sanssemibold';
    font-style: italic;
}
body .block-search input::placeholder{
    color: #d6d6d6;
}
.block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
    opacity: 1 !important;
    pointer-events: unset !important;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none !important;
}
body .block-search .action.search {
    background: rgb(225,42,46);
    background: -moz-linear-gradient(top, rgba(225,42,46,1) 0%, rgba(180,0,1,1) 100%);
    background: -webkit-linear-gradient(top, rgba(225,42,46,1) 0%,rgba(180,0,1,1) 100%);
    background: linear-gradient(to bottom, rgba(225,42,46,1) 0%,rgba(180,0,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12a2e', endColorstr='#b40001',GradientType=0 );
    padding: 0px 11px;
    line-height: 35px;
    border-radius: 0 15px 15px 0;
    right: 0;
    transition: all ease .4s;
}
body .block-search .action.search:hover {
    background: #e0292d;
}
body .block-search .action.search:hover:before {
    color: #fff;
}
body .block-search .action.search:before {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
}
.header-call-title.enquiry {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-family: "Bebas_Neue";
    line-height: 22px;
    letter-spacing: 1px;
}
.call a {
    font-size: 40px;
    text-transform: uppercase;
    color: #b5b5b5;
    font-weight: 400;
    font-family: "Bebas_Neue";
    line-height: 40px;
    text-shadow: 0 4px 6px rgba(0,0,0,0.42);
    display: inline-block;
    letter-spacing: 1.4px;
}
.call span{
    color: #ff0005;
}
body .nav-sections-item-content>.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: transparent;
}
.logo img {
    width: 100%;
}
body .minicart-wrapper {
    margin-left: 0;
    z-index: 5;
}
body .minicart-wrapper .action.showcart:before ,
body .minicart-wrapper .action.showcart.active:before{
    content: "";
    background: url(../images/basket.png);
    background-repeat: no-repeat;
    width: 74px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
body .minicart-wrapper .action.showcart .counter.qty.empty,
body .minicart-wrapper .action.showcart .counter.qty {
    display: block;
    background: transparent;
    color: #909090;
    height: auto;
    line-height: normal;
    border-radius: 2px;
    display: inline-block;
    margin: 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    white-space: normal;
    position: absolute;
    top: 58%;
    transform: translate(-50%,-50%);
    left: 50%;
}
body .minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    font-size: 15px;
    font-family: 'open_sanssemibold';
}
body .nav-sections {
    background-image: linear-gradient(0deg, #b30001 0%, #e1292d 100%);
    border: 1px solid #e54044;
    margin: 0;
}
body .minicart-wrapper .block-minicart {
    background: #fff;
    border: 1px solid #a4a4a4;
    margin-top: 16px;
}
body .minicart-wrapper .block-minicart:after {
    border-color: transparent transparent #a4a4a4 transparent;
}
body .minicart-wrapper .action.close {
    right: 5px;
    top: 5px;
}
body .navigation .level0>.level-top {
    color: #fff;
    padding: 0;
    font-family: "Bebas_Neue";
    letter-spacing: normal;
    display: inline-block;
    border: 0 !important;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 55px;
    font-weight: 400;
    filter: drop-shadow(0 0 11px rgba(0,0,0,0.28));
    margin-bottom: -2px;
    padding: 0 20px;
    margin-top: -1px;
}
body .navigation .level0 {
    margin: 0;
}
.navigation .level0 .submenu li{
    /* padding: 0 20px; */
}
.navigation .level0 .submenu li:hover {
    color: #fff;
    background-image: linear-gradient(0deg, #b30101 0%, #df272b 100%);
}
body .navigation .level0.active>.level-top,
body .navigation .level0.has-active>.level-top
{
    color: #fff;
}
body .navigation .level0>.level-top:hover,
body .navigation .level0>.level-top.ui-state-focus{
    background: #232323;
    color: #fff;
}
body .navigation .level0 .submenu {
    background: #232323;
    border: 0;
    box-shadow: none;
}
body .navigation .level0 .submenu a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'open_sansbold';
    letter-spacing: normal;
    font-size: 16px;
    border-bottom: 1px solid #999999;
    padding: 8px 20px;
    margin: 0 10px;
}
body .navigation .level0.parent>.level-top>.ui-menu-icon:after{
    content: none;
}
body .navigation .level0.parent>.level-top {
    padding-right: 26px;
}
.navigation .level0 .submenu li:last-child a {
    border: none;
}
body .navigation .level0 .submenu a:hover,
body .navigation .level0 .submenu a.ui-state-focus {
    background: transparent;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
body .navigation .level0 .submenu .active>a {
    color: #fff;
    border: 0;
    border-bottom: 1px solid #999999;
}
body .minicart-items .product-item-name {
    text-align: left;
}
body .minicart-items .update-cart-item{
    background: linear-gradient(to bottom, #b30001 0%, #ce181b 50%, #e1292d 100%);
    border-color: #b30001;
    text-transform: uppercase;
    font-family: 'open_sansbold';
    font-size: 12px;
    transition: all ease .4s;
    color: #fff;
    font-weight: normal;
    box-shadow: none !important;
}
body .minicart-items .update-cart-item:hover,
body .minicart-items .update-cart-item:focus,
body .minicart-items .update-cart-item:active {
    background: #434343;
    border-color: #434343;
    color: #fff;
    box-shadow: none !important;
}
a.action.viewcart:hover{
    color: #b90406;
}
.top-social {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.social-item {
    padding: 0 5px;
}


@media (min-width: 768px){
    .page-header .panel.wrapper{
        display: none;
    }
}


@media (max-width: 1199px){
    body .navigation .level0 {
        margin: 0 30px 0 0;
    }
    body .navigation .level0>.level-top {
        font-size: 20px;
    }
    .call a {
        font-size: 38px;
        line-height: 38px;
    }
    body .block-search {
        width: 300px;
    }
}

@media (max-width: 991px){
    body .header.content .logo {
        max-width: 160px;
    }
    body .block-search {
        width: 220px;
    }
    .header-call-title.enquiry {
        font-size: 18px;
        line-height: 18px;
    }
    .call a {
        font-size: 32px;
        line-height: 32px;
    }
    body .navigation .level0>.level-top {
        font-size: 16px;
    }
    body .navigation .level0 {
        margin: 0 18px 0 0;
    }
    body .navigation .level0 .submenu a {
        font-size: 16px;
    }
}

@media (max-width: 800px){
    .top-header-main{
        justify-content: center;
    }
}

@media (max-width: 767px){
    .header-main {
        /*display: none;*/
    }
    .header-account {
        display: none;
    }
    header.page-header {
        padding: 15px 0;
        /* background: #fff; */
    }
    header.page-header::after{
        /* display: none; */
    }
    body .block-search {
        width: auto;
        margin: 0;
        position: initial;
    }
    body .block-search .label {
        float: none;
        margin: 0;
    }
    body .block-search .control {
        border-top: 0;
        margin: 0;
        padding: 0;
    }
    body .block-search input {
        left: -300%;
        margin: 0;
        position: absolute;
        width: 100%;
        border: 0;
        height: 35px;
    }
    body .block-search .label.active+.control {
        position: absolute;
        width: 100%;
        top: 100%;
        display: block;
        left: 0;
        padding: 15px;
        background: #444;
    }
    body .slider-banners-main .block-search .label.active + .control{
        position: inherit;
        width: 100%;
        top: 100%;
        display: block;
        left: 0;
        padding: 0;
        background: none;
    }
    body .nav-toggle {
        font-size: 0;
        left: auto;
        position: relative;
        top: auto;
        order: 4;
    }
    body .header.content .logo {
        max-width: 190px;
        margin-right: auto;
    }
    body .page-header {
        border-bottom: 1px solid #d92226;
        position: relative;
    }
    body .header.content {
        position: initial;
    }
    body .nav-toggle:before,
    body .block-search .label:hover:before,
    body .block-search .label:before ,
    body .nav-toggle:hover:before{
        color: #fff;
    }
    body .block-search .label:before{
        margin: 0;
    }
    body .minicart-wrapper {
        margin: 0 10px;
    }
    body .minicart-wrapper .action.showcart:before, body .minicart-wrapper .action.showcart.active:before {
        width: 40px;
        height: 37px;
    }
    body .minicart-wrapper .action.showcart .counter-number {
        font-size: 11px;
    }
    body .minicart-wrapper {
        position: inherit;
    }
    .minicart-wrapper .action.showcart{
        position: relative;
    }
    body .minicart-wrapper .block-minicart {
        width: 100%;
        right: 0;
        left: 0;
        margin-top: 0;
    }
    body .nav-sections {
        transition: right .3s;
        left: auto;
        right: calc(-1 * (100% - 54px));
        background: #232323;
        border: none;
        margin: 0;
    }
    html.nav-open .nav-sections {
        left: auto;
        right: 0;
    }
    html.nav-open .page-wrapper {
        left: auto;
        right: calc(100% - 54px);
    }
    html.nav-before-open .page-wrapper {
        transition: right .3s;
        left: auto;
        right: 0;
    }
    body .nav-sections-item-content>.navigation {
        display: block;
    }
    .header-social {
        margin: 40px 0 0;
    }
    body .navigation a {
        padding: 0;
    }
    body .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
    body .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0;
    }
    body .navigation .level0 {
        margin: 0;
    }
    body .navigation .level0>.level-top {
        font-size: 22px;
        display: block;
    }
    body .navigation .parent .level-top:after {
        right: 0;
        top: 0;
    }
    body .navigation .level0.active .all-category .ui-state-focus {
        border: 0;
        padding: 8px 0 8px 18px;
        color: #fff;
    }
    body .navigation .level0 .submenu a {
        font-size: 15px;
        font-weight: normal;
        padding: 8px 0 8px 18px;
    }
    body .navigation .submenu:not(:first-child) ul>li a {
        color: #fff;
        text-transform: uppercase;
        font-family: "Bebas_Neue";
        letter-spacing: normal;
        font-size: 18px;
    }
    body .navigation .submenu:not(:first-child) ul>li a:hover,
    body .navigation .submenu:not(:first-child) ul>li a.ui-state-focus {
        background: transparent;
        color: #e0292d;
        text-decoration: none;
    }
    body .navigation .submenu:not(:first-child) .active>a {
        padding-left: 18px;
    }
    body .nav-sections ul.header.links {
        border-bottom: 0;
        padding: 0 15px;
    }
    body .nav-sections .header.links li {
        font-size: 18px;
    }
    body .navigation .level0,
    body .nav-sections .header.links li>a {
        border-top: 1px solid #fff;
    }
    body .navigation li.level0:last-child,
    .nav-sections .header.links li:last-child>a{
        border-bottom: 1px solid #fff;
    }
    body .nav-sections .header.links a, body .nav-sections .header.links a:hover{
        color: #fff;
        text-transform: uppercase;
        font-family: "Bebas_Neue";
        letter-spacing: normal;
        font-size: 22px;
        font-weight: normal;
        padding: 0;
        text-shadow: 0 4px 6px rgba(0,0,0,0.42);
        line-height: 61px;
    }
    .nav-sections .header.links a:hover{
        color: #e0292d;
    }
    body .nav-sections-item-title {
        background: #fff;
        border: 0;
        width: 50%;
    }
    body .nav-sections-item-title a{
        color: #444444;
        text-transform: uppercase;
        font-family: "Bebas_Neue";
        letter-spacing: normal;
        font-size: 18px;
        font-weight: normal;
    }
    body .nav-sections-item-title.active a{
        color: #fff;
    }
    body .nav-sections-item-content{
        padding: 0;
    }

    body .slider-banners-main .block-search .label {
        float: right;
        margin: .5rem;
        display: none;
    }

    .banners-main .block-search input[type="text"]{
        position: static;
    }
    body .slider-banners-main .block-search .action.search:before {
        font-size: 20px;
        line-height: 35px;
        color: #fff;
        content: '\e615';
        font-family: 'luma-icons';
    }
    body .banners-main .block-search .action.search{
        line-height: 28px !important;
        display: block;
        position: absolute;
        top: -1px;
    }
    body .banners-main .block-search .action.search span{
        display: none;
    }
    li.ui-menu-item.all-category {
        display: none;
    }
}
@media (max-width: 767px){
    body .header.content .logo{
        max-width: 210px;
    }
}
@media (max-width: 360px){
    body .header.content .logo{
        max-width: 170px;
    }
}

@media (min-width: 80px) and (max-width: 767px){
    #welcome-msg1,
    #html-body > div.page-wrapper > div.header-main > div > div > div.top-header-right {
        display: none;
    }

    #welcome-msg2 {
        display: block !important;
    }

    .header-main {
        background: #1f1f1f;
        display: flex;
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    #html-body > div.page-wrapper > div.sections.nav-sections {
        padding-top: 45px;
    }

/*    .slick-track {
        left: -60px !important;
    }*/

    header.page-header {
        padding: 55px 0px 20px 0px !important;
    }
    #welcomemsg1 {
        font-style: normal;
        text-align: left;
        text-transform: uppercase;
        font-weight: 400;
        font-family: "Bebas_Neue";
        text-shadow: 0 4px 6px rgb(0 0 0 / 42%);
        letter-spacing: 1.4px;
        font-size: 25px;
        line-height: 32px;
        box-sizing: border-box;
        color: #ff0005;
    }

    #welcomemsg2 > a {
        font-style: normal;
        text-align: left;
        box-sizing: border-box;
        text-decoration: none;
        background-color: transparent;
        transition: all ease .4s;
        text-transform: uppercase;
        color: #b5b5b5;
        font-weight: 400;
        font-family: "Bebas_Neue";
        text-shadow: 0 4px 6px rgb(0 0 0 / 42%);
        display: inline-block;
        letter-spacing: 1.4px;
        font-size: 25px;
        line-height: 32px;
        padding-left: 5px;
    }

    .owl-carousel > div.owl-stage-outer > div {
        text-align: center !important;
        left: 8% !important;
    }
}

#mageplaza-productslider-block-before-content-1 {
    display: none !important;
}

#outStockStatus::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #ffb203;
    position: relative;
    margin-right: 8px;
}

#inStockStatus::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: green;
    position: relative;
    margin-right: 8px;
}

@media (min-width:80px) and (max-width: 992px) {
    .emailmobile > a {
        font-size: 20px !Important;
    }
}

#layer-product-list > h1:nth-child(1) {
    font-style: normal;
    list-style: none none;
    line-height: normal;
    letter-spacing: normal;
    hyphens: auto;
    word-wrap: break-word;
    box-sizing: border-box;
    background-color: transparent;
    transition: all ease .4s;
    text-decoration: none;
    font-weight: 400;
    font-size: 25px;
    color: #444444;
    font-family: "open_sanssemibold";
    margin-bottom: 10px;
    text-transform: uppercase;
}

#layer-product-list > h1:nth-child(5),
#layer-product-list > div:nth-child(6) > div.toolbar-products-top > p,
#layer-product-list > h1:nth-child(6) {
    display:  none !important;

}

@media (min-width: 80px) and (max-width: 767px) {
    #layer-product-list > div:nth-child(2) > div.toolbar-products-top > p {
        padding-left: 10px;
    }
    #layer-product-list > div:nth-child(2) > div.toolbar-products-top > div.field.limiter {
        padding-bottom: 10px;
    }
    .filter-options-title-category {
        font-style: normal;
        box-sizing: border-box;
        background: linear-gradient(0deg, lightgray 0%, grey 100%);
        background-color: lightgray;
        box-shadow: none;
        border: none;
        border-radius: 0;
        font-weight: 400;
        left: auto;
        line-height: 16px;
        padding: 12px 10px;
        position: relative;
        text-align: center;
        top: auto;
        z-index: 2;
        width: 100%;
        color: black;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "Bebas_Neue";
        display: block;
    }

    .filter-options-title-category::after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        position: absolute;
        right: 15px;
        top: 50%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        transform: translateY(-50%);
    }
    .filter-options-content-custom {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 9600px) {

    .filter-options-title-category {
        font-style: normal;
        text-align: left;
        box-sizing: border-box;
        cursor: pointer;
        margin: 0;
        overflow: hidden;
        position: relative;
        text-transform: uppercase;
        word-break: break-all;
        z-index: 1;
        display: block;
        text-decoration: none;
        font-weight: normal;
        padding: 3px 40px 2px 15px;
        background: url(../images/filter-back.png);
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 24px;
        color: #fff;
        font-family: "Bebas_Neue";
        line-height: normal;
        border-radius: 15px 15px 0px 0;
    }

    .filter-options-title-category::after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;

        position: absolute;
        right: 15px;
        top: 50%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        transform: translateY(-50%);
    }

    #layered-filter-block > div.block-content.filter-content > div.filter-options-item > div.filter-options-content-custom {
        display: block;
    }
}


.filter-options-content-custom {
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    font-family: 'open_sansregular';
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #c9c8c8;
    border-radius: 0 0 15px 15px;
}

.filter-options-content-custom > ol > li > a {
    font-style: normal;
    list-style: none none;
    line-height: 1.5em;
    box-sizing: border-box;
    text-decoration: none;
    background-color: transparent;
    transition: all ease .4s;
    color: #232323;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'open_sansbold';
    font-weight: normal;
}
