
/* fab5,wildfire-wellness and keto page css */



.fab5-btm-img, #fab5-products
{
    margin: 50px 0;
}
.fab5_product
{
    width:20%;
    float:left;
    margin-bottom: 50px;
}
/*.cms-fab5 .hide-mobile .btn-cart,.cms-keto .hide-mobile .btn-cart
{
    height: 55px;
    margin: 10px 0;
    font-size: smaller;
}*/
/*.cms-fab5 .btn-cart,.cms-keto .btn-cart
{
    background-color: #eb5c37;
    border-radius: 5px;
    font-size: 16px;
    padding-bottom: 3px;
    border: none;
    color: #fff;
}*/
.fab5-content .product_name a
{
    color: #000;
    font-size: 14px;
}
#fab5-products .qty-wrapper
{
    margin: 10px 0;
}
/*.cms-fab5 select,.cms-keto select
{
    height: 32px;
    border: 2px solid;
    border-radius: 5px;
    width: auto;
}*/
.fab5-prod-list .fab5_list_product
{
    min-height: 70px;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    margin-top: 15px;
    padding-bottom: 14px;
}
.fab5-prod-list .list_cntnt_sec .fab5_list_product:last-child
{
    border-bottom: 3px solid #333;
}
.fab5-prod-list .list_hdng_sec
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 40px;
    display: -webkit-box;
    font-weight: bold;
}
.fab5-prod-list h1
{
    color: #333;
    font-weight: bold;
}
.total-price-sec label, .total-price-sec #total-price
{
    font-size: 22px;
}
.fab5-prod-list .prod_main,.total-price-sec .prod_main
{
    height: 70px;
    display: table;
}
.fab5-prod-list .prod_sub,.total-price-sec .prod_sub
{
    vertical-align: middle;
    display: table-cell;
}
.fab5-content #loading_img img,.cms-keto #loading_img img
{
    width: 70px;
    float: right;
    position: absolute;
    top: 10px;
    left: 60px;
    display: none;
}
.fab5-content .marketing-resource-hdng
{
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
}
.fab5-content.hide-mobile
{
    display: block;
}
.fab5-content.show-mobile
{
    display: none;
}
.fab5-content .std p{
    padding-bottom: 12px;
}
.fab5-content .middle_product_sec{
    display: flex;
    justify-content: center;
}
.fab5-content .button btn-cart{
    background-color: #ed5c37;
    border-radius: 10px;
}
.fab5-content h5{
    margin-bottom: 0px;
}
.fab5-content #marketing.col-sm-3{
    width:20%;
}
.fab5-content .resource{
    padding-left: 10px;
    padding-right: 10px;
}
.fab5-content .btn-cart{
    background: #d2a537;
    color: #000000;
    padding: 20px 50px;
    text-transform: uppercase;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}
.fab5-content .product{
    padding-top: 20px;
}
.product .fab5_product{
    width: 100%;
}
.fab5-content .fab5_product{
    margin-bottom: 50px;
}
.fab5-content .datesdiv{
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 60px;
}

/* fab5 new changes */
.std .fab5-content .tab-content p, .std .fab5-content .tab-content li {
    color: #000;
    font-size: 14px;
}
.fab5-content .product_name a {
    font-size: 20px;
    font-weight: bold;
}
.fab5-content .fab5_list_product .product_name a {
    font-size: 18px;
    font-weight: 400;
}

.fab5-content .qty-wrapper {
    margin: 10px 0;
}
.cms-april-18 .fab5-content h5 {
    margin-bottom: 10px;
    font-size: 18px;
}

@media (max-width: 667px) {
    .product-cart-info .options-subscription {
        width: 260%;
    }
}
@media (max-width: 736px){
    .product-cart-info .options-subscription {
        width: 250%;
    }
}
@media (max-width: 812px){
    .product-cart-info .options-subscription {
        width: 260%;
    }
}
@media (max-width: 1024px){
    .product-cart-info .options-subscription {
        width: 150%;
    }

}




/* email preview css*/
@media (min-width:320px) and (max-width:1023px)/*sai edited*/
{
    .fab5-content.hide-mobile
    {
        display: none;
    }
    .fab5-content.show-mobile
    {
        display: block;
    }
}
@media (max-width:567px)
{
    .fab5_product
    {
        width:100%;
    }
}
@media (min-width:567px) and (max-width:767px)
{
    .fab5_product
    {
        width:50%;
    }
}
@media (min-width:768px) and (max-width:1023px)
{
    .fab5_product
    {
        width:45.33%;
    }

}

.fab5-content .datesdiv{
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 60px;
}
.fab5-content h5 {
    margin-bottom: 0px;
}
.std .fab5-content .tab-content {
    margin-top: 10px;
}
/*new code 24jan*/
.col-md-1 {
    width: 8.333333333333332%;
}
.col-md-2 {
    width: 16.666666666666664%;
}
.col-md-3 {
    width: 25%;
}
.col-md-5 {
    width: 41.666667%;
}
.col-md-6 {
    width: 50%;
}
.col-md-9 {
    width: 75%;
    float: left;
}
.options.col-md-6.prod_main
{
    float: left;
}
.qty.col-md-6.prod_main
{
    align-items: center;
    float: left;
}
.qty-wrapper .qty
{
    height: 32px;
}
.prod_name.col-md-2 {
    font-weight: 700;
}
div#product-options-wrapper {
    border: 0px;
}
/* sai css*/
@media (max-width: 1024px){

    .fab5-btm-img {
        display: none !important;
    }
}
@media (min-width:768px) and (max-width:1082px)
{

    .options.col-md-6.prod_main
    {
    padding-left: 20px !important;
    }
}
@media (max-width: 768px){
    .fab5-content .btn-cart
    {
        padding: 10px;
    margin: auto;
    }
}
.short-description.prod_sub {
    font-weight: 400;
    font-size: 18px;
}
.price_blk.prod_main {
    font-size: 18px;
    padding: 0px 10px 0 30px;
}
.sku.prod_main {
    font-size: 16px;
    padding: 0 8px;
}
.col-md-4 {
    width: 33%;
}
.fab5_list_product #product-options-wrapper select {
    font-size: 18px;
}
.pull-right {
    margin-top: 20px;
}
@media (min-width: 1366px){
    .apricorn-faq-faq-index .call-cta__btns-sm{    text-align: right;}
    .apricorn-faq-faq-index .call-cta__btns-sm a{    margin-right: 15px;}
}
@media (min-width: 1024px) and (max-width:1366px){
    .apricorn-faq-faq-index .call-cta__btns-sm{    text-align: right;}
    .apricorn-faq-faq-index .call-cta__btns-sm a{    margin-right: -3px;}
}
