html {
    scroll-behavior: smooth;
}

body {
    /*font-weight:300;*/
    font-size: 12pt !important
}

#showcase.about-us {
    padding: 60px 0px !important;
    margin-bottom: 0px !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

#showcase .section-title {
    width: auto;
    text-align: center;
    margin-bottom: 60px;
}

#showcase .section-title h3 {
    font-weight: 900;
}

hr.line {
    max-width: 200px;
    height: 7px;
    border: none;
    background: #FF3A1C;
    margin-bottom: 20px;
}

a.button {
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: Raleway, Lato, sans-serif;
    letter-spacing: 1px;
    display: inline-block;
}

a.button:hover {
    text-decoration: none;
}

a.button.plain-gray {
    color: #57616B;
    text-decoration: underline;
    font-weight: 600;
}

a.button.button-gray {
    background: #57616B;
    color: #fff;
    font-weight: 600;
}

.graybg {
    background: #F8F8F8;
}

.section-title h3 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    margin-bottom: 60px;
}

@media (min-width: 1280px) {
    #home-product-slider .product .img {
        max-height: 150px;
        overflow: hidden;
    }
}

@media (max-width:1279px) {
    #home-product-slider .product .img {
        max-height: 140px;
        overflow: hidden;
    }
}

.header-2020 .language,
.header-2020 .phone {
    display: block;
}

.header-2020 .language {
    padding: 0px !important;
}

.header-2020 .contact-item i {
    color: #f03c0b
}

.header-2020 .contact-item a {
    color: #898989;
    text-decoration: none;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.header-2020 .contact-item a:hover {
    color: #000;
    cursor: pointer;
}

.header-2020 {
    padding: 20px 0px 0px 0px !important;
}

.homepage2020 .quote-banner.introduction-2020 {
    padding: 10px 0px 5px 0px;
}

.homepage2020 .quote-banner.introduction-2020.home-quote-banner {
    background-image: url('/files/thumbnails/header-bg-asfalt.1600x550x1.jpg');
}

.homepage2020 .quote-banner.introduction-2020.home-quote-banner h2,
.homepage2020 .quote-banner.introduction-2020.home-quote-banner p {
    color: #fff;
}

.homepage2020 .quote-banner.introduction-2020.home-quote-banner {
    padding: 20px 0px 5px 0px;
}

.homepage2020 .home-slider {
    max-height: 470px;
}

#content-background {
    background-image: url('/files/vostruckparts-2020-pand-achtergrond.jpg') !important;
}

#recent-products.products-wbutton .fw_button {
    display: block;
    background: #56616b;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #41413f;
    text-align: center;
    margin-top: 20px;
}

@media (max-width:767px) {
    #recent-products.products-wbutton .fw_button {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

/* TOP BAR */
.top-bar {
    background-color: #ededed;
    color: #f03c0b;
}

.top-bar .fa-phone {
    transform: rotate(90deg);
}

.top-bar .contact-item {
    display: inline-block;
    margin-right: 15px;
}

.top-bar .contact-item i {
    margin-right: 5px;
}

.top-bar .contact-item a {
    display: inline-block;
    color: #524b48;
    text-decoration: underline;
}

.top-bar#header {
    background-color: #ededed;
    border-bottom: 0px;
}

.top-bar#header .language {
    padding: 0px;
}

.top-bar#header .language ul li ul {
    padding-top: 2px;
}

.top-bar a img,
#mobile-menu a img {
    width: 25px;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

#showcase .flr a {
    overflow: hidden;
    display: block;
    padding-left: 20px;
}

/* HEADER */
#header {
    padding: 10px 0px !important;
}

/*.header-2020 .language, .header-2020 .phone {display: none!important;}*/
#header .whatsapp {
    padding: 0px !important;
}

.top-bar .contact-item.whatsapp {
    display: inline-block !important;
}

#header .whatsapp img {
    height: auto;
    width: 22px !important;
}

.header-2020 .whatsapp {
    display: none !important;
}

