/*
Theme Name: Just In Time Gourmet
Description: Custom Wordpress Theme
Author: Clever Starfish


---------------------------------------
BASIC STUFF AND TYPOGRAPHY
---------------------------------------
 
typography.com:
font-family: 'Gotham A', 'Gotham B';

fonts.com:
font-family:'ITC Franklin Gothic W01';
font-family:'Intro W01';
font-family:'Intro W01 Caps';
*/

html { overflow-y: scroll; }
article, aside, figure, footer, header, hgroup, nav, section { display: block; }

body {
    font-size: 13px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #4d4c4a;
    margin:0;
    background:#fcfaf2;
} 

p {
    line-height: 1.8em;
    margin: 1em 0;
}
a {
    text-decoration: none;
    color: #1690a8;
    font-weight: bold;
    background: transparent;
}
#content a:hover, p a:focus {
    opacity: 0.8;	
}
a img {
    border: 0;
}
h1, h2, h3, h4 {
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size:17px;
    margin: 1.2em 0 0.3em;
    color: #535454; 
}
h1 {
    font-size: 34px;
    margin: 18px 0;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 21px;
}
h4 {
    
}
#content ul, #content ol {
    margin: 1em 0;
    padding: 0 0 0 60px;
}
#content ul li, #content ol li {
    padding:7px 0;
    line-height: 1.8em;
}
#content #sitemap ul {
    margin: 8px 0 0;
    padding: 0 0 0 30px;    
}
#content #sitemap ul li {
    padding:4px 0;
    line-height: normal;
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */

.wrapper {
    max-width: 1180px;  
    margin: 0 auto;
    position: relative;
}

header {
    background: #00718c;
    height: 50px;
    z-index: 3;
    position: relative;
} 

#main {
    background: #e4efe9 url("_inc/img/bg_mobile.jpg");
    overflow: hidden;
}

.top-section {
    overflow: hidden;
}

#page-header {
    background: url("_inc/img/header_bg.png") repeat-x bottom center;
    height: 190px;
    z-index: 2;
    position: relative;
}

#shop-nav {
    background: #fcfaf2;
    padding: 26px 0 17px;
    z-index: 1;
    position: relative;
}

#promo-banner {
    background: #daeaf0;
    -webkit-box-shadow: inset 0px 8px 17px 0px rgba(201, 225, 232, 1);
    -moz-box-shadow:    inset 0px 8px 17px 0px rgba(201, 225, 232, 1);
    box-shadow:         inset 0px 8px 17px 0px rgba(201, 225, 232, 1);  
}

#content {
    min-height: 400px;
    overflow: hidden;
    background: #fcfaf2;
    padding: 30px 30px 40px
}

#main-column {
    width: 75%;    
    float:right;
} 

#sidebar {
    width: 22%;
    margin-right: 3%;
    float:left;
}

/* ------------------------------------
HEADER
------------------------------------ */

header {
   -webkit-box-shadow: 0px 2px 10px 0px rgba(106, 97, 21, 0.55);
    -moz-box-shadow: 0px 2px 10px 0px rgba(106, 97, 21, 0.55);
    box-shadow: 0px 2px 10px 0px rgba(106, 97, 21, 0.55); 
    position: relative;
}
#page-header {
    text-align: center;
}
#logo {
   width: 133px;
   display: inline-block;
   margin-top: 38px;
}
#logo img {
    width: 100%;
    height: auto;
} 

#page-header .contact-us {
    position: absolute;
    left: 0px;
    top: 40px;
    display: block;
    text-align: left;
    color:#696a6a;
}
#page-header .contact-us .contact-us-title {
    text-transform: uppercase;
    font-size:14px;
    margin-bottom: 2px;
}
#page-header .contact-us .contact-us-content {
    text-transform: uppercase;
    font-family: 'ITC Franklin Gothic W01', Helvetica, Arial, sans-serif;
    font-size: 22px;
}
#page-header .contact-us .contact-us-content p {
    margin: 0;
    line-height: normal;
}
#page-header .contact-us .contact-us-content a {
    font-weight: normal;
}

#page-header .delivery-link {
    position: absolute;
    left: 30px;
    top: 125px;
    display: block;
    color: #80807f;
    font-size: 14px;
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 35px;
    background: url("_inc/img/icon_delivery.png") no-repeat left center;
    line-height: 30px;
} 

#page-header .social-links {
    position: absolute;
    right: 30px;
    top: 125px;
    display: block;
}
.social-links {
    color: #80807f;
    font-size: 14px;
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
}
.social-links ul, .social-links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0;
}
.social-links ul {
    margin-left: 5px;
}
.social-links ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("_inc/img/social_icons.png");
    vertical-align: middle;
    margin-left: 9px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-links ul li.facebook a { background-position: -39px top; }
.social-links ul li.pinterest a { background-position: -79px top; }
.social-links ul li.google-plus a { background-position: -119px top; }
.social-links ul li.instagram a { background-position: -159px top; }

.social-links ul li a:hover,
.social-links ul li a:focus {
    opacity: .85; 
}
footer .social-links {
    line-height: 35px;
}
footer .social-links ul li a {
    width: 35px;
    height: 35px;
    background: url("_inc/img/social_icons_large.png");
    margin-left: 12px;
}
footer .social-links ul li.facebook a { background-position: -48px top; }
footer .social-links ul li.pinterest a { background-position: -97px top; }
footer .social-links ul li.google-plus a { background-position: -145px top; }
footer .social-links ul li.instagram a { background-position: -194px top; }

#searchform {
    position: absolute;
    right: 0px;
    top: 44px;
    display: block; 
}
#searchform label {
    display: none;
}
#searchform input#search {
    padding: 8px 38px 8px 18px;
    line-height: 20px;
    background: rgba(252,250,242,.7);
    color: #4d4c4a;
    font-size: 12px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 210px;
    height: 36px;
    border-radius: 20px;
    border:none;
} 
::-webkit-input-placeholder { color: #6b6d6e; }
::-moz-placeholder { color: #6b6d6e; }

#searchform #searchsubmit {
    background: transparent url("_inc/img/icon_search.png") no-repeat left center;
    width: 28px;
    height: 36px;
    padding: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    border:none;
}

#promo-banner {
    text-align: center;
    padding: 13px 0;
    font-family: 'Intro W01', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    min-height: 22px;
    color: #535351;
}
#promo-banner .promo-text {
    padding: 0 15px;
}

/* ------------------------------------
NAVIGATION
------------------------------------ */

nav ul, nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    z-index: 11;
}

header nav {
    margin:0;   
}
header nav.main-nav {
    float:left;
}
header nav.meta-nav {
    position: absolute;
    top: 0;
    right:0;
}
header nav ul {
    border-left: 1px solid #338da3;
}

