/* --- Bootstrap Override --- */

    body {font-family: 'Lato', Helvetica, Arial, sans-serif;}
    a {color: #525625;}
        a:hover {color: #a6ba4a;}
    .breadcrumb { background-color: #fff; padding-left: 2px; }
        .breadcrumb a {color: black;}
    .btn-primary { background-color: #f37021; border-color: #f37021; background-image: linear-gradient(to top,#f37021 0,#e98950 100%); }
        .btn-primary:hover { background-color: #f4803a; border-color: #f4803a; background-image: linear-gradient(to bottom,#f37021 0,#e98950 100%); }
    .btn-secondary { background-color: #fff; border: 1px solid #756a57; color: #756a57; width: 100%; background-image: none; }
        .btn-secondary:hover { border-color: #756a57; background-color: #756a57; color: #fff; background-image: none; }
    .fa-star {color: #F6B63A;}
    .fc-grey {color: #ccc;}
    .fc-orange {color: #f37021;}
    .fa-times { color: #d12828; font-size: 18px; cursor: pointer; }
    .fa-refresh { color: green; font-size: 18px; cursor: pointer; vertical-align: top; margin: 20px 15px 10px 15px; }
    .fa-asterisk { color: #d12828; font-size: 8px; margin-bottom: 3px; position: relative; bottom: 1px; }
    
/* --- Bootstrap Override --- */

/* --- Theme Helper --- */

    .inline-block {display: inline-block !important;}
    .m-pull-right {float: right; /* Mobile Only */}
    .m-pull-left {float: left; /* Mobile Only */}
    .m-mt-30 {margin-top: 30px; /* Mobile Only */}
    .margin-auto { margin-left: auto; margin-right: auto; }
    .m-max-width-500 { max-width: 500px; margin-left: auto; margin-right: auto; }
    .line-through {text-decoration: line-through;}
    .fs-10 {font-size: 10px;}
    .fs-16 {font-size: 16px;}
    .fs-18 {font-size: 18px;}
    .fs-20 {font-size: 20px;}
    .fs-24 {font-size: 24px;}
    .fs-30 {font-size: 30px;}
    .fs-32 {font-size: 32px;}
    .fs-56 { font-size: 56px; color: #756a57; }
    .mr-5 {margin-right: 5px;}
    .mr-15 {margin-right: 15px;}
    .mt-0 {margin-top: 0px;}
    .mt-5 {margin-top: 5px;}
    .mt-10 {margin-top: 10px;}
    .mt-15 {margin-top: 15px;}
    .mt-30 {margin-top: 30px;}
    .mt-40 {margin-top: 40px;}
    .mt-45 {margin-top: 45px;}
    .mb-15 {margin-bottom: 15px;}
    .mb-25 {margin-bottom: 25px;}
    .mb-30 {margin-bottom: 30px;}
    .mb-45 {margin-bottom: 45px;}
    .ml-15 {margin-left: 15px;}
    .pd-15 {padding: 15px;}
    .pl-0 {padding-left: 0px;}
    .pl-5 {padding-left: 5px;}
    .pl-15 {padding-left: 15px;}
    .pl-20 {padding-left: 20px;}
    .pr-15 {padding-right: 15px;}
    .pr-20 {padding-right: 20px;}
    .pr-25 {padding-right: 25px;}
    .pr-30 {padding-right: 30px;}
    .pt-5 {padding-top: 5px;}
    .pt-10 {padding-top: 10px;}
    .pt-15 {padding-top: 15px;}
    .pd-15 {padding: 15px;}

/* --- Theme Helper --- */


/* --- Header --- */

    .header-promo { background-color: #F36F21; padding: 15px; font-size: 16px; color: #fff; display: none; }
        .header-promo a { color: #fff; text-decoration: none; }
    .promo-close { float: right; color: #fff; cursor: pointer; padding: 0 10px; }
    .header-block { padding-left: 0px; padding-right: 5px; display: inline-block; }
        .header-block .header-cart:hover {color: #a6ba4a;}
        .header-block .header-cart span:hover {color: #a6ba4a;}
    .ge-logo { background: url('//gardenersedge.com/images/art/ge-mobile-logo.jpg'); height: 40px; width: 85px; background-size: contain; background-repeat: no-repeat; margin-left: 15px; margin-top: 5px; }
    .homepage-seasonal { min-height: 200px; background-color: grey; margin-top: 15px; }
    .show-more { padding-left: 5px; font-size: 16px; color: #80951e; cursor: pointer; font-weight: 700; }
    .header-top { display: none; padding: 15px; text-align: right; border-bottom: 1px solid #bfb9af; }
        .header-top span {padding-left: 15px;}
        .header-top:last-child {padding-right: 0px;}
    .header-cart .fa-shopping-cart { font-size: 25px; color: #756a57; cursor: pointer; padding-top: 5px; }
    .navbar-toggle {border: 1px solid grey;}
        .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background-color: grey; }
    .ge-search .input-group-btn {display: block;}
    #mobile-search { font-size: 25px; color: #756a57; padding: 12px 12px 0 5px; cursor: pointer; }
    .mobile-user { font-size: 25px; color: #756a57; padding: 12px 12px 0 5px; }

    @media only screen and (max-width: 767px) {  /* Desktop Styles */
        .mobile-inline {display: inline-block;}
        #ge-search-box { display: none; position: absolute; width: 100%; z-index: 10; }
        .ge-search { padding: 15px; background-color: #ddd; }
    }

    @media only screen and (min-width: 768px) {  /* Desktop Styles */
        .row .header-block { display: table; height: 100px; table-layout: fixed; float: left; padding-left: 15px; padding-right: 15px; }
        .header-col { display: table-cell; vertical-align: middle; }
        .header-cart {text-align: right;}
            .header-cart .fa-shopping-cart {font-size: 18px;}
    }

/* --- Header --- */


/* --- Homepage --- */

    .ge-hr { margin-top: 10px; border-top: 3px solid #a6ba4a; }
    .top-categories { background-color: #a6ba4a; color: #fff; text-align: center; margin-bottom: 15px; padding: 15px; color: #fff; }
    .first-top-category {position: relative;}
        .first-top-category:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; border-top: 25px solid white; border-bottom: 25px solid white; border-left: 20px solid #a6ba4a; width: 0; }
    .home-hero-img { background-size: contain; height: 355px; background-repeat: no-repeat; margin-bottom: 15px; }
    .home-spotlight {margin-top: 30px;}
    .container-full-banner .row { margin-top: 80px; margin-bottom: 40px; position: relative; }
    .home-seasonal { font-size: 24px; height: 150px; text-align: center; margin-top: 45px; padding-top: 60px; color: #fff; width: 100%; display: inline-block; }

    @media only screen and (min-width: 321px) {  /* Tablet Styles */
        .home-hero-img { height: 390px; margin-bottom: 5px; }
    }
    @media only screen and (min-width: 360px) {  /* Tablet Styles */
        .home-hero-img { height: 440px; margin-bottom: 15px; }
    }
    @media only screen and (min-width: 400px) {  /* Tablet Styles */
        .home-hero-img { height: 490px; }
    }
    @media only screen and (min-width: 440px) {  /* Tablet Styles */
        .home-hero-img { height: 540px; }
    }
    @media only screen and (min-width: 480px) {  /* Tablet Styles */
        .home-hero-img { height: 590px; }
    }
    @media only screen and (min-width: 500px) {  /* Tablet Styles */
        .home-hero-img { height: 600px; background-position: center center; margin-bottom: 30px; }
    }
    @media only screen and (min-width: 768px) {  /* Tablet Styles */
        .home-hero-img { background-size: contain; height: 325px; }
        .homepage-seasonal {margin-top: 15px;}
        .home-spotlight {margin-top: 0px;}
        .ge-logo { background: url('https://www.gardenersedge.com/images/art/ge-logo.jpg'); background-size: contain; height: 33px; width: 100%; max-width: 325px; background-repeat: no-repeat; margin: 0px; }
    }
    @media only screen and (min-width: 991px) {
        .home-hero-img { height: 410px; }
        .ge-logo { height: 44px; }
    }
    @media only screen and (min-width: 1200px) {
        .home-hero-img { height: 490px; }
        .ge-logo { height: 67px; }
    }

/* --- Homepage --- */



/* --- Product Page --- */

    .product-price {margin-bottom: 30px;}
    .product-increment {height: 50px;}
    .product-container-btn { width: 55%; float: right; }
    .product-price-btn { font-size: 20px; display: block; padding: 10px 15px; width: 100%; }
    .product-price-attributes { font-size: 18px; margin-bottom: 30px; }
    .item-detail-attribute { padding-left: 20px; font-weight: bold; float: right; }
    .multi-price-details {margin-bottom: 25px;}
    .product-likes-box { height: 150px; background-color: #ccc; margin-bottom: 15px; }
    .product-desc {margin-bottom: 30px;}
        .product-desc a {color: #a6ba4a;}
    .product-image-gallery { border: .5px solid #eee; margin-bottom: 15px; }
    .product-reviews-summary {text-align: center;}
    .product-review:nth-child(n+5) {display: none;}
    .read-reviews {cursor: pointer;}
    .hide-reviews {cursor: pointer;}
    .product-video iframe { height: 300px; width: 100%; }
    .product-desc h2 {font-size: 18px;}
    .ratings { width: 85px; height: 16px; display: inline-block; background: url('//www.gardenersedge.com/images/art/star-ratings-sprite.png') 0 0 no-repeat; }
    .rating-text { vertical-align: top; padding-left: 10px; }
    .product-reviews .fa-caret-down { vertical-align: top; padding-top: 4px; }
    .stars-5 {background-position: 0 1px;}
    .stars-4 {background-position: -17px 1px;}
    .stars-3 {background-position: -34px 1px;}
    .stars-2 {background-position: -51px 1px;}
    .stars-1 {background-position: -68px 1px;}
    .stars-0 {background-position: -85px 1px;}
    .product-secondary-images { max-width: 280px; margin: auto; display: none; }
    .product-price-btn i { padding-right: 10px; font-size: 18px; }
    .product-item-details div {margin-bottom: 5px;}
    .multi-price-details div {margin-bottom: 5px;}
    .product-price .input-group {max-width: 120px;}
    .product-price input { text-align: center; height: 50px; }
    .product-image-gallery img {margin: auto;}
    .product-secondary-image img { border: 1px solid #ccc; margin-bottom: 15px; }
    #product-container h1 {margin-top: 30px;}
    #ge-virtual-table {margin-top: 45px;}
        #ge-virtual-table .table {margin-top: 20px;}
            #ge-virtual-table .table thead tr { background-color: #756a57; font-size: 16px; color: #fff; }
            #ge-virtual-table .table thead th { border: none; text-align: center; }
            #ge-virtual-table .table tbody tr td { padding: 15px 15px; vertical-align: middle; border: none; text-align: center; }
        #ge-virtual-table .input-group { width: 125px; margin: auto; }
        #ge-virtual-table input { height: 50px; text-align: center; }
    .table-striped > tbody > tr:nth-of-type(2n+2) {background-color: #e9e9e9;}
    #ge-virtual-table .product-container-btn {width: 100%;}

    @media only screen and (min-width: 350px) {
        .product-secondary-images { max-width: 320px; }
    }
    @media only screen and (min-width: 768px) {
        #ge-virtual-table .product-container-btn {width: 25%;}
        .product-video iframe { height: 400px; max-width: 700px; }
        .product-secondary-images {max-width: 250px;}
    }
    @media only screen and (min-width: 991px) {
        .product-secondary-images { max-width: 380px; }
    }
    @media only screen and (max-width: 768px) {
        /* Force table to not be like tables anymore */
        #ge-virtual-table table, #ge-virtual-table thead, #ge-virtual-table tbody, #ge-virtual-table th, #ge-virtual-table td, #ge-virtual-table tr {display: block;}
        /* Hide table headers (but not display: none;, for accessibility) */
        #ge-virtual-table thead tr { position: absolute; top: -9999px; left: -9999px; }
        #ge-virtual-table tr {border: 1px solid #ccc;}
        #ge-virtual-table .table tbody tr td { border: none; /* Behave  like a "row" */ border-bottom: 1px solid #ddd; position: relative; padding-left: 50%; }
        #ge-virtual-table td:before { position: absolute; /* Now like a table header */ left: 6px; /* Top/left values mimic padding */ width: 45%; padding-right: 10px; font-weight: 600; font-size: 18px; }
    }

/* --- Product Page --- */

/* --- RFK Override --- */

    #wrapper .container .rfk_header { font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 24px; margin-top: 20px; margin-bottom: 10px; border: 0; border-bottom: 1px solid #eee; color: #333; font-family: inherit; font-weight: 500; line-height: 1.1; text-transform: none; padding-bottom: 20px; }
    #wrapper .container .rfk_table {margin-top: 20px;}
    #wrapper .container .rfk_pimage img { display: block; max-width: 100%; height: auto; }
    #wrapper .container .rfk-rw .rfk_divul {max-height: 285px;}
    #wrapper .container .rfk-rw ul li {height: 285px;}
        #wrapper .container .rfk-rw ul li .rfk_pimage {margin: auto;}
        #wrapper .container .rfk-rw ul li .rfk_name { font-family: 'Lato', Helvetica, Arial, sans-serif; font-weight: 400; text-align: center; font-size: 14px; line-height: 1.42857143; color: #333; margin-top: 20px; }
        #wrapper .container .rfk-rw ul li .rfk_price:not(.rfk_discounted) { float: none; margin: auto; text-align: center; font-family: 'Lato', Helvetica, Arial, sans-serif; font-weight: 400; }
    #wrapper .container .rfk-rw ul li[data-a2c_id=""] .rfk_more {display: none;}
    #wrapper .rfk-rw ul li .rfk_price { width: 100%; text-align: center; }
        #wrapper .rfk-rw ul li .rfk_price.rfk_discounted .original-price { display: block; float: unset; }
    #wrapper .rfk-rw ul li .rfk_discounted .final-price {color: #f37021;}
    
/* --- RFK Override --- */


/* --- Category Page --- */
    
    .cat-product-title {text-align: center;}
    .cat-product-review { margin-top: 15px; margin-bottom: 15px; text-align: center; }
    .cat-sidebar { border-top: 5px solid #a6ba4a; padding: 15px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); }
        .cat-sidebar h3 { margin-top: 0px; margin-bottom: 20px; }
    .cat-product { border: .5px solid #CCC; margin-bottom: 30px; padding: 15px; }
    .cat-pagination { padding: 15px; background-color: #756a57; margin-bottom: 30px; color: #fff; border-radius: 4px; font-size: 16px; display: inline-block; width: 100%; }
        .cat-pagination a { color: #fff; padding-right: 10px; }
        .cat-pagination label {padding-right: 15px;}
        .cat-pagination select { max-width: 150px; display: inline-block; }
        .cat-pagination .currentpage {color: #a6ba4a;}
        .cat-pagination .paging {padding-top: 15px;}
    .cat-bottom-content a {color: #a6ba4a;}
    .cat-featured-btn { background-color: rgba(47, 47, 47, 0.6); border: none; font-size: 24px; width: 100%; padding: 10px; }
    .cat-featured-one { background: black; position: relative; max-width: 425px; margin-left: auto; margin-right: auto; }
    .cat-featured-second { position: relative; max-width: 425px; margin-left: auto; margin-right: auto; }
    .cat-featured-content { position: absolute; padding: 15px; bottom: 0px; color: #ffffff; }
    .cat-featured-content-second { position: absolute; bottom: 0px; color: #ffffff; width: 100%; text-align: center; }
    .cat-non-featured { margin-bottom: 30px; background-size: cover; min-height: 150px; }
    .cat-non-featured-content { color: #fff; padding: 15px; }
    .child-cat-non-featured-content {margin-bottom: 30px;}
        .child-cat-non-featured-content h1 {margin-top: 0px;}
    .cat-top-category { padding: 15px 15px 5px 15px; border: .5px solid #ccc; text-align: center; margin-bottom: 30px; }
        .cat-top-category img {margin: auto;}
        .cat-top-category a {color: #333;}
            .cat-top-category a:hover {color: #a6ba4a;}
    .cat-sidebar .selected { font-weight: 700; font-size: 18px; }
    .cat-sidebar .child-selected {font-weight: 700;}
    .cat-sidebar ul {list-style: none;}
        .cat-sidebar ul ul {margin-bottom: 10px;}
        .cat-sidebar ul li {margin-top: 6px;}
    .cat-featured-second img {display: inline-block;}
    .cat-featured-one img { display: inline-block; opacity: 0.5; }
    .row .cat-pagination .btn-new-arrivals {color: #fff;}

    @media (max-width: 430px){
        .btn-new-arrivals{
            margin-left: 73px;
            margin-top: 5px;
            width: 150px;
        }
    }

/* --- Category Page --- */


/* --- Add to Cart Modal --- */
        
    .modal-body {text-align: center;}
        .modal-body p {max-width: 300px;}
    .product-modal-footer { padding: 15px; border-top: 1px solid #e5e5e5; text-align: center; }
    .modal-body img {display: inline-block;}
    .product-modal-footer button { font-size: 20px; width: 100%; max-width: 400px; margin-top: 10px; }

/* --- Add to Cart Modal --- */


/* --- Cart --- */

    #ge-cart-table .table { margin-bottom: 0px; font-size: 15px; }
        #ge-cart-table .table .table-tr-footer {background-color: #ccc;}
    .ge-cart-total { background-color: #756a57; padding: 10px; padding-right: 15px; text-align: right; font-size: 18px; color: #fff; }
    .btn-cart-refresh { border: none; background-color: transparent; vertical-align: top; margin: auto; }
    .prod-det-list { text-decoration: line-through; margin: 10px 0 0 0; }
    .ge-cart-product img { display: inline-block; margin-right: 15px; max-width: 100px; }
    #ge-cart-table .table thead tr { background-color: #756a57; font-size: 16px; color: #fff; }
    #ge-cart-table .table thead th { border: none; text-align: center; }
    #ge-cart-table .table tbody tr td { padding: 15px 15px; vertical-align: middle; border-left: none; border-right: none; text-align: center; }
    #ge-cart-table .input-group { width: 125px; margin: auto; }
        #ge-cart-table .input-group input { height: 50px; text-align: center; }
    #ge-cart-table .product-container-btn {width: 100%;}
    #ge-cart .btn-primary { font-size: 24px; width: 100%; margin: auto; display: block; }
    .ge-cart-input-left { width: 100%; text-align: center; max-width: 500px; margin: auto; }
    .ge-cart-input-input { margin-right: 5px; margin-bottom: 15px; display: inline-block; vertical-align: top; }
    .input-group .ge-cart-input-input .form-control { width: 120px; border-radius: 4px; }
    .ge-cart-input-btn { min-width: 140px; display: inline-block; }
    .m-table-header { font-size: 16px; color: #fff; background-color: #756a57; padding: 10px; }
    .shippingmethod-radio input {margin-right: 5px;}

    @media only screen and (min-width: 375px) {  /* iPhone 5 */
        #ge-cart .btn-primary { width: 330px; }
        .input-group .ge-cart-input-input .form-control { width: 100%; }
    }

    @media only screen and (min-width: 768px) {  /* Tablet Styles */
        #ge-cart .btn-primary { float: right; max-width: 250px; }
        .ge-cart-input-left { text-align: left; max-width: 100%; }
        #ge-cart-table .product-container-btn {width: 25%;}
        #ge-cart #ge-cart-table .ge-cart-product {text-align: left;}
    }

    @media only screen and (max-width: 768px) {

        /* Force table to not be like tables anymore */
        #ge-cart-table table, #ge-cart-table thead, #ge-cart-table tbody, #ge-cart-table th, #ge-cart-table td, #ge-cart-table tr {display: block;}
        #ge-cart-table .table > tbody > tr:nth-of-type(2n+2) {background-color: #ddd;}
        /* Hide table headers (but not display: none;, for accessibility) */
        #ge-cart-table thead tr { position: absolute; top: -9999px; left: -9999px; }
        #ge-cart-table tr {border: 1px solid #ccc;}
        #ge-cart-table .table tbody tr td { border: none; /* Behave  like a "row" */ border-bottom: 1px solid #ccc; position: relative; padding-left: 50%; }
        #ge-cart-table td:before { position: absolute; /* Now like a table header */ left: 6px; /* Top/left values mimic padding */ width: 45%; padding-right: 10px; white-space: nowrap; font-weight: 600; font-size: 18px; }
        /*
        Label the data
        */
        #ge-cart-table td:nth-of-type(1):before { content: "Product"; }
        #ge-cart-table td:nth-of-type(2):before { content: "Price"; }
        #ge-cart-table td:nth-of-type(3):before { content: "Qty"; }
        #ge-cart-table td:nth-of-type(4):before { content: "Total"; }
        #ge-cart-table td:nth-of-type(5):before { content: "Remove"; }
    }

/* --- Cart --- */


/* --- Checkout --- */

    .ge-checkout-header { padding: 5px 15px; background-color: #756a57; color: #fff; margin: 30px 0px; border-radius: 4px; }
    .ge-cart-review-info { padding: 30px 15px 0px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
    .note h4 {line-height: 1.4;}
    .ge-checkout-mt-0 {margin-top: 0px;}
    .paypal {max-width: 450px;}
        .paypal button { margin: 0px; padding: 0px; border: none; }
    #ge-form input {margin-bottom: 15px;}
    #ge-form select {margin-bottom: 15px;}
    #ge-form .error ul { list-style: none; padding-left: 0px; color: red; }
    #ge-form .ge-checkout-expiration { display: inline-block; max-width: 49%; }
    #ge-form .btn-primary {width: 100%;}
    #ge-form p {margin: 0 0 5px;}
    #CheckOut .ge-cart-total {background-color: #6b665d;}
    #CheckOut #ge-cart-table .table thead tr {background-color: #6b665d;}
    #ge-form .ge-cart-review-info p { margin: 0 0 10px; font-size: 15px; }
    .ge-cart-review-info .btn-group, .ge-cart-review-info button {width: 100%;}
    .error {color: red;}
    input.error {border: 1px solid red;}
    select.error {border: 1px solid red;}
    #CheckOut label {font-weight: normal;}
    label.error { background: url(/images/art/unchecked.gif) no-repeat; padding-left: 16px; margin-left: .3em; font-weight: none !important; }
    label.error { color: #f25c27; float: none; display: block; }
    label.valid { background: url(/images/art/checked.gif) no-repeat; display: inline-block; width: 16px; height: 16px; }

    @media only screen and (min-width: 767px) {

        #ge-form input, #ge-cart-table input {max-width: 300px;}
        #ge-form select {max-width: 300px;}
        #ge-form .btn-primary {max-width: 300px;}
        .tablet-pl-20 {padding-left: 20px;}
        .tablet-max-width-300 {max-width: 300px;}
    }

/* --- Checkout --- */

/* --- Login --- */

    .ge-login-box { padding: 30px; border: 1px solid #ddd; border-radius: 4px; margin-top: 40px; }
    .ge-divider { text-align: center; position: relative; }
        .ge-divider h5 { z-index: 2; position: relative; display: inline-block; background-color: #fff; padding: 15px 8px; }
        .ge-divider:after { content: ""; width: 100%; background-color: transparent; display: block; height: 1px; border-top: 1px solid #ccc; position: absolute; top: 50%; z-index: 1; }
    .msg-wrap { font-size: 16px; color: red; }

/* --- Login --- */

/* --- My Account --- */

    #myaccount ul { list-style: none; }
    #myaccount ul i { padding-right: 10px; }

/* --- My Account --- */

/* --- Article Page --- */

    #ge-article img { display: block; max-width: 100%; height: auto; }

/* --- Article Page --- */


/* ---- Nav ----- */

    #ss { border-top-left-radius: 0; border-bottom-left-radius: 0; display: table-cell; position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; }
    .searchBar { margin-top: 15px; margin-bottom: 15px; }
    .inputSearchBar { font-size: 14px !important; padding-left: 10px !important; }
    .btn.btn-default { color: #AAAAAA; background-color: #1f031f; background-image: linear-gradient(to bottom, #FFFFFF, #f8f8f8); border-color: #CCCCCC #CCCCCC #CCCCCC; }
        .btn.btn-default:hover { color: #333333; background-color: #f8f8f8; background-image: linear-gradient(to bottom, #f8f8f8, #f8f8f8); border-color: #CCCCCC #CCCCCC #CCCCCC; }
    .nolink { padding: 15px 0; color: #777; line-height: 17px; cursor: pointer; }
    .visible-mobile {display: none;}

@media (max-width: 768px) {
    .visible-mobile {
        display: inline-block;
    }
}

@media (max-width: 767px) {

    .mobile-header { background-color: #efeded; padding-top: 5px; padding-bottom: 5px; }
    #cart-quantity-box { position: relative; left: -16px; top: -14px; }
    #cart-quantity { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 14px; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #f37021; border-radius: 10px; }
    .nolink { padding: 10px 15px; line-height: 20px; }
    .navbar { min-height: 0px; border-bottom: 0px; border-top: 0px; }
    .navbar-header {float: none;}
    .navbar-left,.navbar-right {float: none !important;}
    .navbar-toggle {display: block;}
    .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
    .navbar-fixed-top { top: 0; border-width: 0 0 1px; }
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav { float: none!important; margin: 0px -15px !important; border-top: 1px solid #CFCFCF; }
        .navbar-nav>li {float: none;}
    .collapse.in {display: block !important;}
    .navbar-collapse.in {overflow-y: auto !important;}
    .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
        .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {padding: 10px 15px 10px 25px;}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {color: #999;}
        .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, 
        .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus { color: #fff; background-color: transparent; background-image: none; }
    .navbar-default {border-color: #fff;}
    .first-navbar-custom {border-top: 1px solid #CFCFCF;}
    .cheveron-dropdown { z-index: 9999; width: 60px; border-left: 1px solid #CFCFCF; position: absolute !important; right: 0; cursor: pointer; }
    .list-custom { display: block; height: 40px; border-bottom: 1px solid #E9E9E9; background-color: rgb(252, 252, 252); }
        .list-custom a { color: black; display: block; text-decoration: none; padding: 10px 15px 10px 45px; }
            .list-custom a:hover {background-color: white;}
    .list-shop-by { display: block; margin-left: 5px; height: 40px; border-bottom: 1px solid #E9E9E9; background-color: rgb(252, 252, 252); }
        .list-shop-by a { color: black; display: block; clear: both; font-weight: 400; line-height: 1.42857; white-space: nowrap; text-decoration: none; padding: 10px 15px 5px 85px; }
            .list-shop-by a:hover {background-color: white;}
    .list-inline-custom { padding-left: 0px; list-style: outside none none; }
    .navbar-nav {margin: 0px 0px !important;}
    .navbar-custom { width: 100%; text-align: left; border-bottom: 1px solid #CFCFCF; border-left: 1px solid #CFCFCF; border-right: 1px solid #CFCFCF; }
    .chevron_toggleable { padding: 12px 0px 0px 22px; width: 60px; height: 40px; }
    .open .nolink { color: #555; background-color: #e7e7e7; }
    .dropdown-child { color: black; display: block; text-decoration: none; padding: 10px 60px 10px 45px; }
    .dropdown-menu {padding: 0px;}
    .dropdown ul {padding-left: 0px;}
    .dropdown-menu .dropdown-menu li {padding-left: 45px;}
    .list-inline-custom .open .dropdown-child { color: #555; background-color: #e7e7e7; }

}

@media (min-width: 768px) {

    .navbar-default {border-color: #d2d1d1;}
    .dropdown:hover .dropdown-menu {display: block;}
    .dropdown-menu {background-color: #F8F8F8;}
        .dropdown-menu .dropdown-menu { box-shadow: none; border: none; position: relative; top: 0px; }
    .dropdown-child { font-size: 17px; font-weight: 700; }
        .dropdown-child a {color: #963;}
    .dropdown-second {margin-left: -120px;}
    .dropdown-third {margin-left: -240px;}
    .dropdown-fourth { width: 330px; padding: 10px; }
    .list-custom { vertical-align: top; list-style: none; }
        .list-custom a { color: black; padding: 0px 0px 5px 5px !important; display: block; }
    .navbar-custom { width: 16.667%; text-align: center; }
    .navbar-nav {width: 100%;}
        .navbar-nav > li > a { line-height: 17px; font-size: 16px; }
    .first-navbar-custom { display: inline-block; padding: 15px 20px; max-width: 215px; vertical-align: top; }
    .navbar-collapse { padding-right: 0px; padding-left: 0px; }
    .nolink {font-size: 16px;}
    .list-inline-custom { width: 717px; padding-left: 5px; }
    .dropdown-menu > li > a:hover { background-color: unset; color: #a6ba4a; text-decoration: underline; }
  
}

@media (min-width: 991px) {
    .list-inline-custom {width: 937px;}
    .dropdown-second {margin-left: -156px;}
    .dropdown-third {margin-left: -313px;}
}

@media (min-width: 1200px) {
   .list-inline-custom {width: 1138px;}
    .dropdown-second {margin-left: -191px;}
    .dropdown-third {margin-left: -380px;}
}

/* ---- Nav ----- */


/* --- Footer --- */

    #ge-footer { background-color: #3B3B3B; min-height: 300px; }
        #ge-footer ul { list-style: none; display: none; text-align: center; padding-left: 0px; }
            #ge-footer ul li { border-top: 1px solid black; border-bottom: 1px solid black; padding: 5px 0px; }
    #ge-footer-bottom { background-color: #595959; color: #ddd; }
    .footer-col { background-color: #bcbcbc; color: #fff; }
    .footer-col-heading { text-align: center; border-top: 1px solid black; border-bottom: 1px solid black; cursor: pointer; background-color: #838383; }
        .footer-col-heading:hover {background-color: #ccc;}
    .footer-sign-up-top { background: #ddd; height: 75px; margin-top: 75px; border: 1px solid #a5a5a5; border-bottom: none; }
    .footer-sign-up-bottom { background: #ddd; height: 75px; border: 1px solid #a5a5a5; border-top: none; margin-bottom: 50px; }
    .input-group1 { border-collapse: separate; width: 80%; position: absolute; left: 0; margin: auto; right: 0; z-index: 10; }
        .input-group1  button { padding: 6px 25px; margin-left: 5px; }
    .input-group2 { font-size: 18px; text-align: center; padding: 25px 15px 15px 15px; }
    .input-group3 {display: table;}
    .footer-credit { text-align: center; font-size: 30px; margin: 15px 0px; }
        .footer-credit span { padding-right: 6px; color: #f0f0f0; }
    .footer-social {text-align: center;}
        .footer-social span { text-align: center; padding: 8px 10px; font-size: 28px; color: #f0f0f0; }
            .footer-social span:hover {color: #a6ba4a;}

/* --- Footer --- */

@media only screen and (max-width: 640px) {  /* Mobile only */
    .col-xxs-12 { width: 100%; }
}

@media only screen and (min-width: 475px) { 
    .product-price .input-group { max-width: 160px; }
} /* min-width: 475px */

@media only screen and (min-width: 768px) {  /* Tablet Styles */
    .m-pull-right {float: unset;}
    .cat-pagination .paging { padding-top: 5px; text-align: right; }
    .m-max-width-500 {max-width: 100%;}
    .m-mt-30 {margin-top: unset;}
    .tablet-align-right {text-align: right;}
    .tablet-align-left {text-align: left;}
    #ge-footer ul { display: block; padding-left: 0px; text-align: left; color: #ddd; }
        #ge-footer ul li {border: none;}
    .footer-col {background-color: #3B3B3B;}
        .footer-col a {color: #999;}
    .footer-col-heading { text-align: left; border: none; cursor: unset; background-color: transparent; }
        .footer-col-heading:hover {background-color: transparent;}
    .input-group1 {width: 60%;}
    .footer-col-heading .fa-caret-down {display: none;}
    .footer-credit { text-align: left; font-size: 36px; }
        .footer-credit span {padding-right: 15px;}
    .footer-social { margin: 20px 0; text-align: right; }
        .footer-social span {padding: 8px 15px;}

    /* --- Product Page --- */

        .product-item-details {float: right;}
        .item-detail-attribute {padding-left: 20px;}
        .multi-price-details { display: inline-block; min-width: 160px; margin-bottom: 0px; }
        .product-image-gallery {padding: 15px;}
        #product-container h1 {margin-top: 0px;}

    /* --- Product Page --- */

    /* --- Header --- */

        .header-top { display: block; }

    /* --- Header --- */
    
} /* min-width: 767px */


@media only screen and (min-width: 991px) {  /* Desktop Styles */

    
    /* --- Product Page --- */

        .product-increment {height: 50px;}
        .item-detail-attribute {padding-left: 50px;}
        .product-image img { margin: auto; max-width: 380px; }
        .product-price input { text-align: center; height: 50px; }

    /* --- Product Page --- */

} /* min-width: 991px */