@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);

@font-face {
    font-family: 'SlateProBook';
    src: url('/fonts/SlateProBook/font.woff2') format('woff2'),
    url('/fonts/SlateProBook/font.woff') format('woff');
}
@font-face {
    font-family: 'SlateProBookItalic';
    src: url('/fonts/SlateProBookItalic/font.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/SlateProBookItalic/font.woff') format('woff');
}
@font-face {
    font-family: 'SlateProMedium';
    src: url('/fonts/SlateProMedium/font.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/SlateProMedium/font.woff') format('woff');
}
@font-face {
    font-family: 'SlateProMediumItalic';
    src: url('/fonts/SlateProMediumItalic/font.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/SlateProMediumItalic/font.woff') format('woff');
}

body, html, h1, p, h2, h4 {
    font-family: 'SlateProBook';
}

.text-center .btn, .text-center .btn-group {
    font-size: 16px
}

.page-title {
    background-color: #003087;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {

    background: #003087 !important;
}

.shop-view > a.active {
    border-color: #003087;
    background-color: #003087;
}

.pagination .pages > li.active > a {
    border-color: #003087;
    background-color: #003087;
}

.btn {
    background: #003087;
    border: 1px solid #003087;
    color: white;
}

.btn.btn-danger {
    background-color: #ff5252;
    border: 1px solid #ff5252;
}

.btn:hover, .btn-primary:hover {
    background: #003087 !important;
    border: 1px solid #003087 !important;
    color: white !important;
}

.site-footer .btn {
    background: #E01930;
    border: 1px solid #E01930;
    color: white;
}

.site-footer .btn:hover, .site-footer .btn-primary:hover {
    background: #E01930 !important;
    border: 1px solid #E01930 !important;
    color: white !important;
}

.site-footer {
    border-top: 10px solid #003087;
}

.checkout-steps > a.active {
    background-color: #003087;
}
.checkout-steps > a.active > .angle:after {
    border-left-color: #003087;
}

.page-title .text-bold {
    color: white;
}

.navbar {
    border-top: 10px solid #003087;
}

.page-title .breadcrumbs li, .page-title .breadcrumbs li a {
    color: white;
}

.page-title .btn, .page-title .btn:hover {
    color: white;
    border: 0;
    background: transparent;
}

.site-footer {
    background-color: #2b2b2b
}

.scroll-to-top-btn {
    width: 60px;
    height: 60px;
    font-size: 35px;
    line-height: 45px;
    background-color: #b01d34
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control .custom-control-label:before {
    border-radius: .25rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff
}

.custom-control-label:after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    content: "\E116"
}

.custom-control .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #0da9ef
}

.custom-control .custom-control-input:disabled ~ .custom-control-label {
    color: #9da9b9;
    cursor: not-allowed
}

.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.breadcrumbs {
    text-align: right;
}

.owl-carousel .owl-stage {
    margin: 0 auto;
}

.toolbar .cart.hover > .toolbar-dropdown {
    display: block;
    -webkit-animation: submenu-show .3s cubic-bezier(.68, -.55, .265, 1.55);
    animation: submenu-show .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    cursor: pointer
}

.dealer-login {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 678px) {
    .dealer-login {
        background-position: 0 400px;
    }
}

.widget-categories ul > li > a, .widget-links ul > li > a {
    font-size: 15px
}

.widget-categories ul > li.has-children ul li a, .widget-links ul > li.has-children ul li a {
    font-size: 14px
}

.product-card {
    height: 100%
}

body {
    background: #fff no-repeat 50%/cover;
    color: #374250;
    font-family: 'SlateProBook';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em
}

.m_hero_slider {
    width: 100%;
    min-height: 580px;
    overflow: hidden;
    background: #333 no-repeat 50%/cover;
    color: #d7d7d7
}

.m_hero_slider > .owl-carousel {
    height: 580px
}

.m_hero_slider > .owl-carousel .c__slide, .m_hero_slider > .owl-carousel .owl-item, .m_hero_slider > .owl-carousel .owl-stage, .m_hero_slider > .owl-carousel .owl-stage-outer {
    height: 100%
}

.m_hero_slider > .owl-carousel.dots-inside .owl-dots {
    display: inline-block;
    left: 50%;
    width: auto;
    padding: 10px 22px 14px
}

@media (max-width: 991px) {
    .m_hero_slider > .owl-carousel .owl-next, .m_hero_slider > .owl-carousel .owl-prev {
        display: none
    }
}

@media (max-width: 1100px) {
    .m_hero_slider, .m_hero_slider > .owl-carousel {
        min-height: 430px
    }
}