header nav ul li a, .mobile-menu {
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px; 
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding:15px 26px;
    overflow: hidden;
    color: #fff;
    border-right: 1px solid #338da3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
header nav.meta-nav ul, header nav.meta-nav ul li a, header nav.meta-nav ul li a:hover {
    border:none;
    background-color: #00627a;
}
header nav ul li a:hover, header nav ul li a:focus, header nav ul li.current-menu-item a, header nav ul li.current_page_parent a, header nav ul li.hover a {
    background-color: #1690a8;
} 
header nav.meta-nav ul li.login a {
    background-image: url("_inc/img/icon_login.png");
    background-repeat: no-repeat;
    background-position: 28px 16px;
    padding-left: 43px;
    padding-right: 18px;
}
header nav.meta-nav ul li.cart a {
    background-image: url("_inc/img/icon_cart.png");
    background-repeat: no-repeat;
    background-position: 100px 16px;
    padding: 15px 70px 15px 17px;
}
header nav.meta-nav ul li.cart a .item-count {
    background: #1ba5c0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-family: 'ITC Franklin Gothic W01', Helvetica, Arial, sans-serif;
    display: block;
    font-weight: normal;
    position: absolute;
    top: 7px;
    right: 33px;
    border-radius: 10px;
}
.mobile-menu {
    display: none;    
}
#shop-nav {
    font-family: 'ITC Franklin Gothic W01', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;  
}
#shop-nav ul {
    padding-left: 30px;
}
#shop-nav ul li .order {
    color: #78786b;
    font-size: 27px;
    line-height: 28px;
}
#shop-nav ul li .online {
    color: #ccd260;
    font-size: 31px;
    line-height: 32px;
    display: block;
    margin-top: -6px;
    padding-right: 10px;
}
#shop-nav nav ul li a {     
    font-size: 30px; 
    line-height: 30px;
    font-weight: normal;
    display: inline-block;
    padding:0px 36px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#shop-nav nav ul li.active a { 
    color: #ccd260;
}
#shop-nav nav ul li a span {
    display: block;
    color:#78786b;
    font-size: 16px;
    line-height: 18px;
}
#shop-nav nav ul li a:hover, #shop-nav nav ul li a:focus, #shop-nav nav ul li.current-menu-item a, #shop-nav nav ul li.current_page_parent a {
    opacity: 0.8;
}
#shop-nav nav ul li {
    background: url("_inc/img/dots_sep.png") no-repeat left center;
}
#shop-nav nav ul li:nth-child(2) {
    background: url("_inc/img/arrow_sep.png") no-repeat left center;
}
#shop-nav nav ul li:first-child {
    background: none;
}

.page-submenu {
    background: url("_inc/img/schnoerkel.png") no-repeat center bottom;
    padding-bottom: 70px;
    text-align: center;
}
#content .page-submenu ul {
    padding: 0;
}
.page-submenu a {
    font-size: 14px;
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    line-height: 16px;
    padding: 0 15px 0 16px;
    background: url("_inc/img/dots_sep_small.png") no-repeat left center;
}
.page-submenu li:first-child a {
    background: none;
}
.page-submenu .current_page_item a {
    color: #b5bb45;
}

ul.menu ul.sub-menu {
    display: none;
}
ul.menu ul.sub-menu ul.submenu {
    display: none !important;
}

header nav.main-nav ul.menu ul.sub-menu {
    display: none;                        
    background: #1690a8;
    position: absolute;
    top: 50px;
    left: 0px;
    padding:15px 0;
    text-align: left;
    z-index:100;
    width:220px;  
}
header nav.main-nav ul.menu ul.sub-menu li {  
    display: block;
}
header nav.main-nav ul.menu ul.sub-menu li a { 
    display: block;
    float:none;
    border:none;
    line-height: 16px;
    padding: 6px 26px;
    font-size: 14px;
    float:none;
    border-bottom: 1px solid #338da3;
    border-right:0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
} 

/* ------------------------------------
HOMEPAGE
------------------------------------ */

#homebanner {
    width:100%;
    position: relative;
    height: auto;
}
#homebanner .slides { 
    background: #fcfaf2;
}
#homebanner .slides li {
    width: 100%; 
    height: auto;
    overflow: hidden;
    display: none;
    padding:0;        
}
#homebanner .slides li img {
    width: 100%; 
    height: 100%; 
}
#homebanner .slides li a, #homebanner .slides li, #homebanner .slides {
    vertical-align: top;
    line-height: 0;
}
#homebanner .banner-text {
    position: absolute;
    top: 10%;
    right: 4%;
    width: 42%;
    line-height: normal;
    overflow: hidden;
    text-align: center;
}
#homebanner .banner-text img.deco {
    margin: 0 auto;
    width: 75%;
    height: auto;
    display: block;
}
#homebanner .title {
    font-size: 53px;
    line-height: 55px;
    color: #00718c;
    font-family: 'ITC Franklin Gothic W01', Helvetica, Arial, sans-serif;
    display: block;
    margin-top: 40px;
    font-weight: normal;
    text-transform: uppercase;
}
#homebanner .description {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #666a69;
    display: block;
    width: 80%;
    margin: 10px auto;
    font-family: 'Intro W01', Helvetica, Arial, sans-serif;
}
#homebanner .banner-content {
    overflow:hidden;
}
#homebanner .button {
    margin-top: 15px;
    border-radius: 13px;
    padding: 10px 40px;
    height: 40px;
    font-size: 16px;
} 
#homebanner .flex-control-nav {
    height: 20px;
    position: absolute;
    width: 42%;
    bottom: 8%;
    right:4%;
    z-index: 2;
    text-align: center;
}
#homebanner .flex-control-paging li a {     
    margin: 0 2px;
    border-radius: 10px;
    background: #daeaf0;
    width: 12px;
    height: 12px;
    box-shadow: none;
}
#homebanner .flex-control-paging li a:hover, #homebanner .flex-control-paging li a:focus, #homebanner .flex-control-paging li a.flex-active {
    background: #449cb3;    
} 

#feature-boxes {
    clear:both;
    overflow: hidden;
    margin: 20px 0;
}
.feature-box {
    float:left;
    width: 49%;
    margin-left: 2%; 
}
.feature-box:first-child {
    margin-left:0;
}
.feature-box img {
    width: 100%;
    height: auto;
}
.feature-box h2 {
    margin: 20px 0 12px;
}
.feature-box h2 a {
    color: #535454;
}
.feature-box .description {
    line-height: 23px;
}
#content .feature-thumb a:hover {
    opacity: 1;
}
#featured-products {
    overflow: hidden;
    margin-top: 5px;
}

/* ------------------------------------
SIDEBAR
------------------------------------ */

#sidebar {
    
}
#sidebar ul, #sidebar ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ------------------------------------
CONTENT PAGE
------------------------------------ */

#content > h1 {
    text-align: center;
}

.breadcrumbs, .back-link {
    color: #9a9996;
    font-size: 13px;
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: -5px;
}

.back-link {
    color: #1690a8;
    float:right;
    background: url("_inc/img/back_bg.png") no-repeat left 3px;
    padding-left: 15px;
    margin-top: 0;
}

.not-found {
    text-align: center;
}
.not-found img {
    max-width: 100%;
    height: auto;
    margin: 40px 0 30px;
}
.not-found a.button-not-found {
    font-size: 16px;
    line-height: 20px;
    padding: 11px 15px;
    margin-top: 28px;
} 
.not-found h1 span {
    display: block;
    color:#b7bb23;
}

