/************************************************
 | OFFER LINKS
************************************************/
nav#banner-links {
    width: 100%;
    position: relative;
    display: block;
    background: rgba(255,255,255,0);
    z-index: 40;
    margin: 0 auto 10px;
}

.promo-link {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    margin: 5px 0;
    padding: 0;
}

    .promo-link div {
        width: calc(33.33% - 5px);
        position: relative;
        display: flex;
        justify-content: center;
        align-content: center;
        margin: 0;
        padding: 10px;
        z-index: 40;
        cursor: pointer;
    }

        .promo-link div a {
            font-size: 14px;
            line-height: 1.1em;
            text-decoration: none;
            align-self: center;
            color: #FFF;
            z-index: 40;
        }

@media (max-width:768px) {
    .promo-link {
        position: relative;
        width: 100%;
        display: block;
        background: rgba(255,255,255,1);
        margin: 0;
        padding: 5px;
    }

        .promo-link div {
            width: calc(100% - 10px);
            position: relative;
            display: flex;
            justify-content: center;
            align-content: center;
            margin: 10px 5px;
            padding: 12px 10px 10px;
        }
}

/************************************************
 | SOCIAL MEDIA
************************************************/
.socials-bar {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 5px;
    margin: 0 auto;
    padding: 5px 0 0 0;
    vertical-align: top;
    z-index: 11;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0)); /*Safari*/
    background: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0)); /*Opera*/
    background: -moz-linear-gradient(left,rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0)); /*Firefox*/
    background: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0)); /*Standard syntax*/
}

.socials {
    width: 100%;
    height: auto;
    max-height: 40px;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

    .socials a {
        width: 4%;
        min-width: 25px;
        height: auto;
        position: relative;
        display: inline-block;
        margin: 0 1%;
        padding: 0;
    }

    .socials img {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0;
        padding: 0;
        z-index: 1000;
    }

@media (max-width:767px ) {
    .socials-bar {
        position: relative;
        margin: 10px auto;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }
}

/************************************************
 | CATALOG PAGE
************************************************/
.online-Catalog-mob {
    height: 265px;
}

.online-Catalog-search {
    padding-bottom: 2px;
}

.online-Catalog {
    padding-left: 10px;
}

/************************************************
 | CONTACT PH PAGE
************************************************/
.contact-success-btn-div {
    margin-left: 30px;
    margin-right: 30px;
}

.contact-us-address-div {
    padding-left: 30px !important;
}

.contact-us-comment-textbox {
    width: 95.5%;
    margin-left: auto;
}

.contact-us-form {
    width: 95%;
    padding-left: 12px;
    margin-top: 20px;
}

.contact-us-form-header {
    margin: 20px 30px 0px 16px;
    text-align: justify;
}

.contact-us-img {
    height: 630px;
}

.contact-us-section-sub-head {
    margin: 20px 30px 0px 30px;
}

.contact-us-submit-btn-div {
    margin-left: 20px;
}

.contact-us-submit-div {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
}

.contactUsImage {
    height: 690px !important;
}

.padding-right-contact-success {
    padding-right: 15px;
}


@media (max-width:1024px) and (min-width:768px) {
    .contact-us-form-header {
        margin: 20px 55px 0 25px;
        text-align: justify;
    }

    .contact-us-submit-btn-div {
        margin-left: 30px;
    }

    .contact-us-submit-btn {
        width: 60%;
    }

    .contact-us-comment-textbox {
        width: 100%;
        margin-left: 0;
    }

    .contact-success-btn {
        width: 60%;
    }

    .contact-us-address-div {
        padding-left: 0;
    }
}

@media(max-width:767px) {
    .contact-success-btn {
        width: 100%;
    }

    .contact-us-address-div {
        padding-left: 0;
    }

    .contact-us-comment-textbox {
        width: 100%;
        margin-left: 0;
    }

    .contact-us-form-header {
        margin: 20px 30px 0 25px;
        text-align: justify;
    }

    .contact-us-section-sub-head {
        margin: 0 30px;
    }

    .contact-us-submit-btn {
        margin: 0 0 0 4px !important;
        width: 91%;
    }
}

/************************************************
 | CONSULTANT INFO BLOCK
************************************************/

#cons-detail {
    background: #682B8C;
    margin: 0 auto 10px;
}

    #cons-detail h2, #cons-detail p {
        color: #FFF;
        padding: 0;
    }

    #cons-detail .btn {
        font-weight: bold;
    }

    #cons-detail hr {
        width: 100%;
        border-top: 1px solid rgba(255,255,255,.6);
        margin: 5px 0;
    }

@media (min-width:1200px) {
    #cons-detail {
        padding: 20px 35px;
    }

        #cons-detail p {
            margin: 10px auto 0;
        }

        #cons-detail #cons-detail-image {
            padding: 0 35px 0 0;
        }

        #cons-detail #cons-detail-btns {
            padding: 20px 0 10px 0;
        }

            #cons-detail #cons-detail-btns .btn {
                margin: 0 auto 15px;
            }
}

@media (max-width:1199px) and (min-width:993px) {
    #cons-detail {
        padding: 20px 25px;
    }

        #cons-detail h2 {
            margin: 15px auto 0;
        }

        #cons-detail p {
            margin: 10px auto 0;
        }

        #cons-detail #cons-detail-image {
            padding: 0 25px 0 0;
        }

        #cons-detail #cons-detail-btns {
            padding: 0 0 10px 0;
        }

            #cons-detail #cons-detail-btns .btn {
                margin: 15px auto 0;
            }
}

@media (max-width:992px) and (min-width:768px) {
    #cons-detail {
        padding: 20px 30px;
    }

        #cons-detail h2 {
            margin: 10px auto 0;
        }

        #cons-detail p {
            margin: 10px auto 0;
        }

        #cons-detail #cons-detail-image {
            padding: 0 50px 0 0;
        }

        #cons-detail #cons-detail-btns {
            display: inline-flex;
            justify-content: space-between;
            align-content: stretch;
            margin: 0;
            padding: 10px 0 0 0;
        }

            #cons-detail #cons-detail-btns .btn {
                width: calc(50% - 15px);
                margin: 0;
            }
}

@media (max-width:888px) and (min-width:768px) {
    #cons-detail h2 {
        margin: 0 auto 0;
        padding: 0;
    }

    #cons-detail #cons-detail-image {
        padding: 0 30px 0 0;
    }

    #cons-detail #cons-detail-btns .btn {
        width: calc(50% - 10px);
        margin: 0;
    }
}

@media(max-width:767px) and (min-width:476px) {
    #cons-detail {
        padding: 20px 30px;
    }

        #cons-detail h2 {
            margin: 10px auto 0;
        }

        #cons-detail p {
            margin: 10px auto 0;
        }

        #cons-detail #cons-detail-image {
            padding: 0 30px 0 0;
        }

        #cons-detail #cons-detail-btns {
            display: block;
            margin: 0;
            padding: 5px 0 0 0;
        }

            #cons-detail #cons-detail-btns .btn {
                margin: 0;
            }

                #cons-detail #cons-detail-btns .btn:first-of-type {
                    margin: 0 0 20px 0;
                }
}

