body {
    font-family: 'Libre Franklin', sans-serif;
}

.container {
    max-width: 1650px;
    padding: 0 2rem;
}



@media (max-width: 576px) {
    .container {
        padding: 0 0.5rem;
    }
}

.row {
    margin: 1rem 0;
}

a, a:visited {
    color: #00704a;
}

    a:hover {
        text-decoration: none;
        color: #000;
    }

.btn-primary,
.btn-primary:visited {
    background-color: #00704a !important;
    border: transparent;
    color: white;
}

    .btn-primary:hover {
        background-color: #dde6d2 !important;
        color: #00704a !important;
    }

.bg-primary {
    background-color: #00704a !important;
}

.btn-secondary {
    background-color: #dde6d2 !important;
    color: #00704a !important;
    border: transparent;
}

    .btn-secondary:hover {
        background-color: #00704a !important;
        color: white !important;
    }

.btn-chosen {
    background-color: #000 !important;
    color: #FFF !important;
    border: transparent;
}

    .btn-chosen:hover {
        background-color: #333 !important;
        color: white !important;
    }

.input-group-append .btn {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.bg-secondary {
    background-color: #dde6d2 !important;
}

.btn-trading,
.btn-trading:visited {
    background-color: #472726;
    border: transparent;
    color: white;
}

    .btn-trading:hover {
        background-color: #CEBA95 !important;
        color: #472726 !important;
    }

.bg-disabled {
    background-color: #e5e5e5 !important;
}


.small-text {
    font-size: 80%;
    margin-top:-0.6rem!important;
}

.small-text-wo-margin {
    font-size: 80% !important;
}

@media (max-width: 576px) {
    .xs-text {
        font-size: 70% !important;
    }

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

    .mobile-w-100 {
        width: 100% !important;
    }

    .mobile-mb-3 {
        margin-bottom: 1rem !important;
    }
}

.img-fluid {
    max-width: 100% !important;
}

.img-fluid-full {
    width: 100% !important;
}

.back-to-top {
    z-index: 999;
    position: fixed;
    bottom: 3em;
    right: 0px;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(0, 112, 74, 0.40);
    font-size: 13px;
    padding: 0.5em;
    display: none;
    font-weight : bold;
    font-family: 'Libre Franklin', sans-serif;
}

.back-to-top:hover {    
    background-color: rgba(0, 112, 74, 0.70);
    color: #ffffff;
    text-decoration:none;
}

/* ===== HEADER STYLES ===== */

@media (max-width: 992px) {
  .brands {
    display: none;
  }
}

#login-email {
    border-radius: .25em !important;
}

/*
@media (max-width: 1245px) {
  .login-container {
    padding-top: 3.05em !important;
    padding-bottom: 3.05em !important;
  }
}

@media (max-width: 992px) {
  .login-container {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
}
*/

.brand-logo {
    background-color: white;
    padding: 1rem;
    border-bottom: 2px solid #dde6d2;
    border-left: 1px solid #dde6d2;
    border-right: 1px solid #dde6d2;
}

.brand-logo-active {
    background-color: white;
    border-bottom: 2px solid white;
    border-left: 1px solid #dde6d2;
    border-right: 1px solid #dde6d2;
}

.qLinks-icon {
    font-size: 24px;
}


@media (max-width: 1304px) {    
    .qLinks-icon {
        font-size: 20px !important;
    }

}