.hamper-description {
    text-align:  center;
    color: #767777;
    font-size: 18px;
    font-weight: 500;
}
.hamper-description a {
    font-weight: 500;
}
.hamper-how-to {
    overflow: hidden;
    margin-bottom: 20px;
}
.hamper-option {
    background: #daeaf0;
    color: #535454;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;    
    padding: 20px;
    margin-top: 130px;
    width: 47.5%;
    float:left;
    text-align: center;
    position: relative;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.hamper-option.option-2 {
    float:right;
}
.hamper-option .title {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 6px;     
}
.hamper-option a {
    font-weight: 500;
}
.option-section {
    background: #fff;    
    padding: 30px 15px;
    position: relative;
}
.option-section:nth-child(2) {
    padding-top: 35px;
    font-size: 24px;
}
.option-section:nth-child(3) {
    background: #e9f2f6;
}
.option-section:nth-child(3):after {
   content: "";
   position: absolute;
   top: -10px;
   background: #fff;
   left: 50%;
   margin-left: -10px;
   width: 20px;
   height: 20px;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
}
.option-section:nth-child(4) {
    background: #c9dfe8 url("_inc/img/create_hamper_1.png") no-repeat bottom center;
    padding-bottom: 52px;
}
.option-2 .option-section:nth-child(4) {
    background-image: url("_inc/img/create_hamper_2.png");
    padding-bottom: 110px;
}
.option-section input[type=text] {
    width: 250px; 
    max-width: 100%;
    margin: 10px 0 15px;
}
.option-header {
    background: #fff;
    border: 20px solid #daeaf0;
    position: absolute;
    width: 150px;
    height: 150px;
    padding-top: 25px;
    margin-left: -95px;
    left: 50%;
    top: -80px;
    border-radius: 150px;
    font-size: 16px;
    font-weight: bold;
    color: #90908f;
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.option-header span {
    display: block;
    color: #535454;
    font-size: 54px;
    line-height: 54px;
    z-index: 2;
    position: relative;
    margin-top: -2px;
}
.option-2 .button {
    margin: 1px 0 2px;
    height: auto;
}

/* ------------------------------------
BLOG
------------------------------------ */

.blog-main article {
    background: url("_inc/img/dots_blog.png") repeat-x left bottom;
    margin: 26px 0;
    padding-bottom: 18px;
}
.blog-main .date {
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #b7bb23;
    font-size: 15px; 
    line-height: 20px;
}
h2.blog-headline, h2.blog-headline a {
    margin: 2px 0 -3px;
    font-size: 24px;
}
.blog-content {
    overflow: hidden;
}
h1.blog-headline {
    margin: 2px 0 10px;
}
.blog-categories a,
.blog-tags a {
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    line-height: 14px;
    padding: 4px 10px;
    background: #80b7ca;
    margin: 6px 3px 0 0;
    display: inline-block;
}
.blog-tags a {
    background: #ccd260;
}
.blog-categories,
.blog-tags {
    margin-bottom: 10px;
}

#navigation a {
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; 
    line-height: 18px;
}
#sidebar.blog .widget {
    margin-bottom: 50px;
}
#sidebar.blog .widget li {
    padding: 2px 0;
}
#sidebar.blog .widget h2 {
    font-size: 23px;
    margin: 23px 0 15px; 
}
#sidebar.blog .widget a {
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

/* ------------------------------------
PRODUCTS
------------------------------------ */

.flex-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.product_item { 
    width:23.5%;
    float:left;
    margin: 0 2% 20px 0;
    position: relative; 
    overflow: hidden; 
    text-align: center;
    background: #fff;  
}
.product_item:nth-child(4n) {
    margin-right: 0;    
}
.product_item:nth-child(4n+1) {
    clear: both;    
}  
.product_item span, .product_item a {
    display: block;    
}
.product_item .product-thumb {
    font-size: 0;
    opacity: 1 !important;
}
.product_item .product-thumb img {
    width: 100%;
    height: auto;
}
.product_item .product-info {
    padding: 5px 15px 55px;
}
.product_item .product-name, .product-price { 
    font-size: 20px;
    font-weight: bold;
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 8px 0px;
}
.product_item .product-name {
    line-height: 22px;
}
.product-price {
    color: #b6ba1c; 
    font-size: 28px;    
}
.product_item .product-description {
    line-height: 18px;
}
.product-buttons {
    overflow: hidden;
    padding-top: 2px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.product-buttons a {
    display: inline-block;
    padding: 8px 11px;
    white-space: nowrap;
}
.product-buttons.two-buttons a:first-child {
    border-radius: 20px 0 0 20px;    
    border-right: 1px solid #e78043;
    padding-right: 7px; 
}
.product-buttons.two-buttons a:last-child {
    border-radius: 0 20px 20px 0;
    border-left: 1px solid #be5413; 
    padding-left: 7px; 
}

#main-column .product_item { 
    width:31.5%;
    margin-right: 2.75%;
    clear: none;
}
#main-column .product_item:nth-child(3n) {
    margin-right: 0;    
}
#main-column .product_item:nth-child(3n+1) {
    clear: both;
} 

#store {
    width: 100%;
    overflow: hidden;
}
#listing-description {
    margin-bottom: 25px;
}
#listing-description img {
    max-width: 100%;
    height: auto;
}
.product-grid {
    overflow: hidden;
    position: relative;
    clear: both;
}
.loader { 
    display: none;
    position: absolute;
    left:48%;
    top:100px;
}
#content.loading .loader {
    display: block;
    z-index:1000;
}
#content.loading #store {
    opacity:0.3;
}

.listing-filter {
    float:left;
    margin: 10px 0 15px;
}
.listing-filter form > div, .listing-filter form label, .listing-filter form .selector {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.filter-result, .filter-count label {
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 36px;
}
.listing-filter form label {
    margin-right: 5px;
}
.listing-filter form .selector {
    min-width: 90px !important;
}

.pagination {
    float: right;    
    margin: 10px 0 15px;
}
.pagination.bottom {
    clear:both;
}
.pagination .page-numbers {
    display: inline-block;
    line-height: 29px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 3px 4px;
    color: #fff;
    background: #359cab;
    width: 29px;
    height: 29px;
    border-radius: 15px; 
}
.pagination .page-numbers.current {
    background: #bec569;
    opacity: 1 !important;
}
.pagination .disabled {
    opacity: 0.2 !important;
}

#sidebar.listing h3 {
    font-size: 20px;
}
#sidebar.listing h4 {
    font-size: 15px;
}
#sidebar.listing .widget h4 {
    padding-left: 23px;
    background: url("_inc/img/expand_arrows.png") no-repeat left 4px;
    cursor: pointer;
}
#sidebar.listing .widget.collapsed h4 {
    background: url("_inc/img/expand_arrows.png") no-repeat left -26px;
}
#sidebar.listing .widget li, #sidebar.listing .widget a {
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #1690a8;
    font-weight: bold;
    line-height: normal;
}
#sidebar.listing .widget ul li {
    padding: 6px 0 5px;
    margin-left: 23px;    
    position: relative;
}
#sidebar.listing .widget ul li label {
    padding-left: 25px;
    cursor: pointer;
    display: block;
}
#sidebar.listing .widget ul li .checker,
#sidebar.listing .widget ul li .radio,
#sidebar.listing .widget ul li input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 6px;
}  
#sidebar.listing .widget ul li .radio {
    top: 8px;
}
#sidebar.listing .widget ul li a {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 1;
}
#sidebar.listing .widget a.reset {
    color: #e3681e;
    display: inline;
    font-size: 13px;
    text-transform: none;
}
#sidebar.listing #product_type_filter {
    padding: 20px 0;
    border-bottom: 1px solid #dad9d2;
}
#sidebar.listing #product_type_filter ul li {
    margin-left: 0;
}
#sidebar.listing #product_type_filter ul li label {
    color: #535454;
}
#sidebar.listing .mobile-cat-select {
    display: none;
}

.voucher-link {
    margin-top: 45px;
    display: block;
    opacity: 1 !important;    
}
.voucher-link img {
    width: 100%;
    height: auto;    
}