.header-2020 .logo {
    padding: 0px !important;
}

.header-2020 .logo img {
    width: 150px;
}

.header-2020 .cart-trigger-wrapper {
    background-color: #ededed !important;
    border-radius: 5px;
}

.header-2020 .cart-trigger-wrapper .cart-trigger a .items span {
    color: #1c1c1a !important;
}

.header-2020 .cart-trigger-wrapper .cart-trigger a .price {
    color: #f03c0b !important;
}

.header-2020 .cart-trigger-wrapper .cart-trigger a .price span {
    color: #1c1c1a !important;
}

.header-2020 .cart-trigger-wrapper .cart-trigger a .heading {
    color: #1c1c1a !important;
}

.header-2020 .cart-trigger-wrapper .cart-trigger a .items {
    color: #1c1c1a !important;
}

.header-2020 .usp ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
}

.header-2020 .has_reg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;

    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header-2020 .link_registration {
    display: inline-block;
    margin: 0 5px 5px;
    border: 1px solid black;
    padding: 5px 20px;
    background: #F59300;
    border-radius: 5px;
    color: white !important;
    font-weight: 800 !important;
    font-family: Lato, sans-serif;
    text-transform: uppercase;

}

.header-2020 .link_registration:hover {
    background-color: #CC7A00;
    /* AN */
}

@media screen and (min-width: 1280px) {
    .header-2020 .has_reg {
        display: block;
    }

    .header-2020 .link_registration {
        position: absolute;
        right: 0;
        top: 100%;
        margin: 2px 15px 0;
    }
}

#slider-top .slider_top_text .title {
    margin-bottom: 0px;
    margin-top: 0px;
}

#slider-top .slider_top_text .title.transp {
    background: transparent !important;
    font-size: 18px !important;
}

#slider-top {
    border-bottom: none !important;
}

.home-slider,
.page-slider {
    position: relative;
    z-index: 0;
}

.home-slider #slider-top {
    position: absolute;
    top: 0px;
    /*background:rgba(0,0,0,.4);*/
    z-index: 1;
    width: 100%;
    height: 100%;
}

.home-slider .bx-controls.bx-has-pager,
.page-slider .bx-controls.bx-has-pager {
    display: none;
}

.page-slider #slider-top {
    position: absolute;
    bottom: 0px;
    /*background:rgba(0,0,0,.6);*/
    z-index: 1;
    width: 100%;
}

.home-slider #slider-top .slider_top_text,
.page-slider #slider-top .slider_top_text {
    padding: 10px 0px 0px 0px !important;
}

.home-slider,
.page-slider {
    max-height: 545px;
    overflow: hidden;
    min-height: 70px;
    background: #fff
}

.home-slider .box {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
}

.home-slider .box .container .inner {
    /*background:rgba(255,255,255,.9);*/
    max-width: 50%;
    padding: 20px;
}

.home-slider .box .container .inner::before {
    content: '';
    position: absolute;
    left: 0px;
    background: rgba(255, 255, 255, .9);
    width: 52.5%;
    height: 100%;
    z-index: -1;
    top: 50%;
    transform: translate(0%, -50%);
}

.home-slider .box .container .inner h2 {
    font-family: Raleway, Lato, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home-slider .box .container .inner h1 {
    font-family: Raleway, Lato, sans-serif;
    color: #f03c0b;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (min-width:1400px) {
    /*.home-slider img {margin-top:-75px;}*/
}

.home-slider img,
.page-slider img {
    width: 100% !important;
}

.home-slider .bx-viewport {
    max-height: 500px;
}

.slider_top_text {
    background: rgba(0, 0, 0, .58);
}

.quote-banner.introduction-2020 {
    padding: 30px 0px;
    text-align: left;
}

.quote-banner {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 18px;
    padding: 15px 0px 10px 0px;
    text-transform: uppercase;
}

.introduction-2020 .col-md-4 {
    text-align: left;
}

.introduction-2020 h1 {
    color: #f03c0b;
    font-weight: 800;
}

.introduction-2020 h2 {
    margin-bottom: 10px;
}

.introduction-2020 .col-md-8 {
    text-align: right;
    color: #57616B;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

#recent-products {
    background-color: #ededed !important;
}

#showcase,
#showcase .owl-prev,
#showcase .owl-next {
    background-color: transparent !important;
}

