﻿@charset "UTF-8"; 
/* CSS Document */

@font-face {
    font-family: 'aleoregular';
    src: url('Aleo-Regular-webfont.eot');
    src: url('Aleo-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Aleo-Regular-webfont.woff') format('woff'), url('Aleo-Regular-webfont.ttf') format('truetype'), url('Aleo-Regular-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aleobold';
    src: url('Aleo-Bold-webfont.eot');
    src: url('Aleo-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Aleo-Bold-webfont.woff') format('woff'), url('Aleo-Bold-webfont.ttf') format('truetype'), url('Aleo-Bold-webfont.svg#aleobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Carrois Gothic', sans-serif;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 0px;
    margin: 0px;
    background: #fff;
}

img {
    border: none;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 15px;
    margin-left: 15px;
    box-sizing: border-box;
    z-index: 50;
    position: relative;
}

.syllabus-container {
    margin: 0px;
}

    .clearfix:before, .clearfix:after, .syllabus-container:before, .syllabus-container:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, ul:before, ul:after, .categoryGridView:before, .categoryGridView:after, .categoryListView:before, .categoryListView:after {
        display: table;
        content: " ";
    }

    .clearfix:after, .container:after, .syllabus-container:after, .container-fluid:after, .row:after, ul:after, .categoryGridView:after, .categoryListView:after {
        clear: both;
    }

.relative, .row {
    position: relative;
}

div {
    box-sizing: border-box;
}

.hide-for-xsmall, .hide-for-mobile, .hide, .hide-for-mobile {
    display: none;
}

.pageWrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.italic {
    font-style: italic;
}

.semibold {
    font-weight: 600;
}

a {
    cursor: pointer;
    color: #283f8e;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.noPad {
    padding: 0px !important;
}

/*ios fix*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"], input[type="password"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/*** HEADER ***/

.header {
    box-sizing: border-box;
    padding: 20px 0;
    position: fixed !important;
    background: #fff;
    z-index: 900;
}

    .header .col-xs-8, .header .col-xs-4 {
        padding: 0px;
    }

.logo {
    width: 100%;
    max-width: 400px;
}

ul.headerContact {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
}

ul.phoneContact {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.phoneContact li {
        float: right;
        font-size: 32px;
        font-weight: 600;
        line-height: 35px;
        color: #111544;
    }

ul.headerSocial {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

    ul.headerSocial li {
        float: right;
        background-color: #55595c;
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 2px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
    }

        ul.headerSocial li a {
            display: block;
            width: 40px;
            height: 40px;
            background-color: none;
            background-image: url(../images/icons.png);
            background-repeat: no-repeat;
            transition: background-color 0.6s ease;
        }

            ul.headerSocial li a.facebook {
                background-position: 0px -1px;
            }

                ul.headerSocial li a.facebook:hover {
                    background-color: #3f70ad;
                }

            ul.headerSocial li a.twitter {
                background-position: -159px -1px;
            }

                ul.headerSocial li a.twitter:hover {
                    background-color: #69b2e1;
                }

            ul.headerSocial li a.instagram {
                background-position: -50px -1px;
            }

                ul.headerSocial li a.instagram:hover {
                    background-color: #a06f5a;
                }

            ul.headerSocial li a.pinterest {
                background-position: -110px -1px;
            }

                ul.headerSocial li a.pinterest:hover {
                    background-color: #d1242c;
                }

            ul.headerSocial li a.youtube {
                background-position: -206px -3px;
            }

                ul.headerSocial li a.youtube:hover {
                    background-color: #d1242c;
                }
/*** NAV ***/

.mobileNav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

    .mobileNav ul li {
        float: left;
        display: block;
        width: 36px;
        height: 40px;
        background: url(../images/icons.png) no-repeat;
        font-size: 0px;
    }

        .mobileNav ul li.menu {
            background-position: -8px -335px;
        }

            .mobileNav ul li.menu.opened {
                background-position: -77px -335px;
            }

        .mobileNav ul li.search {
            background-position: -9px -395px;
        }

            .mobileNav ul li.search.opened {
                background-position: -74px -395px;
            }

.navBar {
    position: fixed;
    width: 100%;
    top: 100px;
    box-sizing: border-box;
    background: #282f59;
    z-index: 999;
    left: 1px;
}

ul.navigation {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: none;
}

.navLink {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: color .4s ease;
}

    .navLink:hover {
        color: #97ca3d;
        text-decoration: none;
    }

.navLink-primary {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.caret {
    /*display: inline-block;*/
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
    display: none;
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 999998;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    list-style: none;
    background-color: #12163a;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    width: 100%;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu li {
        border-bottom: solid 1px #414561;
        width: 100%;
    }

    .dropdown-menu.sub-menu li {
        border-bottom: solid 0px #12163a;
        padding-left: 10px;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 6px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #fff;
        white-space: nowrap;
        text-decoration: none;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #97ca3d;
            text-decoration: none;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #97ca3d;
        text-decoration: none;
        outline: 0
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #999
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.barIcons {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 25px;
    top: 25px;
}

    .barIcons li {
        float: right;
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }

        .barIcons li a {
            background: url(../images/icons.png);
            background-repeat: no-repeat;
            width: 30px;
            height: 30px;
            display: block;
        }

            .barIcons li a.search {
                background-position: -73px -285px;
            }

            .barIcons li a.cart {
                background-position: -107px -285px;
                color: white;
                text-align: center;
                font-weight: bold;
                text-decoration: none;
            }

                .barIcons li a.cart div {
                    display: none;
                }

            .barIcons li a.search:hover {
                background-position: -11px -285px;
            }

            .barIcons li a.cart:hover {
                background-position: -107px -285px;
            }
            /*.barIcons li a.search.opened{
	background-position:-25px -285px;
}*/
            .barIcons li a.cart.opened {
                background-position: -107px -285px;
            }

/*** SEARCH ***/
.searchBar {
    position: absolute;
    /*top:86px;*/
    background: #f4f4f7;
    width: 100%;
    height: 110px;
    left: 0px;
    z-index: 900;
    box-sizing: border-box;
    padding: 12px 0px;
    border: solid 1px #e1e2e8;
    display: none;
}

    .searchBar input {
        font-size: 18px;
        padding: 10px 20px;
        border: solid 1px #cbcbcd;
        outline: none;
        width: 100%;
        box-sizing: border-box;
    }

#searchButton {
    width: 80%;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: #8cc63e;
    font-size: 18px;
    text-align: center;
    border: solid 1px #8cc63e;
    outline: none;
}


/*** SLIDESHOW ***/

.slideshow {
    margin-top: 100px;
}

    .slideshow #slides li {
        max-height: 572px;
        overflow: hidden;
    }


/*** HOME CONTENT ***/

.centerText {
    text-align: center;
}

h1, h2.homeHeading {
    color: #272f62;
    font-size: 34px;
    line-height: 38px;
    padding: 0px;
    margin: 0 0 20px 0;
    font-family: 'aleoregular';
    font-weight: 400;
}

.welcome {
    padding: 48px 0 15px 0;
}

.interiorPage {
    padding: 120px 0 0px 0;
}

.circleBlocks {
    padding-bottom: 70px;
}

    .circleBlocks a, .featuredProducts a, .homeInstitute a, .centerText a {
        color: #85ba2d;
        text-decoration: none;
        text-transform: uppercase;
    }

.circlePhoto {
    display: inline-block;
    width: 100%;
    position: relative;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #00205b;
    max-width: 254px;
}

    .circlePhoto::after {
        padding-top: 100%;
        display: block;
        content: '';
    }

.blockLabel {
    margin-bottom: 20px;
}

.circlePhoto .content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

    .circlePhoto .content img {
        transition: transform .6s ease;
        width: 100%;
    }

.circle:hover .circlePhoto .content img {
    transform: scale(1.1);
}

.featuredProducts {
    padding-bottom: 80px;
}

.featurePhoto::after {
    padding-top: 90%;
    display: block;
    content: '';
}

.content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

 .featureBlock {
	margin-bottom: 40px;
} 

.featurePhoto {
    background-size: contain !important;
    transition: all .3s ease;
	left: auto;
    z-index: 1;
    display: inline-block;
    width: 90%;
    padding-bottom: 15px;
}

    .featurePhoto:hover {
        transform: scale(1.1);
    }

.featureBlock .blockLabel {
	margin-top: 12px;
    position: relative;
    z-index: 100;
}

.institutePhoto img {
    width: 100%;
}

.newsletterBlock {
    background: #282f59;
    color: #fff;
    margin: 50px 0 8px 0;
    padding: 25px 0;
}

    .newsletterBlock input#newsletter-email {
        outline: none;
        font-size: 16px;
        border: none;
        background: #c8c6d1;
        padding: 10px;
        width: 100%;
        display: block;
        box-sizing: border-box;
        height: 40px;
        margin: 10px 0;
    }

    .newsletterBlock input#newsletter-submit {
        color: #fff;
        background: #8cc63e;
        outline: none;
        cursor: pointer;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border: none;
        box-sizing: border-box;
        display: block;
        font-size: 18px;
        height: 40px;
        transition: background 2s ease;
    }

        .newsletterBlock input#newsletter-submit:hover {
            background: #a3e44c;
        }

/*** FOOTER ***/
.footer {
    background: #12163b;
    color: #fff;
    padding: 35px 0;
}

    .footer a {
        color: #fff;
        text-decoration: none;
    }

.footerInfo {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
    width: 100%;
}

    .footerInfo li {
        width: 100%;
        text-align: center;
    }

.footerLinks {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
}

    .footerLinks li {
        padding: 0 0 5px 0;
    }

.footerLogo {
    padding-bottom: 10px;
}

/*** CATEGORY PAGE ***/

.col-lg-3.sideBar, .col-md-3.sideBar, .col-sm-4.sideBar {
    padding: 0 15px 0 0;
}

.sideSearch {
}

    .sideSearch ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
        max-width: 300px;
        display: block;
    }

        .sideSearch ul li {
            float: left;
        }

            .sideSearch ul li.txt {
                width: 80%;
            }

            .sideSearch ul li.sb {
                width: 46px;
            }

            .sideSearch ul li.txt input[type="text"] {
                height: 45px;
                border: solid 1px #c8c6d1;
                outline: none;
                display: block;
                box-sizing: border-box;
                margin-right: 5px;
                padding: 10px;
                font-size: 16px;
                width: 95%;
            }