#product_image {
    float:left;
    width: 43%;
    margin: 25px 0 20px;
} 
#product_image ul, #product_image ul li,
#product_image ol, #product_image ol li {
    margin:0;
    padding:0;
}
#productdetail {
    float:left;
}
#productdetail img {
    vertical-align: top;
    width:100%;
    height:auto;
}
#productdetail .flex-control-nav {
    position: relative;
    bottom:auto;
    right:auto;
    margin-top:10px;
}
#productdetail .flex-control-nav img {
    border: 3px solid #fcfaf2;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
#productdetail .flex-control-nav img.flex-active {
    border: 3px solid #c3c779;    
}
#productdetail .flex-control-nav li {
    margin: 2.5% 2.5% 0 0; 
    width: 23.125%;   
}
#productdetail .flex-control-nav li:nth-child(4n) {
    margin-right:0;
}
#productdetail .slides li {
    display: block;
} 
#productdetail.multiple .slides li {
    display: none; 
}
#productdetail.multiple .slides li a {
    opacity: 1;
}

#product_description {
    float:right;
    width: 52%;
    clear: both;
    margin: 10px 0 20px;
}

#product_description .product-buttons{
    padding: 35px 0;
    position: static;
}
#send-enquiry {
    margin: 20px 0;
}
#product-form-options .qty, #product-form-options #options {
    padding: 5px 0;
}
#product-form-options input[type=text],
#product-form-options .selector,
#add-popup-form input[type=text],
#add-popup-form .selector {
    width: 227px !important;
    max-width: 100%;
    margin:0; 
}

#optionprice {
    padding: 8px 0px 25px;
} 

.related-headline {
    font-size: 20px;
    margin: 50px 0 8px;
}

.confirmation-popup {
    padding:25px;
    width: 500px;
    max-width:100%;
    background:#ffffff;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.confirmation-popup .product_item {
    width:100%;
    height:auto;
    margin: 0;
    padding-bottom: 10px;
    overflow: hidden;
    padding: 20px 0 25px;
}
.confirmation-popup .product-thumb {
    float:left;
    width:29.9%;
    border: 1px solid #b5b4b4;
}
.confirmation-popup .product-thumb img {
    width: 100%;
    height: auto;
}
.confirmation-popup .product_item .product-name { 
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.confirmation-popup .product_item .product-price { 
    font-size: 20px;
}
.confirmation-popup .product-caption {
    width:65%; 
    float:right; 
    text-align: left;     
} 
.confirmation-popup .popup-content.has-border {
    border-top: 1px solid #d9d9d9;
    padding: 25px 0;
    clear: both;
}
.confirmation-popup .buttons {
    clear:both;
    overflow: hidden;
    margin-top: 0;
    padding: 25px 0 20px;
    border-top: 1px solid #d9d9d9;
}
.confirmation-popup .buttons .next {
    float:right;
}
.confirmation-popup .success-message {
    padding-left: 26px;
    background: url("_inc/img/tick.png") no-repeat left top;
}

#add-popup-form label {
    width: 180px;
}
#add-popup-form > div {
    padding: 5px 0;
}
#add-popup-form .button {
    margin: 5px 0 0 182px;
}
 
.old-price { text-decoration: line-through;}

/* ------------------------------------
SHOPPING CART
------------------------------------ */

h1.cart-headline { text-align: left !important; }
h2.cart-headline { display: inline-block; margin: 0 0 20px; font-size: 23px; }
.cart-hamper {
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0 0 40px;
}
.cart-hamper .cart-hamper-content, 
.cart-hamper h3, .cart-hamper h2 {
    background: #f3f1e9;
} 
.cart-hamper h3, .cart-hamper h2 {
    display: inline-block;
    padding: 15px 30px;
    margin: 0;
    font-size: 23px;
    line-height: normal;
    vertical-align: middle;
    border-radius: 20px 20px 0 0;
}
.cart-hamper h3 {
    color: #a9ae48;
    padding-right: 50px;
    background: #f3f1e9 url("_inc/img/expand_arrows_large.png") no-repeat right -45px;
    cursor: pointer;
    max-width: 440px;
}
.cart-hamper.collapsed h3 {
    background-position: right 25px;
}
.cart-hamper .cart-hamper-content {
    padding: 0 30px; 
    text-align: right;   
}
.cart-add-hamper-form {
    float:right;
    margin: -5px 0 20px;
}
.cart-add-hamper-form input[type=text] {
    width: 190px;
    margin-bottom: 10px;
}