@media (max-width: 1199px) {    
    .login-container {
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 1245px) and (min-width: 1200px) {  
    .login-container {
        padding-top: 3rem !important;
        padding-bottom: 3.35rem !important;
    }
}    

.qLinks {
    font-size: 11px;
    display: block;
    margin-top: 0.35rem;
    line-height: 130% !important;
}

.footer-label {
    color: #00704a;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

/*.dropleft .dropdown-menu {
    top: 30% !important;
} */


/* ===== Navbar ===== */

nav.navbar-navigation {
    padding: 0.25rem !important;
}

ul.navbar-nav {
    width: 100% !important;
}

.one-line {
    display: block;
    vertical-align: middle;
    padding-top: 1rem;
}

.navbar-navigation li.nav-item {
    text-align: center;
    width: 25%;
    text-transform: uppercase;
}

.navbar-navigation a.nav-link {
    color: white !important;
    font: normal normal 14px/130% 'Roboto Slab', serif;
}

.dropdown-menu {
    border-radius: 0 !important; 
    padding: 0 !important;
    background-color: #dde6d2;
}

    a.dropdown-item {
        font: normal normal 14px/150% 'Roboto Slab', serif;
        text-transform: uppercase;
        color: #00704a;
        padding: 0.25rem 0.75rem;
    }

         a.dropdown-item:hover,
         a.dropdown-item:active {
            background-color: #00704a;
            color: white;
         }

.mobile-show {
    display: none;
}

.medium-show {
        display: none;
    }

.medium-hide {
    display: block;
}

.mobile-show-nav {
    display: none !important;
}


@media (max-width: 1200px) {

    .medium-show {
        display: block;
    }

    .medium-hide {
        display: none !important;
    }
}


@media (max-width: 992px) {

    .navbar-navigation li.nav-item {
        text-align: left !important;
        width: 100% !important;
        padding-left: 0.5rem;
    }

    .dropdown-menu {
        border-radius: 0 !important; 
        padding: 0 !important;
        background-color: #dde6d2;
        margin-top: 0rem !important;
    }

    .mobile-show {
        display: block;
    }

    .mobile-none-nav {
        display: none !important;
    }

    .mobile-show-nav {
        display: block !important;
    }
}

.smaller-login-area {
    display: none;
}

.login-container {
    padding: 1rem;
    margin: 0 0 1rem 0;
}

@media (max-width: 992px) {
    .login-container {
        display: none;
    }
}

/*
@media (max-width: 1300px) {
    .login-container {
        margin-top: 1rem !important;
        margin-bottom: 3rem !important;
    }

    .login-area {
        display: none;
    }

    .smaller-login-area {
        display: block !important;
    }
}*/

.navbar-toggler {
    border: none !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ===== STORE STYLES ===== */

ul.store-links li {
    display: inline-block;
    color: #999;
}

ul.store-links li a {
    font-weight: bold;
}

ul.store-links li:after {
    content: '|';
    margin: 0 0.75rem;
}

ul.store-links li:last-child:after {
    content: '';
    margin: 0;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px !important;
    }
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

.modal-footer {
    border: none; 
    padding-top: 0;
}

.store-title {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    margin-bottom: 0.75rem;
    color: #00704a;
}

td.white {
    background: white !important;
}

tr.white-border td {
    border-top: none !important;
    border-bottom: 2px solid white !important;
    border-left: none !important;
    border-right: none !important;
}

tr.white-border-first td {
    border-top: 2px solid white !important;
    border-bottom: 2px solid white !important;
    border-left: none !important;
    border-right: none !important;
}

/* ===== VARIOUS GLOBAL STYLES ===== */

@media (max-width: 576px) {

    .mobile-none {
        display: none;
    }
}

@media (max-width: 768px) {

    .medium-none {
        display: none;
    }
}

.page-title {
    color: #00704a;
    font: bold normal 2rem/130% 'Roboto Slab', serif;
}

.page-subtitle {
    color: #333;
    font: normal normal 1.25rem/130% 'Roboto Slab', serif;
}

h4 {
    color: #00704a;
    font: bold normal 1.5rem/130% 'Roboto Slab', serif;
}

h5 {
    color: #00704a;
    font: bold normal 1.15rem/130% 'Roboto Slab', serif;
}

h6 {
    color: #00704a;
    font: bold normal 1rem/130% 'Roboto Slab', serif;
}

ul {
    padding-left: 0 !important;
}

.input-group >.custom-select:not(:first-child), 
.input-group >.form-control:not(:first-child) {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .2rem !important;
    margin-left: -1.35rem;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    background-color: white;
}

.datepicker table tr td.disabled, 
.datepicker table tr td.disabled:hover {
    color: #e5e5e5 !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover {
    background-color: #DDE5D2 !important;
    color: #00704A !important;
}

.datepicker table tr td.active {
    background-color: #00704A !important;
    color: white !important;
}

.table-container {
  width: 100%;
  height: 1200px;
  overflow: scroll;
  position: relative;
}

table#quickOrder {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  position: absolute;
  width: 100%;
  margin-top: -1px;
}

table#quickOrder th,
table#quickOrder td {
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 5px 10px;
  width: 100px;
  box-sizing: border-box;
  margin: 0;
}

table#quickOrder td {
  background-color: transparent;
}

table#quickOrder tbody tr th {
    background-color: #D8E2CC !important;
}

.your-price {
    position: relative !important;
    z-index: 100 !important;
}