.filters {
    background: #f9f9fa;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
}

    .filters h4 {
        font-size: 18px;
        font-weight: normal;
        color: #27337e;
        padding: 0px;
        margin: 0 0 8px 0;
    }

.filterBlock {
    border-bottom: solid 3px #eeeef1;
    height: 35px;
    overflow: hidden;
    padding: 5px 0;
    box-sizing: border-box;
}

.filterHead {
    width: 100%;
}

.filterBlock.first {
    border-top: solid 3px #eeeef1;
}

.filterBlock.accordion.closed {
    background: url(../images/accordion-closed.png) no-repeat top right;
}

.filterBlock.accordion.open {
    background: url(../images/accordion-open.png) no-repeat top right;
}

#clearFilters {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #fff;
    border: solid 1px #767da5;
    font-size: 13px;
    padding: 3px;
    color: #767da5;
    cursor: pointer;
}

    #clearFilters a {
        text-decoration: none;
        color: inherit;
    }

    #clearFilters:hover {
        border-color: #12163b;
        color: #12163b;
    }

ul.subCats, ul.filterList {
    list-style: none;
    margin: 0px;
    padding: 0px;
    max-height: 500px;
    overflow-y: auto;
}

ul.filterList {
    padding-top: 5px;
}

ul.subCats li {
    padding-bottom: 3px;
}

.categoryPhoto img {
    /*width: 95%;	*/
}

.categoryPhoto {
    text-align: center;
}

.categoryRow {
    padding-bottom: 20px;
}

    .categoryRow .col-lg-6, .categoryRow .col-md-6, .categoryRow .col-sm-6, .categoryRow .col-xs-12 {
        padding: 0px;
    }

input.quickView {
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    font-size: 15px;
    width: 196px;
    padding: 8px 0;
    background-color: #8cc63e;
    background-image: url(../images/quickView-icon.png);
    background-repeat: no-repeat;
    background-position: 145px 5px;
    font-family: 'Carrois Gothic', sans-serif;
    transition: background-color 3s ease;
}

    input.quickView:hover, .quickViewBox #AddtoCart:hover, .productPage #AddtoCart:hover {
        background-color: #a3e44c;
        cursor: pointer;
    }

input.find {
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    font-size: 15px;
    width: 196px;
    padding: 8px 0;
    background-image: url(../images/find-icon.png);
    background-repeat: no-repeat;
    background-position: 155px 7px;
    background-color: #282f59;
    margin-bottom: 8px;
    font-family: 'Carrois Gothic', sans-serif;
    transition: background-color 3s ease;
}

    input.find:hover {
        background-color: #3f498a;
        cursor: pointer;
    }

.catButtons .price {
    font-size: 26px;
}

.categoryInfo h2, .gridInfo h2, .quickViewBox h2 {
    font-size: 20px;
    font-family: 'aleoregular';
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0px;
}

.categoryGridView .categoryInfo h2 {
    display: block;
    height: 40px;
    overflow: hidden;
}