.cart-table { width:100%; border-collapse: collapse; border:none; margin: 0; }
.cart-table td { text-align: left; border:none; font-weight: bold;  padding:25px 20px 25px 0px; border-bottom:1px solid #dad8d1; color: #535454; font-size: 15px; }
.cart-table td.product-image { line-height: 0; width:80px; padding:15px 20px 15px 0; }
.cart-table td.product-image img { width:100%; height: auto; border: 1px solid #c9c9c9; }
.cart-table td.product { line-height: 18px; width: 30%; }
.cart-table .product-title {  font-size: 15px; }
.cart-table .product-note, .cart-table .cart-label { color: #989898; font-size: 13px; margin-bottom: 2px;  }
.cart-table td input[type='text'], .cart-table td .selector { background-color: #fff !important; }
.cart-table td input[type='text'] { font-weight: bold; text-align: center; }
.cart-table td .selector { width: 190px !important; }
.totalprice-cell .cart-label, .price-cell .cart-label { margin-bottom: 10px; }
.totalprice-cell, .price-cell { text-align: right; }
.cart-table td.move-cell { width: 190px; }
.cart-table td.remove { vertical-align: top; width: 16px; text-align: right; padding: 52px 0 0; }
.cart-table td.remove a, #shopping-cart-totals a.remove { 
    background: url("_inc/img/remove.png") center center no-repeat; 
    width: 16px; 
    height: 12px; 
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block; 
    text-align: left;
}
#shopping-cart-totals a.remove { margin-right: 5px; }
a.cart-link.remove-hamper {
    padding-left: 18px;
    background: url("_inc/img/remove_blue.png") left top no-repeat;
    margin:0 0 0 15px;
    line-height:13px;
}
.hamper_note {
    text-align: left;
    padding: 25px 0;
    color: #8b8a8a;
}
.cart-hamper.collapsed .hamper_note {
    display: block !important;  
}
.hamper_shipping, .hamper_totals {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0 20px;
}
.hamper_shipping {
    width: 220px;
} 
.hamper_totals { font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif; font-weight: bold; text-transform: uppercase; color: #8b8a8a; font-size: 14px;  }
.hamper_totals .amount { color: #535454; min-width: 85px; display: inline-block; text-align: left; margin-left: 10px; }
.hamper-subtotal { font-size: 20px; }
.hamper-postage { margin-bottom: 6px; }

.cart-section { padding: 23px 0; text-align: right; font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif; font-weight: bold; text-transform: uppercase; }
.cart-section input[type='text'], .cart-section label { margin-right: 10px; }
#shopping-cart-promo { padding: 0 0 5px; color: #8b8a8a; } 
.shopping-cart-total { padding: 0 0 6px; font-size: 16px; color: #8b8a8a; }
.shopping-cart-total span { display: inline-block; }
.shopping-cart-total .amount { margin-left: 5px; color: #535454; min-width: 130px; display: inline-block; }
#shopping-cart-total { font-size: 27px; }

#shopping-cart-buttons { text-align: right; padding: 40px 0 10px; border-top: 1px solid #cac8c2; } 
button.cart-link, input[type=submit].cart-link, a.cart-link { 
    margin:0; 
    background: none; 
    padding: 0 5px; 
    border: none;
    color:#339baf;  
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    line-height: 36px;
    text-shadow: none;
    display: inline-block;
    vertical-align: middle;
} 

.cart_error {
    margin: -20px 0 20px;
}

.hamper-delivery-summary {
    float: right;
    text-align: left;
}
.hamper-delivery-summary .delivery-address {
    line-height: 15px;
    max-width: 220px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
}
.hamper-delivery-summary .edit-delivery {
    padding: 4px 0 0;
    line-height: 14px;
}

.delivery-popup {
    padding:25px 25px 35px;
    width: 565px;
    max-width:100%;
    background:#ffffff;
    overflow: hidden;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.delivery-popup h3 {
    font-size: 19px;
    color: #747474;
}
.delivery-popup .hamper-name {
    color: #a9ae48;
}
.delivery-popup .bigbuttons {
    text-align: right;
}
.delivery-popup .form-column {
    float:left;
    width: 48%;
    margin-right: 4%;
}
.delivery-popup .form-column:last-child {
    margin-right: 0;
}
.delivery-popup label.left {
    display: block;
    width: auto !important;
}
.disclaimer-link {
    color: #7e7f80;
    text-decoration: underline;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 36px;
}
.radio-list label {
    display: inline-block;
    line-height: 20px;
    margin-right: 12px;
    width: auto !important;
}
.radio-list label div.radio {
    margin: 0 5px 3px 0;
}

.ui-datepicker .ui-state-highlight {
    background: #e6e6e6 !important;
    border-color: #b5c964 !important;
} 

.ui-datepicker .ui-state-active {
    border-color: #1690a8 !important;
}

/* ------------------------------------
CHECKOUT
------------------------------------ */ 
#checkout_form ul, #checkout_form ol, #checkout_form li {
    list-style:none;
    padding:0;
    margin:0;
}
#checkout_form fieldset { 
    margin:0; 
    padding:0; 
    border: none;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: block;
}

#checkout_form label {
    width: 150px;
}

.errormsg, .status {
    color:#d15e17;
    display: block;
    margin-bottom:4px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.errormsg p, .errormsg {
    line-height: 1.5em;
}
#checkout_form input[type="text"], #checkout_form input[type="password"], #checkout_form input[type="date"], #checkout_form textarea, #checkout_form .selector {
    width:250px !important; 
    vertical-align: middle;
}
#checkout_form ol li {
    padding:4px 0;
    position: relative;
}  
#checkout_form .billing_form fieldset {
    float:left;
    width:46%;            
    margin:20px 4% 20px 0;
}
#checkout_form h3 {
    margin:0 0 15px;
}
.bigbuttons { clear:both; padding-top: 20px; }
.billing_form .bigbuttons .button { margin-top: 10px; }
.button.prev { margin-right: 15px; float:left }
.req_note {
    margin-top:30px;
}
.securenotice { 
    background: url("_inc/img/lock.gif") no-repeat scroll 10px 9px;
    border: 1px solid #c3c0bb;
    font-size: 12px;
    margin: 40px 0;
    line-height: 15px;
    padding: 9px 15px 8px 30px; 
}
.note-box {
    padding: 5px 25px;
    background: #edebe4;
    margin-bottom: 20px;
}
small { font-size: 11px; } 
.payment-summary {
     margin-top:10px;
     margin-bottom:25px;
     float:left;
     width:50%;
     min-width:450px;
}
.payment-summary strong {
    text-transform: uppercase;
}
.payment-summary table {
    margin:0px;
    max-width:400px;
}
.payment-summary table td {
    padding: 6px 10px;
}
.delivery-summary .smallbutton {
    display: block;
    margin-top:5px;
}
.delivery-summary {
    float:left;
    margin-top:10px;
    margin-bottom:25px;
}
.delivery-summary .delivery-address {
    border: 1px solid #c3c0bb; 
    font-family: courier, monospace;
    font-size:16px;
    line-height: 20px;
    margin-top: 8px;
    padding:8px 13px;
    max-width: 300px;
}

.voucher-fields {
    margin: 20px 0;
}

.forgot-link {
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    line-height: 40px;
}
#login_form {
    overflow: hidden;
    padding-bottom: 20px;
}
#login_form .button {
    margin-right: 15px;
}
#wholesale-details {
   padding-top: 25px;
   border-top: 1px solid #cac8c2; 
}
#checkout_form fieldset.bus-details {
    width: auto;
}
#checkout_form .wholesale-content {
    padding-top: 50px;
    padding-right: 30px;
}
#checkout_form fieldset.bus-details label.left {
    width: 200px !important;
    vertical-align: top;
    margin: 5px 10px 5px 0; 
    line-height: 20px;   
}
#checkout_form fieldset.bus-details textarea {
    width: 305px !important;
    height: 130px;
    max-width: 100%;
}
#checkout_form fieldset.bus-details input[type=text], #checkout_form fieldset.bus-details input[type=date] {
    width: 305px !important;
}
.label-sub {
    color:#9C9C9C; 
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 400;   
    text-transform: none;
    font-size: 13px;
}
.input_check {
    display: none;
}

.account-buttons {
    text-align: center;
}
.account-buttons .prev {
    float:none;
}

/* ------------------------------------
FOOTER
------------------------------------ */
.buffer {
    height: 50px;
    background: #359cab url("_inc/img/dots_bg_mobile.png") repeat-x left bottom;
    clear:both;
}
footer .signup {
    padding: 30px 0;
    overflow:hidden;
}
footer .footer-nav, footer .footer-note {
    border-top: 1px solid #d5e8e4;
} 
footer .social-links {
    float:left;
}
#newsletter-form {
    float:right; 
}
#newsletter-form form div, #newsletter-form span, #newsletter-form ul, #newsletter-form ul li {
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    width: auto;
}
#newsletter-form .gform_description {
    margin: 0 3px 0 25px;
    color: #80807f;
    font-size: 14px;
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 35px;
}
#newsletter-form input[type="text"] {
    width: 190px;    
}
#newsletter-form input[type="text"], #newsletter-form label {
    margin: 0 4px;
}
#newsletter-form .button {
    margin-right: 5px;
}
#newsletter-form .validation_error {
    display: none;
}
#newsletter-form .validation_message {
    display: block;
    padding: 4px 20px 0 6px;
    max-width: 155px;
    color: #d15e17;
    margin-bottom: -22px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-weight: bold;
}

#newsletter-form #gforms_confirmation_message {
    padding-top: 8px;
}

#content .gform_wrapper #gform_3 label.gfield_label {
    width: 100%;   
}  

.footer-nav {
    overflow: hidden;
}
.footer-nav ul li {
    display: block;
    padding: 8px 0;
}
.footer-nav ul li a {
    color: #b5c964;
    font-size: 14px;
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    line-height: 16px;
}
.footer-nav h3 {
    font-size: 16px;
    color: #535454;
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
    margin: 7px 0;
}
.footer-column {
    padding: 22px 0 35px;
    width: 22.75%;
    margin-left: 3%;
    float: left;
}
.footer-column:first-child {
    margin-left: 0;
}

