
/*| MISC |*/
.card {
    border: 1px solid #CACDCF;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.1);
}

/*| Shopping Cart Fixes |*/
#payment_thank_u_message {
    padding-top: 25px;
}

/*| prod page grid mess |*/
@media (min-width: 768px) {
    .custom-back-col-4 {
        width: 32% !important;
        margin-bottom: none important;
        float: left;
        margin-right: 1%;
    }
}

/************************************************
 | DISPLAY
************************************************/
.pointer-cursor, .cursor-pointer {
    cursor: pointer;
}

.center-align {
    width: 90%;
    margin: 0 auto;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 200;
}

/************************************************
 | UI ELEMENTS 
************************************************/
.closer {
    font-size: 40px;
    font-weight: bold;
    line-height: 18px;
    color: #463C3C !important;
    text-decoration: none;
    opacity: 1;
    border: none;
    background-color: transparent;
}

    .closer:hover {
        opacity: 1;
    }

.custom-hr {
    width: 95%;
    margin-left: 5%;
}

#hrrecipes {
    width: 94%;
}

.hr-separator {
    margin: 8px 0px;
}

.separator {
    border-right: 1px solid #E0E0E0;
    opacity: 1;
}

.icon-less {
    background-image: url("../images/icons/ICONS_LESS.svg");
    width: 22px;
    height: 22px;
    left: 14px;
}

.icon-more {
    background-image: url("../images/icons/ICONS_MORE.svg");
    width: 22px;
    height: 22px;
    left: 14px;
}

.lSNext {
    background-image: url("../images/icons/ICONS_ARW-DWN.svg");
}

.lSPrev {
    background-image: url("../images/icons/ICONS_ARW-UP.svg") !important;
}

.lSPrev,
.lSNext {
    width: 42px !important;
    height: 22px !important;
    background-size: 41px 103px !important;
    background-position: 0 -40px !important;
    z-index: 99 !important;
}

/************************************************
 | NAVIGATION
************************************************/
.custom-nav {
    text-transform: uppercase;
}

nav:focus,
nav:active {
    border-color: #682b8c !important;
    box-shadow: inset 0 1px 1px #682b8c, 0 0 8px #682b8c !important;
    -webkit-box-shadow: inset 0 1px 1px #682b8c, 0 0 8px #682b8c !important;
}

.nav > li > a {
    display: inline;
}

.mainNavDropDown {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: none;
}

    .mainNavDropDown li {
        font-size: 20px;
        padding: 15px;
        border-bottom: 1px solid black;
    }

        .mainNavDropDown li:last-child {
            border-bottom: none;
        }

/************************************************
 | BREADCRUMBS
************************************************/
.breadcrumb {
    list-style: none;
    font-size: 14px;
    line-height: 1.2em;
    background-color: #FFF;
    border-top: 1px solid rgba(114,127,138,.25);
    border-bottom: 1px solid rgba(114,127,138,.25);
    padding: 5px 10px;
}

    .breadcrumb > li {
        display: inline-block;
        color: #702082;
        text-transform: uppercase;
        margin: 0;
        padding: 2px 2px 0 0;
    }

        .breadcrumb > li a {
            color: #702082;
        }

        .breadcrumb > li + li:before {
            font-family: 'Glyphicons Halflings';
            content: "\e250";
            font-size: 65%;
            position: relative;
            display: inline-block;
            top: .01em;
            right: .5em;
            color: #702082;
        }

    .breadcrumb > .active {
        color: #727F8A;
    }

@media (min-width:768px) {
    .breadcrumb {
        width: 100%;
    }

        .breadcrumb > li {
            font-size: 14px;
        }
}

@media (max-width:767px) and (min-width:400px) {
    .breadcrumb {
        width: calc(100% - 10px);
        margin: 5px;
    }

        .breadcrumb > li {
            font-size: 13px;
        }
}

@media (max-width:399px) {
    .breadcrumb {
        width: calc(100% - 10px);
        margin: 5px;
    }

        .breadcrumb > li {
            font-size: 11px;
        }
}