#recent-products .product {
    padding: 0px 5px 10px;
}

#recent-products .product img {
    min-height: auto !important;
}

#recent-products .product form {
    background: #fff !important;
}

#recent-products #showcase {
    padding: 0px 0px 0px;
}

#recent-products h2 {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 28px;
}

.bx-wrapper .bx-viewport {
    text-align: center;
}

ul.openingstijden-contact {
    width: 100%;
}

ul.openingstijden-contact span {
    text-align: right;
    float: right;
    display: block;
    width: 50%;
}

ul.openingstijden-contact span:before {
    content: ":";
    float: left;
}

div#showcase.cta-banner {
    background-color: #f03c0b !important;
    margin-bottom: 0px;
    padding: 25px;
    color: #fff !important;
}

div#showcase.cta-banner h2 {
    color: #fff;
}

.fw_button.btn-page {
    width: auto;
    display: inline-block !important;
}

#businessview-banner {
    display: block;
    width: 100%;
    height: 350px;
    background-image: url('/files/vos-truckparts-pand-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#businessview-banner .tour-content {
    padding: 30px;
    background: rgba(255, 255, 255, .8);
}

/*body.2020-template .home-slider #slider-top.2020-slider {background:transparent!important;}*/

.why-choose-vos {
    padding: 3rem 0;
    width: 100%;
    text-align: center;
}

.why-choose-vos h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media (min-width: 1024px) {
    .why-choose-vos .col.col-lg-1 {
        width: 12.5%;
        padding: 0px 7px;
    }
}

@media (min-width: 480px) {
    .why-choose-vos .col {
        padding: 0 20px;
    }
}

.why-choose-vos .col img {
    max-width: 70%;
}

.why-choose-vos .col p {
    font-weight: 600;
    color: #333333;
}

.why-choose-vos p {
    width: 100%;
}

.vos-locaties {
    padding-bottom: 3rem;
}

.vos-locaties .card {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .24);
}

.vos-locaties .card .card-body {
    display: inline-block;
}

.vos-locaties .card .card-body .content {
    padding: 15px 20px 20px 20px;
}

.vos-locaties .locatie-1,
.vos-locaties .locatie-2,
.vos-locaties .locatie-3 {
    position: relative;
}

.vos-locaties .locatie-1 .card div.image-holder,
.vos-locaties .locatie-2 .card div.image-holder,
.vos-locaties .locatie-3 .card div.image-holder {
    position: relative;
    overflow: hidden;
}

/*.vos-locaties .card div.image-holder::before {
    content: '';
    position: absolute;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    top: 0;
    display: block;
    height: 100%;
    left: 0px;
    opacity: 0.7;
}*/
.vos-locaties .image-holder {
    max-height: 230px;
}

.vos-locaties .locatie-1 .card div.image-holder::before {
    background-image: url('/files/image-overlay-1-v2.png');
    top: 10px;
}

.vos-locaties .locatie-2 .card div.image-holder::before {
    background-image: url('/files/image-overlay-2-v2.png');
}

.vos-locaties .locatie-3 .card div.image-holder::before {
    background-image: url('/files/image-overlay-3-v2.png');
}

