.social-media .sffilter_socialmedia_title {
    color: black;
    margin: 5px;
    background-color: #ccc
}

.social-media .sffilter_intro {
    font-size: 20px;
    margin: 5px;
    background-color: white;
}

.social-media hr {
    border: 0;
    margin: 0;
    width: 100%;
    height: 5px;
    background: #FFe201;
}

.add-to-cart{
    background: #FFe201;
}
.mx-auto{
    margin: 0 auto;
}
.img-fluid{
    width: 100%;
}
.section-wrapper .section-inner h2{
  margin: 2rem 0;
}
.mb0{
  margin-bottom: 0px !important;
}
    .jumbotron-text{
        position: absolute;
        left: 6%;
        top: 20%;
        font-size: 2rem;
    }
    @media screen and (max-width: 768px) {
        .jumbotron-text{
            position: relative;
        }
    }
    .jumbotron-text h1{
        font-weight: 900;
        font-size: 36px;
    }
    .jumbotron-text p{
        margin: 2rem 0;
        font-size: 2rem;
    }
    .jumbotron-text a:hover{
        color: #ddd;
        text-decoration: none;
        cursor: pointer;
    }
    .pos-r{
        position:relative;
    }
    .btn-black{
        background: black;
        color: white !important;
        padding: 1rem;
    }
    .btn-black:hover{
        color: #ddd; 
    }