.add-to-cart {
    position: relative !important;
    z-index: 0 !important;
}

.top-left {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: #00704A;
    z-index: 1000 !important;
}

.select2 {
    display: none !important;
}

.add-border {
    border-top: 1px solid #01704A;
    border-bottom: 1px solid #01704A;
}

.add-border:hover {
    border-top: 1px solid #D8E1CC;
    border-bottom: 1px solid #D8E1CC;
}

[aria-expanded="false"] .menu__icon--open {
    display: inline-block;
    margin-left: 0.25em;
}

[aria-expanded="false"] .menu__icon--close {
    display: none;
}

[aria-expanded="true"] .menu__icon--open {
    display: none;
}

[aria-expanded="true"] .menu__icon--close {
    display: inline-block;
    margin-left: 0.25em;
}

/* ===== FOOTER STYLES ===== */

#footerlogos {
    margin: 1rem 0 1.5rem;
    padding: 0;
    text-align: center;
}

ul.footer-links{
    padding-left: 0 !important;    
}

ul.footer-links li {
    list-style: none;
    font: bold normal 1.15rem/170% 'Roboto Slab', serif;
}

@media (max-width: 768px) {
    .mobile-padding {
        padding: 1rem !important;
    }

    .mobile-flex {
        display: flex;
    }

    .mobile-links-one {
        order: 1;
    }

    .mobile-links-two {
        order: 2;
    }

    .mobile-links-three {
        order: 3;
    }

}

@media (max-width: 768px) {
    .valued-partners {
        display: none;
    }
}

@media (max-width: 992px) {

    .mobile-pb-1 {
        padding-bottom: 1rem !important;
    }

    .mobile-mb-0 {
        margin-bottom: 0 !important;
    }

    .mobile-mb-3 {
        margin-bottom: 1rem !important;
    }

    .mobile-pl-0 {
        padding-left: 0 !important;
    }

    .mobile-pl-2 {
        padding-left: 0.5rem !important;
    }

    .mobile-pr-0 {
        padding-right: 0 !important;
    }

    .mobile-mr-0 {
        margin-right: 0 !important;
    }

}

@media (max-width: 768px) {

    .xs-mobile-pb-1 {
        padding-bottom: 1rem !important;
    }

    .xs-mobile-pb-0 {
        padding-bottom: 0 !important;
    }

    .xs-mobile-pl-0 {
        padding-left: 0 !important;
    }

    .xs-mobile-pr-2 {
        padding-right: 0.5rem !important;
    }

    .xs-mobile-pl-2 {
        padding-left: 0.5rem !important;
    }

}

/* ===== PLANT STYLES ===== */

.green-border {
    border: 2px solid #00704a;
}

.green-border-no-top {
    border-left: 2px solid #00704a;
    border-right: 2px solid #00704a;
    border-bottom: 2px solid #00704a;
}

.green-border-bottom {
    border-bottom: 2px solid #00704a;
}

h4.plant-title,
.plant-title {
    font: bold normal 18px/150% 'Roboto Slab', serif;
    margin-bottom: 0px !important;
    color: #00704a;
}

h5.plant-subtitle {
    font: normal normal 16px/150% 'Roboto Slab', serif;
    color: #000;
}

h1.botanical-name {
    font: bold normal 26px/150% 'Roboto Slab', serif !important;
    color: #00704a;
    margin-bottom: 0;
    margin-top: 1rem;
}

h2.common-name {
    font: normal normal 20px/150% 'Libre Franklin', sans-serif !important;
}

.detailed-grid-text {
    font: normal normal 14px/150% 'Libre Franklin', sans-serif;
}

    span.detailed-grid-label,
    .detailed-grid-label {
        font-weight: bold !important;
        color: #00704a;
    }

.table .thead-dark th {
    background-color: #00704a !important;
    border-color: #00704a !important;
    font: bold normal 15px/150% 'Roboto Slab', serif !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(216,226,204,0.5) !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(216,226,204,1) !important; 
}

.table-bordered td, .table-bordered th {
    border-color: #00704a !important;
}

span.cell-font {
    font-family: 'Libre Franklin', sans-serif !important;
    font-weight: normal !important;
}

td.add-in-table {
    max-width: 100px;
}




.bullets td.box {
    content: "\2022";
}