footer .footer-note {
    padding: 25px 0 35px;
}
a#starfish { 
    background: url(_inc/img/starfish.png) top left no-repeat; 
    vertical-align: text-bottom;
    width: 84px; 
    height: 23px; 
    display: inline-block; 
    text-align:left; 
    overflow: hidden; 
    text-indent: -9999em;
    float: right;
    margin-left: 15px;
}

a#starfish:hover { 
    background-position: bottom left; 
}

#top {
    position: fixed;
    bottom: 55px;
    width: 100%;
    z-index: 999;
    display: none;
}
#top div {
    margin: 0 auto;
    position: relative;
    width: 1180px;
}
#top a {
    width:87px;
    height:83px;
    background: url("_inc/img/top.png") no-repeat center center;
    position: absolute;
    right: -110px;
    bottom: 0;
    text-indent: -9999px;
    overflow:hidden;
}
#top a.dark {
   background: url("_inc/img/top_dark.png") no-repeat center center; 
}

#eWAYBlock, #paypal-verify-logo {
    margin: 15px 10px 0 0;
    display: inline-block;
    vertical-align: top;    
}
#paypal-verify-logo {
    margin-top: 17px;   
}

/* ------------------------------------
FORMS
------------------------------------ */

input[type='text'], input[type='password'], input[type='date'],
textarea, button, input[type=submit], .button,
div.selector {
    display: inline-block; 
    padding: 8px 18px;
    line-height: 20px;
    background: #edebe4;
    color: #4d4c4a;
    font-size: 12px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    height: 36px;
    max-width: 100%; 
    border: none;
    border-radius: 20px;     
    -webkit-appearance: none; 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}

input[type='text'], input[type='password'] {
    
}

textarea {
    padding:10px; 
    height: auto;
} 

button, input[type=submit], .button {
    color: #fff;
    font-size: 13px;
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    text-shadow: 0px -1px 1px rgba(150, 150, 150, 0.4);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: rgb(226,104,31);
    background: -moz-linear-gradient(top,  rgba(226,104,31,1) 1%, rgba(196,86,21,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(226,104,31,1)), color-stop(100%,rgba(196,86,21,1)));
    background: -webkit-linear-gradient(top,  rgba(226,104,31,1) 1%,rgba(196,86,21,1) 100%);
    background: -o-linear-gradient(top,  rgba(226,104,31,1) 1%,rgba(196,86,21,1) 100%);
    background: -ms-linear-gradient(top,  rgba(226,104,31,1) 1%,rgba(196,86,21,1) 100%);
    background: linear-gradient(to bottom,  rgba(226,104,31,1) 1%,rgba(196,86,21,1) 100%);
}

.button.green, button.green, #newsletter-form input[type="submit"] {
    background: rgb(204,210,95);
    background: -moz-linear-gradient(top,  rgba(204,210,95,1) 0%, rgba(177,184,48,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,210,95,1)), color-stop(100%,rgba(177,184,48,1)));
    background: -webkit-linear-gradient(top,  rgba(204,210,95,1) 0%,rgba(177,184,48,1) 100%);
    background: -o-linear-gradient(top,  rgba(204,210,95,1) 0%,rgba(177,184,48,1) 100%);
    background: -ms-linear-gradient(top,  rgba(204,210,95,1) 0%,rgba(177,184,48,1) 100%);
    background: linear-gradient(to bottom,  rgba(204,210,95,1) 0%,rgba(177,184,48,1) 100%);
}

button:hover, input[type=submit]:hover, .button:hover,
button:focus, input[type=submit]:focus, .button:focus {
    opacity: 0.8; 
} 

button.disabled, input[type=submit].disabled, .button.disabled {
    background: rgb(150,150,150);
    background: -moz-linear-gradient(top,  rgba(150,150,150,1) 0%, rgba(100,100,100,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,150,150,1)), color-stop(100%,rgba(100,100,100,1)));
    background: -webkit-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(100,100,100,1) 100%);
    background: -o-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(100,100,100,1) 100%);
    background: -ms-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(100,100,100,1) 100%);
    background: linear-gradient(to bottom,  rgba(150,150,150,1) 0%,rgba(100,100,100,1) 100%);
    opacity: 0.5 !important;
    cursor: default;
} 

label.left {
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    vertical-align: middle;
    line-height: 26px;
    display: inline-block; 
}

div.selector {
    background: #edebe4 url("_inc/img/select.png") no-repeat right center !important;
    padding: 0;
    width: auto !important;   
}
div.selector span {
    background: transparent !important;
    width:auto !important;  
    padding: 0 48px 0px 15px; 
    text-shadow: none;   
}
div.selector select {
    width: 100%;
    top:0px; 
    left:0px; 
} 
div.selector, div.selector span, div.selector select {
    height:36px;
    line-height:36px;
}

div.checker, div.radio {
    margin: 0px 10px 4px 0;
    vertical-align: text-bottom;
} 
div.radio {
    margin-bottom: 0;
} 
div.checker, div.checker span, div.checker input,
div.radio, div.radio span, div.radio input {
    height: 16px;
    width:16px;
    vertical-align: middle;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
} 
div.checker span {
    background: #dadbd7;    
    vertical-align: top;
    border-radius: 2px;
}
div.checker span.checked {
    background: #dadbd7 url("_inc/img/checker.png") no-repeat 0 0 !important;
}
div.radio, div.radio span, div.radio input {
    height: 12px;
    width:12px;
}
div.radio span {
    border: 2px solid #535454;
    vertical-align: top;
    border-radius: 12px;
}
div.radio span.checked {
    background: #cdcf6d;   
}

#gform_wrapper_2, .contact-description, #gform_confirmation_message_2 {
    float: left;
    width: 45%;
    padding-bottom: 30px;
}
#gform_confirmation_message_2 {
    padding-top: 15px;
}
#gform_wrapper_2, #gform_confirmation_message_2 {
    float:right;
}
#gform_wrapper_2 h3 {
    margin-top: 15px;
}
.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
#content .gform_wrapper ul, #content .gform_wrapper ol, #content .gform_wrapper li {
    list-style:none;
    padding:0;
    margin:0;
}
#content .gform_body {
    margin: 15px 0;
}
#content .gform_wrapper .gform_validation_container {
    display: none;
}
#content .gform_wrapper ul li {
    padding:4px 0;
    position: relative;
} 
#content .ginput_container {
    display: inline-block;
}
#content .gform_wrapper label.gfield_label {
    font-family: 'Intro W01 Caps', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    vertical-align: middle;
    line-height: 26px;
    display: inline-block;
    width: 100px; 
}
#content .gform_wrapper input[type='text'], #content .gform_wrapper textarea, #content .gform_wrapper div.selector {
    min-width: 220px !important;
} 
#content .gform_wrapper textarea {
    vertical-align: top;
    width: 100%;
}
#content .gform_wrapper .validation_message {
    display: block;
    padding: 4px 0 0;
    color: #d15e17;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-weight: bold;
}
#content .gform_wrapper .button {
    margin-right: 10px;
}


/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */

.alignright {
    clear: right;
    float: right;
    margin: 8px 0px 20px 30px;
}

.alignleft {
    clear: left;
    float: left;
    margin: 8px 30px 20px 0px;
}

.aligncenter {
    margin: 5px auto 0px;
    display: block;
}

.alignnone {
   margin: 5px 0 0px; 
}

img.alignnone, img.aligncenter, img.alignleft, img.alignright,
.alignnone img, .aligncenter img, .alignleft img, .alignright img, img.blog-image {
    max-width: 100%;
    height: auto;
}