@media (max-width:640px) {
    #cons-detail {
        padding: 20px;
    }

        #cons-detail h2 {
            font-size: 28px;
        }

        #cons-detail #cons-detail-image {
            width: 40%;
            padding: 0 20px 0 0;
        }

        #cons-detail #cons-detail-content {
            width: 60%;
        }
}

@media (max-width:475px) {
    #cons-detail h2 {
        font-size: 24px;
        margin: 0 auto;
    }

    #cons-detail p {
        font-size: 12px;
        margin: 10px auto 0;
    }

    #cons-detail #cons-detail-image {
        padding: 0 20px 0 0;
    }

    #cons-detail #cons-detail-btns {
        display: block;
        margin: 0;
        padding: 5px 0 0 0;
    }

        #cons-detail #cons-detail-btns .btn {
            font-size: 13px;
            margin: 0;
        }

            #cons-detail #cons-detail-btns .btn:first-of-type {
                margin: 0 0 15px 0;
            }
}

@media (min-width:420px) {
    #cons-detail-btns-xs {
        display: none;
    }
}

@media (max-width:419px) {
    #cons-detail h2 {
        font-size: 26px;
        margin: 10px auto 0;
    }

    #cons-detail p {
        margin: 10px auto 0;
    }

    #cons-detail #cons-detail-image {
        width: 45%;
        padding: 0 20px 0 0;
    }

    #cons-detail #cons-detail-content {
        width: 55%;
    }

    #cons-detail #cons-detail-btns {
        display: none;
        margin: 0;
        padding: 0;
    }

    #cons-detail #cons-detail-btns-xs {
        display: block;
        margin: 0;
        padding: 5px 0 0 0;
    }

        #cons-detail #cons-detail-btns-xs .btn {
            margin: 0;
        }

            #cons-detail #cons-detail-btns-xs .btn:first-of-type {
                margin: 10px 0;
            }
}



/* OLD */
.cons-tab-margin {
    margin-left: 48px;
}

.back-img {
    background-image: url("/images/flower-background-purple.png");
}

.consultant-nav-icon {
    margin-top: 40px;
}

#consultant-detail {
    min-height: 380px;
}

    #consultant-detail > div:first-child {
        padding: 20px 45px 0px 16px;
    }

        #consultant-detail > div:first-child > a > img {
            height: 340px
        }

    #consultant-detail > div:nth-child(2) > div {
        width: 104%;
        float: right;
        padding-right: 2%;
    }

#consultant-home-banner1 > div {
    margin-left: 1%;
    width: 650px;
    position: relative;
    top: 140px;
    height: 0;
}

#consultant-nav {
    padding: 0 2%;
}

#consultant-nav-tab {
    max-width: inherit;
}

    #consultant-nav-tab > div > span > a {
        position: relative;
        bottom: 3px;
    }

    #consultant-nav-tab > span > span > a > img {
        width: 10% !important;
    }

#consultant-nav > nav {
    margin: 2% 0;
    background: rgba(255, 255, 255, .05) !important;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

#consultant-social-icon > h6 > div:nth-child(2) {
    text-align: right;
}

    #consultant-social-icon > h6 > div:nth-child(2) > a > img {
        width: 28px;
    }

#navigation-tab > span > span > a > img {
    width: 18px;
}

@media (max-width:1199px) {
    #consultant-social-icon > h6 > div:nth-child(1) {
        margin-bottom: 10px;
        margin-top: -10px;
    }

    #consultant-social-icon > h6 > div:nth-child(2) {
        text-align: center;
    }
}

@media (max-width:767px) {
    #consultant-detail {
        margin-top: 55px;
    }

        #consultant-detail > div:nth-child(2) > div {
            width: 100%;
            float: none;
            padding-right: 0;
            text-align: center;
        }

    #consultant-social-icon {
        margin-top: 3%;
    }

    #consultant-detail > div:first-child > a > img {
        height: auto;
    }

    #consultant-detail > div:first-child {
        padding: 0 5%;
    }

    #consultant-nav1 > .offers {
        top: 0;
    }

    #consultant-home-banner1 > div {
        width: auto;
        position: relative;
        top: 0;
        height: auto;
        margin: 3% 0;
    }
}

/************************************************
 | CONSULTANT LOCATOR
************************************************/
.cons-know {
    font-family: "Avenir Book";
    font-style: italic;
    font-size: 18px;
    font-weight: normal !important;
}

.cons-tab-margin {
    margin-left: 48px;
}

.consultant-nav-icon {
    margin-top: 40px !important;
}

.consultantknow {
    padding: 9px;
    margin-bottom: 20px;
}

.consultantknow-border {
    margin-top: 20px !important;
    border: 1px solid rgba(70, 60, 60, 0.8) !important;
}

.consultantknow-caret {
    margin-top: 15px !important;
}

.consultantknow-help {
    margin-left: 34px !important
}

.consultantknow-hr-down {
    width: 98% !important;
    margin-left: -10px !important;
    margin-top: 148px !important;
}

.consultantknow-hr-up {
    width: 98% !important;
    margin-left: -10px !important;
    margin-top: 0 !important;
}

.consultantknow-hr1 {
    margin-top: 38px !important;
    margin-bottom: 12px !important
}

.consultantknow-hr2 {
    margin-top: 3px !important
}

.consultantknow-margin {
    margin-bottom: 0 !important;
}

.consultantknow-mobile {
    padding-left: 10px;
}

.consultantknow-overflow {
    white-space: inherit;
    overflow: visible;
}

.margin-bottom-consultant {
    margin-bottom: 0;
}

/************************************************
 | EMAIL SUBSCRIBE PAGE
************************************************/
#email-sign-up-form {
    position: absolute;
    top: 280px;
    margin-left: 2%;
    width: 900px;
}

#email-sign-up-header {
    position: absolute; /*top:133px;*/
    top: 112px;
}

#EmailPage-banner-image-text {
    text-align-last: start;
    position: absolute;
    top: 128px;
}

.emai-h4text {
    margin-left: -17px;
}

.emailbutton {
    margin-left: -5%;
}

.email-sign-up-div {
    top: 233px;
    width: 1147px;
}

.submit-email-sign-up-div {
    margin-top: 15px;
}

.email-signup-header {
    width: 1000px;
}

.email-signup-header-responsive {
    padding-left: 0;
}

.spanishLanguageSignupForm {
    top: 280px;
}

.spanishLanguageSignupFormLabes {
    width: 257px;
}

.spanishLanguageImageBgrnd {
    height: 910px;
}

@media (max-width:1199px) {
    #email-sign-up-header {
        margin: 0;
        float: none;
        width: 100%;
        position: relative;
        top: 0;
        text-align: center;
    }

    #email-sign-up-form {
        margin: 0;
        float: none;
        width: 100%;
        position: relative;
        top: 0;
    }
}