.categoryInfo a {
    text-decoration: none !important;
    color: #8cc63e;
}

.productID {
    font-size: 14px;
}

.productNum {
    font-size: 24px;
}

.catDescription {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px 20px 10px;
}

.catButtons {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.viewToggle, .sorting {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0px;
}

.viewToggle {
    display: none;
}

    .viewToggle li {
        float: left;
        display: block;
        width: 27px;
        height: 27px;
        margin: 3px;
        background: url(../images/icons.png) no-repeat;
        cursor: pointer;
    }

        .viewToggle li.gridView.active {
            background-position: -4px -457px;
        }

        .viewToggle li.listView.active {
            background-position: -121px -457px;
        }

        .viewToggle li.gridView.inactive {
            background-position: -56px -457px;
        }

        .viewToggle li.listView.inactive {
            background-position: -163px -457px;
        }

.sorting {
    float: left;
    margin: 0 0 10px -10px;
}

    .sorting li {
        float: left;
        margin-left: 10px;
    }

#sortList {
    outline: none;
    border: solid 1px gray;
    padding: 4px;
    font-size: 14px;
    border-radius: 0px;
    background: #fff;
    width: 200px;
}

.viewTools {
    border-bottom: solid 1px #e5e5e5;
    margin: 10px 0 20px 0;
}

    .viewTools .col-lg-6, .viewTools .col-md-6, .viewTools .col-sm-6, .viewTools .col-xs-12 {
        padding: 0px;
    }

.categoryListView {
    width: 100%;
}

    .categoryListView .categoryDescription {
        display: none;
    }

    .categoryListView .catDescription {
        text-align: center;
    }

.categoryGridView {
    width: 100%;
    float: left;
}

    .categoryGridView .catDescription {
        display: none;
    }

    .categoryGridView .catButtons {
        width: 100%;
    }

.categoryListView .categoryPhoto, .categoryListView .categoryInfo {
    float: left;
    box-sizing: border-box;
}

.gridInfo {
    padding-top: 10px;
}

.categoryListView .gridInfo {
    display: none;
}

.categoryGridView .catButtons {
    padding: 0px 20px 20px 0;
}

ul.activeFilters {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0px;
}

    ul.activeFilters li {
        float: left;
        font-size: 13px;
        background: #f4f4f6;
        margin: 0 3px 3px 0;
    }

        ul.activeFilters li a {
            text-decoration: none;
            padding: 8px;
            color: #000;
        }

            ul.activeFilters li a:after {
                content: "     X";
            }

.mobileFilterButtons {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0px;
}

    .mobileFilterButtons li {
        display: block;
        width: 45%;
        float: left;
        box-sizing: border-box;
        margin: 3px;
        background: #282f59;
        color: #FFFFFF;
        text-align: center;
        font-size: 16px;
        ;
        padding: 5px 0;
    }

.mobileFilters {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    height: 100%;
    background: rgba(40, 47, 89, 0.4);
    padding: 20px;
    overflow: scroll;
    display: none;
}

.fullFilters .filterz, .fullFilters .subz, #clearFilters {
    display: none;
    position: relative;
}

.closeSubz, .closeFilterz {
    position: absolute;
    top: 2px;
    right: 8px;
    width: 28px;
    height: 30px;
    padding: 6px;
    box-sizing: border-box;
    background: url(../images/icons.png) no-repeat;
    background-position: -75px -336px;
}

.qvBack {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    height: 100%;
    background: rgba(40, 47, 89, 0.4);
    overflow: scroll;
    display: none;
}

.quickViewBox {
    background: #fff;
    width: 100%;
    margin: 20px auto;
    padding: 25px 10px;
    position: relative;
    max-width: 850px;
}

    .quickViewBox .qvCLose {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        z-index: 900;
    }

    .quickViewBox img.qv-photo {
        width: 100%;
    }

    .quickViewBox ul.priceList, .productPage ul.priceList {
        list-style: none;
        padding: 0px;
        margin: 10px 0;
    }

    .quickViewBox a, .productPage a {
        text-decoration: none !important;
        color: #282f59;
    }

    .quickViewBox ul.priceList li, .productPage ul.priceList li {
        float: left;
    }

        .quickViewBox ul.priceList li.price, .productPage ul.priceList li.price {
            color: #8cc63e;
            font-size: 24px;
            padding-right: 10px;
        }

.variationsHeader {
    background: #f4f4f7;
    font-size: 14px;
    font-family: 'aleoregular';
    font-weight: bold;
    padding: 10px;
    margin: 10px 0 0 0;
}

.variations {
    font-size: 14px;
    line-height: 16px;
    border-left: 1px solid #f4f4f7;
    border-right: 1px solid #f4f4f7;
    text-transform: capitalize;
}

    .variations div {
        border-bottom: 1px solid #f4f4f7;
        height: 35px;
        box-sizing: border-box;
        padding: 5px 8px;
    }

        .variations div:nth-child(4n+3), .variations div:nth-child(4n+4) {
            background: #f7f7f9;
        }

    .variations input[type="text"], input.productQty {
        width: 30px;
        outline: none;
        border: solid 1px #e3e3e3;
        padding: 4px;
        font-size: 14px;
    }

.qv-subs {
    list-style: none;
    margin: 10px 0 0 -15px;
    padding: 0px;
    font-size: 15px;
    color: #000;
}

    .qv-subs li {
        float: left;
        padding-right: 15px;
    }

        .qv-subs li.price {
            font-size: 26px;
        }

.quickViewBox #AddtoCart, .productPage #AddtoCart {
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-color: #8cc63e;
    border: none;
    outline: none;
    margin-top: 10px;
    color: #fff;
    float: right;
    margin-right: -15px;
    font-family: 'Carrois Gothic', sans-serif;
    transition: background-color 1s ease;
}

.greenButton, .blueButton, .blueQuickButton {
    font-size: 16px;
    text-align: center;
    padding: 10px 30px;
    border: none;
    outline: none;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Carrois Gothic', sans-serif;
}

.greenButton {
    background-color: #8cc63e;
}

    .greenButton:hover {
        background-color: #a3e44c;
    }

.blueButton {
    background-color: #282f59;
}

    .blueButton:hover {
        background-color: #3f498a;
    }

a.blueButton {
    color: white;
}

.blueQuickButton {
    padding: 10px 0;
    width: 100%;
    background-color: #282f59;
    font-family: 'Carrois Gothic', sans-serif;
}

.field-validation-error, .red {
    color: red;
}

/**** PRODDUCT PAGE ****/

.productPage h1 {
    font-size: 34px;
    font-weight: normal;
    color: #282f59;
    margin: 0px;
    font-family: 'aleoregular';
    line-height: 36px;
    padding: 0px 0px 15px 0px;
}