*/ .vos-locaties .card .card-body h4 {
    font-family: Raleway, Lato, sans-serif;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vos-locaties .card .card-body h3 {
    color: #f03c0b;
    font-family: Raleway, Lato, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.vos-timeline {
    padding: 3rem 0;
}

.vos-timeline ul li {
    float: left;
    position: relative;
    overflow: hidden;
}

.vos-location-block1 {
    padding: 3rem 0;
    margin-top: 30px;
}

.vos-location-block1 .section-title h3 {
    text-align: left;
}

.vos-location-block1 .section-title hr.line {
    margin-left: 0px;
}

.vos-location-block1 .col {
    padding: 3rem 0;
}

.vos-location-images .extra-images {
    margin-top: 30px;
}

.vos-location-block2 {
    padding: 60px 0px;
}

.vos-location-block2 h3 {
    text-align: left;
}

.vos-location-block2 hr.line {
    margin-left: 0px;
}

.vos-location-block3 {
    padding: 3rem 0;
    margin: 30px 0px;
}

.vos-location-block3 h3 {
    text-align: left;
}

.vos-location-block3 hr.line {
    margin-left: 0px;
}

.vos-location-block4,
.vos-location-block4 .col {
    position: relative;
}

.vos-location-block4 .quote {
    color: #f03c0b;
    font-size: 26px;
    padding: 0px 50px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 130%;
}

.vos-location-block5 {
    padding: 3rem 0;
    margin: 30px 0px;
}

.mobile {
    display: none;
}

@media (min-width:992px) {
    .vos-location-block4 .quote {
        transform: translate(0px, 100px);
    }
}

@media (max-width:991px) {
    .mobile {
        display: block;
    }

    .page-introduction.vos-location-block1 {
        background-image: none !important;
    }

    .page-introduction.vos-location-block3 {
        background-image: none !important;
    }
}

@media (min-width:1400px) {
    .vos-timeline ul li {
        max-width: 25%;
        max-height: 300px;
        display: -webkit-box
    }
}

@media (min-width:992px) and (max-width:1399px) {
    .vos-timeline ul li {
        max-width: 33.33%;
        max-height: 300px;
        display: -webkit-box;
    }
}

@media (max-width:991px) {
    .vos-timeline ul li {
        max-width: 50%;
        max-height: 250px;
        display: -webkit-box;
    }
}

.vos-timeline a {
    display: flex;
}

html[lang="nl"] .vos-timeline label.nl {
    display: inline-block;
}

html[lang="nl"] .vos-timeline label.en,
html[lang="nl"] .vos-timeline label.de,
html[lang="nl"] .vos-timeline label.fr,
html[lang="nl"] .vos-timeline label.es {
    display: none;
}

html[lang="en"] .vos-timeline label.en {
    display: inline-block;
}

html[lang="en"] .vos-timeline label.nl,
html[lang="en"] .vos-timeline label.de,
html[lang="en"] .vos-timeline label.fr,
html[lang="en"] .vos-timeline label.es {
    display: none;
}

html[lang="de"] .vos-timeline label.de {
    display: inline-block;
}

html[lang="de"] .vos-timeline label.nl,
html[lang="de"] .vos-timeline label.en,
html[lang="de"] .vos-timeline label.fr,
html[lang="de"] .vos-timeline label.es {
    display: none;
}

html[lang="fr"] .vos-timeline label.fr {
    display: inline-block;
}

html[lang="fr"] .vos-timeline label.nl,
html[lang="fr"] .vos-timeline label.en,
html[lang="fr"] .vos-timeline label.de,
html[lang="fr"] .vos-timeline label.es {
    display: none;
}

html[lang="es"] .vos-timeline label.es {
    display: inline-block;
}

html[lang="es"] .vos-timeline label.nl,
html[lang="es"] .vos-timeline label.en,
html[lang="es"] .vos-timeline label.de,
html[lang="es"] .vos-timeline label.fr {
    display: none;
}


.vos-timeline label {
    position: absolute;
    bottom: 10px;
    right: -10px;
    color: #fff;
    background: #FF3A1C;
    padding: 5px 20px;
    transform: skewX(-20deg);
}

.vos-timeline label p {
    transform: skewX(20deg) !important;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
}

.vos-timeline label::before {
    background: url('/files/after-labels-1.png');
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    left: -40px;
    background-size: contain;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
}

#showcase.service .page-quote {
    color: #f03c0b;
    font-size: 26px;
    text-align: center;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
}

#footer.footer-2020 ul {
    list-style: disc;
    list-style-position: inside;
}