@media (max-width:1024px) and (min-width:767px) {
    .email-sign-up-div {
        top: -30px;
        width: 100%;
    }

    .email-signup-header-responsive {
        padding: 10px;
    }

    .email-form-responsive {
        margin-left: 0;
    }

    .email-div {
        text-align: -webkit-left;
    }

    .submit-email-sign-up-div {
        margin: 0% 0;
    }
}

@media (max-width:767px) {
    #email-sign-up-header {
        margin: 0;
        float: none;
        width: 100%;
        position: relative;
        top: 0;
        text-align: center;
    }

    #email-sign-up-form {
        margin: 0;
        float: none;
        width: 100%;
        position: relative;
        top: 0;
    }

    .email-signup-image {
        margin-top: 23px;
    }

    .email-sign-up-div {
        top: 5px;
        width: 100%;
    }

    .submit-email-sign-up-div {
        margin: 0% 5%;
        padding-bottom: 30px;
    }

    .email-signup-header-responsive {
        padding: 10px;
    }

    .email-form-responsive {
        margin-left: 0;
    }
}

/************************************************
 | HOSTESS SPECIALS PAGE
************************************************/

/************************************************
 | IN THE NEWS PAGE
************************************************/
.inthenews .row {
    display: flex;
}

.inthenews-sub-banner-sub-summary-text {
    position: relative;
    top: 290px;
    line-height: 30px;
    left: 3%;
    color: #FDFDFD;
}

.inthenews-sub-banner-sub-title-text {
    position: relative;
    top: 270px;
    line-height: 44px;
    left: 3%;
    color: #FDFDFD;
}

.inthenews .row .panel {
    display: inline-flex;
    padding: 10px;
    width: 33%;
    margin: 10px 0.16%;
    border-radius: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .05) !important;
}
/*In the news class with stacking of the news panels end*/
/*Pagination styles*/
.pagination-style {
    text-align: center;
    color: #727f8a;
}
/*border right and bottom of newsletters*/
.border-width-right-bottom {
    border-right-width: 1px;
    border-bottom-width: 1px;
}


/************************************************
 | MY STORY PAGE
************************************************/
#my-story-business-block > div > div:first-child, #my-story-business-block > div > div:nth-child(3) {
    height: 398px;
}

#my-story-detail > div:first-child {
    float: left;
    margin-right: 2%;
}

    #my-story-detail > div:first-child > img {
        width: 168px;
        height: 168px; /*margin:10%;*/
    }

#my-story-detail > div:nth-child(2) {
    float: left;
    width: 80%;
}

    #my-story-detail > div:nth-child(2) > div > div > h1 {
        line-height: 70px;
    }

#my-story-nav1 > .offers {
    top: 20px;
    height: 25px;
}

#my-story-ph-detail > div:first-child > div:nth-child(1) > img {
    max-height: 456px;
}

#my-story-ph-detail > div:first-child > div:nth-child(2) {
    padding: 0 3%;
}

#my-story-ph-detail > div:nth-child(2) {
    width: 87%;
}

    #my-story-ph-detail > div:nth-child(2) > div:nth-child(3) > p {
        font-size: 18px !important;
    }

#my-story-promotion > div > div {
    position: relative;
    top: 25px;
    height: 0;
}

    #my-story-promotion > div > div:nth-child(2) {
        width: 68%;
        top: 300px;
    }

#my-story-promotion > div > img {
    height: 375px;
}

#my-story-social-icon > h6 > div:nth-child(1) > a > img {
    width: 38px;
}

#my-story-social-icon > h6 > div:nth-child(2) {
    position: relative;
    bottom: 10px;
}

    #my-story-social-icon > h6 > div:nth-child(2) > a > img {
        width: 38px;
    }

#my-story-title > h2 {
    white-space: normal;
    position: relative;
    top: 85px;
    margin-bottom: 100px;
}

@media (max-width:1199px) {
    #my-story-social-icon > h6 > div:nth-child(1) {
        position: relative;
        bottom: 14px;
    }

    #my-story-detail > div:nth-child(2) {
        width: 75%;
    }
}

@media(min-width:768px) {
    #my-story-detail {
        padding: 1.5% 1.5% 1.5% 30px;
    }
}

@media (max-width:767px) {
    #my-story-detail {
        padding: 1.5%;
    }

        #my-story-detail > div:first-child {
            width: 100%;
        }

        #my-story-detail > div:nth-child(2) {
            width: 100%;
            text-align: center;
        }

            #my-story-detail > div:nth-child(2) > div > div > h1 {
                line-height: 49px;
            }

    #my-story-detail {
        padding: 1.5%;
        margin-top: 55px;
    }

        #my-story-detail > div:first-child > img {
            width: auto;
            height: auto;
            margin: 0 auto;
        }

    #my-story-social-icon {
        margin-top: 28px;
    }
}



/************************************************
 | QUICK VIEW
************************************************/
/*for the X icon on quickview*/
.closer {
    font-size: 40px;
    font-weight: bold;
    line-height: 18px;
    color: #463C3C;
    text-decoration: none;
    opacity: 1;
    border: none;
    background-color: transparent;
}

    .closer:hover {
        opacity: 1;
    }

.quickview-specs {
    width: 100%;
}

/************************************************
 | DIALOG/MODAL
************************************************/
.open-party-modal-header {
    margin-right: 10px;
}

.yes-btn {
    width: 60%;
    margin-bottom: 50px;
}

.stay-with-party-btn {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 60%;
}

.x-icon-open {
    height: 25px;
}

.large-Modal .modal-dialog {
    height: auto;
    margin-top: 150px;
}

.align-x-quick-open {
    outline: none;
    border: none;
    background-color: transparent;
    position: relative;
    left: 15px;
}

@media (max-width:992px) {
    .align-x-quick-open {
        left: 5px;
        bottom: 5px;
    }
}

/************************************************
 | VIDEO
************************************************/
#video-div {
    margin: -23px 0 0px 95px;
}

#mobile-video {
    position: relative;
    height: 0;
}

#video {
    width: 100%;
    height: 1000px;
    border: none;
    padding: 0 25px;
    overflow: hidden;
    z-index: 999999;
}

@media (max-width:767px) {
    #video {
        height: 300px;
        padding: 0 10px;
    }
}

.large-Video-Modal .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.product-video-thumbnail {
    width: 25%;
    position: relative;
    bottom: 133px;
}

/************************************************
 | SOCIAL BUTTONS
************************************************/
#social-block > div > div {
    position: relative;
    top: 215px;
    height: 0;
    margin-left: 4%;
}

#social-block > div > img {
    height: 375px;
}

.align-social-buttons {
    position: relative;
    bottom: 3px;
}

.social-icons-quickview {
    background-color: black;
    height: 50px;
    margin-left: 10px;
    width: 60%;
}

.social-img img {
    background-color: #B5B1B1;
}

    .social-img img:hover {
        background-color: #8655A3;
    }

/************************************************
 | IMAGE DISPLAY
************************************************/
div.show-image:hover .qwerty {
    display: block;
}

div.show-image .qwerty {
    display: none;
}

.disabled > img {
    visibility: hidden;
}

.image {
    position: relative;
    width: 100%; /* for IE 6 */
}

    .image h2 {
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
    }