/************************************************
 | PRODUCT FILTERS + MENUS
************************************************/
/*need to remove inline style block with '.category-feat' - it's conflicting with #product-feature */
#product-feature {
    max-height: 70px;
    width: 27%;
    position: absolute;
    left: 59%;
    overflow: auto;
    margin: -10px 5px;
    padding: 5px 0;
}
/*need to remove inline element style with padding specs */
.custom-alert .alert {
    display: inline;
    border: 1px solid rgb(166, 165, 165);
    border-radius: 0;
    font-size: 14px;
    line-height: 15px;
    white-space: nowrap;
    padding: 5px 2px 1px;
}

.custom-alert .close {
    position: relative;
    top: 2px;
    float: none;
    font-weight: normal;
    line-height: 1;
    color: #000;
    opacity: 0.6;
}

.custom-alert .sm {
    padding: 0 2px 1px !important;
}

.categoryactive {
    background-color: #682B8C !important;
    border-bottom-style: none !important;
    color: white;
}

.collectionactive {
    background-color: #682B8C !important;
    border-bottom-style: none !important;
    color: white;
}

.custom-nav-prod {
    min-height: 50px;
    line-height: 50px;
    font-size: 18px;
    border: #DDD 1px solid;
    cursor: pointer;
}

.filter-by-div h6, .tab-content h6, .custom-dropdown h6 {
    font-size: 16px;
}

.custom-dropdown {
    margin: 0 9px;
    cursor: pointer;
}

    .custom-dropdown > button {
        width: 100%;
        padding: 0 7px;
    }

    .custom-dropdown > ul {
        width: 100%;
        min-width: 100px;
        max-height: 269px;
        padding-left: 4%;
        overflow-y: auto;
        z-index: 1;
    }

        .custom-dropdown > ul > li > a {
            padding: 3px 2px 3px 0px;
            font-family: "Avenir Book";
            text-transform: uppercase;
        }

@media (max-width:1199px) {
    .custom-dropdown > .dropdown > button {
        padding: 0px 5px;
        width: 100%;
    }

    .custom-dropdown {
        margin: 0px 4px;
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .custom-alert .close {
        top: 1px !important;
    }
}

@media (max-width:767px) {
    .filter-by-div h6, .tab-content h6, .custom-dropdown h6 {
        font-size: 14px;
    }

    #product-feature {
        position: relative;
        width: 96%;
        left: 2%;
        overflow: auto;
        margin: -10px 5px;
    }
}
/************************************************
 | BUTTONS
************************************************/
button:focus {
    border-color: #682b8c !important;
    box-shadow: inset 0 1px 1px #682b8c, 0 0 8px #682b8c !important;
    -webkit-box-shadow: inset 0 1px 1px #682b8c, 0 0 8px #682b8c !important;
}

.btn-full-width {
    width: 100%;
}

.btn-addon i {
    position: relative;
    float: left;
    width: 46px;
    height: 46px;
    margin: -11px -10px;
    margin-right: -53px;
    line-height: 43px;
    text-align: center;
    background-color: rgb(213,226,120);
    border-radius: 0px;
}