#product-detail .whatsapp-popup .whatsapp-back {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

@media (min-width:1024px) {

    .vos-location-block1,
    .vos-location-block2,
    .vos-location-block3 {
        min-height: 400px;
    }

    .page-introduction.vos-location-block1 {
        background-image: url('/files/vostruckparts-locatie-1-zaltbommel-demonteren.jpg');
        background-size: 50%;
        background-position: top right;
        background-repeat: no-repeat;
    }

    .page-introduction.vos-location-block3 {
        background-image: url('/files/vostruckparts-locatie-afbeelding-09.jpg');
        background-size: 50%;
        background-position: top right;
        background-repeat: no-repeat;
    }

    body.location-2 .page-introduction.vos-location-block1 {
        background-image: url('/files/vostruckparts-locatie-2-afbeelding-02.jpg');
        background-size: 50%;
        background-position: top right;
        background-repeat: no-repeat;
    }

    body.location-2 .page-introduction.vos-location-block3 {
        background-image: url('/files/vostruckparts-locatie-afbeelding-09.jpg');
        background-size: 50%;
        background-position: top right;
        background-repeat: no-repeat;
    }

    body.location-3 .page-introduction.vos-location-block1 {
        background-image: url('/files/vostruckparts-locatie-3-afbeelding-02.jpg');
        background-size: 50%;
        background-position: top right;
        background-repeat: no-repeat;
    }

    body.location-3 .page-introduction.vos-location-block3 {
        background-image: url('/files/vostruckparts-locatie-3-afbeelding-12.jpg');
        background-size: 50%;
        background-position: top right;
        background-repeat: no-repeat;
    }
}

@media (max-width:1024px) {
    .quote-banner.introduction-2020 .introduction-2020 h1 {
        line-height: 100%;
    }

    .introduction-2020 .col-md-8 {
        font-size: 21px;
    }

    .\32 020-template .page-introduction .col img {
        margin-top: 30px;
    }

    .why-choose-vos .col {
        min-height: 200px;
    }

    .vos-locaties .col {
        margin-bottom: 30px;
    }

    .home-slider .box {
        position: relative;
        z-index: 1;
        transform: translate(0%, 0%);
        width: 100%;
    }

    .home-slider .box .container .inner {
        max-width: 100%;
    }

    .home-slider .box .container .inner a.button {
        padding: 10px 5px;
        font-size: 14px;
    }

    .location-1 .page-slider #slider-top,
    .location-2 .page-slider #slider-top,
    .location-3 .page-slider #slider-top {
        position: relative;
    }

    .location-1 .page-slider,
    .location-2 .page-slider,
    .location-3 .page-slider {
        max-height: unset;
        overflow: unset;
    }

    .vos-location-block1 {
        padding: 0px 0px;
        margin-top: 0px;
    }

    .vos-location-block1 .col {
        padding-bottom: 0px;
    }

    .section-title h3 {
        margin-bottom: 30px;
    }

    .vos-location-block4 .quote {
        font-size: 22px;
    }
}

@media (min-width:768px) and (max-width:1279px) {
    body.tmpl-producten .whatsapp-salesteam span.name {
        font-size: 10.5px;
    }

    body.tmpl-producten .whatsapp-popup .whatsapp-inner .whatsapp-salesteam ul li .name {
        width: auto !important;
        margin-right: 5px !important;
    }

    body.tmpl-producten .whatsapp-popup .whatsapp-inner .whatsapp-salesteam ul li .languages {
        width: auto !important;
    }

    body.tmpl-producten .whatsapp-popup .whatsapp-inner .whatsapp-salesteam ul li .icon {
        float: right !important;
    }
}