.img-pad-prod {
    display: block;
    margin: auto;
}

.img-height-none {
    height: 839px;
}

.img-blur {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/************************************************
 | ERROR/ALERT
************************************************/
.errorAlertStar {
    color: #F47E28;
}

.errorAlert {
    border-color: #F47E28;
    background-color: rgba(244,126,40,.1);
}

.adjust-error-coll {
    margin-left: -20px;
    margin-top: 15px;
}

.coll-error-margin-bottom {
    margin-bottom: 10px;
}

.error-coll-mar-top {
    margin-top: 30px;
}

/*--------------------------------------------------------------------
  PAGE SPECIFIC
--------------------------------------------------------------------*/

/* Recipe Page Layout */
.recipe-imgSummary {
    font-family: 'Avenir Book' !important;
    font-size: 26px;
    color: #423939;
    line-height: 30px;
}

.recipe-sub-banner-sub-summary-text {
    position: relative;
    top: 185px;
    font-family: 'Baskerville Handcut' !important;
    font-size: 25px !important;
    Line-height: 30px;
}

.recipe-sub-banner-sub-title-text {
    position: relative;
    top: 185px;
    font-family: 'Baskerville Handcut' !important;
    font-size: 52px !important;
    Line-height: 44px;
}

#recipe-detail-banner + div + div {
    position: relative;
    bottom: 29px;
}

#recipe-detail-banner > img {
    max-height: 570px;
}

#recipefilterby {
    width: 7% !important;
}

.prep {
    width: 100%;
    position: relative;
    font-size: 15px;
    margin: 0;
    padding: 0 0 5px 0;
}

.ingredients {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 0 5px 0;
}

.instructions {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 0 5px 0;
}

.recipe-label {
    width: 100%;
    font-size: 14px;
    line-height: 1em;
    color: rgba(114,127,138,1);
    text-transform: uppercase;
    border-bottom: 1px solid rgba(114,127,138,.5);
    margin: 10px 0;
    padding: 0;
}

.recipe-sub-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 5px 10px;
}

.ingredients ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

    .ingredients ul li {
        margin: 0;
        padding: 0 0 0 10px;
    }

.ingredients li.product {
    font-weight: bold;
    font-style: italic;
}

.instructions ol {
    margin: 0 0 10px 30px;
    padding: 0;
}

    .instructions ol li {
        margin: 0;
        padding: 0 0 5px 0;
    }

.instructions li.product {
    font-weight: bold;
    font-style: italic;
}

.recipe-content {
    width: 100%;
    position: relative;
    top: 100px;
}

    .recipe-content .row {
        margin: 0;
        padding: 0;
    }

    .recipe-content .list-unstyled {
        display: none;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .recipe-content .container {
        margin: 0 0 10px 0;
        padding: 0;
    }

@media (min-width:1200px) {
    .recipe-content {
        top: 100px;
    }

        .recipe-content .container {
            width: calc(100% - 40px);
            left: 20px;
            right: 20px;
        }
}

@media (max-width:1199px) and (min-width:992px) {
    .recipe-content {
        top: 100px;
    }

        .recipe-content .container {
            width: calc(100% - 40px);
            left: 20px;
            right: 20px;
        }
}

@media (max-width:991px) and (min-width:768px) {
    .recipe-content {
        top: 90px;
    }

        .recipe-content .container {
            width: calc(100% - 30px);
            left: 15px;
            right: 15px;
        }
}

@media (max-width:767px) {
    .recipe-content {
        top: 0;
        margin-bottom: 10px;
    }

        .recipe-content .container {
            width: 100%;
            left: 0;
            right: 0;
        }

            .recipe-content .container h5 {
                width: calc(100% - 40px);
                position: relative;
                left: 20px;
                right: 20px;
            }

            .recipe-content .container .prep {
                width: calc(100% - 40px);
                left: 20px;
                right: 20px;
            }

            .recipe-content .container .ingredients {
                width: calc(100% - 40px);
                left: 20px;
                right: 20px;
            }

            .recipe-content .container .instructions {
                width: calc(100% - 40px);
                left: 20px;
                right: 20px;
            }
}

/************************************************
 | START YOUR BUSINESS + HOST
************************************************/
.start-business-slider-note {
    color: #727F8A;
}

@media (max-width:1200px) and (min-width:769px) {
    #start-your-business-contact-us {
        width: 57%;
    }

    .set-goals-final {
        bottom: 170px;
    }
}

@media (max-width:767px) {
    .host-reward-slider {
        height: 192px;
    }
}
/*| START YOUR BUSINESS + HOST Numbers |*/
.numbering p {
    font-size: 54px;
}

@media (min-width:1200px) {
    .numbering p {
        font-size: 54px;
    }
}

@media (max-width:991px) and (min-width:880px) {
    .numbering p {
        font-size: 52px;
    }
}

@media (max-width:879px) and (min-width:768px) {
    .numbering p {
        font-size: 44px;
    }
}

@media (max-width:767px) {
    .numbering p {
        font-size: 44px;
    }
}

@media (max-width:399px) and (min-width:345px) {
    .numbering p {
        font-size: 40px;
    }
}

@media (max-width:344px) {
    .numbering p {
        font-size: 36px;
    }
}

/*| START YOUR BUSINESS - How it Works |*/
#how-it-works .height-min-340 > div > div {
    height: auto;
    min-height: 300px;
}

#how-it-works img {
    width: 100%;
    max-width: 70px;
}

@media (min-width:1200px) {
    #how-it-works .height-min-340 > div > div {
        height: auto;
        min-height: 300px;
    }

    #how-it-works img {
        width: 100%;
        max-width: 70px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    #how-it-works .height-min-340 > div > div {
        height: auto;
        min-height: 300px;
    }
}

@media (max-width:991px) and (min-width:880px) {
    #how-it-works .height-min-340 > div > div {
        height: auto;
        min-height: 300px;
    }
}

@media (max-width:879px) and (min-width:768px) {
    #how-it-work .height-min-340 > div > div {
        height: auto;
        min-height: 260px;
    }
}

@media (max-width:767px) {
    #how-it-works img {
        width: 100%;
        max-width: 60px;
    }
}

@media (max-width:767px) and (min-width:589px) {
    #how-it-works .height-min-340 > div > div {
        height: auto;
        min-height: 220px;
    }
}

@media (max-width:588px) and (min-width:500px) {
    #how-it-works .height-min-340 > div > div {
        height: auto;
        min-height: 260px;
    }
}

@media (max-width:499px) and (min-width:400px) {
    #how-it-works .height-min-340 > div > div {
        height: auto;
        min-height: 290px;
    }
}

@media (max-width:399px) and (min-width:345px) {
    #how-it-works .height-min-340 > div > div {
        height: auto;
        min-height: 280px;
    }
}

@media (max-width:344px) {
    #how-it-works .height-min-340 > div > div {
        height: auto;
        min-height: 300px;
    }
}

/*| HOST - Easy as 1 2 3 |*/
#easy-as .height-min-340 > div > div {
    height: auto;
    min-height: 240px;
}

#easy-as img {
    width: 100%;
    max-width: 70px;
}