.m_hero_slider .c__slide {
    width: 100%;
    padding: 64px 16px;
    text-align: center
}

.m_hero_slider .c__slide > .inner {
    max-width: 1170px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .m_hero_slider .c__slide {
        padding-top: 32px
    }
}

.m_hero_slider .c__slide-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 -16px
}

.m_hero_slider .c__slide-row-left, .m_hero_slider .c__slide-row-right {
    text-align: center;
    padding: 0 15px 48px;
    position: relative;
    width: 100%;
    min-height: 1px
}

.m_hero_slider .c__slide-row-right {
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .m_hero_slider .c__slide-row-left, .m_hero_slider .c__slide-row-right {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .m_hero_slider .c__slide-row-left {
        text-align: left
    }

    .m_hero_slider .c__slide-row-right {
        text-align: right
    }
}

@media (min-width: 992px) {
    .m_hero_slider .c__slide-row-left {
        -ms-flex: 0 0 41.67%;
        -webkit-box-flex: 0;
        flex: 0 0 41.67%;
        max-width: 41.67%
    }
}

.m_hero_slider > .owl-carousel.dots-inside .owl-dots {
    border-radius: 7px 7px 0 0;
    background-color: #616975;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.m_hero_slider > .owl-carousel .owl-next, .m_hero_slider > .owl-carousel .owl-prev {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.m_hero_slider > .owl-carousel .owl-prev {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px)
}

.m_hero_slider > .owl-carousel .owl-next {
    -webkit-transform: translateX(150px);
    transform: translateX(150px)
}

.m_hero_slider > .owl-carousel:hover .owl-next, .m_hero_slider > .owl-carousel:hover .owl-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.m_hero_slider > .owl-carousel .owl-dots.disabled {
    display: none
}

.m_hero_slider .c__slide {
    background: no-repeat 50%/cover;
    color: #d7d7d7
}

.m_hero_slider .c__slide .logo {
    display: inline-block;
    width: 100%;
    max-width: 150px;
    margin-bottom: 24px
}

.m_hero_slider .c__slide .subtitle, .m_hero_slider .c__slide .title {
    line-height: 1.2
}

@media (min-width: 768px) {
    .m_hero_slider .c__slide .subtitle, .m_hero_slider .c__slide .title {
        font-size: 30px
    }
}

.m_hero_slider .c__slide .title {
    margin: 0 0 8px;
    padding-top: 4px;
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 700
}

.m_hero_slider .c__slide .subtitle {
    margin: 0 0 24px;
    padding-bottom: 4px;
    font-size: 26px;
    font-weight: 300
}

.m_hero_slider .c__slide .figure_img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.m_hero_products_blocks {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 48px
}

.m_hero_products_blocks-inner {
    padding: 0 16px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.m_hero_products_blocks-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 -16px
}

.m_hero_products_blocks-row-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0 16px
}

@media (min-width: 1200px) {
    .m_hero_products_blocks {
        padding-left: 32px;
        padding-right: 32px
    }
}

.m_hero_products_blocks .heading {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 32px;
    text-align: center
}

@media (max-width: 576px) {
    .m_hero_products_blocks .heading {
        font-size: 50px
    }
}

@media (min-width: 768px) {
    .m_hero_products_blocks {
        padding-top: 72px
    }
}

.m_hero_products_blocks-row-col {
    margin-bottom: 32px
}