@media (max-width:1023px) {

    /* mobiel menu */
    body {
        background-color: #282828 !important;
    }

    div#mobile-menu {
        padding: 0px;
    }

    #mobile-menu .language {
        padding: 10px 20px 5px 20px !important;
    }

    #mobile-menu .phone {
        padding: 0px 20px;
    }

    #mobile-menu .phone a {
        color: #fff;
        text-decoration: underline;
    }

    #mobile-menu .whatsapp {
        padding: 0px 20px 20px 20px;
    }

    #mobile-menu .menu .fw_main_wrapper>ul>li {
        margin-bottom: 0px !important;
        padding: 10px 10px 0px 10px !important;
        background: #313131;
        border-bottom: 1px solid #2b2b2b;
        border-top: 1px solid #3b3b3b;
    }

    #mobile-menu .menu .fw_main_wrapper>ul>li>a {
        color: #fff;
        font-size: 20px !important;
    }

    #mobile-menu .menu .fw_main_wrapper>ul>li>a span {
        color: #fff;
    }

    #mobile-menu .menu .fw_main_wrapper>ul>li>.fw_subs_wrapper {
        margin: 0px !important;
        padding: 10px 10px 0px 10px !important;
    }

    #mobile-menu .fw_subs_wrapper a {
        color: #fff;
        border-bottom: 1px solid #2b2b2b;
        border-top: 1px solid #3b3b3b;
        padding: 10px;
        display: inline-block;
        width: 100%;
    }

    #mobile-menu .menu .fw_main_wrapper>ul>li>.fw_subs_wrapper>ul>li>a {
        font-size: 16px;
    }

    #mobile-menu .menu .fw_main_wrapper>ul>li:last-child {
        padding-bottom: 10px !important;
    }

    #mobile-menu .link_registration {
        margin: 0 20px 10px;
        display: inline-block;
        text-decoration: none;
        /* AN */
        border: 1px solid white;
        padding: 5px 20px;
        background: #F59300;
        border-radius: 5px;
        color: white !important;
        font-weight: 800 !important;
        font-family: Lato, sans-serif;
        text-transform: uppercase;
        font-size: 13px;
    }

    #mobile-menu .link_registration:hover {
        background-color: #CC7A00;
        /* AN */
    }

    /* //mobiel menu*/

}

@media (min-width:768px) {
    .part {
        position: relative;
    }

    .part .part-circle {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        margin-top: -10px;
        z-index: 1;
        /* background-size: contain; */
        background-size: 45px;
        background-repeat: no-repeat;
        background-position: center;
        border: 2px solid #f03c0b;
    }

    .part .daf {
        background-image: url('/files/daf-logo.png');
    }

    .part .scania {
        background-image: url('/files/scania-logo.png');
    }

    .part .volvo {
        background-image: url('/files/volvo-logo.png');
    }

    .part .fw_button {
        border: 0px !important;
    }
}

@media (max-width:767px) {
    /* .header-2020 .cart-trigger-wrapper .cart-trigger a .items span {
        color: #fff !important;
    } */

    .home-slider,
    .page-slider {
        min-height: 100px;
    }

    .part {
        width: 100%;
    }

    #slider-top .slider_top_text .title.transp {
        font-size: 16px !important;
    }

    .top-bar {
        display: none;
    }

    .header-2020 .cart-trigger-wrapper {
        background-color: transparent !important;
    }

    .header-2020 .cart-trigger-wrapper .cart-trigger {
        background: #ededed !important;
        padding: 20px;
        border-radius: 10px;
    }

    .home-slider ul#bx_slider_91_91 li img {
        height: 200px;
    }

    .home-slider #slider-top .slider_top_text .title {
        margin-bottom: 0px;
    }

    .home-slider #slider-top .slider_top_text .title.transp {
        padding: 0px;
    }

    .quote-banner {
        font-size: 16px;
        padding: 15px 0px 1px 0px;
    }

    #businessview-banner {
        height: 300px;
    }

    #showcase #slider-content {
        display: none;
    }

    .home-slider #slider-top {
        position: relative !important;
    }
}

@media only screen and (max-width: 1023px) {
    .header-2020 .cart-trigger-wrapper .cart-trigger a .items {
        color: #fff !important;
    }
}