.product-faqs-header {
    font-family: 'Gothic-black';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.product-faq-question {
    font-family: 'Grotesk-semi';
    font-size: 20px;
    line-height: 30px;
    background: url(/themes/sugarcandybra/assets/images/icon-dropdown.png) no-repeat right;
    background-size: 15px 10px;
    background-position: 100% 83%;
}
.product-faq-answer {
    display: none;
    margin-top: 10px;
}
.product-faq-border-top {
    border-top: 1px solid #000;
    padding-top: 10px;
}
.second-border {
    border-top: 0px;
    padding-top:0px;
}
.product-faq-container {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.product-faq-answer p {
    font-family: 'Grotesk-book';
    font-size: 20px;
    line-height: 30px;
}
.product-faq-answer li {
    font-size: 16px;
    line-height: 21px;
    margin-left: 15px;
    font-family: 'Grotesk-med';
}
.product-faq-answer a {
    border-bottom: 1px solid #000;
    padding-top: 10px;
    color: #000;
    font-family: 'Grotesk-med';
    font-size: 20px;
}
.product-faq-answer a:hover, .product-faq-answer a:focus {
    text-decoration: none;
}
.padding-bottom0 {
    padding-bottom: 0px;
}
.margin-bottom-override {
    margin-top: 80px;
    margin-bottom: 80px;
}
.product-faq-btn {
    margin-top: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    border-radius: 23px;
}
.product-faq-btn a {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Gothic-semi';
}
.product-faq-btn a:hover, .product-faq-btn a:focus {
    text-decoration: none;
}
/*as seen on page end*/
@media (min-width: 576px) {
    .second-border {
        border-top: 1px solid #000;
        padding-top: 10px;
    }
    .product-faqs-header {
        font-size: 36px;
        line-height: 38px;
        margin-left: 0px;
    }
    .product-faqs-link {
        font-family: 'Gothic-black';
        font-size: 14px;
        line-height: 23px;
        vertical-align: bottom;
        position: absolute;
        right: 15px;
        bottom: 40px;
        padding-right: 0px;
        border-bottom: 1px solid #000;
    }
    .product-faq-question {
        font-size: 18px;
        line-height: 49px;
        background-position: 100% 60%;
    }
    .product-faq-answer p {
        font-size: 18px;
    }
    .product-faq-answer li {
        font-size: 18px;
    }
    .product-faq-answer a {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .margin-bottom-override {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) { 
    .margin-bottom-override {
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
   
}