@media (min-width:1200px) {
    #easy-as .height-min-340 > div > div {
        height: auto;
        min-height: 240px;
    }

    #easy-as img {
        width: 100%;
        max-width: 70px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    #easy-as .height-min-340 > div > div {
        height: auto;
        min-height: 260px;
    }
}

@media (max-width:991px) and (min-width:880px) {
    #easy-as .height-min-340 > div > div {
        height: auto;
        min-height: 260px;
    }
}

@media (max-width:879px) and (min-width:768px) {
    #easy-as .height-min-340 > div > div {
        height: auto;
        min-height: 260px;
    }
}

@media (max-width:767px) {
    #easy-as > div > div {
        margin-bottom: 10px;
        padding-right: 0;
        padding-left: 0;
    }

    #easy-as img {
        width: 100%;
        max-width: 60px;
    }
}

@media (max-width:767px) and (min-width:589px) {
    #easy-as .height-min-340 > div > div {
        height: auto;
        min-height: 180px;
    }
}

@media (max-width:588px) and (min-width:500px) {
    #easy-as .height-min-340 > div > div {
        height: auto;
        min-height: 200px;
    }
}

@media (max-width:499px) and (min-width:400px) {
    #easy-as .height-min-340 > div > div {
        height: auto;
        min-height: 220px;
    }
}

@media (max-width:399px) and (min-width:345px) {
    #easy-as .height-min-340 > div > div {
        height: auto;
        min-height: 220px;
    }
}

@media (max-width:344px) {
    #easy-as .height-min-340 > div > div {
        height: auto;
        min-height: 220px;
    }
}

/************************************************
 | MISC
************************************************/
.no-border {
    border: none !important;
}

.total-border {
    line-height: 55px;
    border-top: 1px solid #DADADA;
}

.border-radius-35 {
    -webkit-border-bottom-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.border-width-right-bottom {
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.outline-none {
    outline: none !important;
}

.img-pad-prod {
    display: block;
    margin: auto;
}

.img-responsive {
    width: 100%;
}

.disabled > img {
    visibility: hidden;
}

.display-center-block {
    display: block;
    text-align: center;
}

.adjust-dd-color .btn-default:active .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    border-color: #adadad;
}

.adjust-error-coll {
    margin-left: -20px;
    margin-top: 15px;
}

.align-social-buttons {
    position: relative;
    bottom: 3px;
}

.align-x-quick-open {
    outline: none;
    border: none;
    background-color: transparent;
    position: relative;
    left: 15px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 20px solid #682B8C;
}

.blog-arrow {
    margin-left: 5px;
}

.blog-dummy-height {
    height: 75px;
}

.blogTitle-widout-margin {
    font-family: 'ph-Baskerville-Handcut-Regular-font' !important;
    font-size: 32px;
    font-style: italic;
    color: #423939;
    margin-bottom: 3px;
    font-weight: bold;
}

.card {
    border: 1px solid #CACDCF;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.1);
}

.check-spacer {
    padding-left: 3px;
    position: relative;
    bottom: 2px;
    font-family: "Avenir Book";
}

.check-spacer-locator {
    padding-left: 3px;
    position: relative;
    bottom: 5px;
}

.coll-error-margin-bottom {
    margin-bottom: 10px;
}

.collection-grid-text {
    height: 133px;
    edisplay: block; /* Fallback for non-webkit */
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0% 4%;
}

.custom-caret {
    border: 6px solid transparent;
    display: inline-block;
    width: 0;
    height: 0;
}

    .custom-caret.down {
        border-top: 10px solid;
        vertical-align: -webkit-baseline-middle;
    }

    .custom-caret.left {
        border-right: 7px solid;
    }

    .custom-caret.right {
        border-left: 7px solid;
    }

    .custom-caret.up {
        border-bottom: 7px solid;
        vertical-align: sub;
    }

.custom-hamburger-list-header {
    font-family: "Avenir Medium";
    font-size: 21px !important;
    color: #682B8C;
    font-weight: normal !important;
    font-style: normal;
}

.custom-hamburger-list-items {
    font-family: "Avenir Book";
    font-size: 16px !important;
    font-weight: normal !important;
}

.custom-hampanel .panel-body {
    padding: 0 24px 0 24px;
}

.custom-hampanel #hr {
    width: 94%;
}

.custom-panel .panel-heading {
    background-color: white;
}

    .custom-panel .panel-heading .panel-title {
        border-top: 1px solid gainsboro;
    }

        .custom-panel .panel-heading .panel-title a h5 {
            padding-top: 2%;
        }

.customer-info-form {
    height: 115px;
}

.dp-div {
    padding: 30px 50px 30px 30px !important;
    height: 281px;
}

.dummy-div {
    height: 35px;
}

.filter-by-div {
    margin-top: 10px;
}

.filterByDivESP {
    width: 160px;
}

.footer-div-margin {
    margin-top: 50px;
}

.h4-cons-know {
    font-weight: normal !important;
}

.consultantknow {
    padding: 9px !important;
    margin-bottom: 20px !important;
}

.ham-input {
    margin-top: 6px;
}

.ham-padding {
    padding-bottom: 15px;
}

.hamburger-plus-color {
    color: #7B8791;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.has-feedback {
    position: relative;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #F47E28;
    text-align: left;
}