.btn-pad {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-promo {
    padding: 4px 20px !important;
}

.button1 {
    background-color: #692D8C;
    border-radius: 4px;
    padding: 4px 18px 4px 18px;
    border: 0;
    color: white;
    cursor: pointer;
    opacity: 0.6;
    font-family: "Avenir Book";
}

@media (max-width:350px) {
    btn-lg, .btn-group-lg > .btn {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.3333333;
        border-radius: 0;
    }
}
/* to use Font Awesome icons as buttons */
.btn-icon {
    background-color: #FFF;
    border: none;
    padding: 6px 8px;
    margin: auto;
}

/* WHITE ICON (INVERSE) */
.btn-icon-inv {
    padding: 6px 8px;
    margin: auto 10px;
}

    .btn-icon-inv .fa {
        color: #FFF;
        opacity: .8;
    }

    .btn-icon-inv:focus .fa, .btn-icon-inv.focus .fa {
        opacity: 1;
    }

    .btn-icon-inv:hover .fa {
        opacity: 1;
    }

    .btn-icon-inv:active .fa, .btn-icon-inv.active .fa, .open > .dropdown-toggle.btn-icon-inv .fa {
        opacity: 1;
    }

    .btn-icon-inv:active:hover .fa, .btn-icon-inv.active:hover .fa, .open > .dropdown-toggle.btn-icon-inv:hover .fa, .btn-icon-inv:active:focus .fa, .btn-icon-inv.active:focus .fa, .open > .dropdown-toggle.btn-icon-inv:focus .fa, .btn-icon-inv:active.focus .fa, .btn-icon-inv.active.focus .fa, .open > .dropdown-toggle.btn-icon-inv.focus .fa {
        opacity: 1;
    }

/* GREY ICON */
.btn-icon em.grey {
    color: #727F8A;
}

/* GREY BACKGROUND */
.btn-icon-inv.grey {
    background: #727F8A;
}

/* PURPLE ICON */
.btn-icon em.purple {
    color: #682B8C;
}

/* PURPLE BACKGROUND */
.btn-icon-inv.purple {
    background: #682B8C;
}

/* GREEN ICON */
.btn-icon em.green, .btn-icon em.success {
    color: #007A61;
}

/* GREEN BACKGROUND */
.btn-icon-inv.green, .btn-icon-inv.success {
    background: #007A61;
}

/************************************************
 | ALERT
************************************************/


/************************************************
 | MODAL
************************************************/
.modal-header {
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    -webkit-box-shadow: 1px 0 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 5px 3px rgba(0, 0, 0, 0.2);
    z-index: 600;
}

.model-header-help .close {
    height: 22px;
    width: 22px;
}

.model-header-help {
    min-height: 61px;
}

.open-party-modal-header {
    margin-right: 10px;
}

@media (max-width:1199px) {
    .large-Modal .modal-dialog {
        width: 80%;
        height: auto;
    }
}
/************************************************
 | DROPDOWNS 
************************************************/
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    border-color: #adadad;
}

.dropdown-menu {
    margin-top: -3px;
    border-radius: 0;
    z-index: 1;
}

@media(min-width:768px) {
    .dropdown-list-custom-change {
        font-size: 14px;
        margin: 3px 2px 3px 0;
    }
}

/************************************************
 | FORMS
************************************************/
.host-zipcode-input {
    padding-top: 9px;
}

.form-align-bill {
    padding-left: 60px;
    margin-top: 0px;
}

.form-control-static {
    margin-bottom: 0;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.form-label {
    top: 10px;
    font-family: "Avenir Book";
    font-size: 16px;
    line-height: 1.2em;
    color: #727F8A;
    text-transform: uppercase;
}

.form-label-lower {
    font-family: "Avenir Book";
    font-size: 16px;
    line-height: 1.2em;
}

.form-number {
    font-size: 21px;
    line-height: 1.2em;
    color: #463C3C;
    text-transform: uppercase;
}

.form-padding-update {
    margin-left: 5px;
}

.form-title {
    font-family: "Avenir Book";
    font-size: 18px;
    line-height: 1.2em;
    color: #727F8A;
    text-transform: uppercase;
}

.select-state-div {
    margin: 0 !important;
    height: 34px !important;
}

.select-state-header {
    font-size: 14px;
    font-family: inherit;
    color: #999;
    margin: 4px;
}

.select-state-item {
    font-size: 14px;
    font-family: inherit;
    color: #555;
    margin: 4px;
}

.form-group .custom-nav {
    border 1px solid rgba(70,60,60,.8);
    background: rgba(70,60,60,.05);
    padding: 6px 12px;
}

    .form-group .custom-nav:hover {
        border 1px solid rgba(70,60,60,1);
        background: rgba(70,60,60,.15);
        padding: 6px 12px;
    }
/************************************************
 | MENU
************************************************/
.sub-menu {
    line-height: 20px;
    opacity: 1;
    background: white;
}

    .sub-menu.ng-hide {
        line-height: 0;
        opacity: 0;
        padding: 0 5px;
    }

    .sub-menu.ng-hide-add {
        transition: all linear 0.3s;
    }

    .sub-menu.ng-hide-remove {
        transition: all linear 0.3s;
    }