@media (min-width: 992px) {
    .m_hero_products_blocks-row-col:only-child {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .m_hero_products_blocks-row-col:only-child {
        -ms-flex: 0 0 83.33%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33%;
        max-width: 83.33%
    }
}

@media (min-width: 992px) {
    .m_hero_products_blocks-row-col:not(:only-child) {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1200px) {
    .m_hero_products_blocks-row-col:not(:only-child) {
        -ms-flex: 0 0 41.67%;
        -webkit-box-flex: 0;
        flex: 0 0 41.67%;
        max-width: 41.67%
    }
}

.m_hero_products_blocks-row.hero .c_product_block {
    padding: 48px 0
}

@media (min-width: 768px) {
    .m_hero_products_blocks-row.hero .c_product_block {
        padding: 72px 0
    }
}

.m_hero_products_blocks-row.product_blocks .c_product_block {
    padding: 24px 0
}

.m_categories_columns {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px
}

.m_categories_columns-inner {
    padding: 0 16px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.m_categories_columns-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 -16px
}

.m_categories_columns-row-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0 16px
}

@media (min-width: 1200px) {
    .m_categories_columns {
        padding-left: 32px;
        padding-right: 32px
    }
}

.m_categories_columns .heading {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 32px;
    text-align: center
}

@media (max-width: 576px) {
    .m_categories_columns .heading {
        font-size: 50px
    }
}

@media (min-width: 768px) {
    .m_categories_columns {
        padding-top: 24px
    }
}

.m_categories_columns-row-col {
    white-space: nowrap;
    height: 704px
}

.m_categories_columns-row-col:before, .m_categories_columns-row-col > .inner {
    display: inline-block;
    vertical-align: middle
}

.m_categories_columns-row-col:before {
    content: "";
    width: 0;
    height: 100%
}

.m_categories_columns-row-col > .inner {
    white-space: normal
}

@media (min-width: 992px) {
    .m_categories_columns-row-col {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1200px) {
    .m_categories_columns-row-col {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.m_categories_columns .item {
    text-align: center;
    background: transparent no-repeat top
}

.m_featured_products_cards {
    padding: 48px 16px;
    background-color: #f5f5f5
}

.m_featured_products_cards-inner {
    padding: 0 16px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.m_featured_products_cards-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 -16px
}

.m_featured_products_cards-row-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0 16px
}

@media (min-width: 1200px) {
    .m_featured_products_cards {
        padding-left: 32px;
        padding-right: 32px
    }
}

.m_featured_products_cards .heading {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 32px;
    text-align: center
}

@media (max-width: 576px) {
    .m_featured_products_cards .heading {
        font-size: 50px
    }
}

@media (max-width: 768px) {
    .m_featured_products_cards {
        padding-top: 72px;
        padding-bottom: 72px
    }
}

.m_featured_products_cards .cards {
    margin-bottom: 8px
}

.m_featured_products_cards .actions {
    text-align: center
}

.m_article_w_aside {
    padding: 32px 16px 48px;
    margin-top: 24px
}

.m_article_w_aside-inner {
    padding: 0 16px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.m_article_w_aside-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 -16px
}

.m_article_w_aside-article, .m_article_w_aside-aside, .m_article_w_aside-row-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0 16px
}

@media (min-width: 1200px) {
    .m_article_w_aside {
        padding-left: 32px;
        padding-right: 32px
    }
}

.m_article_w_aside .heading {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 32px;
    text-align: center
}

@media (max-width: 576px) {
    .m_article_w_aside .heading {
        font-size: 50px
    }
}

@media (min-width: 768px) {
    .m_article_w_aside {
        padding-top: 48px;
        padding-bottom: 72px
    }

    .m_article_w_aside-aside {
        -ms-flex: 0 0 33.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .m_article_w_aside-article {
        -ms-flex: 0 0 66.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
}

@media (min-width: 992px) {
    .m_article_w_aside-aside {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .m_article_w_aside-article {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
}

.c_product_block {
    display: block;
    background-color: #f5f5f5;
    border-radius: 8px;
    position: relative;
    text-align: center
}

.c_product_block .actions, .c_product_block .description, .c_product_block .img, .c_product_block .title {
    display: block;
    margin: 0 auto 16px
}

.c_product_block .actions:last-child, .c_product_block .description:last-child, .c_product_block .img:last-child, .c_product_block .title:last-child {
    margin-bottom: 0
}

.c_product_block .title {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 500
}

@media (min-width: 576px) {
    .c_product_block .title {
        font-size: 40px
    }
}

.c_product_block .description {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 400
}

@media (min-width: 768px) {
    .c_product_block .description {
        font-size: 24px
    }
}

.c_product_block .img {
    max-height: 500px;
    width: auto
}

.c_product_card {
    display: block;
    position: relative;
    width: 100%;
    padding: 18px;
    background-color: #fff
}

.c_product_card-badge {
    position: absolute;
    top: 15px;
    left: 18px
}

.c_product_card-thumb {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 224px
}

.c_product_card-thumb > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%
}

.c_product_card-actions {
    padding: 12px 0 8px;
    text-align: center
}

.c_product_card-actions > .btn {
    margin: 0 4px
}

.c_product_card .badge {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase
}

.c_product_card .title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    height: 40px;
    overflow: hidden
}

.c_product_card .title > a {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #374250;
    text-decoration: none
}

.c_product_card .title > a:hover {
    color: #b01d34
}

.c_product_card .price {
    display: block;
    margin-bottom: 10px;
    color: #606975;
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

.c_product_card .price > del {
    margin-right: 5px;
    color: #9da9b9
}

.hero-slider {
    position: relative;
    background: url('/img/hero-bg.png') !important;
    background-size: cover !important;
    padding-top: 70px !important;
    padding-bottom: 115px !important;
    background-position: right !important;
}

.hero-slider .container {
    width: 725px;
    min-height: 382px;
    padding: 50px !important;
    background: white;
    margin-top: 0 !important;
    position: relative;

    max-width: 725px !important;
}

.hero-slider .container .inner {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.hero-slider .background-element {

    content: '';
    display: block;
    height: auto;
    max-width: 628px;
    position: absolute;
    left: -76%;
    top: 62%;
    transform: translateY(-50%);
    z-index: 9;

}

.hero-slider.custom-products {
    background-position: right !important;
}

.hero-slider.custom-products .background-element {
    left: -36%;
}

.hero-slider h1 {
    font-size: 48px;
    font-family: 'SlateProBook';
    line-height: 52px;
    color: #002D89;
}

.hero-slider .container .inner {
    padding: 70px 63px !important;
}

.hero-slider h2 {
    color: #000000;
    font-family: 'SlateProBook';
    font-size: 20px;
}
.hero-slider-background {
    display: none;
}

@media(max-width: 768px) {
    .hero-slider {
        padding-bottom: 0 !important;
        padding-top: 0px !important;
    }

    .hero-slider-background {
        display: block;
        width: 100%;
    }

    .hero-slider .container .inner {
        padding: 40px 20px !important;
    }
    .hero-slider h1 {
        font-size: 28px !important;
        line-height: 31px;
    }
    .hero-slider h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .hero-slider .container {
        min-height: 386px;
    }
}

.checkout-footer .btn, .checkout-footer .btn:hover,
.shopping-cart-footer .btn, .shopping-cart-footer .btn:hover
{
    border-color: #B01C33;
    background: #B01C33;
}

.grid-item {
    display: inline-block !important;
}

.checkout-footer .btn-outline-secondary, .checkout-footer .btn-outline-secondary:hover,
.shopping-cart-footer .btn-outline-secondary, .shopping-cart-footer .btn-outline-secondary:hover
{
    border-color: #B01C33;
    background: white;
    color: #b01c33;
}

@media(max-width: 1500px) {

    .hero-slider .background-element {
        display: none;
    }
}

.hero-slider h1 {
    color: #002D89;
    font-size: 48px;
    font-family: 'SlateProBook';
}

.hero-slider .btn {

}

.site-footer .logos .logo:nth-of-type(1):after {
    content: '';
    height: 51px;
    width: 1px;
    background: #555555;
    display: block;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.site-footer .logos .logo:nth-of-type(1) {
    width: 130px;
    height: 69px;
    margin-left: 15px;
    margin-right: 40px;
}
.site-footer .logos .logo:nth-of-type(2) {
    width: 170px;
    height: 69px;
    margin-left: 40px;
}

.site-footer .logos {
    margin-bottom: 43px;
}

.site-footer .logos .logo img {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.site-footer .logos .logo {
    float: left;
    height: 69px;
    position: relative;
}

.product-card .product-title a {
    font-size: 18px;
    font-family: 'SlateProBook';
    color: #003087;
}

.product-card .product-price {
    font-size: 16px;
    font-family: 'SlateProMedium';
    color: #374250;
}

.product-buttons .btn {
    border: 1px solid #003087 !important;
    background: white !important;
    color: #003087 !important;
    font-size: 12px;
    font-family: 'SlateProBook';
}

.product-buttons .btn:hover {
    background: #003087 !important;
    color: white !important;
}

.sidebar .btn {
    border: 1px solid #53575A;
    background: white;
    color: #53575A;
}

.sidebar .btn:hover {
    background: #53575A;
    color: white;
}

.product-gallery .product-thumbnails > li.active > a {
    border-color: #53575A;
}

.text-white a, .text-white a:hover {
    color: white;
    text-decoration: none;
}

.site-footer {
    background: #2B2B2B;
}

select#mobile-category-picker {
    width: 100%;
    display: none;
}
.label-for-mobile-category-picker {
    display: none;
}

@media(max-width: 991px) {

    select#mobile-category-picker, .label-for-mobile-category-picker {
        display: block;
    }
    .widget-categories {
        display: none;
    }
}

.site-footer ul.half li {
    width: 50%;
    float: left;
}

li.child {
    MARGIN-LEFT: 20px;
}
li.child:BEFORE {
    display: none !important;
}
li.child:after {
    content: '';
    display: block;
    border-left: 1px solid #e1e7ec;
    width: 2px;
    height: 32px;
    position: absolute;
    left: 5px;
    top: 0;
}

.content h1 {
    font-size: 24px;
    font-family: 'SlateProBook';
    line-height: 26px;
    color: #B30032;
}

.content h2 {
    color: #B30032;
    font-size: 24px;
    font-family: 'SlateProBook';
    line-height: 26px;
}

.content a {

    color: #003087;
    text-decoration: none;
    font-weight: 600;
}

.content p {
    font-family: 'SlateProBook';
    font-size: 16px;
    color: #616975;
    line-height: 23px;
}

.sidebar {
    border: 0;
}

.sidebar .list-group-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-color: #979797;
    font-size: 16px;
    font-family: 'SlateProMedium';
}

.sidebar .list-group-item.active {
    background: white;
    color: #B30032;

}

.list-group-item:first-child {
    border-top: 1px solid #979797;
}

a.list-group-item.active:after {
    content: '';
    display: inline-block;
    /* background: #b30c32; */
    width: 0px;
    height: 0px;
    transform: rotate(
            270deg
    );
    border: 5px solid #B30032;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #2db96500;
    position: relative;
    top: 0px;
    left: 6px;
}
.list-group-item.active {
    border-color: #003087 !important;
    background-color: #003087 !important;
}
a.list-group-item.active:after {
    display: none;
}

.list-group-address {
    position: relative;
}

.list-group-address svg {
    position: absolute;
    top: 10px;
    right: 10px;
}

.site-logo img {

    max-height: 45px !important;
}

.btn-close {
    padding: 5px !important;
    width: auto;
    min-width: 21px;
    min-height: 21px;
    height: auto !important;
    line-height: 8px;
    padding-left: 6px !important;
    padding-bottom: 7px !important;
    margin-left: 10px !important;
}

.product-card {
    min-height: 415px;
}

.product-carousel {
    width: 100% !important;
    box-shadow: none !important;
}

@media(max-width: 768px) {
    .breadcrumbs {
        text-align: center;
    }
}

@media(max-width: 576px) {
    .site-logo {

        width: 175px;
    }
}

.custom-products-heading {
    font-size: 40px;
    line-height: 29px;
}

.product-description {
    font-size: 17px;
    line-height: 23px;
}

@media(max-width: 550px) {
    .logos {
        width: 100%;
        margin: 0 20px;
    }
    .site-footer .logos .logo:nth-of-type(1) {
        width: 35%;
        box-sizing: border-box;
        margin: 0;
    }
    .site-footer .logos .logo:nth-of-type(2) {
        width: calc(65% - 90px);
        box-sizing: border-box;
        margin: 0;
        margin-left: 70px;
    }
}

.loginscreen {
    border: 1px solid #dbe2e8;
    padding: 20px;
    border-radius: 10px;
}

.b-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.b-alert {
    text-align: left;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-icon {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    background: white;
    margin-right: 15px;
    border-radius: 55px;
    font-size: 40px;
    line-height: 39px;
    box-shadow: 0px 0px 10px #00000012;
}


@media(max-width: 575px) {

    .page-title .btn-outline-secondary {
        font-size: 22px;
        margin: -5px 0 10px;
    }
}
.must-login {

    font-size: 16px;
}

.page-title .btn {
    margin-bottom: 0px !important;
}

.page-title .btn:hover {
    border: none !important;
}

.site-menu > ul > li > a > span {
    font-size: 14px;
    color: #003087;
}

.site-menu ul > li > a {
    padding: 0 30px !important;
}

.site-menu ul li:nth-child(1):after {
    content: '';
    position: absolute;
    display: block;
    height: 43px;
    top: 15px;
    right: 0;
    border-right: 1px solid #a2c1e4;
}

.btn-outline {
    border: 1px solid rgb(151 151 151);
    color: rgb(151 151 151);
    background: white;
}

.hero-slider .buttons {

    overflow: auto;
    text-align: center;
    margin-top: 30px;
}

.hero-slider .buttons .btn {
    display: inline-block;
    padding: 19px 30px;
    height: 68px;
    border-radius: 300px;
    font-size: 24px;
    text-transform: none !important;
    line-height: 30px;
    letter-spacing: 0;
    font-family: 'SlateProMedium';
}

.site-menu ul li a img {
    width: 16px;
    margin-left: 9px;
}

.site-menu ul li a .hover {
    display: none;
}

.site-menu ul li a:hover .normal {
    display: none;
}

.site-menu ul li a:hover .hover {
    display: inline-block;
}
.site-menu ul li a:hover span {
    color: #B30032;
}