.wp-caption-text {
    font-style: italic;
    font-size: 11px;
    line-height: 16px;
    margin-top: 3px;
}

blockquote {
    color: #888;
    font-size: 18px;
    font-style: italic;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 14px;
    color: #352f26;
    margin: 25px 0;
}
table td, table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 12px 16px;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
table th {
    background: #e8e8e8;
}

/* ------------------------------------
MEDIA QUERIES
------------------------------------ */

@media screen and (min-width:1201px) {
    #main {
        background: #e4efe9 url("_inc/img/bg.jpg") repeat-x top center;
    }
    .buffer {
        height: 60px;
        background: transparent url("_inc/img/dots_bg.png") repeat-x left bottom;
    }
}

@media screen and (max-width:1200px) {
    header nav ul li a, .mobile-menu {
        font-size: 14px;
        padding: 15px 25px;
    }
    header nav.meta-nav ul li.cart a {
        background-position: 94px 16px;
    }
    #page-header .contact-us {
        left: 15px;
    }
    #searchform {
        right: 15px;
    }
    #shop-nav {
        text-align: center;
    }
    #shop-nav ul {
        text-align: left;
        padding-left: 0;
    }
    #shop-nav ul li:first-child {
        display: none;
    }
    #shop-nav nav ul li:nth-child(2) {
        background: transparent;
    }
    #shop-nav nav ul li a {
        padding: 0 25px; 
    }
    footer .signup,
    footer .footer-note,
    footer .footer-nav {
        padding-left: 30px;
        padding-right: 30px;
    }
    footer .social-links ul,
    footer .social-links ul li:first-child a {
        margin-left: 0;
    }
    footer .social-links ul {
        display: block;
    }
    footer .social-links {
        width: 225px;
    }
    #newsletter-form .gform_heading {
        display: block;   
    }
    #newsletter-form .gform_description {
        margin: 0;  
    }
    #newsletter-form #field_1_1 input[type="text"] {
        margin-left: 0;
    }
    #homebanner .title {
        font-size: 45px;
        line-height: 45px;
        margin-top: 30px; 
    }
    #homebanner .description {
        font-size: 18px;
        line-height: 22px;
    }
    .product_item .product-buttons.two-buttons a:first-child,
    .product_item .product-buttons.two-buttons a:last-child {
        border-radius: 20px;    
        border-right: none;
        padding-right: 12px; 
        margin-bottom: 8px;
    } 
    .product_item .product-info {
        padding-bottom: 15px;
    } 
    .product_item .product-buttons {
        position: static;
    } 
    #top {
        position: relative;
        bottom: auto;
        text-align: center;
        padding: 0 0 20px;
    } 
    #top div {
        width: auto;
    }
    #top a {
        position: static;
        display:inline-block;
        background: url("_inc/img/top_dark.png") no-repeat center center;
    }
}

@media screen and (max-width:1000px) {
    header {
        background: #0b546c;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none;
    }
    header nav ul li a, .mobile-menu {
        font-size: 13px;
        padding: 15px 10px;
        border:none;
        background: transparent;
    }
    header nav.main-nav ul.menu ul.sub-menu {
        padding: 10px 0;
        width: 200px;
    }
    header nav.main-nav ul.menu ul.sub-menu li a {
        padding: 6px 12px;
    }
    header nav.meta-nav ul, header nav.meta-nav ul li a, header nav.meta-nav ul li a:hover {
        background-color: transparent;
    }
    header nav.meta-nav ul li.login a {
        padding: 15px 12px;
        background-image: none;
    }
    header nav.meta-nav ul li.cart a {
        padding: 15px 65px 15px 12px;
        background-position: 90px 16px;
    }
    header nav.meta-nav ul li.cart a .item-count {
        right: 20px;
    }
    .social-links .social-label {
        display: none;
    }
    #shop-nav nav ul {
        text-align: center;
    }
    #shop-nav nav ul li {
        background: transparent;
    }
    #shop-nav nav ul li a {
        padding: 0 8px;
        font-size: 21px;
        line-height: 22px;        
    }
    #shop-nav nav ul li a span {
        font-size: 13px;
        line-height: 15px;
        margin-top: 5px;
    } 
    #promo-banner {
        font-size: 16px;
        line-height: 18px;
        min-height: 18px;
    }
    #homebanner .title {
        font-size: 38px;
        line-height: 38px;
        margin-top: 20px; 
    }
    #homebanner .button {
        margin-top: 8px;
    } 
    .feature-box h2 {
        font-size: 19px;
    }  
    .product_item .product-buttons {
        margin: 0 -30px;
        width: auto;
    } 
    #sidebar.listing h3 {
        font-size: 16px;
    }
    #sidebar.listing h4 {
        font-size: 14px; 
    }
    #sidebar.listing ul li label,
    #sidebar.listing .widget ul li a {
        font-size: 13px;
    }
    .cart-table td.product {
        width:auto;
    }
}

@media screen and (max-width:940px) {
    #checkout_form .wholesale-content {
        clear: both;
    }
}

@media screen and (min-width:831px) {
    .footer-column ul {
        display: block !important;
    }
}

@media screen and (max-width:830px) {
    #newsletter-form {
        float:none;
        clear: both;
        padding-top: 20px;
    }
    .footer-column {
        padding: 20px 30px;
        display: block;
        width: auto; 
        margin: 0;
        float:none;
        border-top: 1px solid #d5e8e4;
    }
    .footer-column:first-child {
        border-top: none;
    }
    footer .footer-nav {
        padding: 0;
    }
    .footer-column ul {
        display: none;
    }
    .footer-column h3 {
        background: url("_inc/img/plus_minus.png") no-repeat right top;
        cursor: pointer;
        padding-right: 25px;
    }
    .footer-column.expanded h3 {
        background-position: right bottom;
    }
    #homebanner .title {
        font-size: 34px;
        line-height: 36px;
        margin-top: 20px; 
    }
    #homebanner .description {
        width: 100%;
    }
    #homebanner .flex-control-nav {
        bottom: -8px;
    } 
    .cart-table td.move-cell {
        display: none;
    }
       
    
}

@media screen and (min-width:769px) {
    header nav.main-nav ul.menu {
        display: block !important;    
    }
}
@media screen and (max-width:768px) {
    .mobile-menu {
        background: url("_inc/img/icon_menu.png") no-repeat left 18px;
        z-index: 13;
        padding-left: 20px;
        position: absolute;
        left: 15px;
        top: 0;
        display: block;
    }
    header nav.main-nav ul {
        display: none;                        
        background: #00718c;
        position: absolute;
        top: 50px;
        left: 0px;
        text-align: left;
        z-index:100;
        width:100%; 
        height: auto;
        border:none;
    }
    header nav.main-nav ul li {  
        display: block;
    }
    header nav.main-nav ul li a { 
        display: block;
        float:none;
        padding: 13px 15px;
        border-bottom: 1px solid #338da3;
    }
    header nav.main-nav ul.menu ul.sub-menu {
        position: relative;
        top:0;
        left:0;
        width: auto;
    }
    header nav.main-nav ul.menu ul.sub-menu li a {
        padding: 8px 15px;
    }    
    header nav ul.menu > li.menu-item-has-children > a {
        background-image: url("_inc/img/plus_minus_white.png");
        background-repeat: no-repeat;
        background-position: right 16px;
        background-color: #00718c !important;
        padding-right: 40px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    header nav ul.menu > li.menu-item-has-children.hover > a {
        background-position: right -27px;
    }
    
    #content {
        padding-left: 15px;
        padding-right: 15px;
    } 
    
    .cart-hamper {
        background: #f3f1e9;
        margin: 0 -15px 40px;
    }
    .cart-hamper h3, .cart-hamper h2 {
        padding: 15px 50px 15px 15px;
    }
    .cart-hamper .cart-hamper-content {
        padding: 0 15px;
    }
    .cart-table td {
        padding-right: 15px;
    }
    .hamper_totals {
        display: block;
    }
    .hamper_shipping {
        width: auto;
        padding-top: 0;
    }
        
}