.productPage .variationsHeader {
    font-size: 18px;
    margin-top: 20px;
}

.productPage ul.priceList {
    margin-bottom: 20px;
}

.productPage .qv-subs {
    margin-top: 20px;
}

.productPhoto {
    width: 95%;
    margin: 0 auto;
    display: block;
    position: relative;
}

    .productPhoto img {
        width: 100%;
    }

.photoZoom {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    transition: background 1s ease;
}

    .photoZoom:hover {
        background: rgba(255, 255, 255, 0.9);
    }

.additionalInfo {
    margin: 40px 0 0 0;
    padding-bottom: 40px !important;
    border-bottom: solid 2px #f8f8fa;
}

    .additionalInfo h2, .relatedProducts h2 {
        font-size: 25px;
        line-height: 28px;
        font-weight: normal;
        font-family: 'aleoregular';
    }

.addProduct {
    text-align: center;
}

.addPhoto {
    width: 105%;
    display: block;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.addProduct a {
    text-decoration: none;
    color: #8cc63e;
    font-size: 18px;
    display: block;
    padding-bottom: 15px;
}

/*** WEEKLY SPECIAL ***/

.weeklySpecial {
    background: #f4f4f7;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 2px #fff;
    margin-left: -15px;
    margin-right: -15px;
}

    .weeklySpecial img {
        width: 100%;
    }

.interiorPage div .weeklySpecial:last-child {
    margin-bottom: 30px !important;
}

.specialCode {
    color: #8cc63e;
    font-size: 21px;
    font-family: 'aleoregular';
}

/*** FIND A FLORIST  ***/

h1.florist {
    text-align: center;
}

.floristSearch {
    background: #f4f4f7;
    padding: 20px;
}

    .floristSearch .headline {
        font-size: 22px;
    }

.flZip, #searchRadius {
    outline: none;
    border: none;
    font-size: 14px;
    padding: 10px;
    height: 40px !important;
    width: 100%;
    background: #fff;
    margin: 15px 0 0 -15px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: block;
    box-sizing: border-box;
}

#flSearch {
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    font-size: 15px;
    width: 196px;
    display: block;
    padding: 8px 0;
    background-image: url(../images/find-icon.png);
    background-repeat: no-repeat;
    background-position: 155px 7px;
    background-color: #282f59;
    margin-bottom: 8px;
    font-family: 'Carrois Gothic', sans-serif;
    transition: background-color 3s ease;
    height: 40px !important;
    box-sizing: border-box;
    margin-top: 15px;
    margin-left: -15px;
}

.floristResults {
    font-size: 16px;
    width: 100%;
    margin-top: 40px;
}

    .floristResults th {
        font-weight: bold;
        font-size: 18px;
        text-align: left;
    }

    .floristResults th, .floristResults td {
        padding: 8px;
    }

    .floristResults tr:nth-child(even) td {
        background: #f6f6f9;
    }

.fCompany {
    font-weight: bold;
    color: #282f59;
}

.fAddress {
    display: none;
}

a.fPhone {
    text-decoration: none;
    color: #282f59;
    white-space: nowrap;
}

/*** SHOP ***/

.shopCategory {
    background: #f6f6f9;
    text-align: center;
    padding: 15px;
    margin-bottom: 25px;
}

    .shopCategory .catImage {
        max-height: 212px;
        overflow: hidden;
    }

    .shopCategory img {
        height: 212px;
        width: auto;
        margin-bottom: 20px;
    }

    .shopCategory h2 a {
        font-size: 23px;
        font-weight: normal;
        color: #8cc63e;
        text-decoration: none;
    }

    .shopCategory a.button {
        background: #8cc63e;
        color: #fff;
        display: block;
        padding: 8px 0;
        margin: 0 auto 15px auto;
        width: 195px;
        text-decoration: none;
    }

/*** CONTENT PAGE ***/

.contentPage h2 {
    font-size: 34px;
    font-weight: normal;
    color: #282f59;
    font-family: 'aleoregular';
    padding: 0px;
}

.contentPage h3 {
    font-size: 26px;
    color: #282f59;
    font-family: 'aleoregular';
}

.contentPage h4 {
    font-size: 18px;
    font-weight: normal;
    color: #282f59;
    font-family: 'aleoregular';
    margin: 0 0 10px 0;
}

/*** CART ***/

.tableHeader div, .cartTable .price, .cartTable .subTotal, .cartTable .description {
    text-align: center;
}

.tableHeader {
    font-weight: 600;
}

.cartTable .tableHeader {
    border-bottom: solid 1px #ccc;
    padding: 0 0 3px 0;
}

.cartTable .row.cartItem {
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
}

.cartTable .quantity, .cartTable .price, .cartTable .subTotal, .cartTable .description {
    padding: 10px 0;
    font-size: 18px;
    line-height: 21px;
}

.cartTable .quantity, .checkoutForm {
    background: #efefef;
}

    .cartTable .quantity input {
        width: 40px;
        display: block;
        margin: 0 auto;
        border: solid 1px #ccc;
        outline: none;
        text-align: center;
        padding: 5px;
        font-size: 16px;
    }

    .cartTable .quantity div {
        text-align: center;
        font-size: 16px;
    }

.cartTable img {
    width: 50%;
    margin: 0px auto;
    display: block;
}

.cartTable .details, .finePrint {
    font-size: 14px;
    line-height: 18px;
    color: #525252;
}

.finePrint {
    text-align: center;
    padding-bottom: 20px !important;
}

a.delete {
    display: block;
    width: 36px;
    height: 36px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: solid 1px #ccc;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
    text-decoration: none;
    color: #ccc;
    margin-top: 20px;
    transition: all 0.5s ease;
}

    a.delete:hover {
        background: #ccc;
        color: #fff;
    }

.cartTable .price, .cartTable .subTotal {
    color: #8cc63e;
    padding-top: 20px;
    font-family: 'Carrois Gothic', sans-serif;
}

span.subLabel, span.priceLabel {
    font-style: italic;
    font-size: 14px;
    color: #999;
}

.totals {
    padding-top: 10px;
}

.subLabel, .taxlLabel {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.totalLabel {
    font-weight: 700;
    text-align: center;
}

.totalCost, .totalTax, .totalSub {
    text-align: center;
    color: #8cc63e;
    border-bottom: solid 3px #edebeb;
    margin-bottom: 10px;
}

a#contShopping, a.updateTotals, #checkOut, #addCode, #continue {
    display: block;
    font-size: 14px;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    text-decoration: none;
    margin: 5px 0;
    transition: background-color 1s ease;
}

#addCode {
    background: #282f59;
    color: #fff;
    width: 90px;
    border: none;
    cursor: pointer;
}

    #addCode:hover, #flSearch:hover {
        background-color: #3f498a;
    }

