
.section-all-products-heading {
    font-family: 'Montserrat', 'Open Sans Bold', Arial, sans-serif;
    color: #fff;
}

.section-all-products-heading .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 365px;
    position: relative;
}

.section-all-products-heading h1 {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 20px;
}

.section-all-products-heading p {
    font-size: 18px;
    margin-bottom: 20px;
}

.section-all-products-heading #heading-new {
    background: url(../bg/bg-woman-and-daughter-with-laptop01.jpg) top center;
    background-size: cover;
}

.section-all-products-heading #heading-online {
    background: url(../bg/bg-woman-with-mobile-phone01.jpg) top center;
    background-size: cover;
}

.section-all-products-heading #heading-courses {
    background: url(../bg/bg-woman-with-headset01.jpg) top center;
    background-size: cover;
}

.section-all-products-heading #heading-coaching {
    background: url(../bg/bg-woman-with-headset02.jpg) top center;
    background-size: cover;
}

.section-all-products-heading #heading-marketing-services {
    background: url(../bg/bg-books-tablet01.jpg) top center;
    background-size: cover;
}

.section-all-products-heading #heading-custom-designs {
    background: url(../bg/bg-workstation01.jpg) top center;
    background-size: cover;
}

.section-all-products-heading #heading-leads {
    background: url(../bg/bg-leads01.jpg) top center;
    background-size: cover;
}

.section-all-products-navigation {
    background: #fff;
    font-family: 'Montserrat', 'Open Sans Bold', Arial, sans-serif;
}

.section-all-products-navigation {
    background: #fff;
    font-family: 'Montserrat', 'Open Sans Bold', Arial, sans-serif;
    /* Remove after Black Friday */
    position: relative;
    z-index: 11;
    box-shadow: 3px 3px 3px #f1f1f1!important; 
    /* Remove after Black Friday */
}

.section-all-products-navigation .nav {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.section-all-products-navigation .nav li {
    float: none !important;
    display: inline-block;
}

.section-all-products-navigation .nav li a,
.section-all-products-navigation .nav li a:hover,
.section-all-products-navigation .nav li a:focus {
    background: none !important;
    border-radius: 0px;
    color: #333;
    padding: 25px 39px;
}

.section-all-products-navigation .nav li.active a {
    border-bottom: 3px solid #0f51b9;    
}

.section-all-products-navigation.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 22;
}

.sticky + .section-all-products-content {
    padding-top: 77px;
}

.section-all-products-content {
    font-family: 'Montserrat', 'Open Sans Bold', Arial, sans-serif;
    background: #F7F8FA;
    /* Remove after Black Friday */
    position: relative;
    /* Remove after Black Friday */
}

.section-all-products-content .container {
    padding-top: 30px;
    padding-bottom: 170px;
}

.section-all-products-content .flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-all-products-content .flex-container .column {
    margin-bottom: 20px;
}

.section-all-products-content .featured {
    background: #fff;
    margin-bottom: 20px;
}

.section-all-products-content .featured .caption {
    padding: 0px 10px 0px 0px;
    color: #000;
}

.section-all-products-content .featured .caption h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
}

.section-all-products-content .featured .caption p {
    margin-bottom: 25px;
    width: 100%;
}

.section-all-products-content .featured .call-to-action {
    padding: 0px 10px 0px 0px;
    width: 100%;
    display: flex;
    align-items: center;
}

/* DEAFULT
.section-all-products-content .featured .call-to-action .promo-box {
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    outline: 1px dashed #fff;
    outline-offset: -5px;
    max-width: 285px;
    background: #b80c0c;
    margin-right: 20px;
}
*/

/* PROMO */
.section-all-products-content .featured .call-to-action .promo-box {
    text-transform: uppercase;
    padding: 15px 30px;
    color: #000;
    /* font-size: 26px!important; */
    outline: 1px dashed #000000;
    outline-offset: -5px;
    margin-bottom: 20px;
    max-width: 290px;
    background: #9dce12;
    margin-right: 25px;
}


.section-all-products-content .featured .call-to-action .promo-box .text-save {
    font-size: 20px;
    font-weight: 700;
}

.section-all-products-content .thumbnail .call-to-action .promo-box .text-save.mfb-save{
    font-size: 20px!important;
    padding: 2px 0px;
}

.section-all-products-content .featured .call-to-action .promo-box .text-ends {
    font-size: 14px;
}

.section-all-products-content .featured .call-to-action .btn-learn-more {
    padding: 8px 20px;
    font-size: 13px;
    color: #fff;
    background: #0f51b9;
    border-radius: 25px;
    margin-right: 20px;
}

 .section-all-products-content .featured.jumpstart-in-june h3 {
    font-size: 20px!important;
    margin-bottom: 30px!important;
}
.section-all-products-content .featured.jumpstart-in-june .call-to-action .btn-learn-more {
    background: #5d48ff !important;
    padding: 10px 50px !important;
    font-size: 22px !important;
}

.section-all-products-content .featured .call-to-action .btn-learn-more:hover {
    opacity: 0.8;
}

.section-all-products-content .featured .status {
    padding: 10px;
}

.section-all-products-content .featured .status small {
    font-size: 80%;
}

.section-all-products-content .featured .status i {
    color: #0f51b9;
}

.section-all-products-content .featured .text-link {
    color: #0f51b9;
}