.accordion .card:last-of-type {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.accordion .card:first-of-type {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.card-header {
    padding: .5rem .5rem .25rem .5rem;
    margin-bottom: 0;
    background-color: #dde6d2;
    border: none;
}

.card {
        border: 1px solid rgba(0,0,0,.125) !important;
}

.btn-link {
    color: #00704a !important;
    text-decoration: none !important;
}


[aria-expanded="false"] .menu__icon--open {
    display: inline-block;
    margin-left: 0.25em;
}

[aria-expanded="false"] .menu__icon--close {
    display: none;
}

[aria-expanded="true"] .menu__icon--open {
    display: none;
}

[aria-expanded="true"] .menu__icon--close {
    display: inline-block;
    margin-left: 0.25em;
}



.btn-mobile-show {
    display: none;
}

@media (max-width: 768px) {
    .btn-mobile-show {
        display: block;
    }

    .btn-mobile-hide {
        display: none;
    }
}

.plant-detail-mobile-show {
    display: none;
}

@media (max-width: 992px) {
    .plant-detail-mobile-show {
        display: block;
    }

    .plant-detail-mobile-hide {
        display: none;
    }

}


/* ===== PAGE STYLES ===== */


.breadcrumbs-custom {
    position: relative;
    /*background: #f8f8f8;*/
}

.breadcrumbs-custom__inner {
    padding: 20px 0;
    text-align: center;
}

.breadcrumbs-custom li {
    display: inline-block;
    font: bold normal 14px/150% 'Roboto Slab', serif;
}

.breadcrumbs-custom__inner > * + * {
    margin-top: 10px;
}

.breadcrumbs-custom__title {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.breadcrumbs-custom__path > li {
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 1.3;
}

.breadcrumbs-custom__path a {
    position: relative;
    top: -1px;
}

.breadcrumbs-custom__path > li.active {
    color: #000;
}

.breadcrumbs-custom__path > li.active a {
    color: inherit;
    pointer-events: none;
}

.breadcrumbs-custom__path > li + li:before {
    position: relative;
    left: -1px;
    display: inline-block;
    padding: 0 5px;
    content: "/";
    vertical-align: baseline;
}

.breadcrumbs-custom__path a {
    display: inline;
    vertical-align: middle;
}

.breadcrumbs-custom__path a, .breadcrumbs-custom__path a:active, .breadcrumbs-custom__path a:focus {
    color: #156c75;
}

.breadcrumbs-custom__path a:hover {
    color: #000;
}

@media (min-width: 768px) {
    .breadcrumbs-custom__inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
    }
    .breadcrumbs-custom__inner > * {
        padding: 0 15px;
    }
    .breadcrumbs-custom__inner > * + * {
        margin-top: 0;
    }
    .breadcrumbs-custom__title {
        font-size: 24px;
        line-height: 1.54167;
    }
}

.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
}

.list-marked {
    padding-left: 0.75rem !important;
}

.qPages-box {
    border: 2px solid #00704a;
}

.qPages-title {
    background: #00704a;
    color: white !important;
}

.image-thumbnail-row div {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}



/* ==== SWIPER STYLES ===== */

/**
 * @subsection   Swiper 3.1.7
 * @description  Most modern mobile touch slider and framework with
 *               hardware accelerated transitions
 * @author       Vladimir Kharlampidi
 * @see          http://www.idangero.us/swiper/
 * @licesne      MIT License
 */
.swiper-container {
    height: 91vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 46px;
    text-align: center;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    opacity: .5;
    color: #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}

@media (min-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: 3.5%;
}

.swiper-button-next {
    right: 3.5%;
}

/* Pagination Styles */
.swiper-pagination {
    display: block;
    position: absolute;
    text-align: center;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.5;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
    position: relative;
    -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    z-index: 50;
    height: 3px;
    width: 100%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #58c56f;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
    height: 100%;
}

.swiper-slide {
    white-space: nowrap;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* &:not(.vide):not(.rd-parallax):before,
  .parallax_cnt:before, .vide__body:before {
    content: '';
    display: inline-block;
    //height: 50%;
  }*/
}

.swiper-slide-caption {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: normal;
}

.swiper-slide-caption * + .btn {
    margin-top: 1rem;
}

.swiper-slide-caption p {
    display: none;
}

.swiper-slide, .swiper-slide h1, .swiper-slide h2, .swiper-slide h3, .swiper-slide h4, .swiper-slide h5, .swiper-slide h6, .swiper-slide .h1, .swiper-slide .h2, .swiper-slide .h3, .swiper-slide .h4, .swiper-slide .h5, .swiper-slide .h6 {
    color: #fff;
}

@media (min-width: 768px) {
    .swiper-slide-caption p {
        display: block;
    }
}

.swiper-custom .h6 {
    margin-top: 10px;
    line-height: 1.363636363636364;
}

.swiper-custom .btn {
    margin-top: 20px;
    margin-left: 30px;
    -webkit-transform: translate(-15px, -20px);
    transform: translate(-15px, -20px);
}

.swiper-custom .swiper-pagination {
    display: none;
}



/* ===== Slick Slider ===== */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 300ms ease-in-out;
    padding: 0;
    border: none;
    outline: none;
    z-index: 9;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
    color: #77b630;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.slick-prev:before, .slick-next:before {
    font-family: "Linearicons";
    font-size: 27px;
    color: #000;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 0;
}

.slick-prev:before {
    content: "";
}

[dir="rtl"] .slick-prev:before {
    content: "";
}

@media (min-width: 1500px) {
    .slick-prev {
        left: -75px;
    }
}

.slick-next {
    right: 0;
    border-radius: 4px 0 0 4px;
}

[dir="rtl"] .slick-next {
    left: 0;
    right: auto;
}

.slick-next:before {
    content: "";
}

[dir="rtl"] .slick-next:before {
    content: "";
}

@media (min-width: 1500px) {
    .slick-next {
        right: -75px;
    }
}

/* Dots */
.slick-slider {
    margin-bottom: 20px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 1;
}

.carousel-parent .item {
    padding-left: 1px;
    padding-right: 1px;
}

#child-carousel {
    margin-left: -12px;
    margin-right: -12px;
}