a#contShopping:hover {
    background: #000;
}

a.updateTotals {
    background: #fff;
    color: #7e85aa;
    border: solid 1px #7e85aa;
    padding: 5px 0;
    width: 100%;
    box-sizing: border-box;
}

    a.updateTotals:hover {
        color: #999;
        border: solid 1px #999;
    }

#checkOut, #continue {
    background: #8cc63e;
    color: #fff;
    border: 0px;
    font-family: 'Carrois Gothic', sans-serif;
}

    #checkOut:hover {
        background: #a3e44c;
    }

ul.cartButtons {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.cartButtons li {
    }

.checkoutForm {
    padding: 20px 15px;
    margin-bottom: 20px;
}

    .checkoutForm input[type=text] {
        width: 100%;
        margin: 0 auto;
        border: solid 1px #ccc;
        outline: none;
        padding: 5px;
        font-size: 16px;
    }

    .checkoutForm select {
        font-size: 16px;
        background: red;
        outline: none;
        width: 100%;
        padding: 5px;
        background: #fff;
        height: 30px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .checkoutForm div {
        padding-bottom: 10px;
    }

.promoArea, .finalStatement, .shippingInfo {
    background: #f9f9fa;
    padding: 15px !important;
}

    .promoArea ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 16px;
        font-weight: 600;
    }

        .promoArea ul li {
            float: left;
            margin-right: 8px;
        }

            .promoArea ul li input[type="text"] {
                outline: none;
                border: solid 1px #c8c6d1;
                padding: 9px;
                margin: 5px 0;
            }

.row.reviewItems {
    padding-top: 40px;
}

.reviewItems ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0px;
}

.reviewItems .edit {
    position: absolute;
    top: 15px;
    right: 5px;
    display: block;
    color: #7e85aa;
    border: solid 1px #7e85aa;
    color: #7e85aa;
    width: 55px;
    text-align: center;
    text-decoration: none;
}

.finalStatement {
    margin: 40px 0;
}

ul.whatPhone {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.whatPhone li {
        float: left;
        padding-right: 10px;
    }

        ul.whatPhone li input[type="text"] {
            outline: none;
            border: solid 1px #c8c6d1;
            padding: 6px;
            margin: 5px 0;
        }

input#savePhone {
    color: #fff;
    text-align: center;
    width: 70px;
    padding: 5px;
    background: #282f59;
    border: none;
    outline: none;
    margin: 5px 0;
    font-size: 15px;
}

.shippingName {
    font-weight: 700;
}

ul.shippingAddresses {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.shippingAddresses li {
        padding: 0 0 10px 0;
    }

ul.innerList {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.innerList li {
        float: left;
        padding: 0 3px 3px 0;
    }

.shippingInfo textarea {
    width: 100%;
    height: 100px;
}

#continue {
    float: none;
    width: 100%;
    max-width: 275px;
}

#shippingMethod {
    outline: none;
    border: solid 1px gray;
    padding: 4px;
    font-size: 14px;
    border-radius: 0px;
    background: #fff;
    width: 300px;
    margin: 20px 0;
}

.checkoutSection {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    padding: 20px !important;
    box-sizing: border-box;
    margin: 10px 0;
    background: #f4f4f7;
}

    .checkoutSection.active {
        background: #c8cbde;
        margin: 0px 0 20px 0;
    }

    .checkoutSection a {
        color: inherit;
    }

.orderOverview {
    border: solid 1px #e4e4e4;
    margin: 10px;
    padding: 15px;
    background: #f4f4f7;
}

    .orderOverview h3 {
        margin: 0px;
        padding: 0 0 10px 0;
        font-size: 18px;
    }

    .orderOverview h4 {
        margin: 0px;
        padding: 0 0 5px 0;
        font-size: 16px;
        font-weight: bold;
    }

.cartOverview, .shiptoOverview, .shippingOverview, .billingOverview {
    border-bottom: solid 1px #d5d5d5;
    padding: 10px 0;
}

.checkoutTools {
    padding: 0px !important;
}

.fullWidthForm input:not([type=submit]), .fullWidthForm textarea {
    font-size: 14px;
    padding: 5px;
    width: 100%;
}
.fullWidthForm2 input:not([name=submit]), .fullWidthForm2 textarea {
    font-size: 14px;
    padding: 5px;
    width: 100%;
}

.right {
    float: right;
}

.left {
    float: left;
}

.productNotification {
    margin-top: 20px;
}

    .productNotification ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        color: #8cc63e;
        font-weight: bold;
        font-size: 18px;
    }

.invoiceTable .invoiceHeader, .pendingOrdersHeader {
    font-weight: bold;
    border-bottom: 1px solid gray;
    padding: 5px 0px;
}

.pendingOrdersHeader {
    border: 1px solid gray;
}

.invoiceTable .row, .pendingOrdersTable .row {
    padding: 7px 0px;
}

    .pendingOrdersTable .row:not(.pendingOrdersHeader) {
        border: 1px solid gray;
        border-top: 0px;
    }

    .invoiceTable .row:nth-child(even) {
        background-color: #F8F8F8;
    }

input.input-validation-error[required]:invalid {
    border-color: #f00;
}

.welcomeHeader {
    clear: both;
    float: right;
    display: none;
    color: #8cc63e;
    text-transform: uppercase;
}

.priceBreaks {
    margin: 20px 0px; /*border: 1px solid #8cc63e; padding: 10px;*/
}

    .priceBreaks h4 {
        margin: 0 0 5px 5px;
        color: #282f59;
    }

    .priceBreaks ul {
        margin: 0px;
    }

.cartLineDiscount {
    color: #525252;
    text-decoration: line-through;
    font-size: 14px;
}

.profile {
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
}

    .profile img {
        height: 250px;
    }

.totalCost {
    font-size: 24px;
}

.priceBreakImg {
    cursor: pointer;
}

#priceMsg {
    border: 2px solid #27337e;
    background-color: white;
    position: absolute;
    padding: 10px;
    text-align: center;
    color: #27337e;
}

/********************** MEDIA QUERIES ***************************/

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .container {
        width: 95%;
        min-width: 750px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .container {
        width: 95%;
        min-width: 980px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }
}

@media (min-width: 1360px) {
    .container {
        width: 100%;
        max-width: 1340px;
    }
}

.row {
    position: relative;
}

