﻿.text-black {
    color: #000;
}

.text-right {
    float: right;
}

h2#containerHeading {
    margin: 0 !important;
}

h3#filterTitle {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
}

.clearfix {
    *zoom: 1;
}

/*These 2 Htags - not in */
h2#containerHeading {
    margin: 0 !important;
}

h3#filterTitle {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.absolute-center, .news-item__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

a {
    transition: all 0.25s ease-in;
    cursor: pointer;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

h1, h2, h3, h4, h5 {
    margin-top: 0;
}

p {
    margin-top: 0;
    color: #000000;
}

ul {
    margin: 0;
    padding: 0;
}

.d-flex {
    display: flex;
}

/*slick*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
        opacity: 1;
    }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

/*---Header---*/
/*-Header-top-*/
.header-top {
    padding-top: 16px;
    padding-bottom: 15px;
}

    .header-top .container {
        justify-content: space-between;
    }

        .header-top .container .logo {
            display: inline-block;
            padding-top: 3px;
            padding-left: 3px;
        }

        .header-top .container .header-right .sub-nav {
            list-style-type: none;
            margin: 0 0 19px 10px;
        }

            .header-top .container .header-right .sub-nav li {
                display: inline-block;
                margin-right: 18px;
            }

                .header-top .container .header-right .sub-nav li:last-child {
                    margin-right: 0;
                    margin-left: 7px;
                }

                .header-top .container .header-right .sub-nav li p {
                    font-size: 0.875rem;
                    color: #888888;
                    margin: 0;
                }

                .header-top .container .header-right .sub-nav li a {
                    display: inline-block;
                    font-size: 0.875rem;
                    color: #888888;
                }

                    .header-top .container .header-right .sub-nav li a:hover {
                        color: #282828;
                    }

            .header-top .container .header-right .sub-nav .cart-icon a i {
                font-size: 1.0625rem;
                margin-right: 5px;
            }

        .header-top .container .header-right .search-form {
            display: flex;
        }

            .header-top .container .header-right .search-form input[type="search"] {
                width: 466px;
                height: 33px;
                display: inline-block;
                padding: 0 5px 0 8px;
                background: #ffffff;
                border-radius: 5px 0 0 5px;
                -webkit-border-radius: 5px 0 0 5px;
                border: 1px solid #aaaaaa;
                color: #aaaaaa;
                font-size: 1.09375rem;
                font-weight: 400;
                outline: none;
                font-family: 'PT Sans', sans-serif;
            }

            .header-top .container .header-right .search-form .btn-search {
                width: 44px;
                height: 33px;
                display: inline-block;
                padding-top: 3px;
                font-size: 1.125rem;
                color: #282828;
                background: #dedede;
                border-radius: 0 5px 5px 0;
                text-align: center;
                border-top: 1px solid #aaaaaa;
                border-right: 1px solid #aaaaaa;
                border-bottom: 1px solid #aaaaaa;
            }

/*-NavBar-*/
.nav-container {
    background: #222222;
}

    .nav-container .container {
        display: flex;
        justify-content: space-between;
    }

.main-nav {
    padding-left: 2px;
}

    .main-nav ul {
        list-style-type: none;
    }

        .main-nav ul li {
            display: inline-block;
        }

            .main-nav ul li a {
                display: inline-block;
                padding: 15px 17px;
                font-size: 1rem;
                color: #ffffff;
                text-transform: uppercase;
            }

                .main-nav ul li a:hover {
                    color: #e31f26;
                }

.btn-order {
    display: inline-block;
    background: #025486;
    font-size: 1.0625rem;
    color: #ffffff;
    padding: 15px 25px;
    text-transform: uppercase;
    margin-right: 4px;
}

.btn-order--open .quick-order {
    display: block;
}

.footer-center {
    background: #025486;
    padding: 20px 0 11px 0;
    text-align: right;
}

    .footer-center li {
        display: inline-block;
        padding-left: 6px;
        padding-right: 12px;
    }

        .footer-center li a {
            color: #fff;
            font-size: 14px;
        }

            .footer-center li a:hover {
                text-decoration: underline;
            }

footer .footer-top {
    background: #025486;
    padding-top: 50px;
}

    footer .footer-top .container {
        display: flex;
        justify-content: flex-start;
    }

    footer .footer-top .footer-box {
        padding-left: 7px;
    }

        footer .footer-top {
            color: #ffffff;
            font-weight: 400;
            text-transform: uppercase;
            margin-bottom: 11px;
        }

        footer .footer-top .footer-box ul {
            list-style-type: none;
        }

            footer .footer-top .footer-box ul li {
                padding-bottom: 6px;
                display: block;
                max-width: 200px;
            }

                footer .footer-top .footer-box ul li a {
                    display: inline-block;
                    color: #ffffff;
                }

                    footer .footer-top .footer-box ul li a:hover {
                        text-decoration: underline;
                    }

        footer .footer-top .footer-box address {
            font-style: normal;
            color: #ffffff;
            font-weight: 400;
            margin-bottom: 16px;
            padding-top: 11px;
        }

        footer .footer-top .footer-box .contact-block {
            font-style: normal;
            color: #ffffff;
            font-weight: 400;
            margin-bottom: 17px;
        }

footer .footer-accounts {
    width: 23.5%;
}

footer .footer-products {
    width: 19.8%;
}

footer .footer-contact {
    width: 32.2%;
}

footer .footer-updates {
    width: 24.5%;
}

footer .footer-bottom {
    background: #222222;
    padding: 12px 0 14px 0;
}

    footer .footer-bottom .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        footer .footer-bottom .container .footer-left a {
            display: inline-block;
        }

        footer .footer-bottom .container .footer-left .kmc-logo-footer {
            padding-left: 8px;
            margin-right: 42px;
        }

        footer .footer-bottom .container .footer-left .info-comber-logo {
            margin-right: 22px;
        }

        footer .footer-bottom .container .footer-right {
            width: 100%;
            max-width: 490px;
            padding-right: 3px;
            text-align: right;
        }

            footer .footer-bottom .container .footer-right p {
                font-size: 13px;
                color: #cccccc;
                font-weight: 400;
                margin-bottom: 0;
            }

footer .footer-top .footer-products ul li {
    padding-bottom: 5px;
}

.paginationSection {
    font-size: 18px;
    font-weight: bold;
}

.img-responsive-1 {
    position: relative;
    top: -8px;
}

.newsletter-form__input {
    display: block;
    border-radius: 3px;
    background: #fff;
    border: 0;
    outline: 0;
    height: 40px;
    padding: 0 14px;
    width: 100%;
    max-width: 290px;
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    margin-bottom: 10px;
}

.newsletter-form__select {
    display: block;
    border-radius: 3px;
    background: #fff;
    border: 0;
    outline: 0;
    height: 40px;
    padding: 0 12px;
    width: 100%;
    max-width: 290px;
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    margin-bottom: 10px;
    background-color: #fff;
    color: #666;
    -webkit-appearance: none;
}

    .newsletter-form__select::-ms-expand {
        display: none;
    }

.footer-updates h3 {
    margin-bottom: 7px !important;
}

.newsletter-form {
    padding-top: 10px;
}

.newsletter-form__submit {
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #cccccc;
    color: #000;
    border: 0;
    outline: 0;
    height: 40px;
    width: 100%;
    max-width: 130px;
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

button {
    transition: all 0.25s ease-in;
}

.container {
    width: 100%;
    max-width: 1285px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/*--Main content--*/
.site-section {
    width: 76%;
    float: left;
    padding-right: 16px;
}

/*-Sider Block-*/
.slider-block {
    width: 100%;
    margin-bottom: 15px;
}

    .slider-block img {
        display: block;
        width: 100%;
    }

.card-section {
    display: flex;
    justify-content: space-between;
}

    .card-section .card-wrapper {
        display: block;
        width: 100%;
        background: #eeeeee;
        padding: 9px 15px;
        margin-bottom: 26px;
        transition: all 0.25s ease-in;
    }

        .card-section .card-wrapper:nth-child(1) {
            background: #025486;
        }

            .card-section .card-wrapper:nth-child(1) h2,
            .card-section .card-wrapper:nth-child(1) h4,
            .card-section .card-wrapper:nth-child(1) .see-more {
                color: #fff;
            }

        .card-section .card-wrapper:nth-child(2) {
            margin-left: 6px;
            margin-right: 6px;
        }

        .card-section .card-wrapper h2 {
            font-size: 1.5rem;
            color: #025486;
            font-weight: 400;
            text-transform: uppercase;
            margin-bottom: 4px;
            word-spacing: -3px;
        }

        .card-section .card-wrapper h4 {
            font-size: 0.875rem;
            color: #000000;
            font-weight: 400;
            margin-bottom: 14px;
        }

        .card-section .card-wrapper .see-more {
            display: block;
            font-size: 12px;
            color: #e31f26;
            font-weight: 400;
            text-decoration: underline;
            text-transform: uppercase;
            text-align: center;
        }

        .card-section .card-wrapper .card-item {
            width: 100%;
            display: flex;
            margin-bottom: 13px;
            border: 1px solid #ccc;
            background: #fff;
        }

            .card-section .card-wrapper .card-item .item-img {
                width: 100px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                padding-left: 7px;
                padding-top: 0;
            }

            .card-section .card-wrapper .card-item .item-text {
                min-height: 131px;
                padding: 6px 0 7px 14px;
                margin: 0;
            }

                .card-section .card-wrapper .card-item .item-text img {
                    margin-bottom: 0px;
                }

                .card-section .card-wrapper .card-item .item-text p {
                    font-size: 13px;
                    color: #000000;
                    margin-bottom: 4px;
                    line-height: 15px;
                    padding-right: 8px;
                }

                .card-section .card-wrapper .card-item .item-text span {
                    font-size: 13px;
                    color: #e31f26;
                    text-decoration: underline;
                }

        .card-section .card-wrapper:nth-child(1) .card-item:nth-child(1) img {
            margin-bottom: 1px;
            margin-left: -6px;
        }

        .card-section .card-wrapper:nth-child(1) .card-item:nth-child(2) img {
            margin-bottom: -4px;
        }

        .card-section .card-wrapper:nth-child(1) .card-item:nth-child(3) img {
            margin-bottom: 0;
        }

        .card-section .card-wrapper:nth-child(1) .card-item:nth-child(4) img {
            margin-bottom: 0;
            margin-top: -6px;
        }

        .card-section .card-wrapper:nth-child(2) .card-item:nth-child(1) img {
            margin-bottom: -3px;
            margin-left: -4px;
        }

        .card-section .card-wrapper:nth-child(2) .card-item:nth-child(2) img {
            margin-bottom: -2px;
            margin-left: -4px;
        }

        .card-section .card-wrapper:nth-child(2) .card-item:nth-child(3) img {
            margin-bottom: 2px;
            margin-top: 4px;
            margin-left: -3px;
        }

        .card-section .card-wrapper:nth-child(2) .card-item:nth-child(4) img {
            margin-bottom: 0;
            margin-top: -6px;
            margin-left: -2px;
        }

        .card-section .card-wrapper:nth-child(3) .card-item:nth-child(1) img {
            margin-bottom: -1px;
            margin-left: -4px;
        }

        .card-section .card-wrapper:nth-child(3) .card-item:nth-child(2) img {
            margin-bottom: -2px;
            margin-left: -4px;
            margin-top: -2px;
        }

        .card-section .card-wrapper:nth-child(3) .card-item:nth-child(3) img {
            margin-bottom: 2px;
            margin-top: -5px;
            margin-left: -3px;
        }

        .card-section .card-wrapper:nth-child(3) .card-item:nth-child(4) img {
            margin-bottom: -3px;
            margin-top: -6px;
            margin-left: -5px;
        }

        .card-section .card-wrapper .see-more {
            display: block;
            margin-bottom: 7px;
            font-size: 0.875rem;
            color: #e31f26;
            font-weight: 400;
            text-decoration: underline;
            text-transform: uppercase;
            text-align: center;
        }

.main-nav li {
    position: relative;
}

    .main-nav li:hover {
        background: #383838;
    }

.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #383838;
    width: 700px;
    padding: 20px 30px;
    z-index: 999;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
    display: none;
}

.sub-menu__title {
    text-transform: uppercase;
    font-size: 1.875rem;
    color: #666;
    line-height: 1;
    padding-bottom: 20px;
}

.sub-menu__menu-column {
    display: flex;
    justify-content: space-between;
}

    .sub-menu__menu-column ul {
        min-width: 200px;
    }

        .sub-menu__menu-column ul li {
            display: block;
            padding-bottom: 6px;
        }

            .sub-menu__menu-column ul li a {
                text-transform: none;
                padding: 0;
            }

        .sub-menu__menu-column ul .important > a:hover {
            text-decoration: underline;
        }

.important > a {
    color: #e31f26 !important;
}

.inputLabel {
    font-weight: bold;
}

/*---Video Section---*/
.video-block {
    display: flex;
}

    .video-block .video-item {
        width: 33.333333333%;
        text-align: center;
    }

    .video-block .video-box {
        position: relative;
        display: block;
    }

        .video-block .video-box img {
            display: block;
            width: 100%;
        }

        .video-block .video-box .title-video {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding-top: 18px;
            position: absolute;
            top: 0;
        }

            .video-block .video-box .title-video h4,
            .video-block .video-box .title-video h3 {
                text-align: center;
            }

            .video-block .video-box .title-video h4 {
                font-size: 1.5rem;
                font-weight: 400;
                color: #fff;
                margin-bottom: 0px;
                text-transform: uppercase;
                text-shadow: 0 0 21px rgba(0, 0, 0, 0.43);
            }

            .video-block .video-box .title-video h3 {
                font-size: 2.75rem;
                font-weight: 400;
                color: #fff;
                line-height: 43px;
                margin-bottom: 10px;
                text-shadow: 0 0 21px rgba(0, 0, 0, 0.43);
                text-transform: uppercase;
            }

            .video-block .video-box .title-video .btn-play-red {
                display: block;
                width: 61px;
                height: 62px;
                border-radius: 50%;
            }

.video-item__see-all {
    color: #e31f26;
    font-size: 14px;
    display: inline-block;
    margin: 10px 0;
    text-decoration: underline;
}

/*---Left Sidebar---*/
.left-sidebar {
    width: 24%;
    float: left;
}

.product-item {
    background: #eeeeee;
    padding: 10px 10px;
}

.product-item__img img {
    display: block;
    max-width: 100%;
}

.product-item__title {
    text-align: center;
    color: #025486;
    font-size: 1.125rem;
    padding-bottom: 15px;
}

.product-item__title2 {
    font-size: 1rem;
    padding: 15px 0 3px 0;
    padding-right: 40px;
}

.product-item__description {
    font-size: 0.875rem;
    padding-bottom: 18px;
    line-height: 17px;
}

    .product-item__description p {
        margin-bottom: 0;
        min-height: 15px;
    }

.product-item__add-cart {
    font-size: 0.875rem;
    display: inline-block;
    background: #fff;
    padding: 0 12px;
    border: 1px solid #ccc;
    line-height: 35px;
    margin-bottom: 20px;
    color: #333;
    transition: .3s;
}

    .product-item__add-cart .fa {
        margin-right: 6px;
        font-size: 1rem;
    }

    .product-item__add-cart:hover {
        background: #333;
        color: #fff;
    }

.banner {
    display: block;
    margin: 24px 0;
}

    .banner img {
        display: block;
        max-width: 100%;
    }

.product-video {
    background: #eeeeee;
    margin: 5px 0 0 0;
    padding: 19px 10px;
    text-align: center;
    position: relative;
}

.product-video__link {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 500;
}

.product-video__title-1 {
    font-size: 1.125rem;
    color: #025486;
}

.product-video__title-2 {
    font-size: 1rem;
}

.product-video__img {
    padding: 7px 0;
    display: block;
}

    .product-video__img img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

.product-video__shop {
    color: #e31f26;
    font-size: 0.875rem;
    text-decoration: underline;
}

    .product-video__shop:hover {
        text-decoration: none;
    }

.twitter-widget {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.btn-order {
    position: relative;
}

.quick-order {
    position: absolute;
    width: 290px;
    top: 100%;
    right: -1px;
    z-index: 500;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.5);
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: none;
}

.quick-order__title {
    background: #025486;
    font-size: 0.875rem;
    color: #fff;
    padding: 13px 10px;
    margin-bottom: 25px;
    text-transform: none;
}

.quick-order__body {
    padding: 0 25px;
    font-size: 1rem;
    color: #000;
    text-transform: none;
}

.row-order {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

    .row-order input {
        display: block;
        height: 40px;
        border: 2px solid #ccc;
        border-radius: 3px;
        width: 100%;
        outline: none;
        padding: 0 5px;
    }

.row-order__left {
    width: 167px;
}

.row-order__right {
    width: 50px;
}

.product-item__add-cart_quick {
    margin-top: 15px;
    background: #efefef;
}

/*---Brands Section---*/
.brands-section {
    border-top: 4px solid #222222;
}

.item-brand {
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .item-brand img {
        display: block;
        max-width: 90%;
    }

/*----------news------------*/
.news {
    background: #eeeeee;
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 23px 60px 30px 20px;
    position: relative;
}

.news__title {
    text-align: center;
    color: #025486;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 19px;
    padding-left: 48px;
    word-spacing: -3px;
}

.news__all {
    position: absolute;
    right: 15px;
    top: 34px;
    text-decoration: underline;
    font-size: 13px;
    color: #e31f26;
}

.news__list {
    display: flex;
}

.news-item {
    margin-bottom: 30px;
    width: 31.5%;
    margin-right: 2.75%;
    position: relative;
}

    .news-item:nth-child(3n) {
        margin-right: 0;
    }

.news-item__link {
    display: block;
    z-index: 400;
}

.news-item__img img {
    display: block;
    width: 100%;
}

.news-item__date {
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
    color: #4f4f4f;
}

.news-item__title {
    color: #000;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 9px 0px 2px 0;
}

.news-item__description {
    font-size: 0.9375rem;
    line-height: 18px;
}

    .news-item__description a {
        color: #bd100f;
        font-weight: 700;
    }

        .news-item__description a:hover {
            text-decoration: underline;
        }

.news__link {
    width: 0;
    height: 0;
    display: block;
    border-top: 22px solid transparent;
    border-left: 22px solid #000;
    border-bottom: 22px solid transparent;
    position: absolute;
    right: 17px;
    top: 143px;
    transition: .3s;
}

    .news__link:hover {
        opacity: .7;
    }

.header-links {
    display: inline-block;
    font-size: 1rem;
    color: #888888;
    font-family: 'PT Sans', sans-serif;
    /*margin-bottom: 15px;*/
    margin-left: 10px;
    margin-bottom: 15px;
    font-size: .87em;
}

    .header-links:visited {
        color: #888888 !important;
    }

btn-order {
    display: inline-block;
    background: #025486;
    font-size: 1.0625rem;
    color: #ffffff;
    padding: 30px 25px;
    text-transform: uppercase;
    margin-right: 4px;
}

/*body {
    height: 100%;
    width: 100%;
    font-family: sans-serif;
}

img, video, svg {
    height: 100%;
    width: 100%;
}

    img[data-object-fit="contain"] {
        object-fit: contain;
    }*/ 

.compat-object-fit {
    background-size: contain;
    background-position: center center;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    /*filter: gray;*/ /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

    img.grayscale.disabled {
        filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
        -webkit-filter: grayscale(0%);
    }

.object-fit__cover {
    object-fit: cover;
}

.object-fit__fill {
    object-fit: fill;
}

.object-fit__contain {
    object-fit: contain;
}

.object-fit__none {
    object-fit: none;
}

.object-fit__scale-down {
    object-fit: scale-down;
}

.object-fit__container {
    position: relative;
    overflow: hidden;
    margin: 2%;
    height: 200px;
    width: 100%;
    background: black;
}

.object-fit__container--large {
    height: 400px;
}

.object-fit__container h1, .object-fit__container p {
    z-index: 2;
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px;
    position: absolute;
}

.object-fit__container h1 {
    top: 5%;
    text-transform: uppercase;
    font-size: 30px;
}

.object-fit__container p {
    bottom: 5%;
}

.object-fit__container a {
    color: white;
}

.search-container {
    display: grid;
}

.grid-container {
    display: grid;
    margin: 25px 25px 0px 25px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.item1 {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 1;
}

.item2 {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 2;
}

.item3 {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 3;
    grid-column-end: 3;
}

.item4 {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 4;
    grid-column-end: 4;
}

.row2-item1 {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 6;
}

.row2-item2 {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 5;
    grid-column-end: 5;
    background-color: white;
    display: inline-block;
}

.grid-logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.grid-search {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 1;
    order: 2;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .grid-container {
        display: flex;
    }

    .grid-logo {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .navbar-toggle {
        margin-top: -50px;
    }

    .grid-search {
        margin-top: -50px;
    }

    .searchResultsImage {
        /*height: 120px;
        width: 150px;*/
        max-height: 200px;
        max-width: 200px;
        padding: 10px;
        margin: 0 auto;
        vertical-align: middle;
    }

    .catalogTileTitle {
        font-size: 16px;
    }

    .catalogTileLink {
        font-size: 16px;
        max-width: 100%;
    }
    .sortContainer {
        max-width: 30% !important;
    }
    .ProductTileContainer > .col-md-12, .KMCone {
        margin: 30px auto 0px auto !important;
    }
}

@media only screen and (min-width: 600px) {
    .grid-search {
    }

    .grid-container {
        margin-right: 3%;
        margin-left: 3%;
    }

    .catalogTileTitle {
        font-size: 16px;
    }

}

.footer {
    width: 100%;
    position: relative;
    height: auto;
    background-color: #025486;
    margin-top: 20px;
    padding-top: 20px;
}

    .footer .col {
        width: 240px;
        height: auto;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 0px 20px 20px 20px;
        display: inline-block;
        color: white;
    }

        .footer .col h1 {
            margin: 0;
            padding: 0;
            font-family: inherit;
            font-size: 12px;
            line-height: 17px;
            padding: 20px 0px 5px 0px;
            color: rgba(255,255,255,0.2);
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 0.250em;
        }

        .footer .col ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .footer .col ul li {
                color: #999999;
                font-size: 14px;
                font-family: inherit;
                padding: 5px 0px 5px 0px;
                cursor: pointer;
                transition: .2s;
                -webkit-transition: .2s;
                -moz-transition: .2s;
            }

@media only screen and (max-width: 950px) {
    .footerColumns {
        display: block;
    }

    .footer .col {
        display: inline-block;
    }

        .footer .col h1 {
            font-size: 14px;
        }

        .footer .col ul li {
            font-size: 13px;
        }

    .grid-search {
        grid-column-start: 6;
    }
}

.navLogo {
    height: 100px;
    float: left;
    margin: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.badge-icon {
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    background-color: lightcoral;
    width: 20px;
    height: 20px;
}

.site-logo {
    width: 175px;
    height: 60px;
}

.categoryLevelOne {
    padding-top: 20px !important;
}

.admin-links {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
}

.account-links {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
}

.social ul li {
    display: inline-block;
    padding-right: 5px !important;
}

.footer .col ul li:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}

.clearfix {
    clear: both;
}

.tile-brand-image-container {
    padding-bottom: 10px;
    display: flex;
}



@media only screen and (min-width: 1280px) {
    .contain {
        width: 1200px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1139px) {
    .contain .social {
        display: block;
    }

    .social h1 {
        margin: 0;
    }
}

@media only screen and (max-width: 340px) {
    .footer .col {
        width: 100%;
        display: inline-block;
    }
}

@media only screen and (max-width: 777px) {
    .slick-list {
        height: 200px;
    }

    .categoryNav {
        display: none;
    }

    .footer .col {
        width: 50%;
        display: inline-block;
    }

        .footer .col h1 {
            font-size: 14px;
        }

        .footer .col ul li {
            font-size: 13px;
        }

    .grid-logo {
        margin-bottom: 20px;
        left: -30px;
        position: relative;
    }

    .img-responsive {
        margin-top: 15px;
    }

    .img-responsive-1 {
        margin-top: 15px;
    }
    div#navbar {
        min-height: 125px;
    }
    .sortContainer {
        max-width: 50%;
    }
    .searchContent > .text-right {
        margin-top: 5px;
    }
    .grid-search {
        grid-column-start: 8 !important;
    }

    .admin-links {
        grid-column-start: 8 !important;
        grid-column-end: 8 !important;
    }
}

.featuredCategoriesSection div a {
    margin-left: 0 !important;
}

@media only screen and (max-width: 1300px) {
    .navItemsContainer {
        margin-left: 0;
        /*min-width: 1143px;*/
    }
}

@media only screen and (min-width: 1300px) {
    .categoryNav {
        display: flex !important;
        justify-content: center;
    }
    .navItemsContainer {
        /*margin-left: 150px;*/
        justify-content: space-evenly;
        display: flex;
        width: 100%;
    }
        .navItemsContainer.userNoAuth {
            max-width: 900px;
        }
}

.logo-container {
    width: 100%;
    max-width: 1285px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: flex;
}

.container h2 {
    padding-left: 0;
}

@media only screen and (max-width: 700px) {
    .homePageHeader {
        margin-top: 5px;
    }


}

@media only screen and (min-width:600px) and (max-width: 777px) {
    .navbar-toggle {
        display: block !important;
        margin-top: 0;
    }
}

.kmc-featured-categories {
    display: flex;
}

.homePageHeader {
    margin-top: 25px;
    font-size: 4vmin;
    background: #ececec;
    padding: 5px;
}
 
#FeaturedBrandsHeader, #FeaturedProductsHeader {
    margin-top: 25px;
    background: #ececec;
    padding: 5px;
}

footer {
    margin: 0 auto;
}

.ui-widget-overlay {
    background: #AAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .80;
    filter: Alpha(Opacity=30);
}

.footer-contact {
    min-width: 200px;
}

.ui-dialog-titlebar-close {
    padding: 0 !important;
}

    .ui-dialog-titlebar-close:after {
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        /* Change path to image*/
        background-image: url(../../Content/images/ui-icons_777777_256x240.png);
        background-position: -96px -128px;
        background-repeat: no-repeat;
    }

.ui-widget-header {
    background: #cccccc url(../../Content/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x !important;
    border-color: #ccc;
}

#footerEmail {
    border-radius: 0 !important;
    margin-top: 5px;
}

#footerEmailSubmit {
    border-radius: 0 !important;
    margin-top: 5px;
}

.featuredCategory {
    width: 100% !important;
}

.productDescription {
    width: 300px;
}

.ProductTileContainer {
    display: flex;
    padding-bottom: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    border-bottom: 1px solid #cfcfcf;
}

.KMCProductTileContainer {
    padding-bottom: 30px;
    margin-top: 10px;
}

.one {
    flex: 1 1 auto;
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.KMCone {
    margin-right: 40px;
    width: 200px;
    text-align: center;
    vertical-align: middle;
}

.image-container {
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
}

.two {
    flex: 0 0 auto;
    width: 100px;
}

.three {
    flex: 1 1 200px;
    max-width: 800px;
    min-width: 200px;
    margin-right: 10px;
}

.catalogTileTitle {
    font-size: 18px;
    max-width: 27vw;
}

.catalogTileID {
    padding-top: 5px;
    font-size: 14px;
}

.four {
    flex: 1 1 auto;
    max-width: 300px;
}

.image-content {
    /*max-width: 15vw;*/
}

.brand-logo-missing-product-image {
    max-height: 140px;
    display: table-cell;
    opacity: 0.15;
    filter: grayscale(100%);
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

/*@media only screen and (min-width: 600px) and (max-width: 700px) {
    .image-content {
        //max-width: 15vw;
        max-height: 200px;
        max-width: 200px;
        padding: 10px;
    }
}
*/

@media only screen and (min-width: 700px) and (max-width: 1050px) {
    .image-content {
        /*max-width: 25vw;*/
        max-height: 200px;
        max-width: 200px;
        padding: 10px;
    }
}

@media only screen and (max-width: 700px) {

    .grid-container {
        padding: 5px;
    }

    .searchContent {
        padding: 10px;
    }

    .four, .three, .one {
        margin-left: 20px;
    }

    .two {
        order: 3;
    }

    .three {
        flex: 1 1 400px;
    }

    .image-content {
        /*max-width: 30vw;*/
        padding: 10px;
    }

    .catalogTileTitle {
        font-size: 16px;
        min-width: 100%;
    }

    .catalogTileID {
        font-size: 14px;
        padding-top: 5px;
    }

    .cartButton {
        height: 42px;
    }

    .hoverForPricing {
        font-size: 12px;
        font-weight: bold;
        width: 75px;
        float: left;
    }

}

@media only screen and (max-width: 775px) {
    .admin-links {
        grid-column-start: 8;
        grid-column-end: 8;
    }
}


.footer-link {
    margin-bottom: 40px;
}

.footer-extra-wide {
    width: 250px;
}

.history-link {
    padding: 5px;
}

.breadcrumbs-container {
    margin-top: 10px;
    font-size: 14px;
    padding-bottom: 15px;
}

.breadcrumbs-container a:hover {
    text-decoration: underline;
}

.shopBrandBody {
    margin: 0 15px;
}

.letterLinkSection {
    padding-bottom: 20px;
    font-weight: bold;
}

/* Fix fo9r KMC mobile header icon */
@media only screen and (max-width: 600px) {
    .grid-search {
        text-align: center;
    }

    div#navItems {
        margin: -15px 0;
        text-align: center;
    }
    div#navbar {
        min-height: 165px;
    }
    .content {
        margin: -15px 5px 0px 5px !important;
    }
    .colmd {
        margin: 0 20px;
    }
}

#loggedOut h2 {
    padding: 0;
}

.categoryNav a:visited {
    color: white;
}
.breadcrumbs-container text:nth-child(2) {
    margin: 0px 7px 0px 2px;
    top: -1px;
    position: relative;
}
a.categoryLevelOneLink {
    text-transform: uppercase;
}

@media (min-width:778px) and (max-width:1300px) {
    .carouselLeft {
        top: 260px;
    }

    .carouselRight {
        top: 260px;
    }
}


@media only screen and (max-width: 360px) {
    img.carouselRight.slick-arrow {
        left: 70vw;
    }
}

.categoryLevelOne {
    font-size: 14px;
}


@media (min-width:1590px) {
    .shoppingCartTable {
        max-width: 925px !important;
    }
}

@media (max-width:1590px) {
    .navItemsContainer {
        width: 100%;
    }
}

/* START DOTS*/

/* Slider */
.slick-list {
    height: 100% !important;
}
/*ic*/
.slick-track {
    height: 100% !important;
}
/*ic*/
.slick-dots {
    z-index: 10;
}
  
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-next:hover:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        /*font-family: 'slick';*/ /*ic*/
        font-size: 50px; /* 35px; */ /*ic*/
        line-height: 1;
        opacity: .8; /* 65; */ /*ic*/
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    /*left: -25px;*/
    left: 30px;
    z-index: 11; /* 10 */
    opacity: .7;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
 
.slick-prev {
    width: 30px;
    height: 30px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20width%3D%2730px%27%20height%3D%2730px%27%20viewBox%3D%270%200%2050%2080%27%20xml%3Aspace%3D%27preserve%27%3E%3Cpolyline%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20points%3D%2745.63%2C75.8%200.375%2C38.087%2045.63%2C0.375%20%27%3E%3C/polyline%3E%3C/svg%3E) !important;
}
 
.slider-on-content .slick-prev {
    width: 22px;
    height: 22px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20width%3D%2722px%27%20height%3D%2722px%27%20viewBox%3D%270%200%2050%2080%27%20xml%3Aspace%3D%27preserve%27%3E%3Cpolyline%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20points%3D%2745.63%2C75.8%200.375%2C38.087%2045.63%2C0.375%20%27%3E%3C/polyline%3E%3C/svg%3E) !important;
}
 
.slick-prev:hover {
    opacity: 1
}
 
.slick-next {
    /*right: -25px;*/
    right: 30px;
    z-index: 11; /* 10 */
    opacity: .7;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
 
.slick-next {
    width: 30px;
    height: 30px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20width%3D%2730px%27%20height%3D%2730px%27%20viewBox%3D%270%200%2050%2080%27%20xml%3Aspace%3D%27preserve%27%3E%3Cpolyline%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20points%3D%270.375%2C0.375%2045.63%2C38.087%200.375%2C75.8%20%27%3E%3C/polyline%3E%3C/svg%3E) !important;
}
 
.slider-on-content .slick-next {
    width: 22px;
    height: 22px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20width%3D%2722px%27%20height%3D%2722px%27%20viewBox%3D%270%200%2050%2080%27%20xml%3Aspace%3D%27preserve%27%3E%3Cpolyline%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20points%3D%270.375%2C0.375%2045.63%2C38.087%200.375%2C75.8%20%27%3E%3C/polyline%3E%3C/svg%3E) !important;
}
 
