/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.vc_custom_1584969859397 {
    width: 1263px !important;
    max-width: 100%!important;
    left:0!important;
}
.featured-products h2{
    text-align: center;
}
@media (min-width: 576px) {
    .page-content {
        width: 540px;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .page-content {
        width: 720px;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .page-content {
        width: 960px;
        max-width: 100%;
    }
}
@media (min-width: 1200px){
    .page-content {
        width: 1140px;
        max-width: 100%;
    }
}
.page-content.page-cms-6 {
    text-align: center;
}


.page-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .page-index .carousel {
        height: 100vh !important;
    }

    .page-index .carousel .carousel-inner {
        height: 100vh !important;
    }
}
.banner {
    height: unset !important;
}
.page-index #wrapper{
    margin-top: 0!important;
}
.wpb_text_column p:last-child{
    text-shadow: 1px 1px black!important;
}