.col-xs-1, .col-xs-1-right, .col-sm-1, .col-sm-1-right .col-md-1, .col-md-1-right, .col-lg-1, .col-lg-1-right, .col-xs-2, .col-xs-2-right .col-sm-2, .col-sm-2-right, .col-md-2, .col-md-2-right, .col-lg-2, .col-lg-2-right, .col-xs-3, .col-xs-3-right, .col-sm-3, .col-sm-3-right, .col-md-3, .col-md-3-right, .col-lg-3, .col-lg-3-right, .col-xs-4, .col-sm-4, .col-sm-4-right, .col-md-4, .col-md-4-right, .col-lg-4, .col-lg-4-right, .col-xs-5, .col-sm-5, .col-sm-5-right, .col-md-5, .col-md-5-right, .col-lg-5, .col-lg-5-right, .col-xs-6, .col-sm-6, .col-sm-6-right, .col-md-6, .col-md-6-right, .col-lg-6, .col-lg-6-right, .col-xs-7, .col-sm-7, .col-sm-7-right, .col-md-7, .col-md-7-right, .col-lg-7, .col-lg-7-right, .col-xs-8, .col-sm-8, .col-sm-8-right, .col-md-8, .col-md-8-right, .col-lg-8, .col-lg-8-right, .col-xs-9, .col-sm-9, .col-sm-9-right, .col-md-9, .col-md-9-right, .col-lg-9, .col-lg-9-right, .col-xs-10, .col-sm-10, .col-sm-10-right, .col-md-10, .col-md-10-right, .col-lg-10, .col-lg-10-right, .col-xs-11, .col-sm-11, .col-sm-11-right, .col-md-11, .col-md-11-right, .col-lg-11, .col-lg-11-right, .col-xs-12, .col-xs-12-right .col-sm-12, .col-sm-12-right, .col-md-12, .col-md-12-right, .col-lg-12, .col-lg-12-right, .col-lg-2half, .col-md-2half {
    position: relative;
    min-height: 1px;
    padding: 0 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1-right, .col-xs-2-right, .col-xs-3-right, .col-xs-4-right, .col-xs-5-right, .col-xs-6-right, .col-xs-7-right, .col-xs-8-right, .col-xs-9-right, .col-xs-10-right, .col-xs-11-right, .col-xs-12-right {
    float: right;
}

.col-xs-12, .col-xs-12-right, .categoryListView .categoryPhoto, .categoryListView .categoryInfo, .categoryGridView .categoryPhoto, .categoryGridView .categoryInfo {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}



@media (min-width: 500px) {

    .navBar {
        top: 150px;
    }

    .slideshow {
        margin-top: 150px;
    }

    .gray-slides-one, .gray-slides-two, .green-slides {
        height: 700px;
    }

        .gray-slides-one .slideshow, .gray-slides-two .slideshow, .green-slides .slideshow {
            height: 800px;
        }

    .dropdown-menu > li {
        position: relative;
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        /* Rules below not implemented in browsers yet */
        -o-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    .dropdown-menu .sub-menu {
        left: 0%;
        position: relative;
        top: 0;
        display: none;
        margin-top: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: none;
    }
    /*.right-caret:after,.left-caret:after
 {	content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}
.right-caret:after
{	border-left: 5px solid #fff;
}
.left-caret:after
{	border-right: 5px solid #fff;
} */

    .navBar {
        top: 130px;
    }

    .searchBar {
        top: -10px;
    }

    .navLink {
        padding: 6px 8px;
        font-size: 15px;
    }

    .innerRow > div.newsletterText {
        padding-bottom: 10px;
    }
}

.vrRight {
    border-right: none;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1-right, .col-sm-2-right, .col-sm-3-right, .col-sm-4-right, .col-sm-5-right, .col-sm-6-right, .col-sm-7-right, .col-sm-8-right, .col-sm-9-right, .col-sm-10-right, .col-sm-11-right, .col-sm-12-right {
        float: right;
    }


    .col-sm-12, .col-sm-12-right {
        width: 100%;
    }

    .col-sm-11, .col-sm-11-right {
        width: 91.66666667%;
    }

    .col-sm-10, .col-sm-10-right {
        width: 83.33333333%;
    }

    .col-sm-9, .col-sm-9-right {
        width: 75%;
    }

    .col-sm-8, .col-sm-8-right, .categoryListView .categoryInfo {
        width: 66.66666667%;
    }

    .col-sm-7, .col-sm-7-right {
        width: 58.33333333%;
    }

    .col-sm-6, .col-sm-6-right, .categoryGridView {
        width: 50%;
    }

    .col-sm-5, .col-sm-5-right {
        width: 41.66666667%;
    }

    .col-sm-4, .col-sm-4-right, .categoryListView .categoryPhoto {
        width: 33.33333333%;
    }

    .col-sm-3, .col-sm-3-right {
        width: 25%;
    }

    .col-sm-2, .col-sm-2-right {
        width: 16.66666667%;
    }

    .col-sm-1, .col-sm-1-right {
        width: 8.33333333%;
    }

    .hide-for-xsmall {
        display: block;
    }

    .hide-for-medUp {
        display: none;
    }

    /*** SEARCH ***/
    .searchBar {
        height: 72px;
    }

    .header {
        position: relative !important;
        background: none;
    }

    ul.navigation {
        display: block !important;
    }

    .navBar {
        height: 85px;
        box-sizing: border-box;
        padding: 25px 10px 0 10px;
        position: relative;
        top: 0px;
    }

    ul.navigation li {
        float: left;
    }

    .searchBar {
        top: 0px;
    }

    .dropdown-menu {
        position: absolute;
        top: 55px;
        width: auto;
    }

    .hide-for-smallUp {
        display: none;
    }

    .hide-for-smallUp {
        display: none;
    }

    .vrRight {
        border-right: 15px solid #000;
    }

    .dropdown-menu.sub-menu li {
        padding-left: 0px;
    }

    .mobile-only {
        display: none;
    }

    .featuredProducts .col-lg-2, .featuredProducts .col-md-2, .featuredProducts .col-sm-2, .innerRow > div {
        padding: 0 5px;
    }

    h1, h2.homeHeading {
        font-size: 50px;
        line-height: 55px;
    }

    .newsletterBlock input#newsletter-email {
        margin: 0px;
    }

    .footer {
        font-size: 14px;
        padding: 35px 15px;
    }

    .footerInfo {
        width: auto;
    }

        .footerInfo li {
            float: left;
            width: auto;
            text-align: left;
            padding-left: 10px;
        }

    .slideshow {
        margin-top: 0px;
    }

    .categoryListView .categoryDescription {
        display: block;
        text-align: left;
    }

    .categoryListView .catDescription {
        text-align: left;
    }

    .viewToggle {
        display: block;
    }

    .sorting {
        float: right;
        padding-top: 0px;
        margin: 0px;
    }

    .interiorPage {
        padding: 48px 0 48px 0;
    }

    .mobileFilterButtons {
        display: none;
    }

    .mobileFilters {
        position: initial;
        top: initial;
        left: initial;
        width: initial;
        z-index: initial;
        height: initial;
        background: initial;
        padding: initial;
        overflow: initial;
        display: initial;
    }

    .fullFilters .filterz, .fullFilters .subz {
        display: block;
        position: relative;
    }

    #clearFilters {
        display: block;
        position: absolute;
    }

    .closeSubz, .closeFilterz {
        display: none;
    }

    .quickViewBox .variations:nth-child(even), .productPage .variations:nth-child(even) {
        background: #f7f7f9;
    }

    .variations {
        padding: 5px 0;
        border-bottom: solid 1px #e3e3e3;
    }

        .variations div:nth-child(4n+3), .variations div:nth-child(4n+4) {
            background: none !important;
        }

        .variations div {
            height: 35px;
            box-sizing: border-box;
            border-bottom: none;
        }

    .floristSearch {
        padding: 35px;
    }

    .floristResults {
        margin-top: 60px;
    }

    .fAddress {
        display: block;
    }

    .cartTable .description {
        text-align: left;
    }

    .cartTable .quantity {
        background: none;
    }

    .cartTable .quantity {
        padding: 0px;
    }

        .cartTable .quantity input, .cartTable .quantity div {
            margin-top: 20px;
        }

    .cartTable .details {
        font-size: 12px;
        line-height: 16px;
    }

    .cartTable .quantity, .cartTable .price, .cartTable .subTotal, .cartTable .description {
        font-size: 16px;
        line-height: 18px;
    }

    .subLabel, .taxlLabel {
        text-align: right;
    }

    .totalLabel {
        text-align: right;
        font-size: 18px;
    }

    .totalCost, .totalTax, .totalSub {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .totalCost {
        font-size: 18px;
    }

    .totals {
        padding: 10px 0 20px 0;
    }

    ul.cartButtons li {
        float: left;
        margin: 0 0 0 8px;
    }

    ul.cartButtons {
        float: right;
    }

    a#contShopping, #checkOut, a.updateTotals {
        width: 180px;
    }

    a#addCode, .promoArea ul li input[type="text"] {
        margin: 0px;
    }

    .finePrint {
        text-align: left;
    }

    ul.whatPhone li input[type="text"], input#savePhone {
        margin: 0px;
    }

    .fullWidthForm:not(.totalWidth) input:not([type=submit]), .fullWidthForm textarea {
        width: 40%;
    }

    .categoryGridView .categoryPhoto {
        height: 232px;
        overflow: hidden;
    }

    .cartLineDiscount {
        display: block;
    }

    .dropdown-menu > li > a {
        padding: 3px 20px;
    }

    .dropdown-menu {
        font-size: 14px;
    }

    .cartTable img {
        width: 95%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-2half {
        float: left;
    }

    .col-md-1-right, .col-md-2-right, .col-md-3-right, .col-md-4-right, .col-md-5-right, .col-md-6-right, .col-md-7-right, .col-md-8-right, .col-md-9-right, .col-md-10-right, .col-md-11-right, .col-md-12-right {
        float: right;
    }


    .col-md-12, .col-md-12-right {
        width: 100%;
    }

    .col-md-11, .col-md-11-right {
        width: 91.66666667%;
    }

    .col-md-10, .col-md-10-right {
        width: 83.33333333%;
    }

    .col-md-9, .col-md-9-right, .categoryListView .categoryInfo {
        width: 75%;
    }

    .col-md-8, .col-md-8-right {
        width: 66.66666667%;
    }

    .col-md-7, .col-md-7-right {
        width: 58.33333333%;
    }

    .col-md-6, .col-md-6-right {
        width: 50%;
    }

    .col-md-5, .col-md-5-right {
        width: 41.66666667%;
    }

    .col-md-4, .col-md-4-right, .categoryGridView {
        width: 33.33333333%;
    }

    .col-md-3, .col-md-3-right, .categoryListView .categoryPhoto {
        width: 25%;
    }

    .col-md-2half {
        width: 20%;
    }

    .col-md-2, .col-md-2-right {
        width: 16.66666667%;
    }

    .col-md-1, .col-md-1-right {
        width: 8.33333333%;
    }

    .hide-for-mobile {
        display: block;
    }

    .navBar {
        padding: 36px 35px 0 10px;
        height: 105px;
    }

    .header {
        height: 154px;
        padding: 32px 0 0 0;
    }

    ul.phoneContact li {
        font-size: 30px;
    }

    .navLink {
        padding: 6px 15px;
        font-size: 15px;
    }

    .barIcons li {
        float: right;
        width: 75px;
        height: 75px;
    }

        .barIcons li:first-child {
            float: right;
            width: 98px;
            height: 75px;
        }

        .barIcons li a {
            width: 77px;
            height: 65px;
        }

            .barIcons li a.search {
                width: 98px;
                height: 65px;
            }

            .barIcons li a.search {
                background-position: 0px -58px;
            }

            .barIcons li a.cart {
                background-position: -107px -58px;
            }

                .barIcons li a.cart div {
                    padding-top: 6px;
                    display: block;
                }

            .barIcons li a.search:hover {
                background-position: 0px -193px;
            }

            .barIcons li a.cart:hover {
                background-position: -107px -193px;
            }

            .barIcons li a.search.on {
                background-position: -25px -125px;
            }

            .barIcons li a.cart.on {
                background-position: -107px -125px;
            }

    .searchBar {
        top: 105px;
    }

    .dropdown-menu {
        top: 65px;
    }

    .innerRow > div.newsletterText {
        padding-bottom: 0px;
    }

    .footer {
        font-size: 16px;
        padding: 35px 25px;
    }

    .catDescription {
        width: 60%;
        float: left;
        box-sizing: border-box;
        padding: 10px 20px 0 10px;
        border-right: solid 1px #e5e5e5;
    }

    .catButtons {
        width: 40%;
        float: left;
        box-sizing: border-box;
        padding: 20px 0 0 20px;
    }

    .welcomeHeader {
        display: block;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2half {
        float: left;
    }

    .col-lg-1-right, .col-lg-2-right, .col-lg-3-right, .col-lg-4-right, .col-lg-5-right, .col-lg-6-right, .col-lg-7-right, .col-lg-8-right, .col-lg-9-right, .col-lg-10-right, .col-lg-11-right, .col-lg-12-right {
        float: right;
    }

    .col-lg-12, .col-lg-12-right {
        width: 100%;
    }

    .col-lg-11, .col-lg-11-right {
        width: 91.66666667%;
    }

    .col-lg-10, .col-lg-10-right {
        width: 83.33333333%;
    }

    .col-lg-9, .col-lg-9-right, .categoryListView .categoryInfo {
        width: 75%;
    }

    .col-lg-8, .col-lg-8-right {
        width: 66.66666667%;
    }

    .col-lg-7, .col-lg-7-right {
        width: 58.33333333%;
    }

    .col-lg-6, .col-lg-6-right {
        width: 50%;
    }

    .col-lg-5, .col-lg-5-right {
        width: 41.66666667%;
    }

    .col-lg-4, .col-lg-4-right {
        width: 33.33333333%;
    }

    .col-lg-3, .col-lg-3-right, .categoryListView .categoryPhoto, .categoryGridView {
        width: 25%;
    }

    .col-lg-2half {
        width: 20%;
    }

    .col-lg-2, .col-lg-2-right {
        width: 16.66666667%;
    }

    .col-lg-1, .col-lg-1-right {
        width: 8.33333333%;
    }

    .navBar {
        padding: 36px 35px 0 35px;
    }

    .navLink {
        padding: 6px 15px;
        font-size: 17px;
    }

    ul.phoneContact li {
        font-size: 30px;
    }

    .navLink {
        padding: 6px 20px;
        font-size: 18px;
    }

    .catDescription {
        width: 70%;
    }

    .catButtons {
        width: 30%;
    }
}

@media (min-width: 1360px) {
}

.smcx-widget {
    z-index: 0 !important;
}

#noAccountDiv h4 {
    font-style: italic;
}