.slick-next:hover {
    opacity: 1
}
 
.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 10px;
            height: 10px;
            padding: 5px;
            cursor: pointer;
            color: black;
            border: 0;
            outline: none;
            background: black;
            border-radius: 20px
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

.slick-active button {
    background: red !important;
}

.carouselLeft, .carouselRight, .slick-arrow {
    display: none !important;
}

/*END DOTS*/

div#filterIcon {
    margin: 2px 10px;
}

.ml-auto {
    margin-left: auto;
}

.home__featuredBrands-Section {
    max-width: unset !important;
    min-width: unset !important;
}

.categoryLevelOne > a, .toggle-btn, .categoryLevelOne {
    font-size: 12px !important;
}

.quickAdd {
    margin-top: 0px;
}
 
@media (max-width:600px) {
    .quickAdd {
        width: 100%;
        text-align: center;
    }

        .quickAdd input#quickAddField {
            width: 120px;
        }

    .cartSummary {
        max-width: unset !important;
    }

    .orderCommentsContainer > h3 {
        margin: 20px 0;
    }

    .cartSummary__ShippingPolicy {
        margin: 15px 0 10px 0;
    }
}


.subCategory a, .subCategory, li.subCategory a {
    color: white !important;
}

    .subCategory a:hover, .subCategory:hover, li.subCategory a:hover {
        color: gray !important;
    }

.KMC_red {
    color: #e31f26 !important;
}
 

/* Menubar Font Tweaks*/
@media only screen and (max-width: 1220px) {
    .navItemsContainer {
        width: 100%;
    }

    .categoryLevelOne > a, .toggle-btn, .categoryLevelOne {
        font-size: .9vw !important;
        padding-left: 5px;
        padding-right: 5px;
    } 
}

/*Mobile menu font tweaks*/
@media only screen and (max-width: 600px) {
    ul#fullscreenmenu-ul .header a {
        font-size: 5vw !important;
        padding: 5px 0;
    }

    ul.submenu.showmenu {
        overflow-y: auto;
    }
}