.hide-overflow {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.host-header-nav {
    margin: 25px 110px 0px 100px;
}

.itemListBtn {
    background-color: #ffffff;
}

    .itemListBtn:hover, .itemListBtn:focus, .itemListBtn:active {
        background-color: #ffffff;
        box-shadow: none;
        outline: none;
    }

.language-list-items {
    padding: 0 6px !important;
    text-align: left;
    padding-left: 4px !important;
    position: relative;
}

.languageListBtn:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

.lil-mar-top {
    margin-top: 16px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.mail-img {
    left: 1% !important;
    margin-top: 3px;
}

.message-pad {
    padding-left: 8px;
}

.new-trunc {
    position: relative;
    left: 40px;
}

.no-repeat-back {
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
}

.no-text-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.offers {
    position: relative;
    top: 18px;
    width: 96%;
    height: 0px;
    margin: 0 2%;
}

.or-line {
    width: 100%;
    height: 1px;
    text-align: center;
    border: 0;
    border-top: 1px solid #DDD;
    line-height: 0.1em;
    margin: 15px, 15px;
}

.or-text {
    background: #fff;
    color: #463C3C;
    padding: 0 10px;
}

.over-flw {
    position: fixed;
    overflow-y: hidden;
}

.pane {
    background-color: #682B8C;
    color: #FFF;
}

.panel-padding-search-xxl {
    padding: 4%;
}

.panel-width-hamburger {
    min-width: 420px;
    height: 800px;
    overflow-y: auto;
}

.password-field {
    background: rgba(70,60,60,0.05) !important;
    border: 2px solid rgba(70, 60, 60, 0.8) !important;
    display: block !important;
}

.pos-margin-top {
    position: relative;
    margin-top: 68px;
}

.product-detail-price-col {
    margin-left: 4%;
    position: relative;
    top: 7px;
}
/*.product-price {position:relative; right:7px }*/
.product-search {
    width: 94%;
}

.product-text > ul > li {
    margin: 4px 0;
}

.product-video-thumbnail {
    width: 25%;
    position: relative;
    bottom: 133px;
}


.qwerty {
    position: relative;
    margin-top: -46px;
    margin-right: 20px;
}

.required-field-div {
    margin: 0 31px;
}

.row-left {
    left: 50px;
}

.row-margin {
    margin-left: 40px;
}

.row.vertical-divider {
    overflow: hidden;
}

    .row.vertical-divider div[class^="col-"]:first-child {
        border-left: none;
    }

    .row.vertical-divider div[class^="col-"]:last-child {
        border-right: none;
    }

    .row.vertical-divider > div[class^="col-"] {
        text-align: center;
        padding-bottom: 100px;
        margin-bottom: -100px;
        border-right: 1px solid #DDD;
    }

.search-page h6 {
    font-size: 18px;
}

.search-nav-back {
    width: 100%;
    height: 78px;
    background-color: #F1F2F3;
}

.shop-cart-head {
    margin: 0 30px 0 30px;
}

.shopcart-checkout-icon {
    top: 16px !important;
}

.shopcart-checkout {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.sna-checkbox {
    left: 40px !important;
}

.sna2-font {
    font-family: 'Avenir Book';
    font-size: 18px !important;
    color: #463C3C !important;
}

.social-icons-quickview {
    background-color: black;
    height: 50px;
    margin-left: 10px;
    width: 60%;
}

.social-img img {
    background-color: #B5B1B1;
}

    .social-img img:hover {
        background-color: #8655A3;
    }

.span-center {
    text-align: center;
    display: block;
}

.span-text-center {
    text-align: center;
    display: block;
}

.spanishLanguageImageBgrnd {
    height: 910px;
}

.spanishLanguageSignupForm {
    top: 280px !important;
}

.spanishLanguageSignupFormLabes {
    width: 257px;
}

.spinner:before {
    background-color: rgba(49, 37, 37, 0.2);
    border-radius: 6px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    content: " ";
}

.stay-with-party-btn {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 60%;
}

.strikethrough {
    position: relative;
}

    .strikethrough:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 2px solid;
        border-color: inherit;
        -webkit-transform: rotate(-11deg);
        -moz-transform: rotate(-11deg);
        -ms-transform: rotate(-11deg);
        -o-transform: rotate(-11deg);
        transform: rotate(-11deg);
    }

.sub-more {
    margin: 20px 30px 0 30px;
    width: 32%;
}

.submit-email-sign-up-div {
    margin-top: 15px !important;
}

.syb [id^='earn-block-'] {
    height: auto;
    line-height: 145px;
    box-shadow: 0 0px 0px 3px white inset;
    overflow-y: auto;
    padding: 12px;
    -webkit-overflow-scrolling: touch;
}

.tiltLine {
    background: rgb(65, 65, 65);
    -webkit-transform: rotate(174deg);
    height: 3px;
    width: 135px;
    position: absolute;
    bottom: 23px;
}

.tiltLine-quickview {
    background: rgb(65, 65, 65);
    -webkit-transform: rotate(165deg);
    height: 1px;
    width: 103px;
    position: absolute;
    left: -4px;
    top: 123px;
}

.tiltLine-shopcart {
    background: rgb(65, 65, 65);
    -webkit-transform: rotate(165deg);
    height: 1px;
    width: 72px;
    position: absolute;
    left: -5px;
    top: 20px;
}

.tooltip-arrow, .red-tooltip + .tooltip > .tooltip-inner {
    width: 250px;
    position: relative;
    right: 50px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #c3aad1 !important;
}

.transition-class {
    width: 0;
    transition: all linear 0.5s;
    overflow: hidden;
    opacity: 0;
    height: 45px;
}

    .transition-class.newclass {
        width: 180px;
        opacity: 1;
    }

.try-these-recipes {
    width: 95%;
}

.vertical-line {
    border-right: 1px solid #DADADA;
}

.video-icon-quick {
    position: absolute;
    top: 22%;
    height: 60px;
}

.vission-content {
    width: 80%;
}

.white-custom-nav {
    line-height: 18px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    background: rgba(70, 60, 60, 0.05);
    border: 1px solid #FFF;
    white-space: nowrap;
    font-family: Avenir Book;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 14px 12px;
}

.x-icon-open {
    height: 25px;
}

.yes-btn {
    width: 60%;
    margin-bottom: 50px;
}

.zip-code {
    width: 100%;
}

.zip-code-input {
    height: 45px;
}

.zip-codeS {
    width: 60%;
    margin: 0 auto;
}

[class*="col-"] {
    padding: 0;
}

#collection-grid-height {
    height: 85px;
}

#custom-search-input {
    background-color: #FFF;
}

    #custom-search-input button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666;
        padding: 0 8px 0 10px;
        outline: none;
    }

        #custom-search-input button:hover {
            border: 0;
            box-shadow: none;
        }

    #custom-search-input input {
        box-shadow: 0 0 2px rgb(165, 173, 180);
        height: 35px;
        font-size: 16px !important;
    }

#description-text {
    width: 85%;
    margin: 0 auto;
}

#icons-tab {
    background: #403027;
    opacity: 0.3;
    width: 100%;
    position: relative;
    bottom: 47px;
    padding: 5px 0px;
}

#icons-tab-blog {
    background: #A59D98;
    opacity: 0.3;
    width: 100%;
    position: relative;
    bottom: 47px;
    padding: 5px 0px;
}

    #icons-tab-blog > a {
        margin: 0 1%;
    }

        #icons-tab-blog > a > img {
            opacity: 1;
        }

#icons-tab > a {
    margin: 0 1%;
}

    #icons-tab > a > img {
        opacity: 1;
    }


#icons-tab-blog {
    background: #A59D98;
    opacity: 0.3;
    width: 100%;
    position: relative;
    bottom: 47px;
    padding: 5px 0px;
}

    #icons-tab-blog > a {
        margin: 0 1%;
    }

        #icons-tab-blog > a > img {
            opacity: 1;
        }

#more-from-slider {
    font-family: "Avenir Book";
    font-size: 16px;
    line-height: 16.8px;
}

#navigation-tab > span > span > a > img {
    width: 18px;
}

#our-story-careers {
    width: auto;
}

#pane {
    font-size: 18px;
    font-family: "Avenir Book";
}

#product-care-and-use-desc > div > div:first-child {
    padding: 0 4% 0 5%;
}

    #product-care-and-use-desc > div > div:first-child > iframe {
        width: 100%;
        height: 355px;
    }

#product-detail-container {
    width: 95%;
}

#product-detail-nav > .offers {
    height: auto;
    top: 0;
}

#productDetail {
    min-height: 107px;
}

#searchtxt {
    width: 200px;
    background: #efefef;
}

#you-may-also-like-slider {
    width: 92%;
}

div.show-image .qwerty {
    display: none;
}

div.show-image:hover .qwerty {
    display: block;
}

