/*
============================================
    Products Landing Page
============================================
*/

.hero-products-landing-page {
    background-size: cover;
    background-position: center;
    height: 700px;
    padding-top: 5rem;
}

.intro-products-text {
    display: block;
    width: 36%;
    background: #fff;
    padding-left: 1rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
	float: right;
	border-radius: 20px;
}

.intro-products-text p {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.hero-products-landing-page h1 {
    padding-top: 1rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

a.request-quote--btn {
    display: block;
    background: #FCC319;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: 75%;
    line-height: 2.4rem;
    transition: 0.2s all;
}

a.request-quote--btn:hover {
    background: #c39610;
}

.landing-products h3 {
    text-align: center;
    font-size: 1.4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.wholesale-item h4 {
    font-size: 1.1rem;
    text-align: center;
    font-weight: normal;
    font-style: italic;
}

.wholesale-item p {
    font-size: 1.1rem;
    text-align: center;
    font-weight: normal;
    padding: 1.3rem;
    min-height: 6rem;
}

.five-items {
    margin-top: 2rem;
}

.five-items a.request-quote--btn {
    width: 90%;
}

.our-services-landing h3 {
    text-align: center;
    font-size: 1.4rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.services-list li:before {
    content: '✔';
    margin-left: -1.9em;
    margin-right: 0.9em;
}

ul.services-list {
    text-indent: 2px;
    list-style: none;
    list-style-position: outside;
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-right: 3rem;
}

.services-desc {
    margin-top: 0rem;
    padding: 1rem;
}

section.models-brands {
    margin-top: 5rem;
}

section.models-brands {
    background: #FCC319;
}

section.models-brands h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0.3rem;
}

section.models-brands p {
    font-size: 0.9rem;
    text-align: center;
    font-weight: bold;
}

section.models-brands .slick-initialized .slick-slide {
    height: inherit;
}

@media only screen and (min-width: 2000px) {
    .hero-products-landing-page {
        height: inherit;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
}

@media only screen and (max-width: 1280px) {
    .intro-products-text {
        width: 46%;
    }
    .wholesale-item p {
        padding: 0.6rem;
    }
    ul.services-list {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-right: 0;
    }
    .services-desc {
        margin-top: 1rem;
    }
    .hero-products-landing-page h1 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-top: 1rem;
    }
    .hero-products-landing-page {
        height: inherit;
        padding-top: 0;
    }
    a.request-quote--btn {
        width: 91%;
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 767px) {
    /* Mobile grid */

/* Landing Products Page */
.landing-products .col3 {
    width: 100%;
}
.wholesale-item p {
    min-height: 4rem;
}
a.request-quote--btn {
    margin-bottom: 2rem;
}
.landing-products .col2-3 {
    width: 100%;
}
.our-services-landing .col8 {
    width: 100%;
}
.our-services-landing .col4 {
    width: 100%;
}
ul.services-list {
    padding-right: 0;
    padding-left: 2rem;
}
.hero-products-landing-page h1 {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-top: 1.6rem;
}
.intro-products-text {
    width: 99%;
}
.intro-products-text p {
    font-size: inherit;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    padding: 0px;
}
.hero-products-landing-page {
    height: inherit;
    padding-top: 2rem;
    /*        padding-bottom: 2rem;*/
}
.intro-products-text {
    padding-bottom: 0.1rem;
}
.wholesale-item {
    margin-top: 1.6rem;
}
.wholesale-item img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
section.models-brands {
    margin-top: 2rem;
}
.our-services-landing h3 {
    padding-top: 2rem;
    padding-bottom: 3rem;
}
section.models-brands h3 {
    font-size: 1.5rem;
}
.landing-products h3 {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.intro-products-text {
    padding-right: 1rem;
}
}

@media only screen and (max-width: 700px) {
    .slick-initialized .slick-slide {
        margin-right: 15px;
    }
}