.prodLogin {
    margin-top: 0;
    width: 196px;
    height: 34px;
    font-family: 'Carrois Gothic', sans-serif;
    font-size: 15px;
}

.prodDetailLogin {
    font-family: 'Carrois Gothic', sans-serif;
}

.prodDetailFlorist {
    margin-top: 1px;
    width: 196px;
}


.applyAccountBtn, #noAccountDiv #FindFlorist {
    font-family: 'Carrois Gothic', sans-serif;
    height: 40px;
    background-image: none;
    font-size: 16px !important;
}

#noAccountDiv a:hover {
    text-decoration: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #282f59;
        border-color: #282f59;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }


.leftNav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 31px;
}

    .leftNav ul li.title {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 1px;
    }

    .leftNav ul li a {
        color: #282f59;
        text-decoration: none;
    }

        .leftNav ul li a:hover {
            color: #3f498a;
        }

    .leftNav ul.sideCart {
        border-bottom: solid 1px #e6e6e6;
        padding-bottom: 10px;
        line-height: 18px;
    }


/** CART MODAL **/

#cart-modal {
    border: solid 2px #939598;
    background: #fff;
    width: 320px;
    height: 510px;
    position: absolute;
    top: 10%;
    left: calc((100vw - 350px)/2);
    z-index: 1000;
    padding: 25px;
}

    #cart-modal.cart-modal2 {
        width: 400px;
        height: auto;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -135px;
        margin-left: -200px;
    }

    #cart-modal.dismissed {
        display: none;
    }

    #cart-modal #close-modal {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 36px;
        height: 36px;
        border-radius: 20px;
        border: solid 1px #ccc;
        color: #ccc;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all .3s ease;
    }

        #cart-modal #close-modal:hover {
            background: #ccc;
            color: #fff;
        }

    #cart-modal h2 {
        color: #97cb3a;
        font-size: 22px;
        font-family: 'aleoregular';
    }