#child-carousel .item {
    margin-left: 12px;
    margin-right: 12px;
    opacity: .2;
    transition: 280ms ease-in-out;
    cursor: pointer;
}

#child-carousel .item:hover,
#child-carousel .slick-current {
    opacity: 1;
}

.slick-gallery {
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.slick-gallery .carousel-parent {
    margin-bottom: 35px;
}

.slick-gallery #child-carousel {
    margin-left: 0;
    margin-right: 0;
}

.slick-gallery #child-carousel .item {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1200px) and (min-height: 880px) {
    .slick-gallery {
        max-width: 100%;
    }
}

/* ===== Contact Styles ===== */

h4.hours-title,
.hours-title {
    font: normal normal 22px/150% 'Roboto Slab', serif;
    margin-bottom: 0px !important;
    color: #00704a;
}

.dates-title {
    font: normal normal 16px/150% 'Roboto Slab', serif;
    color: #00704a;
}

/* ===== OTHER BOOTSTRAP STYLES ===== */

@media (max-width: 768px) {
    .pl-small-0 {
        padding-left: 0 !important;
    }
}

@media (max-width: 992px) {
    .pl-med-0 {
        padding-left: 0 !important;
    }
}

/* ===== CUSTOMER STYLES ===== */

p.top-button-text {
    font-weight: bold;
    color: #00704a;
    margin-bottom: 0.5rem;
}

p.bottom-button-text {
    font-weight: bold;
    color: black;
    font-size: 30px;
    margin-bottom: 0;
    padding-top: 1rem;
    line-height: 100%;
}

p.top-dark-button-text {
    font-size: 40px;
    color: white;
    margin-bottom: 0.5rem;
}

p.bottom-dark-button-text {
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}

    

    #cartContents {
        margin: 34px 0px 8px 0px;
        width:265px;
        text-align:left;
        border:2px solid #d2d3d4;
        position:absolute;
        top: 120px;
        right: 150px;
        z-index:3333;
        background-color:#ffffff;
        min-height:230px;
        
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }   
    

div#cartItemAdded {
    margin: 0px 0px 8px 0px;
    width: 300px !important;
    text-align: left;
    border: 1px solid #d2d3d4;
    border-width:0px 1px 1px 1px;
    position: fixed !important;
    top: 0px;
    right: 40px;
    z-index: 3333;
    background-color: #ffffff;
    min-height: 230px;
    
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;

    -webkit-box-shadow: 0px 0px 20px 0px rgba(229,229,229,0.85);
    -moz-box-shadow: 0px 0px 20px 0px rgba(229,229,229,0.85);
    box-shadow: 0px 0px 20px 0px rgba(229,229,229,0.85);
}