div[id^='blog'] {
    height: 400px;
}

    div[id^='blog'] > div {
        width: 83%;
        margin-top: 20px;
    }

span label input[type="checkbox"]:checked + .custom-checkbox:after,
span label input[type="checkbox"]:checked + .custom-checkbox-customerInfo:after {
    content: '\2713';
    font-size: 22px;
    position: absolute;
    top: -6px;
    left: 2px;
    color: #676767;
}

@media (max-width:1199px) and (min-width:768px) {
    .nav-adjust-sm-md {
        width: 60%;
        margin-left: 20% !important;
        margin-right: 20% !important;
    }

    .set-goals-final {
        bottom: 170px !important;
    }

    #start-your-business-contact-us {
        width: 57% !important;
    }
}

@media(max-width:1024px) and (min-width:767px) {
    .blog-dummy-height {
        height: 75px;
    }

    .check-box-content {
        margin-left: 0 !important;
    }

    .check-box-div {
        margin-left: 23px !important;
    }

    .host-reward-slider {
        height: auto;
    }

    .img-height-none {
        height: auto;
    }

    .nav-div {
        margin-left: -33.33%;
        margin-bottom: 20px;
    }

    .navigation-header-height {
        height: 20px;
    }

    .our-story-mission-img {
        min-height: 200px;
    }

    .submit-email-sign-up-div {
        margin: 0% 0%;
    }

    label input[type="checkbox"]:checked + .custom-checkbox-customerInfo:after {
        left: -4px !important;
        top: 1px !important;
    }
}

@media(min-width:992px) {
    .offers {
        position: relative;
        top: 18px;
        width: 100% !important;
        height: 0px;
    }
}

@media (max-width:991px) {
    .align-x-quick-open {
        left: 5px !important;
        bottom: 5px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .mob-pad-dropd-sm {
        padding: 0 6px;
    }

    #hostess-free {
        margin-top: 0% !important;
    }

    .margin-left-sm-15px {
        margin-left: 15px;
    }

    .margin-align-footer {
        font-size: 10px !important;
        padding-left: 8px;
    }

    #story-share-top {
        margin-left: 0px !important;
        padding-left: 5px;
    }

    .adjust-sm-footer-social {
        width: 25px;
        height: 25px;
    }
}

@media (max-width:767px) {
    .adjust-margin-mid-content-xs {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .align-xs-nav-consultant {
        position: absolute;
        right: 1%;
        margin-top: -1px;
    }

    .arrow-down {
        border-left: 40px solid transparent !important;
        border-right: 40px solid transparent !important;
    }

    .banner-2-mob {
        padding: 0;
    }

    .blog-dummy-height {
        height: 0;
    }

    .check-box-content {
        margin-left: 15px;
    }

    .check-spacer-locator {
        bottom: -2px !important;
    }

    .custom-dropdown > ul > li > a {
        margin-left: -5px !important;
    }

    .customer-info-form {
        height: 150px;
    }

    .dp-div {
        padding: 30px 30px 0px 30px !important;
        height: 281px;
    }

    .dropdown-width-ul {
        width: 98.5% !important;
    }

    .dummy-div {
        display: none;
    }

    .host-reward-slider {
        height: auto;
    }

    .img-height-none {
        height: auto;
    }

    .margin-align-footer {
        font-size: 14px;
    }

    .model-header-help {
        min-height: 61px;
    }

    .navigation-header-div {
        margin-bottom: 10px;
    }

    .our-story-img {
        min-height: 0;
    }

    .padding-right-contact-success {
        padding-right: 0;
    }

    .padding-social-media {
        padding: 0 2px;
    }

    .panel-width-hamburger {
        width: 100%;
        min-width: 320px;
        height: 100vh;
        overflow-y: auto;
    }

    .right-arrow-icon {
        margin-left: -4px;
    }

    .stay-with-party-btn {
        width: 100% !important;
    }

    .submit-email-sign-up-div {
        margin: 0% 5% !important;
        padding-bottom: 30px;
    }

    .yes-btn {
        width: 100% !important;
    }

    .zip-codeS {
        width: 100% !important;
    }

    #logo-img {
        bottom: -9px !important;
        height: 40px !important;
    }

    label input[type="checkbox"]:checked + .custom-checkbox-customerInfo:after {
        left: -3px !important;
        top: 1px;
    }
}

@media (min-width:400px) and (max-width:767px) {
    .custom-nav-prod {
        font-size: 15px !important;
    }
}

@media (max-width:399px) {
    .custom-nav-prod {
        font-size: 11px !important;
    }
}

/*from index.html*/
.rc-anchor-light {
    width: 78% !important;
}

@media(max-width: 992px) {
    body.modal-open {
        position: fixed;
        overflow-y: hidden;
    }
}


/************************************************ | from Footer File ************************************************/

.
@media (max-width:767px) {
    .text-align-spanish

{
    text-align: center;
}

.margin-footer-mobile {
    margin-left: 12.5%;
}

.mobile-footer-bottom {
    border-bottom: 1px solid transparent;
    margin: 6px 0px;
}

.social-media-div {
    margin-left: 14%;
}

.margin-bottom-xs {
    margin-bottom: 12px;
}

.onlyMyStoryDiv {
    width: 100% !important;
    text-align: center !important;
    text-align: -webkit-center !important;
}

.onlyMyStoryUI {
    float: none !important;
}

}

@media (min-width:1200px) {
    .footer-nav img {
        width: 29px;
        position: relative;
        left: 5% !important;
        bottom: 4px;
    }

    .dsa-logo-margin {
        margin-left: -25px;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .email-div {
        text-align: center;
    }
}

@media (max-width:991px) {
    .text-align-center {
        text-align: center;
    }
}

@media(min-width:767px) {
    .footer-text-align {
        margin-top: 16px;
    }

    .text-align-left {
        text-align: left !important;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .social-media-div {
        margin-left: 16 % !important;
    }
}


/************** HOME PAGE CSS ***************/
.dp-div {
    padding: 40px 50px 30px 30px !important;
    height: 281px;
}

.homeBannerDivWithConsultant {
    margin-left: 1%;
    width: 650px;
    position: absolute;
    top: 725px !important;
}

.consultant-img-div {
    margin-left: -30px;
}

.font-weight-normal {
    font-weight: normal !important;
}

.consulatnt-in-subheader {
    font-family: Avenir !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
    -moz-transform: translateY(-50%) translateX(-50%) !important;
    -ms-transform: translateY(-50%) translateX(-50%) !important;
    -o-transform: translateY(-50%) translateX(-50%) !important;
    transform: translateY(-50%) translateX(-50%) !important;
    fill: #fff;
}

#consultant-nav > nav { /*margin:7% 0;*/
    margin-bottom: 15px;
}

#consultant-detail {
    min-height: 220px !important;
}

    #consultant-detail > div:first-child > a > img {
    }

.home-control > img {
    height: 500px;
}

.image:hover {
    opacity: 0.5;
}

.ml5 {
    margin-left: 2px;
    position: relative;
    top: 0;
}

#mar-top-10px {
    margin-top: 10px;
}