@media screen and (max-width:700px) {
    
    #shop-nav nav ul,
    #shop-nav nav ul li,
    #shop-nav nav ul li a {
        display: block;         
    } 

    #shop-nav nav ul {
        margin: -10px 15px 0;
    }
    #shop-nav nav ul li a {
        font-size: 25px;
        line-height: 25px;
        padding: 10px 0;
        border-bottom: 1px solid #c9e1e8;             
    }
    #shop-nav nav ul li a span {
        font-size: 15px;
        line-height: 15px;
        margin-top: 3px;
    }
    #shop-nav nav ul li:last-child a {
        border:none;
    }
    #page-header .delivery-link {
        top: 12px;
        width: 0;
        text-indent: -9999px;
        background-image: url("_inc/img/icon_delivery_dark.png");
    }
    #page-header .contact-us,
    #page-header .social-links  {
        display: none;
    }
    
    #page-header {
        background-image: url("_inc/img/header_bg_mobile.png");
        height: 150px;
    }
    #logo {
        width: 113px;
        margin-top: 28px;
    }
    #searchform {
        top:15px;
    }
    #searchform #searchsubmit {
        z-index: 2;
    }
    #searchform input#search {
        width:0;
        z-index: 3;
        position: relative;
        text-indent: -9999px;
        font-size: 0;
        overflow: hidden;
        background: rgba(252,250,242,1) url("_inc/img/icon_search.png") no-repeat 11px center; 
        padding: 8px 18px 8px 18px;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }
    #searchform input#search.expanded {
        z-index: 1;
        text-indent: 0;
        font-size: 14px;
        width:210px;
        background-image: none;        
    }
    .page-submenu a {
        padding: 0 8px;
        background: none;
    }
    #content {
        padding-top: 15px;
    }
    
    #newsletter-form input[type="text"] {
        margin: 0 0 15px !important;
        width: 290px;
    }
    #newsletter-form form div, 
    #newsletter-form ul, 
    #newsletter-form ul li {
        display: block;
    }
    #newsletter-form .validation_message {
        padding: 4px 20px 10px 4px;
        margin-top: -12px;
        margin-bottom: 0;
    }
    #homebanner {
        display: none;
    }
    
    .product_item { 
        width:32%;
        margin-right: 2%;
        clear:none;
    }
    .product_item:nth-child(3n) {
        margin-right: 0;    
    }
    .product_item:nth-child(3n+1) {
        clear: both;
    }
    
    #featured-products .product_item:nth-child(4),
    #related-products .product_item:nth-child(4) {
        display: none;
    }
    
    #sidebar {
        display: none;
    }
    #main-column {
        width: 100%;
    }
    
    .hamper-option {
        float:none;
        width: 100%; 
    }
    
    #sidebar.listing, #sidebar.listing .mobile-cat-select {
        display: block;
        text-align: center;
    }
    #sidebar.listing {
        float:none;
        width: 100%;
    }
    #sidebar.listing .filter-box, #sidebar.listing h3,
    #sidebar.listing .voucher-link {
        display: none;
    }
    #sidebar.listing .mobile-cat-select .selector {
        width: 280px !important;
        max-width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }
    .listing-filter form .selector {
        margin-right: 0;
    }
    
    .breadcrumbs {
        margin-top: 3px;
    }
    
    a.back-link {
        float: none;
        display: block;
        border-top: 1px solid #cee0dd;
        border-bottom: 1px solid #cee0dd;
        padding-top: 12px;
        padding-bottom: 10px;
        background-position: left 15px;
        margin: 15px 0 20px;
    }
    
    #product_description .product-buttons {
        padding: 30px 0;
    }
    
    #checkout_form .billing_form fieldset {
        width:100%;     
        max-width:100%;
        margin-right: 0;
    }
    #checkout_form fieldset.bus-details textarea,
    #checkout_form fieldset.bus-details input[type="text"] {
        width: 250px !important; 
    }
    
    #add-popup-form .button {
        margin: 15px 0 0 0;
    }
    .cart-table td.price-cell {
        display: none;
    }
    .cart-table .product-title {
        font-size: 13px;
    }
    .cart-add-hamper-form {
        float:none;
    }
    #shopping-cart-promo {
        text-align: left;
    }
    #shopping-cart-promo input[type='text'] {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #shopping-cart-promo .mobile {
        white-space: nowrap;
    }
    
    #gform_wrapper_2, .contact-description, #gform_confirmation_message_2 {
        float: none;
        width: auto;
    }
    
}

@media screen and (max-width:480px) {
    
    .page-submenu {
        display: none;
    }
    h1 {
        font-size: 28px;
        margin: 10px 0;
    }
    h2 {
        font-size: 22px;

    }
    #newsletter-form input[type="text"] {
        width: 100%;
    }
    footer .signup, footer .footer-note {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-column {
        padding: 12px 15px;
    }
    .product_item, #main-column .product_item {
        width: 100%;
        margin-right:0;
        float:none;
    }
    .product_item .product-buttons.two-buttons a:first-child {
        border-radius: 20px 0 0 20px;    
        border-right: 1px solid #e78043;
        padding-right: 8px; 
    }
    .product_item .product-buttons.two-buttons a:last-child {
        border-radius: 0 20px 20px 0;
        border-left: 1px solid #be5413; 
        padding-left: 8px; 
    }
    #feature-boxes {
        margin:0;
    }
    .feature-box {
        float:none;
        margin:0;
        width:100%;
        margin-bottom: 20px;
    }    
    .flex-container {
        display: block;
    }
    .product_item .product-buttons {
        margin: 0 -15px;
    }
    
    #product_image, #product_description {
        float:none;
        width: 100%;
    } 
    .payment-summary {
         width:100%;
         min-width: 0;
    }   
    
    .confirmation-popup .button.next {
        margin-top: 10px;
        float:none;
    }
    
    .delivery-popup {
        width: 300px;
    }
    .delivery-popup .form-column {
        width: 100%;
        margin:0;
    }
    .cart-table td.product-image {
        display: none;
    }
    .cart_error {
        text-align: left;
    }
}

@media screen and (max-width:400px) {
    .confirmation-popup {
        padding: 8px 15px;
    }
    .confirmation-popup .product-caption {
        width: 100%;
        float:none;
    }
    .confirmation-popup .product-thumb {
        display: none;
    }
    .confirmation-popup .product_item {
        padding-bottom: 10px;
    }
    #shopping-cart-buttons .prev {
        display: none;
    }
    #shopping-cart-totals {
        text-align: left;
    }
    #shopping-cart-totals .shopping-cart-total .amount {
        min-width: 0;
        float:right;
    }
}

@media screen and (max-width:309px) {
    .product_item .product-buttons.two-buttons a:first-child,
    .product_item .product-buttons.two-buttons a:last-child {
        border-radius: 20px;    
        border-right: none;
        padding-right: 12px; 
        margin-bottom: 8px;
    }
}