#modal-exit {
    float: right;
    display: flex;
    flex: 0 1 0%;
}

/*$carousel-width: 600px;
$carousel-height: 300px;*/


#cart-modal .wrap {
    position: relative;
    width: 252px;
    height: 380px;
    margin: 0 auto;
}

#cart-modal .window {
    overflow: hidden;
    position: relative;
    background: #fff;
}

#cart-modal #carousel {
    width: 10000px;
    position: relative;
    top: 0;
    left: 0px;
}

#cart-modal .slide {
    height: 380px;
    width: 252px;
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

#carousel .slide .row .col-xs-12:nth-child(2), #carousel .slide .row .col-xs-12:nth-child(3) {
    display: none;
}

@media(min-width: 768px) {
    #cart-modal h2 {
        font-size: 24px;
    }

    #cart-modal {
        width: 720px;
        top: 25%;
        left: calc((750px - 720px)/2);
        height: 510px;
    }

    #cart-modal .wrap, #cart-modal .slide {
        height: 380px;
        width: 650px;
    }

    #carousel .slide .row .col-xs-12:nth-child(2), #carousel .slide .row .col-xs-12:nth-child(3) {
        display: block;
    }
}

@media(min-width: 992px) {
    #cart-modal {
        width: 820px;
        left: calc((980px - 820px)/2);
    }

        #cart-modal .wrap, #cart-modal .slide {
            height: 380px;
            width: 740px;
        }
}

#cart-modal #carousel .slide .gridInfo {
    height: 80px;
}

#cart-modal #carousel .slide img {
    height: 170px;
    width: auto;
}

#cart-modal #carousel .slide h2 {
    font-size: 19px;
}

#cart-modal #prev, #cart-modal #next {
    cursor: pointer;
    position: absolute;
    font-size: 20pt;
    top: 45%;
}

#cart-modal #prev {
    left: -20px
}

#cart-modal #next {
    right: -20px
}

.transition {
    transition: .7s;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #282f59;
        border-color: #282f59;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }


.leftNav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 31px;
}

    .leftNav ul li.title {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 1px;
    }

    .leftNav ul li a {
        color: #282f59;
        text-decoration: none;
    }

        .leftNav ul li a:hover {
            color: #3f498a;
        }

    .leftNav ul.sideCart {
        border-bottom: solid 1px #e6e6e6;
        padding-bottom: 10px;
        line-height: 18px;
    }

@media(min-width: 1200px) {
    #cart-modal {
        left: calc((1170px - 820px)/2)
    }

    #cart-modal {
        left: calc((1170px - 400px)/2)
    }
}

@media(min-width: 1360px) {
    #cart-modal {
        left: calc((1340px - 820px)/2)
    }
}

.vr-link {
	background: rgba(34,97,98,0.10);
	padding: 15px 15px 15px 52px;
	border-radius: 6px;
	color: #272f62;
	font-family: 'aleoregular';
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	display: flex;
	text-decoration: none;
	margin: 6px;
	-webkit-box-shadow: 0px 0px 10px 0px #fff; 
	box-shadow: 0px 0px 10px 0px #fff;
	transition: all .3s ease;
}
    .vr-link:hover {
        background: rgba(148,205,48,0.2);
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25); 
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25); 
    }
    .vr-link::before {
        content: '';
        display: block;
        width: 30px;
        height: 20px;
        background: url(../images/360.svg)no-repeat center;
        position: absolute;
        left: 10px;
        top: 15px;
    }
	
#app-container{
	margin-bottom: 15px;
}

.reqShipDate {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: -15px;
}