@media(min-width:1200px) {
    .top-mar-12px {
        margin-top: 12px;
    }

    .marg-bottom-12px {
        margin-bottom: 12px;
    }
}

@media(min-width:992px) {
    .mar-top-2px {
        margin-top: 2px;
    }
}

@media(min-width:1025px) {
    .consultant-detail-margin {
        margin-left: 0 !important;
    }

    .text-padding {
        padding-left: 30px;
        padding-right: 30px;
    }

    .consultant-links-margins {
        margin-bottom: 30px;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .padding-left-ipad {
        padding-left: 9% !important;
    }

    .homeBannerDivWithConsultant {
        margin-left: 1%;
        width: 650px;
        position: absolute;
        top: 725px !important;
    }

    .consultant-img-div {
        margin-left: -10px;
    }

    .open-party-modal-header {
        margin-right: 0;
    }

    #consultant-nav > nav {
        margin: 2% 0;
    }

    #home-banner1 > div {
        margin-left: 1%;
        width: 650px;
        position: absolute;
        top: 260px;
    }

    .nav-div {
        margin-left: -33.33%; /* margin-right:40%; */
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .top-29px {
        width: 100% !important;
        position: relative;
        right: 95px;
        top: 30px !important;
        margin-left: 12% !important;
    }

    .top-29px {
        top: 20px !important;
        position: relative;
        width: 94% !important;
        right: 35px;
    }

    .margin-lft-10px {
        margin-left: 4px !important;
    }

    .padding-left-12px {
        padding-left: 12px;
    }

    .padding-left-right-6px {
        padding-left: 6px;
        padding-right: 6px;
    }

    .padding-right-12px {
        padding-right: 12px;
    }
    /*.padding-left-right-10px {padding:0 10px; }*/
    .margin-top--2px {
        margin-top: -2px;
    }

    .top-mar-12px {
        margin-top: 10px;
    }

    .marg-bottom-12px {
        margin-bottom: 10px;
    }

    .padding-left-ipad {
        padding-left: 25% !important;
    }
}

@media(min-width:768px) {
    .custom-nav {
        border: 1px solid rgba(70, 60, 60, 0.8);
        padding: 10px !important;
    }

    .img-dimensions {
        height: 200px !important;
        width: 200px !important;
    }
}

@media (max-width:767px) {
    #pad-left-right-12px {
        padding: 0 12px;
    }

    .padding-bottom-4px {
        padding-bottom: 4px;
    }

    .margin-lft-10px {
        margin-left: 5px !important;
    }

    .padding-top-10-margin-0 {
        margin: 0;
        padding-top: 10px;
    }

    #more-nav-bar {
        position: relative;
        top: 0;
        height: auto;
        width: 100% !important; /* margin-left:5%; */
        text-align: center;
        padding: 0 10px;
    }

    .pad-top-bottom-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .bottom-mar-10px {
        margin-bottom: 10px;
    }

    .left-right-pad {
        padding-left: 5%;
        padding-right: 5%;
    }

    .margin-top-30px {
        margin-top: 30px !important;
    }

    .img-dimensions {
        height: 120px !important;
        width: 120px !important;
    }

    .custom-nav {
        padding: 8px !important;
    }

    .consultant-img-div {
        margin-left: 20px;
    }

    .yes-btn {
        width: 90%;
    }

    .stay-with-party-btn {
        margin-top: 40px;
        margin-bottom: 20px;
        width: 90%;
    }

    .open-party-modal-header {
        margin-right: 0;
    }

    .display-xs-none {
        display: none !important;
    }

    #home-banner1 {
        padding: 0 10px;
    }

    #consultant-nav > nav {
        margin: 15px 0 15px 0;
    }

    .home-banner-text-center > div {
        position: relative;
        padding-left: 14px;
    }

    #home-banner1 > div {
        margin-left: 1% !important;
        width: auto !important;
        position: relative !important;
        top: 0 !important; /* text-align:center; */
    }
}

@media(max-width:667px) {
    .padding-left-right {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* from custom-carousel.css */
#product-banner > div > .owl-prev {
    left: 13px;
    !important top:36%;
}

#product-banner > div > .owl-next {
    right: 13px;
    !important top:36%;
}

@media (min-width:992px) {
    .owl-prev {
        position: absolute;
        left: -40px;
        top: 36%;
    }

    .owl-next {
        position: absolute;
        right: -40px;
        top: 36%;
    }
}

/* from custom-slider.css */
.progress-box .progress-bar {
    width: 100%;
    height: 12px;
    background: #949BA1;
    border: 1px solid #dfdfdf;
    box-shadow: 0 0 2px #D5D4D4 inset;
    position: relative;
}

    .progress-box .progress-bar .inner {
        position: relative;
        width: 0;
        height: 100%;
        background: #B00C5A;
    }

.progress-bar .inner {
    height: 0;
    width: 0;
    transition: all 1s ease-out;
}

.progress-bar-slider .inner {
    transition: none;
}

    .progress-bar-slider .inner:after {
        content: " ";
        width: 5px;
        height: 14px;
        ;
        background-color: #B00C5A;
        position: absolute;
        right: -2px;
        top: -2px;
        border: 1px solid #bbb;
        border-radius: 2px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
        margin: 0px;
    }

/*Slider Custom for Drag options*/
.progress-slider {
    opacity: 0; /* width:100%; */
    height: 150px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 1;
}

#indicator {
    width: 100%;
    margin-left: -9px;
    color: rgb(148, 155, 161);
    font-weight: bold;
}

    #indicator > li {
        margin: 10px;
        width: 4%;
        padding: 0px;
        margin: 0px;
        width: 6.25%;
        text-align: right;
    }

#price-tag {
    position: relative;
    bottom: 5px; /*z-index:100;*/ /*border:1px olid;*/
    text-align: center;
    width: 11%;
    height: 122px;
    background-image: url("../images/icons/slider-icon.svg");
}

    #price-tag > div {
        position: relative;
        top: 26%;
        color: #000;
    }

        #price-tag > div > span {
            color: #000;
        }

        #price-tag > div > p {
            color: #949BA1;
        }

#earn-block--1 {
    background-color: #F47E28;
    border: 5px solid #F47E28;
    height: auto;
}

#earn-block--2 {
    background-color: #CA1A6D;
    border: 5px solid #CA1A6D;
    height: auto;
}

#earn-block-3 {
    background-color: #682B8C;
    border: 5px solid #682B8C;
    padding-top: 17px;
    height: auto;
}

.start-business-slider-note {
    color: #727F8A;
}

.start-business-earning {
    height: 200px !important;
}

.start-business-earning-header-div {
    padding: 10px;
}

.start-business-earning-para {
    font-size: 16px;
    color: #727F8A;
    margin-bottom: 0;
    font-style: italic;
}

div[id^='earn-block--'] {
    width: 90%;
    padding-top: 17px;
    padding: 12px;
}

div[id^='earn-block-'] {
    height: auto;
    line-height: 180px;
    box-shadow: 0 0px 0px 3px white inset;
    overflow-y: auto;
    padding: 12px;
    -webkit-overflow-scrolling: touch;
}