.section-all-products-content .featured.jumpstart-in-june .text-link {    
    font-weight: normal;
    font-size: 20px;
}

.section-all-products-content .thumbnail {
    height: 100%;
    padding: 0px 0px 20px;
    border: none;
    border-radius: 0px;
}

.section-all-products-content .thumbnail .caption {
    padding: 0px;
    width: 100%;
    color: #000!important;
}

.section-all-products-content .thumbnail .caption .summary {
    padding-left: 10px;
    padding-right: 10px;
}

.section-all-products-content .thumbnail .caption .summary h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
}

.section-all-products-content .thumbnail .caption .summary p {
    margin-bottom: 25px;
    width: 100%;
}

.section-all-products-content .thumbnail .call-to-action {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-left: 10px;
    padding-right: 10px;
}

.section-all-products-content .thumbnail .call-to-action .promo-box {
    /* text-transform: uppercase; */
    padding: 10px 0px;
    color: #fff;
    outline: 1px dashed #ffffff;
    outline-offset: -5px;
    margin-bottom: 20px;
    max-width: 290px;
    /* Default Background
    background: #b80c0c;
    */
    background: #c40001;
    border: 5px solid #c40001;
    /* margin-right: 0px; */
}

.section-all-products-content .thumbnail .call-to-action .promo-box .text-save {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.section-all-products-content .thumbnail .call-to-action .promo-box .text-save span{
    color: #f6df9c;
}

.section-all-products-content .thumbnail .call-to-action .promo-box .text-save.mastermind-coaching  {
    padding: 16px 0px;
}

.section-all-products-content .thumbnail .call-to-action .promo-box .text-ends {
    font-size: 12px;
}

.section-all-products-content .thumbnail .call-to-action .btn-learn-more {
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    background: #0f51b9;
    border-radius: 25px;
}

.section-all-products-content .thumbnail .call-to-action .btn-learn-more:hover {
    opacity: 0.8;
}

.section-all-products-content .thumbnail .call-to-action .status {
    margin-top: 20px;
}

.section-all-products-content .thumbnail .call-to-action .status small {
    font-size: 80%;
}

.section-all-products-content .thumbnail .call-to-action .status i {
    color: #0f51b9;
}

.section-all-products-content .thumbnail .call-to-action .text-link {
    color: #0f51b9;
}

.section-all-products-content .have-access{
    margin: 80px 0 50px;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .section-all-products-content .featured.jumpstart-in-june .call-to-action .btn-learn-more {
        padding: 10px 30px !important;
        font-size: 16px !important;
    }
    .section-all-products-content .featured.jumpstart-in-june .text-link {        
        font-size: 16px;
    }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
    
    .section-all-products-navigation .nav li a,
    .section-all-products-navigation .nav li a:hover,
    .section-all-products-navigation .nav li a:focus {
        padding: 25px 23px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media screen and (max-width: 991px) {
    
    .section-all-products-heading .container {
        height: 265px;
    }
    
    .section-all-products-heading h1 {
        font-size: 28px;
    }
    
    .section-all-products-heading p {
        font-size: 15px;
    }
    
    .section-all-products-navigation {
        background: #F7F8FA;
        text-align: center;
    }
        
    .section-all-products-navigation .btn-group {
        width: 200px;
        margin: 0 auto;
    }
        
    .section-all-products-navigation .btn-group .caret {
        margin-top: 9px;
    }
        
    .section-all-products-navigation .dropdown-menu {
        width: 200px;
        margin: 0px;
        border-radius: 0px;
    }
        
    .section-all-products-navigation .dropdown-menu a {
        display: block;
        color: #333;
        padding: 10px 5px;
    }
        
    .section-all-products-navigation button.btn {
        border-radius: 0px;
        text-align: left;
        padding: 10px 6px;
    }
    
    .section-all-products-navigation.sticky .btn-group{
        width: 100%;
    }
    
    .section-all-products-navigation.sticky .dropdown-menu {
        width: 100%;
        margin: -2px 0px 0px;
        border-radius: 0px;
    }
        
    .sticky + .section-all-products-content {
        padding-top: 48px;
    }

    .section-all-products-content .featured.jumpstart-in-june .call-to-action {
        padding: 0px 10px 20px 0px;
    }

    .section-all-products-content .featured.jumpstart-in-june .call-to-action .btn-learn-more {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }        
}

@media screen and (max-width: 767px) {
    
    .section-all-products-content .featured .caption {
        padding: 0px 10px 0px 10px;
    }
    .section-all-products-content .featured.jumpstart-in-june .caption {
        text-align: center!important;
    }
    
    .section-all-products-content .featured .call-to-action {
        padding: 0px 10px 0px 10px;
        display: block;
        text-align: center;
    }
    
    .section-all-products-content .featured .call-to-action .promo-box {
        max-width: 290px;
        margin: 20px auto;
    }

    .section-all-products-content .featured.jumpstart-in-june .call-to-action {
        display: flex;
        justify-content: center!important;
    }
    
    .section-all-products-content .container {
        padding-bottom: 70px;
    }

}

@media screen and (max-width: 480px) {

    .section-all-products-content .featured.jumpstart-in-june .call-to-action {
        display: block;
    }    

    .section-all-products-content .featured.jumpstart-in-june .call-to-action .btn-learn-more {
        margin-bottom: 10px;
    }

}