/***************************************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.2.1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
***************************************************************************************/

/******************************************
GENERAL STYLES
******************************************/
/* Font Faces - BEGIN */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');

@font-face {
	font-family: 'Proxima Nova';
	src: url('library/fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
		url('library/fonts/proximanova-regular.otf')  format('opentype'),
	    url('library/fonts/proximanova-regular.woff') format('woff'),
	    url('library/fonts/proximanova-regular.ttf')  format('truetype'),
	    url('library/fonts/proximanova-regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('library/fonts/proximanova-semibold.eot?#iefix') format('embedded-opentype'),
		url('library/fonts/proximanova-semibold.otf')  format('opentype'),
		url('library/fonts/proximanova-semibold.woff') format('woff'),
		url('library/fonts/proximanova-semibold.ttf')  format('truetype'),
		url('library/fonts/proximanova-semibold.svg#ProximaNova-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('library/fonts/proximanova-bold.eot?#iefix') format('embedded-opentype'),
		url('library/fonts/proximanova-bold.otf')  format('opentype'),
		url('library/fonts/proximanova-bold.woff') format('woff'),
		url('library/fonts/proximanova-bold.ttf')  format('truetype'),
		url('library/fonts/proximanova-bold.svg#ProximaNova-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('library/fonts/proximanova-extrabld.eot?#iefix') format('embedded-opentype'),
		url('library/fonts/proximanova-extrabld.otf')  format('opentype'),
		url('library/fonts/proximanova-extrabld.woff') format('woff'),
		url('library/fonts/proximanova-extrabld.ttf')  format('truetype'),
		url('library/fonts/proximanova-extrabld.svg#ProximaNova-Extrabld') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
    font-family: 'milkshake';
    src: url('library/fonts/milkshake-webfont.woff2') format('woff2'),
         url('library/fonts/milkshake-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body {
	color: #747779;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.55555556em;
}
h1, h2, h3, h4, h5, h6 {
	color: #95989A;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 900;
	line-height: 1.25em;
	margin: 0 0 12px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 2.6875rem;
	line-height: 1.1em;
}
h2 {
	font-size: 2.15rem;
}
h3 {
	font-size: 2rem;
	letter-spacing: 0.08em;
}
h4, .inner .extra-content-col .extra-content-col-inner h4 {
	font-family: 'milkshake';
	font-size: 1.5625rem;
	font-weight: 400;
	color: #99CB3B;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;
}
.inner .extra-content  h1, .inner .extra-content h2, .inner .extra-content h3, .inner .extra-content h4, .inner .extra-content  h5, .extra-content .inner h6 {
	color: #61828D;
}
a {
	color: #68B9BC;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	color: #419a9d;
	text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
	height: auto !important;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
}
img:after {
	color: rgb(100, 100, 100);
	content: "\f127" " Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin-bottom: 26px;
	margin-top: 26px;
	padding: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
::-webkit-input-placeholder { color: #403c3e; opacity: 1; }
::-moz-placeholder { color: #403c3e; opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { color: #403c3e; opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { color: #403c3e; opacity: 1; }
iframe {
	max-width: 100%;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
	hyphens: none;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.em-googlemap,
.acf-map {
	position:relative;
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.twenty20 {
	max-width: 100%;
}
.extra-content,
.mainbody {
	padding: 50px 0;
}
body.inner .extra-content, body.inner .mainbody {
	padding: 100px 0
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.list-inline {
	list-style: none;
	padding-left: 0;
}
.list-inline li {
	display: inline-block;
}
/******************************************
LAYOUT STYLES
******************************************/
/*** Enter your style for global layout here ***/
.inner > .wrap + .extra-content h2 {
	letter-spacing: 6px;
}
.home h2 {
	letter-spacing: 8px;
}
.product-list-content h2 {
	letter-spacing: 0px;
}
.middle-box {
	margin: 6% auto;
	width: 769px;
	max-width: 100%;
}
.top-header .container,
.main-header .container {
	max-width: 1600px;
	width: 100%;
}
.openmore .readmore {
	display: none;
}
.openmore h5 + p, .openmore .read_div {
	display: inline;
}
.the-history-section h2 {
	letter-spacing: normal;
}
.normal-letter-spacing h2 {
	letter-spacing: normal;
}
.full-width-btn a.em-button {
	width: 100%;
}
/* TOP HEADER */
.top-header {
	background-color: #243C45;
	padding: 10px 0;
}
.top-header .header-col {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.top-header .header-col:last-of-type {
    padding-right: 0;
}
.top-header .header-col a {
	text-decoration: none;
}
.top-header .search-form .searchform label {
	display: none;
}
.top-header .search-form .searchform input,
.top-header .woocommerce-product-search input.search-field,
.main-header .woocommerce-product-search input.search-field {
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	color: #403c3e;
	float: left;
	font-weight: 400;
	font-size: 0.8rem;
	height: 40px;
	outline: 0;
	padding: 6px 32px;
	vertical-align: middle;
	width: 78%;
}
.top-header .woocommerce-product-search input.search-field::-webkit-input-placeholder,
.top-header .woocommerce-product-search input.search-field::-moz-placeholder,
.top-header .woocommerce-product-search input.search-field:-ms-input-placeholder,
.top-header .woocommerce-product-search input.search-field:-moz-placeholder {
	color: #403c3e !important;
	opacity: 1;
}
.top-header .woocommerce-product-search input.search-field:placeholder-shown {
	opacity: 1;
}
.catering-option-wrap p {
	margin-bottom: 26px;
    margin-top: -6px;
}
.catering-option-wrap h3 {
	margin-bottom: 36px;
}
.catering-option-wrap h3 + p {
	margin-bottom: 47px;
}
textarea::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #83A2AC !important;
}
textarea::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #83A2AC !important;
}
textarea:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #83A2AC !important;
}
textarea:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  color: #83A2AC !important;
}
.top-header .search-form .searchform button,
.top-header .woocommerce-product-search input[type="submit"],
.main-header .woocommerce-product-search input[type="submit"] {
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	background-color: #61828D;
	float: left;
	color: #ffffff;
	font-size: 1.5rem;
	padding: 6px 15px 6px 12px;
	vertical-align: middle;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.top-header .woocommerce-product-search input[type="submit"],
.main-header .woocommerce-product-search input[type="submit"] {
	background-image: url(library/images/magnifying-glass@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-o-background-size: 20px auto;
	background-size: 20px auto;
	font-size: 0;
	height: 40px;
	line-height: 0;
	text-indent: -999em;
	width: 53px;
}
.main-header .woocommerce-product-search input[type="submit"] {
	width: 20%;
}
.main-header .search-form {
	border-top: 1px solid #fff;
	margin-top: 8px;
	padding-bottom: 7px;
	padding-top: 15px;
}
.search-form-slidetoggle {
	display: none;
}
.top-header .header-links li {
	padding-left: 4px;
	padding-right: 4px;
}
.top-header .header-links li a, .top-header .header-links li {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.top-header .cart-link a {
	color: #99CB3B;
	font-weight: bold;
}
.top-header .cart-link a span {
	color: #ffffff;
	margin-right: 5px;
}
.top-header .shipping {
	padding-left: 35.2%;
}
.top-header .shipping p {
	margin: 1em 0 0;
}
.shipping-options-message {
	font-weight: 600;
	letter-spacing: 0px;
}

.woocommerce ul#shipping_method li{
	margin-left: -22px;
	text-indent: 0;
}

#shipping_method .shipping-options-divider {
    text-align: center;
    background: #DCE7EA;
    width: 44px;
    margin: auto;
    margin-top: -12px;
    text-transform: lowercase;
    display: none;
}

#shipping_method .shipping-options-divider-line {
    border-bottom: 1px dashed #809CA5;
    padding: 20px 0 10px 0;
    display: none;
}

#shipping_method li:first-child .shipping-options-divider,
#shipping_method li:first-child .shipping-options-divider-line {
	display: block;
}
/* MAIN HEADER */
.main-header {
	background-color: rgba(52, 80, 90, 1);
	padding: 7px 0 8px;
	position: relative;
	z-index: 9999;
}
.main-header .container {
	position: relative;
	text-align: center;
}
.main-header .left-menu {
	text-align: right;
	z-index: 999;
}
.main-header .main-nav {
	margin: 15px 0;
}
.main-header .em-transparent-green {
	color: #ffffff;
}
.main-header .menu-col {
	min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
    width: 38%;
}
.main-header .left-menu nav {
	float: right;
}
.main-header .menu-btn {
	float: right;
    position: absolute;
    right: 0;
    top: 17px;
    text-align: right;
    width: auto;
}
.main-header .menu-btn ul {
	margin: 0;
}
.main-header .menu-btn li {
	padding-left: 5px;
	padding-right: 5px;
}
.main-header .menu-btn li a {
	font-size: .875rem;
}
.main-header .menu-btn li a.em-button {
	padding: 17px 41px 16px;
}
.main-header .menu-btn li a.em-transparent-green {
	padding: 17px 35px 16px;
}
.main-header .logo {
	width: 15%;
}
/* BANNER AREA */
.banner-area * {
	color: #ffffff;
	text-align: center;
}
.banner .banner-left {
	background-image: url(library/images/food1.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-right: 1px solid #ffffff;
}
.banner .banner-right {
	background-image: url(library/images/shop1.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-left: 1px solid #ffffff;
}
.banner-area p {
	font-family: 'milkshake', sans-serif;
	font-size: 1.6875rem;
	margin-bottom: 15px;
	margin-top: 0;
}
.banner-area h1 {
	font-size: 2.6875rem;
	margin-bottom: 25px;
	margin-top: 0;
	letter-spacing: 9px;
}
.banner-area .banner-left,
.banner-area .banner-right {
	padding-bottom: 9% !important;
	padding-top: 9% !important;
}
.banner-area a.em-button {
	font-size: .875rem;
	letter-spacing: 1px;
}
.home-row-01 {
	text-align: center;
}
/* MAILING LIST */
.mailing-list p {
	font-size: 1rem;
}
.mailing-list .gform_wrapper .gform_body {
	width: 62.094%;
}
.mailing-list .gform_wrapper .gform_footer {
	width: 37.91%;
}
.mailing-list .gform_wrapper .gform_body .gfield {
	margin: 20px 0;
}
.mailing-list .gform_wrapper .gform_body .gfield label {
	display: none !important;
}
.mailing-list .gform_wrapper .gform_body .gfield input {
	background-color: #ffffff;
	border-radius: 50px;
	border: 1px solid #83A2AC;
	color: #83A2AC;
	font-size: 0.9375rem;
	font-weight: 600;
	height: auto !important;
	letter-spacing: 2px;
	outline: 0;
	padding-left: 34px !important;
	padding-bottom: 19px !important;
	padding-top: 19px !important;
}
.mailing-list .gform_wrapper .gform_body,
.mailing-list .gform_wrapper .gform_footer {
	clear: none !important;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
}
.mailing-list .gform_wrapper .gform_footer input {
	display: block !important;
	margin: 0 !important;
	padding-bottom: 19px !important;
	padding-top: 19px !important;
	width: 100% !important;
}
.mailing-list input[type="text"] {
	width: 100% !important;
}
.mailing-list .gform_wrapper li.gfield.gfield_error, .mailing-list .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
     background-color: transparent !important;
     margin-bottom: 0px!important;
     border-top: 0 !important;
     border-bottom: 0 !important;
     padding-bottom: 0 !important;
     padding-top: 0 !important;
}
.mailing-list input {
	letter-spacing: 2px !important;
}
.mailing-list .container {
    max-width: 642px;
}
/* BOTTOM BAR */
.bottom-bar {
	background-color: #EFF3F4;
}
.bottom-bar .text-block.about {
	padding-bottom: 20px;
	padding-top: 20px;
}
.testimonial-panel.widget {
	background: #fff url(library/images/bg-testimonial.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	padding: 75px 0;
}
.testimonial-panel .widgettitle:before {
	color: #99CB3B;
	content: "Customer Feedback";
	display: block;
	font: normal 1.5625rem/1.2em 'milkshake', sans-serif;
	letter-spacing: 0;
	margin-bottom: 7px;
}
.testimonial-panel .widgettitle {
	color: #61828D;
	font-size: 2.25rem;
	letter-spacing: 0.18em;
	margin-bottom: 25px;
	text-align: center;
}
/* INSTA FEED*/
h3.tg-instagram-user-desc-fullname {
    letter-spacing: 0px;
}

h2.tg-instagram-user-name {
    letter-spacing: 0px;
}


/* FOOTER */
.main-footer {
	background-color: #34505A;
	padding-bottom: 4%;
	padding-top: 6%;
}
.main-footer h3.widgettitle {
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 24px;
	letter-spacing: normal;
}
.main-footer ul {
	padding-left: 0;
}
.main-footer ul li {
	list-style: none;
}
.main-footer ul li:before {
	content: ' - ';
	color: #ffffff;
	display: inline-block;
	margin-right: 7px;
}
.main-footer ul li a {
	color: #ffffff;
}
.main-footer ul li a:hover {
	color: #99CB3B;
	text-decoration: none;
}
.main-footer p {
	color: #ffffff;
}
.main-footer p a {
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
}
.main-footer p .fa {
	display: inline-block;
	margin-right: 14px;
	text-align: center;
	width: 18px;
}
.main-footer .fa-map-marker:before {
	content: '';
	width: 9px;
	height: 12px;
	background: url('library/images/icon-placeholder.png') no-repeat;
	display: block;
    margin: auto;
}
.main-footer .fa-clock-o:before {
	content: '';
	width: 12px;
	height: 12px;
	background: url('library/images/icon-clock2.png') no-repeat;
	display: block;
    margin: auto;
}
.main-footer .fa-envelope-o:before {
	content: '';
	width: 11px;
	height: 8px;
	background: url('library/images/icon-envelope2.png') no-repeat;
	display: block;
    margin: auto;
}
.main-footer .fa-mobile:before {
	content: '';
	width: 7px;
	height: 12px;
	background: url('library/images/icon-cellphone.png') no-repeat;
	display: block;
    margin: auto;
}
.colophon {
	background-color: #233941;
	padding-bottom: 32px;
	padding-top: 26px;
}
.colophon p {
	color: #ffffff;
	font-size: .875rem;
	margin: 0;
}
.colophon p.copyright {
	margin: 6px 0;
	font-size: 0.775rem;
}
.colophon p a {
	color: #ffffff;
	text-decoration: none;
}
.colophon p.excite {
	display: inline-block;
	vertical-align: middle;
}
.colophon ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.colophon ul li {
	display: inline-block;
	padding: 0px 3.5px;
}
.colophon ul li a {
	background-color: #ffffff;
	border-radius: 50%;
	color: #233941;
	display: block;
	font-size: 1.5rem;
	height: 41px;
	padding: 8px 0;
	text-align: center;
	width: 41px;
}
.single-product .colophon ul li a {
	padding: 2px 0;
}
.colophon .footer-logo {
	margin-top: -3.9em;
}

/*** Homepage - Enter any style for elements on homepage here ***/
.global-portal .col-sm-3 {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
}
.global-portal .col-sm-3:before {
	bottom: 0;
	color: #DCE7EA;
	content: "";
	font: normal 4.125rem/1em 'milkshake', sans-serif;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.global-portal .free-shipping:before {
	content: "Brisbane";
}
.global-portal .local-produce:before {
	content: "Local";
}
.global-portal .fresh-daily:before {
	content: "Fresh";
}
.global-portal .hand-picked:before {
	content: "Growers";
}
.global-portal .col-sm-3:after {
	background-color: #83A2AC;
	content: ' ';
	height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 2px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}
.global-portal .hand-picked:after {
	display: none;
}
.global-portal .col-sm-3 > * {
	position: relative;
}
.global-portal .col-sm-3 img {
	margin-bottom: 5px;
}
.global-portal .col-sm-3 p {
	color: #61828D;
	font-weight: 900;
	margin-bottom: 6px;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.farmer {
	background-color: #EFF3F4;
	margin-right: 0;
	margin-right: 0;
}
.farmer .farmer-left {
	padding-left: 0;
}
.farmer .farmer-left h5 {
	background-color: #83A2AC;
	color: #ffffff;
	font-size: 1.3125rem;
	font-weight: 400;
	margin: 0;
	padding: 20px;
	text-align: center;
	font-family: 'milkshake';
}
.farmer .farmer-left p,
.farmer .farmer-left img {
	margin: 0;
}
.farmer .farmer-right {
	padding: 0 10px;
}
.farmer .farmer-right p {
	font-size: 0.875rem;
	line-height: 22px;
}
.farmer .farmer-right .em-button {
	font-size: 1rem;
	padding: 13px 45px 10px;
}
/* BLOG SNIPPET */
.latest-blogs {
	margin-top: 60px;
}
.blog-snippet-column {
	background-color: #ffffff;
}
.blog-snippet-column .blog-content {
	padding-left: 41px;
	padding-right: 41px;
	padding-top: 14px;
	text-align: center;
}
.blog-snippet-column .blog-content p.time {
	color: #83A2AC;
	font-size: 1.3125rem;
	text-align: center;
	font-family: 'milkshake';
}
.blog-snippet-column .blog-content h6 {
	color: #505050;
	font-weight: 700;
	font-size: 1.125rem;
	margin: 15px 0;
}
.blog-snippet-column .blog-content p {
	font-size: 0.875rem;
	line-height: 23px;
	text-align: left;
}
.blog-snippet-column .em-blog {
	background-color: #DCE7EA;
	border-radius: 0;
	color: #61828D;
	display: block;
	font-size: 0.875rem;
}

/*** Internal Pages - Enter any style for elements on internal pages here ***/
.inner-banner {
	background-image: url(library/images/visit-us.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 111px;
	padding-top: 111px;
	position: relative;
}
.inner-banner:before {
	background-image: url(library/images/banner-image-wrap.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	background-size: auto;
	content: ' ';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9090;
}
.inner-banner .banner-button {
	position: relative;
	text-align: center;
	z-index: 9091;
}
.inner-banner .banner-button p {
	color: #ffffff;
	font-family: 'milkshake';
	font-size: 1.875rem;
	margin-bottom: 10px;
	margin-top: 0;
}
.inner-banner .banner-button h1 {
	color: #ffffff;
	font-size: 3.125rem;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	text-transform: uppercase;
	letter-spacing: 8px;
}

/* VISIT US PAGE */
.no-bottom-margin p {
	margin-bottom: 0;
}
body.inner h2.inner-heading , .mailing-list h2 {
	letter-spacing: 6px;
}
body.inner .extra-content p {
	font-size: 1rem;
}
.our-produce {
	max-width: 360px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.our-produce h3 {
	background-color: #83A2AC;
	color: #ffffff !important;
	font-family: 'milkshake';
	font-size: 1.3125rem;
	font-weight: 300;
	padding: 20px 0 21px;
	margin-bottom: 0;
	text-align: center;
}
.our-produce p {
	font-size: 0.875rem;
	margin-bottom: 0;
	margin-top: 0;
}
.our-produce p img {
	margin-bottom: 0;
}
.our-produce h6 {
	color: #505050;
	font-weight: 700;
	text-align: center;
}
.our-produce .op-text {
	background-color: #EFF3F4;
	padding-bottom: 19px;
	padding-left: 41px;
	padding-right: 42px;
	padding-top: 23px;
}
.our-produce a {
	background-color: #DCE7EA;
	color: #61828D;
	font-size: .875rem;
	font-weight: 900;
	display: block;
	letter-spacing: 2px;
	padding: 15px 10px;
	text-align: center;
	text-decoration: none;
}

.last-image {
	padding-bottom: 0 !important;
}
.last-image img.aligncenter {
	margin-bottom: 0;
}
body.inner .extra-content .em-button {
	font-size: 0.875rem;
	letter-spacing: 2px;
	margin-top: 30px;
}
.fruits-vegetables-row-03 .column-01.extra-content-col, .margin-top {
	margin-top: 8%;
}

.delis h3 {
	font-size: 1.625rem;
	letter-spacing: 3px;
	margin-bottom: 60px;
}
.delis {
	text-align: center;
}
.delis .deli-content {
	margin-bottom: 85px;
}
.page-catering .extra-content h3 {
	font-size: 1.4375rem;
	font-weight: 800;
	letter-spacing: 2px;
}
.page-catering .extra-content .milkshake {
	color: #61828D;
	font-family: 'milkshake', sans-serif;
	font-weight: 300;
	font-size: 1.375rem;
}
.page-catering .extra-content td {
	color: #83A2AC;
	font-weight: 700;
	padding-bottom: 10px;
	vertical-align: top;
}
.page-catering .extra-content .light, .page-catering .extra-content p.light {
	font-size: 1rem;
	font-weight: 300;
}
.page-catering .extra-content td p {
	font-weight: 300;
	line-height: 150%;
	margin: 0;
}
.catering-row-01 .row-02 {
	margin-top: 6%;
}
.green {
	color: #99CB3B !important;
	font-weight: 300;
}

/* CONTACT PAGE */
.location-info .extra-content-col .extra-content-col-inner {
	background-color: #61828D;
	border-radius: 50px;
	margin-bottom: 62px;
	padding: 20px 36px
}
.location-info .loc-time p:before {
	background-image: url(library/images/loc-time.png);
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	content: "";
	display: inline-block;
	height:  50px;
	margin-right: 27px;
	vertical-align: middle;
	width: 50px;
}
.location-info .loc-time p {
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
}
.location-info .loc-time .green-text {
	color: #99CB3B;
}
.directions-form input.input-form {
	background-color: #ffffff;
	border-radius: 50px;
	color: #83A2AC;
	font-size: .875rem;
	display: inline-block;
	height: 50px;
	margin-right: 2%;
	outline: 0 !important;
	text-align: center;
	vertical-align: top;
	width: 48%;
}
.directions-form input.em-button {
	background-color: #416571 !important;
	display: inline-block;
	font-size: .875rem !important;
	font-weight: 900;
	height:  50px;
	margin-top: 0 !important;
	padding: 12px 20px !important;
	vertical-align: top;
	width: 48%;
}
.map-content {
	padding-bottom: 0 !important;
	position: relative;
}
.map-content p {
	margin: 0;
}
.map-content iframe {
	display: block;
}
.map-content .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.map-content .container-fluid > .row {
	margin: 0;
}
.map-content .container-fluid > .row > .col-xs-12 {
	padding: 0;
}
.map-content .container-fluid h3 {
	color: #ffffff;
	font-size: 1.4375rem;
}
.map-content .map-details {
	background-color: rgba(97, 130, 141, .89);
	bottom: 0;
	max-width: 372px;
	padding: 31px;
	position: absolute;
	top: 0;
	width: 100%;
}
.map-content .map-details p {
	color: #ffffff;
	margin: 26px 0;
}
.map-content .directions-form input.em-button, .map-content .directions-form input.input-form {
	display: block;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.map-content .directions-form input.input-form {
	margin-bottom: 12px;
}
.cform h3 {
	font-size: 1.4375rem;
}
.cform .gform_wrapper .gform_body {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 45px;
}
.cform .gform_wrapper .gform_body .gfield label {
	display: none !important;
}
.cform .gform_wrapper .gform_body .gfield {
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-bottom: 14px;
	margin-top: 0;
}
.cform .gform_wrapper .gform_body .gfield input, .cform .gform_wrapper .gform_body .gfield textarea {
	background-color: #EFF3F4 !important;
	color: #727272 !important;
	font-size: .875rem !important;
	font-weight: 500 !important;
	padding: 17px 25px 16px !important;
}
.cform .gform_wrapper .gform_body .gfield input {
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}
.cform .gform_wrapper .gform_body .gfield textarea {
	height: 325px;
}
.cform .gform_wrapper .gform_footer input {
	background-color: #416571 !important;
	max-width: 380px;
	padding: 18px 20px 15px;
	width: 100% !important;
}
.wrap-details h3 {
	font-size: 1.4375rem;
	text-transform: uppercase;
}
.wrap-details .contact-detail {
	background-color: #DCE7EA;
	padding: 25px 28px 17px;
}
.wrap-details .contact-detail ul {
	border-bottom: 1px solid #83A2AC;
	list-style: none;
	margin-bottom: 30px;
	padding-bottom: 20px;
	padding-left: 0;
}
.wrap-details .contact-detail ul li {
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 25px;
}
.wrap-details .contact-detail ul li, .wrap-details .contact-detail ul li a {
	color: #61828D;
	font-weight: 600;
	text-decoration: none;
}
.wrap-details .contact-detail ul li.phone {
	background-image: url(library/images/icon-call-answer.png);
	-webkit-background-size: 10px;
	background-size: 10px;
}
.wrap-details .contact-detail ul li.map {
	background-image: url(library/images/icon-map-marker.png);
	-webkit-background-size: 9px 13px;
	background-size: 9px 13px;
	font-size: 0.975rem;
}
.wrap-details .contact-detail ul li.clock {
	background-image: url(library/images/icon-clock.png);
	-webkit-background-size: 12px;
	background-size: 12px;
}
.wrap-details .contact-detail ul li.mail {
	background-image: url(library/images/icon-envelope.png);
	-webkit-background-size: 13px 10px;
	background-size: 13px 10px;
}
.wrap-details .contact-detail .social-media {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}
.wrap-details .contact-detail .social-media li {
	display: inline-block;
	padding: 0px 5px 10px;
}
.wrap-details .contact-detail .social-media li a {
	background-color: #83A2AC;
	border-radius: 50%;
	color: #DCE7EA;
	display: block;
	font-size: 1.5rem;
	height: 41px;
	padding: 8px 0;
	width: 41px;
}

.home-row-02 a.em-button {
	width: 200px;
	max-width: 100%;
}

/******************************************
CONTENT PANELS
******************************************/
/* Content Panel default settings */
.extra-content,
.extra-content-col-inner {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Custom width container */
.container-custom-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/* Use Divup plugin to create boostrap grid in the WP editor */
.divup-wrap.row .div-1 {
	display: none;
}

/* Grid columns - Vertical align content */
.column-vertical-align .row,
.column-vertical-align.row {
	display: flex;
	align-items: center;
}
/* Grid columns - Equal height */
.column-equal-height .row,
.column-equal-height.row {
	display: flex;
	align-items: stretch;
}

/* Fluid width content panel, with image on one column */
.side-image-panel .column-01 {
	padding-left: 0;
}
.side-image-panel .column-01 p {
	margin: 0;
}
.side-image-panel .column-02 .extra-content-col-inner {
	max-width: 555px;
}

/* Bottom navigation, below the main content */
.bottom-nav.with-border-padding {
	border-top: 1px solid #ccc;
	padding-top: 48px;
}
.bottom-nav h5 {
	color: #272525;
	font-weight: normal;
}
.bottom-nav ul {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}
.bottom-nav ul li:before {
	display: none;
}

/* Breadcrumbs */
.breadcrumbs {
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 30px;
}

/* Free Quote */
.free-quote-cta-panel,
.extra-content.free-quote-cta-panel {
	background: #2D56A6;
	padding: 0;
}
.free-quote-cta-panel * {
	color: #fff;
}
.free-quote-bar {
	margin: 0 auto;
	max-width: 1110px;
	padding: 65px 0;
}
.career-opportunities-cta-bottom-bar .free-quote-bar {
	max-width: 950px;
}
.free-quote-cta-panel.free-quote-bar {
	padding: 60px 0 67px;
}
.free-quote-bar h2 {
	margin: 1px 0 0;
}
.free-quote-bar p {
	margin: 0;
	text-align: right;
}
.free-quote-bar a.em-button {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	max-width: 100%;
}
.free-quote-bar a.em-white-border:before {
	content: "\f10b";
	font-family: FontAwesome;
	font-size: 34px;
	left: 20px;
	line-height: 1em;
	margin-top: -17px;
	position: absolute;
	top: 50%;
}
.free-quote-bar a.em-white-border {
	padding-left: 35px;
	position: relative;
}
.free-quote-margin {
	margin: 48px 0 0 40px;
}

/* Logos Panel */
.logos-panel ul:before, .logos-panel ul:after {
	content: "";
	display: table;
}
.logos-panel ul:after {
	clear: both;
}
.logos-panel ul {
	align-items: center;
	display: flex;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.logos-panel ul li:before {
	background: #DADADA;
	bottom: -500px;
	content: "";
	left: 0;
	position: absolute;
	top: -500px;
	width: 1px;
}
.logos-panel ul li:first-child:before {
	display: none;
}
.logos-panel ul li {
	float: left;
	padding: 0 15px;
	position: relative;
	text-align: center;
	width: 20%;
}
.logos-panel ul li:nth-child(5n+1) {
	clear: both;
}

/*** Staff List ***/
/* Layout 1 */
.staff-panel .column-01 p {
	margin: 10px 0 0;
}
.staff-panel h3 {
	margin-bottom: 0;
}
.staff-panel h6 {
	font-weight: 300;
}

/* Layout 2 */
.staff-panel-2 {
}
.staff-panel-2 .div-2 p {
	margin: 0;
}
.staff-panel-2 .div-3 {
	margin-top: 50px;
}
.staff-panel-2 h6 {
	float: left;
	margin: 3px 0 0;
}
.staff-panel-2 h4,
.staff-panel-2 h5 {
	margin-left: 50px;
}
.staff-panel-2 h5 {
	font-weight: 500;
}
.staff-panel-2 h4 {
	font-size: 1.5rem;
}

/* Contact Us - Form on left and Testimonials on right side */
.contact-form .testimonials-list {
	margin-top: -20px;
}
.contact-form .column-02,
.get-a-quote-row-01 .column-02 {
	float: right;
	max-width: 380px;
}
.contact-form .column-02 {
	margin-top: 40px;
}

/* Testimonial Content Box */
.testimonial-box:before {
	background: #68B9BC;
	bottom: 0;
	left: 15px;
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	z-index: -1;
}
.testimonial-box:after {
	content: "\201C";
	display: block;
	font-size: 7.75rem;
	line-height: 1em;
	left: 54px;
	position: absolute;
	top: 18px;
}
.testimonial-box {
	color: #fff;
	font-family: 'mrs-eaves-xl-serif', serif;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.41666667em;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 50px 45px 20px 73px;
	position: relative;
}
.testimonial-box * {
	color: #fff;
}

/******************************************
TYPOGRAPHY
******************************************/
.blue-gray-font {
	color: #61828D;
}
.blue-gray-font a {
	color: #61828D;
}
.yellow-green-font {
	color: #99CB3B;
}
.no-padding {
	padding: 0 !important;
}
.no-padding .container-fluid {
	padding: 0;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.border-bottom .container:before,
.border-top .container:before {
	background: rgba(149,152,154,0.5);
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 15px;
	position: absolute;
	right: 15px;
}
.border-top .container:before {
	bottom: auto;
	top: 0;
}
.border-bottom .container,
.border-top .container {
	position: relative;
}
.border-bottom {
	padding-bottom: 50px;
}
.border-top .container {
	padding-top: 50px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid rgba(149,152,154,0.5);
	color: #403c3e;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1rem;
	margin: 0;
	max-width: 100%;
	padding: 6px 8px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium,
div.gform_wrapper .left_label input.medium, div.gform_wrapper .left_label select.medium,
div.gform_wrapper .top_label input.large, div.gform_wrapper .top_label select.large,
div.gform_wrapper .left_label input.large, div.gform_wrapper .left_label select.large {
	height: 50px;
	width: 100%;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper textarea.textarea,
.woocommerce form .form-row textarea {
	height: 170px;
	padding-bottom: 14px;
	padding-top: 14px;
	width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 9px 5px;
	background-position: right .5rem center;
	background-repeat: no-repeat;
    padding: 0 1rem 0 5px;
}
.gform_wrapper .top_label input[type="file"].medium {
	font-size: inherit;
	font-weight: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
}
input[type="submit"], button,
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button,
.woocommerce button.button,
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
	background-color: #99CB3B;
	border: 2px solid rgba(0,0,0,0);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font: 900 0.875rem/17px 'Proxima Nova', sans-serif;
	padding: 15px 30px 14px;
	text-align: center;
	text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    text-transform: uppercase;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	display: block;
}
input[type="submit"]:hover, button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce input.button,
div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type="image"]:hover, div.gform_wrapper .gform_footer input[type="submit"]:hover,
div.gform_wrapper .gform_page_footer .button.gform_button:hover, div.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
	background-color: #88BC24;
	color: #fff;
}
a.em-button {
	background-color: #F46036;
	border: 2px solid rgba(0,0,0,0);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font: 900 14px/1.2em 'Proxima Nova', sans-serif;
	padding: 17px 45px 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a.em-yellow-green {
	background-color: #99CB3B;
}
a.em-transparent-green {
	background-color: transparent;
	border-color: #99CB3B;
	color: #505050;
}
a.em-blue-gray {
	background-color: #61828D;
}
a.em-blue-background {
	background-color: #166988;
}
a.em-blue-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #009ED2;
	color: #166988;
}
a.em-white-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff;
	color: #fff;
}
a.em-white-background {
	background-color: #fff;
	color: #3E4047;
}
a.em-black-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #272525;
	color: #272525;
}
a.em-black-background {
	background-color: #272525;
	color: #fff;
}
a.em-red-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #ED1B24;
	color: #ED1B24;
}
a.em-red-background {
	background-color: #ED1B24;
	color: #fff;
}
a.em-rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.em-button:hover {
	background-color: #E3491E;
	color: #fff;
	text-decoration: none;
}
a.em-yellow-green:hover {
	background-color: #88BC24;
}
a.em-transparent-green:hover {
	background-color: #99CB3B;
	color: #ffffff;
}
a.em-blue-gray:hover {
	background-color: #4D6F7A;
}
a.em-blue-background:hover {
	background-color: #1d88af;
}
a.em-blue-border:hover {
	background-color: #166988;
	color: #fff;
}
a.em-white-border:hover,
a.em-white-background:hover {
	background-color: #00c9cc;
	color: #fff;
}
a.em-black-border:hover,
a.em-black-background:hover {
	background-color: #00c9cc;
	color: #fff;
}
a.em-red-border:hover {
	background-color: #ED1B24;
	color: #fff;
}
a.em-red-background:hover {
	background-color: #d4111b;
	color: #fff;
}
a.pdf-link:before, a.doc-link:before {
	font-family: FontAwesome;
	font-size: 30px;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
a.doc-link:before {
	content: "\f0f6";
}
a.pdf-link:before {
	content: "\f1c1";
}
a.pdf-link, a.doc-link {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
    padding: 8px 0 6px 53px;
	position: relative;
}
a.hyper-link {
	background: url(library/images/icon-link@2x.png) no-repeat 0 7px;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
	font-weight: 500;
	padding: 0 0 0 32px;
	text-decoration: none;
}
p.testimonial {
	border-left: 7px solid #009ED2;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.54545455em;
	margin: 22px 0;
	padding-left: 25px;
}
.blue-dot,
.black-dot {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.blue-dot li:before,
.black-dot li:before {
	background: #009ED2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 11px;
}
.black-dot li:before {
	background: #272525;
}
.blue-dot li,
.black-dot li {
	padding: 0 0 0 27px;
	position: relative;
}
.list-check-square,
.list-check {
	list-style: none;
	padding: 0;
}
.list-check-square li {
	background: url(library/images/check-square@2x.png) no-repeat 0 0.12em;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-o-background-size: 21px auto;
	background-size: 21px auto;
	margin: 1rem 0;
	padding-left: 30px;
}
.list-check li:before {
	color: #166988;
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}
.list-check li {
	font-weight: normal;
	margin: 1rem 0;
	padding-left: 40px;
	position: relative;
}
.no-bullet {
	margin-left: 0;
	padding: 0;
}
.no-bullet li ul, .no-bullet li ol {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0;
}
ul.square, ol.square {
	list-style-type: square;
}
ul.circle, ol.circle {
	list-style-type: circle;
}
ul.disc, ol.disc {
	list-style-type: disc;
}
ul.no-bullet, ol.no-bullet {
	list-style: none;
}
.big-margin li {
	margin-bottom: 1.5rem;
}
table.table-style-1 {
	background: #0d294a5;
}
.table-style-1 td, .table-style-1 th {
	border-bottom: none;
	border-left: 1px solid #fff;
	border-right: none;
	border-top: 1px solid #fff;
	padding: 13px 15px 13px;
	text-align: left;
}
.table-style-1 th {
	background: #152e54;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.333333em;
}
.table-style-1 tr td:first-child, .table-style-1 tr th:first-child {
	border-left: none;
}
.table-style-1 tr:nth-child(2n) td {
	background: #e1e5ec;
}
table.notable {
}
code {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	color: #333333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: 0 5px;
}
abbr, acronym {
	color: #222;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase;
}
abbr {
	text-transform: none;
}
abbr[title] {
	border-bottom: 1px dotted #DDDDDD;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 4px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.mce-content-body img[data-wp-more] {
	height: 16px !important;
}

@media (max-width: 1400px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 44px;
	}
	a.em-button,
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 13px 30px 12px;
	}
	.jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 42px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 42px;
	}
}

@media (max-width: 1199px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 40px;
	}
	a.em-button,
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 11px 25px 10px;
	}
	.jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 38px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 38px;
	}
}

@media (max-width: 991px) {
	a.pdf-link:after, a.doc-link:after {
		right: 0;
	}
	a.pdf-link, a.doc-link {
		padding-right: 40px;
	}
}

@media (max-width: 767px) {
	/*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable, .notable thead, .notable tbody, .notable tfoot, .notable tr, .notable th, .notable td,
	.table-style-1, .table-style-1 thead, .table-style-1 tbody, .table-style-1 tfoot .table-style-1 tr, .table-style-1 th, .table-style-1 td,
	.table-style-2, .table-style-2 thead, .table-style-2 tbody, .table-style-2 tfoot, .table-style-2 tr, .table-style-2 th, .table-style-2 td,
	.shop_table, .shop_table thead, .shop_table tbody, .shop_table tfoot, .shop_table tr, .shop_table th, .shop_table td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable thead tr, .notable th,
	.table-style-1 thead tr, .table-style-1 th,
	.table-style-2 thead tr, .table-style-2 th,
	.shop_table thead tr, .shop_table th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-style-2 tr {
		border-top: 1px solid #e5e5e5;
	}
	.table-style-2 tbody tr:first-child {
		border-top: none;
	}
	.notable td,
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		content: attr(data-heading);
	}

	/* Custom Style */
	.shop_table tr {
		border-top: 1px solid #e5e5e5;
	}
	.shop_table tbody tr:first-child {
		border-top: none;
	}
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		padding: 0 10px 10px !important;
		width: auto !important;
	}
	.shop_table td {
		border-top: none !important;
	}
	.table-style-1 tr td:first-child,
	.table-style-2 tr td:first-child,
	.shop_table tr td:first-child, .shop_table tr th:first-child {
		padding-top: 10px !important;
	}
	.product-remove {
		line-height: 0.9em;
	}
	.list-check li {
		padding-left: 27px;
	}
	.list-check-square li {
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		background-size: 16px auto;
	}
	a.em-button,
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"] {
		font-size: 1.25rem;
		line-height: 1em;
		padding-bottom: 10px;
		padding-top: 11px;
	}
}

@media (max-width: 641px) {
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: inherit;
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	p.testimonial {
		border-left-width: 8px;
		padding-left: 15px;
	}
	a.pdf-link, a.doc-link {
		padding-left: 40px;
	}
}

/******************************************
SIDEBAR
******************************************/
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #b8b8b8;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}

/******************************************
IMAGE SCROLLER
******************************************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}

/******************************************
ACCORDION
******************************************/
.accordion {
	margin: -20px 0 30px;
}
.accordion > p {
	display: none; /* Fix empty P tag */
}
h3.accordion-title:before {
	content: "\002B";
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1em;
	margin-top: -9px;
	position: absolute;
	right: 25px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	border: 2px solid #ED1B24;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 50px 0 0;
	padding: 30px 60px 30px 30px;
	position: relative;
}
h3.accordion-title.open {
	background: #009ED2;
	border-color: #009ED2;
	color: #fff;
}
.accordion-content {
	background: #F2F2F2;
	margin: 0;
	padding: 15px 40px;
}

/******************************************
WP-TILES
******************************************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}

/******************************************
WOOCOMMERCE
******************************************/
/* General Styles */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	margin-left: 20px;
	order: 2;
}
.woocommerce-wrapper {
	position: relative;
}
.woocommerce-page .main-header {
	position: static;
}
.post-code-search {
	margin-bottom: 40px;
}

/* MiniCart */
.em-minicart-wrapper, .em-minicart-wrapper a {
	color: #B1B1B1;
}
.em-minicart-wrapper a:hover {
	color: #de4d21;
	text-decoration: none;
}
.em-minicart-wrapper > div {
	display: inline-block;
	margin: 0 4px;
	vertical-align: top;
}
.em-minicart-link a:before {
	content: "\f291";
	font-family: FontAwesome;
	font-size: 1.25rem;
	line-height: 1em;
	text-indent: 0;
}
.em-minicart-link a {
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
}
.em-minicart-checkout {
	font-weight: normal;
	text-transform: uppercase;
}

#billing_country_field,
#billing_state_field,
#shipping_state_field,
#shipping_country_field {
	display: none !important;
}

/* Product Slider */
.em-product-slider {
	margin: 0;
	padding: 0 30px;
}
.em-product-slider .slides > li {
	text-align: center;
}
.em-product-slider .slides > li a {
	display: block;
}
.em-product-slider-thumb {
	display: block;
	height: 210px;
}
.em-product-slider .slides > li img {
	display: inline;
	max-height: 165px;
	width: auto;
}
.em-product-slider-title {
	font-size: 1.5rem;
	font-weight: normal;
}
.em-product-slider .flex-direction-nav a {
	top: 110px;
}

/* Featured Products */
.featured_products ul.products:after {
	clear: both;
	content: "";
	display: table;
}
.featured_products ul.products {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
}
.featured_products ul.products li {
	float: left;
	padding: 15px;
	width: 33.333333%;
}
.featured_products ul.products li.product .onsale {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.featured_products ul.products li.product a {
	text-decoration: none;
}
.featured_products ul.products li.product .price {
	display: block;
}

/* Special Layout/Width for Shop page */
body.post-type-archive-product .mainbody,
body.tax-product_cat .mainbody {
	padding-bottom: 0 !important;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0 !important;
}
body.post-type-archive-product .mainbody > .container:before,
body.post-type-archive-product .mainbody > .container:after,
body.tax-product_cat .mainbody > .container:before,
body.tax-product_cat .mainbody > .container:after {
	background: #DCE7EA;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 25%;
}
body.post-type-archive-product .mainbody > .container:before,
body.tax-product_cat .mainbody > .container:before {
	left: 0;
}
body.post-type-archive-product .mainbody > .container:after,
body.tax-product_cat .mainbody > .container:after {
	right: 0;
}
body.post-type-archive-product .mainbody > .container,
body.tax-product_cat .mainbody > .container {
	max-width: 1920px;
	position: relative;
}
body.post-type-archive-product .mainbody > .container > .row,
body.tax-product_cat .mainbody > .container > .row {
	position: relative;
	z-index: 1;
}
body.post-type-archive-product .main-content,
body.tax-product_cat .main-content {
	padding-bottom: 40px;
	padding-top: 40px;
}
body.post-type-archive-product .woocommerce-wrapper,
body.tax-product_cat .woocommerce-wrapper {
	margin: 0 auto;
	max-width: 770px;
}

/* Product Category Sidebar */
.left-sidebar,
.main-sidebar {
	padding-bottom: 40px;
	padding-top: 40px;
}
.left-sidebar-mobile {
	padding-bottom: 30px;
}
.left-sidebar .widget,
.main-sidebar .widget {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.left-sidebar .widget:first-child,
.main-sidebar .widget:first-child {
	margin-top: 0;
}
.left-sidebar h3.widgettitle,
.main-sidebar h3.widgettitle {
	color: #61828D;
	font-size: 1.4375rem;
	margin-bottom: 19px;
	text-transform: uppercase;
}
.product-cats {
	background: #EFF3F4;
	border: 1px solid #D1DCE0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-cats > li {
	border-top: 1px solid #D1DCE0;
}
.product-cats > li:first-child {
	border-top: none;
}
.product-cats > li.has-sub-cat > a:after {
	color: #B8CED5;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 1em;
	position: absolute;
	right: 21px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-cats > li.has-sub-cat.current > a:after {
	content: "\f106";
}
.product-cats > li > a {
	color: #61828D;
	display: block;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.09em;
	padding: 11px 45px 11px 28px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.product-cats > li > ul {
	background: #fff;
	border-top: 1px solid #D1DCE0;
	display: none;
	list-style: none;
	margin: 0;
	padding: 14px 28px;
}
.product-cats > li.active > ul,
.product-cats > li.active-ancestor > ul {
	display: block;
}
.product-cats > li > ul li {
	border-top: 1px solid #D1DCE0;
}
.product-cats > li > ul li:first-child {
	border-top: none;
}
.product-cats > li > ul li a {
	color: #505050;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 0;
	text-decoration: none;
}
.product-cats > li > ul li.active a,
.product-cats > li > ul li a:hover {
	color: #61828D;
}

/* Product Filter Sidebar */
.left-sidebar .yith-woocommerce-ajax-product-filter.with-checkbox ul {
	background: #EFF3F4;
	border: 1px solid #D1DCE0;
	padding: 28px;
}
.left-sidebar .yith-wcan li a {
	color: #61828D;
	font-size: 14px;
	font-weight: 900;
	display: block;
	letter-spacing: 0.09em;
	padding: 3px 0 !important;
	text-decoration: none;
	text-transform: uppercase;
}
.yith-woocommerce-ajax-product-filter.with-checkbox ul li {
	padding: 5px 0;
}
.yith-woocommerce-ajax-product-filter.with-checkbox ul li a:before {
	background: #fff;
	border: 1px solid #61828D;
	color: #61828D !important;
	content: "";
	font-family: FontAwesome !important;
	font-size: 26px;
	height: 35px;
	left: 0;
	line-height: 33px !important;
	margin-right: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 35px;
}
.yith-woocommerce-ajax-product-filter.with-checkbox ul li.chosen a:before {
	content: "\f00c";
}
.yith-woocommerce-ajax-product-filter.with-checkbox ul li a {
	padding: 6px 0 4px 55px !important;
	position: relative;
}

/* Minicart Sidebar */
.main-sidebar .widget_shopping_cart_content:before {
	background: url(library/images/timeline@2x.png) no-repeat left top;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-top: 14.044944%;
}
.main-sidebar .widget_shopping_cart_content {
	margin-top: 50px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	background: #EFF3F4;
	border: 1px solid #D8E2E5;
	margin: 20px 0 0;
	padding: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	font-size: 36px;
	height: 30px;
	left: auto;
	line-height: 28px;
	padding: 2px 0 0;
	right: 5px;
	top: 5px;
	width: 30px;
	z-index: 1;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	color: #505050;
	padding: 12px 35px 0 150px;
	text-decoration: none;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	float: left;
	margin: -12px 20px 0 -150px;
	width: 130px;
}
.woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {
	color: #505050;
	display: block;
	font-size: 1.25rem;
	/*font-weight: bold;*/
	margin-left: 150px;
}
.quantiy-amount {
	display: block;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border: none;
	color: #61828D;
	font-size: 1.375rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	margin: 50px 0 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons, .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons {
	margin: 37px 0 0;
}
.woocommerce .widget_shopping_cart .buttons a.wc-forward, .woocommerce.widget_shopping_cart .buttons a.wc-forward {
	background-color: #F46036;
	letter-spacing: 0.09em;
	margin: 0 auto;
	max-width: 300px;
}
.woocommerce .widget_shopping_cart .buttons a.wc-forward:hover, .woocommerce.widget_shopping_cart .buttons a.wc-forward:hover {
	background: #f23e0d;
}
.woocommerce .widget_shopping_cart .checkout, .woocommerce.widget_shopping_cart .checkout {
	display: none;
}

/* Product Archive Page */
.product-listing-switch-view {
	float: right;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
.product-listing-switch-view li {
	border-left: 1px solid #c7c6c2;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
}
.product-listing-switch-view li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.product-listing-switch-view li a:before {
	color: #d6d6d3;
	font-family: FontAwesome;
	font-size: 1.222222rem;
	margin-right: 3px;
	vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
	content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
	content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
	color: #000;
}
.product-listing-switch-view li a {
	color: #596060;
	display: block;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: normal;
	text-decoration: none;
}
.woocommerce ul.products li.product {
	*zoom: 1;
}
.woocommerce ul.products li.product:before,
.woocommerce ul.products li.product:after {
	content: "";
	display: table;
	line-height: 0;
}
.woocommerce ul.products li.product:after {
	clear: both;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	margin-top: 50px !important;
	max-width: none;
}
.single-product.woocommerce .woocommerce-error, .single-product.woocommerce .woocommerce-info, .single-product.woocommerce .woocommerce-message {
	margin-top: 0 !important;
}
.woocommerce-products-header__title {
	color: #61828D;
	font-size: 1.4375rem;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
}
.woocommerce .woocommerce-breadcrumb {
	color: #505050;
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.woocommerce .woocommerce-breadcrumb a {
	color: #505050;
}
.woocommerce .woocommerce-breadcrumb .woocommerce-breadcrumb-spearator:before {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
}
.woocommerce .woocommerce-breadcrumb .woocommerce-breadcrumb-spearator {
	color: #83A2AC;
	margin: 0 12px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: none;
	font-size: 1rem;
	margin: 4px 0 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin: 0;
	position: absolute;
	right: 0;
	top: 12px;
}
.woocommerce-ordering .jqTransformSelectWrapper div span,
.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	line-height: 48px;
}
.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen {
	width: 48px;
}
.woocommerce nav.woocommerce-pagination {
	margin: 50px 0 0;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	padding: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	border: 2px solid #99CB3B;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #505050;
	display: block;
	font-size: 15px;
	font-weight: 900;
	height: 36px;
	line-height: 32px;
	padding: 0;
	text-align: center;
	width: 36px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #99CB3B;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 32px;
	text-indent: 0;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before {
	content: "\f104";
}
.woocommerce nav.woocommerce-pagination ul li a.next:before {
	content: "\f105";
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
	color: #99CB3B;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
}
.woocommerce nav.woocommerce-pagination ul li a.prev {
	padding-right: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a.next {
	padding-left: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:focus,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
	color: #fff;
}

/* Product Archive - Grid View */
.woocommerce ul.products {
	margin: 0 -15px;
}
.woocommerce ul.products li.product {
	float: left;
	margin: 0;
	padding: 15px;
	width: 50%;
}
.woocommerce ul.products li.product:nth-child(2n+1) {
	clear: both;
}
.product-list-item {
	background: #EFF3F4;
	padding: 60px 40px 40px;
	position: relative;
	text-align: center;
}
.product-list-info {
	padding: 24px 0 0;
}
.product-list-thumb {
	position: relative;
	text-align: center;
}
.woocommerce span.onsale:before,
.featured_products span.onsale:before {
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 76px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 76px;
}
.woocommerce span.onsale,
.featured_products span.onsale {
	background: #99CB3B;
	font: normal 1.75rem/1em 'milkshake', sans-serif;
	height: 82px;
	left: auto;
	min-height: 1px;
	min-width: 1px;
	line-height: 82px;
	padding: 0;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 82px;
}
.woocommerce ul.products li.product .onsale,
.featured_products ul.products li.product .onsale {
	margin: -30px -20px 0 0 !important;
}
.woocommerce ul.products li.product a img {
	display: inline;
	line-height: 0;
	margin: 0;
	vertical-align: top;
	width: auto;
}
.product-listing-title {
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0;
}
.product-listing-title a {
	color: #505050;
}
.product-listing-title a:hover {
	color: #419a9d;
}
.product-list-new {
	color: #83A2AC;
	font: normal 1.3125rem/1em 'milkshake', sans-serif;
	position: absolute;
	left: 10px;
	top: 22px;
	right: 10px;
}
.product-list-des {
	font-size: 1rem;
	margin-top: 3px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price,
.featured_products ul.products li.product .price {
	color: #505050;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.3em;
	margin: 8px 0 16px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, {
	margin-bottom: 25px;
}
.woocommerce ul.products li.product .price del,
.featured_products ul.products li.product .price del {
	display: none;
}
.woocommerce ul.products li.product .price ins,
.featured_products ul.products li.product .price ins {
	text-decoration: none;
}
.woocommerce ul.products li.product .sell-size {
	margin: -8px 0 16px;
}
.product-list-link {
	float: left;
}
.product-list-link a.em-button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	font-size: 1.0625rem;
	letter-spacing: 0.09em;
	padding: 15px 25px 14px;
	text-align: center;
}
.woocommerce ul.products li.product .button,
.featured_products ul.products li.product .button {
	background: #61828D;
	float: none;
	margin: 13px auto 0;
	max-width: 100%;
	width: 220px;
}
.woocommerce ul.products li.product .button:hover,
.featured_products ul.products li.product .button:hover {
	background: #5e7d87;
}
.woocommerce ul.products li.product form.cart {
	text-align: center;
}
.woocommerce form.cart .quantity .qty,
.featured_products form.cart .quantity .qty {
	background: #fff;
	border: 1px solid #61828D;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	padding: 5px 10px;
	text-align: center;
	width: 220px;
}
.woocommerce div.product form.cart .button,
.featured_products div.product form.cart .button {
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.09em;
	width: 220px;
}
.woocommerce .product-list-info form.cart .quantity .qty {
	background: #fff;
}
.woocommerce ul.products li.product form.cart .minus,
.woocommerce ul.products li.product form.cart .plus {
	display: none;
}

/* Product Archive - List View */
body.em-list-view-mode.woocommerce ul.products {
	margin: 0;
}
body.em-list-view-mode.woocommerce ul.products li.product {
	float: none;
	width: auto;
}
body.em-list-view-mode .product-list-item {
	padding: 40px 25px;
}
body.em-list-view-mode .product-list-item,
body.em-list-view-mode .product-list-thumb,
body.em-list-view-mode .product-list-content {
	min-height: 1px !important;
}
body.em-list-view-mode .product-list-thumb {
	float: left;
	width: 150px;
}
body.em-list-view-mode .product-list-info {
	padding: 0 0 0 175px;
}
body.em-list-view-mode .product-list-des {
	margin-bottom: 30px;
	margin-top: 9px;
}
body.em-list-view-mode.woocommerce ul.products li.product .price {
	float: left;
	margin: 17px 0 0;
	width: 33.333333%
}
body.em-list-view-mode .product-list-link a.em-button, body.em-list-view-mode.woocommerce ul.products li.product .button {
	padding-left: 35px;
	padding-right: 35px;
}

/* Product Detail */
body.single-product .mainbody:before {
	background: url(library/images/product-bg-left.png) no-repeat left top;
	content: "";
	height: 254px;
	left: 0;
	position: absolute;
	top: 134px;
	width: 233px;
}
body.single-product .mainbody:after {
	background: url(library/images/product-bg-right.png) no-repeat left top;
	content: "";
	height: 173px;
	position: absolute;
	right: 70px;
	top: 193px;
	width: 223px;
}
body.single-product .mainbody {
	overflow: hidden;
	padding-bottom: 0 !important;
	position: relative;
}
body.single-product .mainbody > .container {
	position: relative;
	z-index: 1;
}
.woocommerce-product-gallery__image,
.product-thumbnail-slider {
	display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	float: left !important;
	margin: 0;
	padding-right: 15px;
	width: 25%;
}
.woocommerce div.product div.images {
	text-align: center;
}
.woocommerce div.product div.images img {
	display: inline;
	line-height: 0;
	vertical-align: top;
	width: auto;
}
.product-main-image-wrapper {
	position: relative;
}
.woocommerce #content div.product.product_tag-new div.summary:before, .woocommerce div.product.product_tag-new div.summary:before, .woocommerce-page #content div.product.product_tag-new div.summary:before, .woocommerce-page div.product.product_tag-new div.summary:before,
.woocommerce #content div.product.product_tag-in-season div.summary:before, .woocommerce div.product.product_tag-in-season div.summary:before, .woocommerce-page #content div.product.product_tag-in-season div.summary:before, .woocommerce-page div.product.product_tag-in-season div.summary:before {
	background: url(library/images/aus_made@2x.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	content: "";
	height: 118px;
	float: right;
	margin-left: 20px;
	width: 118px;
}
.woocommerce #content div.product.product_tag-in-season div.summary:before, .woocommerce div.product.product_tag-in-season div.summary:before, .woocommerce-page #content div.product.product_tag-in-season div.summary:before, .woocommerce-page div.product.product_tag-in-season div.summary:before {
	background-image: url(library/images/in_season@2x.png);
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right !important;
	margin: 0;
	padding-left: 15px;
	width: 66.666667%;
}
.product_sub_title {
	color: #99CB3B;
	font: normal 1.5625rem/1em 'milkshake', sans-serif;
	margin-bottom: 10px;
}
.woocommerce div.product .product_title {
	color: #61828D;
	font-size: 2.25rem;
  line-height: 2.5rem;
	font-weight: 900;
	/*letter-spacing: 0.18em;*/
	margin-bottom: 12px;
	text-transform: uppercase;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #D9594C;
	font-size: 1.25rem;
	font-weight: 600;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	color: #505050;
	margin-right: 20px;
	opacity: 1;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight: 600;
	text-decoration: none;
}
.product-detail-des {
	font-size: 1rem;
	line-height: 1.625em;
}
.product-detail-des p {
	margin-bottom: 12px;
	margin-top: 12px;
}
a.product-readmore {
	color: #99CB3B;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.11em;
}
.product-detail-after-more {
	display: none;
}
.product_meta {
	font-size: 1em;
}
.woocommerce div.product form.cart {
	float: none;
	margin-bottom: 70px;
	margin-top: 30px;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0 25px 0 0;
}
.product-detail-message {
	font-size: 13px;
	line-height: 1.69230769em;
	margin-top: 23px;
}
.related.products:before, .related.products:after {
	background: #EFF3F4;
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
}
.related.products:before {
	right: 100%;
	width: 9999em;
}
.related.products:after {
	left: 100%;
	width: 9999em;
}
.related.products {
	background: #EFF3F4;
	clear: both;
	padding: 80px 0;
	position: relative;
}
.related.products > h2:before {
	color: #99CB3B;
	content: "You May Also Like";
	display: block;
	font: normal 1.5625rem/1.2em 'milkshake', sans-serif;
	letter-spacing: 0;
	margin-bottom: 7px;
	text-transform: none;
}
.related.products > h2 {
	color: #61828D;
	letter-spacing: 0.18em;
	text-align: center;
	text-transform: uppercase;
}
.woocommerce .related ul.products li.product {
	width: 33.333333%;
}
.related .product-list-item {
	background: #fff;
}
.woocommerce .related ul.products li.product:nth-child(2n+1) {
	clear: none;
}
.woocommerce .related ul.products li.product:nth-child(3n+1) {
	clear: both;
}
.woocommerce div.product .related form.cart div.quantity {
	float: none;
	margin: 0;
}
.woocommerce div.product .related form.cart {
	margin: 0;
}

/* Cart Page */
body.woocommerce-cart .mainbody:before,
body.woocommerce-cart .mainbody:after,
body.woocommerce-checkout .mainbody:before,
body.woocommerce-checkout .mainbody:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
body.woocommerce-cart .mainbody:before,
body.woocommerce-checkout .mainbody:before {
	background: url(library/images/product-bg-left.png) no-repeat left top;
	height: 254px;
	left: 0;
	width: 233px;
}
body.woocommerce-cart .mainbody:after,
body.woocommerce-checkout .mainbody:after {
	background: url(library/images/checkout-bg-right.png) no-repeat left top;
	height: 703px;
	right: 62px;
	width: 232px;
}
body.woocommerce-cart .mainbody,
body.woocommerce-checkout .mainbody {
	position: relative;
}
body.woocommerce-cart .mainbody > .container,
body.woocommerce-checkout .mainbody > .container {
	position: relative;
	z-index: 1;
}
.woocommerce-cart-form:before,
.woocommerce .cart-collaterals:before, .woocommerce-page .cart-collaterals:before {
	color: #61828D;
	display: block;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.3em;
	letter-spacing: 0.08em;
	margin-bottom: 37px;
}
.woocommerce-cart-form:before {
	content: "YOUR BASKET";
}
.woocommerce .cart-collaterals:before, .woocommerce-page .cart-collaterals:before {
	content: "TOTAL";
}
.woocommerce-cart-form {
	float: left;
	padding-right: 15px;
	width: 66.666667%;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	float: left;
	padding-left: 15px;
	width: 33.333333%;
}
.woocommerce table.shop_table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
.woocommerce table.shop_table.cart thead {
	display: none;
}
.woocommerce table.shop_table.cart tbody,
.woocommerce table.shop_table.cart tr,
.woocommerce table.shop_table.cart td {
	display: block;
}
.woocommerce table.shop_table.cart tr:after {
	clear: both;
	content: "";
	display: table;
}
.woocommerce table.shop_table.cart tr {
	background: #EFF3F4;
	margin-top: 20px;
	position: relative;
}
.woocommerce table.shop_table.cart tbody tr:first-child {
	margin-top: 0;
}
.woocommerce table.shop_table.cart td {
	border: none;
	color: #505050;
	font-weight: 600;
	padding: 0;
}
.woocommerce table.shop_table td.product-remove {
	position: absolute;
	right: 10px;
	top: 10px;
}
.woocommerce a.remove {
	color: #83A2AC !important;
	font-size: 2.5rem;
}
.woocommerce table.shop_table td.product-thumbnail {
	float: left;
	margin-right: 40px;
	width: 200px;
}
.woocommerce table.shop_table td.product-thumbnail img {
	width: auto;
}
.woocommerce table.shop_table td.product-name {
	padding: 10px 0 0;
}
.woocommerce table.shop_table td.product-name a {
	color: #505050;
	font-weight: bold;
}
.woocommerce table.shop_table td.product-price {
	padding-bottom: 8px;
}
#add_payment_method table.cart input.qty, .woocommerce-cart table.cart input.qty, .woocommerce-checkout table.cart input.qty {
	border: 1px solid #61828D;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	height: 50px;
	width: 120px;
}
.woocommerce table.shop_table td.product-subtotal {
	font-size: 1.4375rem;
	font-weight: 900;
	padding-top: 10px;
}
.woocommerce table.shop_table.cart tr:last-child {
	background: none;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	border-bottom: none;
	padding: 20px 0 0;
}
.woocommerce .cart td.actions .coupon {
	display: none;
}
.woocommerce .cart td.actions .button {
	height: 50px;
	padding: 10px 30px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	background: #EFF3F4;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	font-size: 1.0625rem;
	height: 50px;
	margin: 0;
	padding: 5px 70px 5px 20px;
	width: 210px;
}
.woocommerce .cart td.actions .coupon .button {
	background: #61828D;
	margin-left: -60px;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
}
.woocommerce .cart td.actions .coupon .button:hover {
	background: #FB9475;
}
.woocommerce .cart td.actions .button[name="update_cart"] {
	background: none;
	border-color: #F46036;
	color: #F46036;
	opacity: 1;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}
.cart_totals {
	background: #DCE7EA;
	padding: 38px 35px;
}
.cart_totals h2:before {
	background: url(library/images/timeline2@2x.png) no-repeat left top;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	content: "";
	display: block;
	padding-top: 16.891892%;
	text-indent: 0;
}
.cart_totals h2 {
	font-size: 0;
	line-height: 0;
	margin: 0 auto 10px;
	max-width: 296px;
	text-indent: -999em;
}
.woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: collapse;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals tbody,
.woocommerce-cart .cart-collaterals .cart_totals tr,
.woocommerce-cart .cart-collaterals .cart_totals td {
	display: block;
}
.woocommerce .cart_totals table.shop_table tr:after {
	clear: both;
	content: "";
	display: table;
}
.woocommerce .cart_totals table.shop_table tr {
	border-bottom: 1px solid #83A2AC;
	padding: 28px 0;
}
.woocommerce .cart_totals table.shop_table th {
	border: none;
	float: left;
	padding: 0;
	width: 30%;
}
.woocommerce .cart_totals table.shop_table td {
	border: none;
	float: right;
	padding: 0;
	text-align: right;
	width: 70%;
}
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table .amount {
	color: #61828D;
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	line-height: 1.3em;
	text-transform: uppercase;
}
.woocommerce .cart_totals table.shop_table .shipping th,
.woocommerce .cart_totals table.shop_table .shipping td {
	float: none;
	width: auto;
}
.woocommerce .cart_totals table.shop_table .shipping th {
	padding-bottom: 10px;
}
.woocommerce .cart_totals table.shop_table .shipping td {
	color: #61828D;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.09em;
	line-height: 1.67142857em;
	text-align: left;
}
.woocommerce .cart_totals table.shop_table .shipping p {
	color: #61828D;
	margin: 0;
}
.woocommerce-shipping-calculator {
	margin-top: 15px;
}


.woocommerce ul#shipping_method li:last-child {
	display: none;
}
.woocommerce .cart_totals table.shop_table .shipping .woocommerce-shipping-calculator {
	letter-spacing: 0;
}
.woocommerce .cart_totals table.shop_table .shipping .woocommerce-shipping-calculator p {
	color: #403c3e;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 0;
	padding: 3px 0;
}
a.shipping-calculator-button {
	color: #61828D;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.09em;
	line-height: 1.67142857em;
	text-decoration: none;
	text-transform: uppercase;
}
.shipping-calculator-form {
	display: block !important;
}
#calc_shipping_country_field,
#calc_shipping_state_field {
	display: none;
}
.woocommerce .cart_totals table.shop_table .shipping .woocommerce-shipping-calculator p > span {
	display: block;
}
.woocommerce form.woocommerce-shipping-calculator .form-row input.input-text,
.woocommerce form.woocommerce-shipping-calculator .form-row select {
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
}
.woocommerce form.woocommerce-shipping-calculator .form-row input.input-text {
	background: #fff;
}
.woocommerce .woocommerce-shipping-calculator button.button {
	width: 100%;
}
.woocommerce .cart_totals table.shop_table .includes_tax .amount {
	font-size: 14px;
}
.woocommerce .cart_totals table.shop_table small {
	font-size: 14px;
}
.woocommerce .cart_totals table.shop_table .cart-note td {
	color: #61828D;
	float: none;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25em;
	text-align: left;
	width: auto;
}
.cart-note p {
	margin-bottom: 22px;
	margin-top: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding-bottom: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
	background: #F46036;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: #E3491E;
}

/* Checkout Page */
#customer_details h3 {
	color: #61828D;
	font-size: 1.4375rem;
	letter-spacing: 0.08em;
	margin: 0 0 18px;
	text-transform: uppercase;
}
#customer_details {
	float: left;
	padding-right: 15px;
	width: 66.666667%;
}
.woocommerce #customer_details.col2-set .col-1, .woocommerce-page #customer_details.col2-set .col-1,
.woocommerce #customer_details.col2-set .col-2, .woocommerce-page #customer_details.col2-set .col-2 {
	float: none;
	width: auto;
}
.woocommerce form .form-row {
	padding: 15px 0 0;
	margin: 0;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 50%;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	padding-right: 15px;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	padding-left: 15px;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	border: none;
	background: #EFF3F4;
	font-size: 14px;
	font-weight: 600;
	padding-left: 25px;
}
#ship-to-different-address:before {
	content: "DELIVERY ADDRESS";
	display: block;
	margin-bottom: 20px;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	float: none;
	margin-top: 40px;
}
#ship-to-different-address label {
	color: #767676;
	font-size: 14px;
	letter-spacing: 0.09em;
}
.woocommerce-additional-fields:before {
	color: #61828D;
	content: "DELIVERY INSTRUCTIONS";
	display: block;
	font-size: 1.4375rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.woocommerce-additional-fields-pickup:before {
	content: "PICKUP INSTRUCTIONS";
}
.woocommerce-additional-fields {
	margin-top: 30px;
}
.woocommerce form #order_comments_field.form-row:after {
	color: #727272;
	content: "E.g. Leave behind gate OR Leave next door if not home";
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding-top: 14px;
}
.woocommerce form #order_comments_field.form-row {
	float: none;
	padding-right: 0;
	width: auto;
}
#order_review_heading:before {
	content: "PAYMENT";
	display: block;
	font-size: 1.4375rem;
	letter-spacing: 0.08em;
	line-height: 1.5em;
	text-indent: 0;
}
#order_review_heading {
	color: #61828D;
	float: right;
	font-size: 0;
	line-height: 0;
	margin: 0 0 33px;
	padding-left: 15px;
	text-indent: -999em;
	width: 33.333333%;
}
#order_review:before {
	background: url(library/images/timeline3@2x.png) no-repeat left top;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	content: "";
	display: block;
	margin: 0 auto 30px;
	max-width: 295px;
	padding-top: 16.949153%;
}
#order_review {
	background: #DCE7EA;
	float: right;
	padding: 38px 35px;
	width: calc(33.333333% - 15px);
}
.woocommerce table.woocommerce-checkout-review-order-table thead,
.woocommerce table.woocommerce-checkout-review-order-table tbody {
	display: none;
}
.woocommerce table.woocommerce-checkout-review-order-table,
.woocommerce table.woocommerce-checkout-review-order-table tfoot,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
	display: block;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot {
	border-bottom: 1px solid #83A2AC;
	border-top: 1px solid #83A2AC;
	padding: 17px 0 0;
}
.woocommerce table.woocommerce-checkout-review-order-table tr:after {
	clear: both;
	content: "";
	display: table;
}
.woocommerce table.woocommerce-checkout-review-order-table tr {
	padding: 3px 0;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
	border: none;
	color: #61828D;
	font-weight: 900;
	float: left;
	padding: 0;
	text-transform: uppercase;
	width: 50%;
}
.woocommerce table.woocommerce-checkout-review-order-table td {
	text-align: right;
}
/*
.woocommerce table.woocommerce-checkout-review-order-table .shipping td:before {
	color: #F46036;
	content: "";
	font-size: 1.125rem;
	line-height: 1.55555556em;
	text-indent: 0;
	text-transform: none;
}
.woocommerce .shipping-delivery table.woocommerce-checkout-review-order-table .shipping td:before {
	content: "Free";
}
.woocommerce .shipping-click-and-collect table.woocommerce-checkout-review-order-table .shipping td:before {
	content: "To be Collected";
}
*/
.woocommerce table.woocommerce-checkout-review-order-table .shipping ul#shipping_method li label,
.woocommerce table.woocommerce-checkout-review-order-table .shipping ul li input,
#shipping_method li:first-child .shipping-options-divider, #shipping_method li:first-child .shipping-options-divider-line {
	display: none;
}
.woocommerce table.woocommerce-checkout-review-order-table .shipping ul#shipping_method li {
	padding: 3px 0 0;
}
.woocommerce table.woocommerce-checkout-review-order-table ul#shipping_method li input:checked + label {
	display: block;
}
.woocommerce table.woocommerce-checkout-review-order-table .shipping ul li label {
	color: #F46036;
	font-size: 14px;
	line-height: 1.55555556em;
}
/*
.woocommerce table.woocommerce-checkout-review-order-table .shipping td {
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
}
*/
.woocommerce table.woocommerce-checkout-review-order-table .order-total {
	border-top: 1px solid #83A2AC;
	margin: 17px 0 0;
	padding: 42px 0;
	text-align: center;
}
/*
.woocommerce table.woocommerce-checkout-review-order-table ul#shipping_method {
	height: 0;
	overflow: hidden;
}
*/
.woocommerce table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce table.woocommerce-checkout-review-order-table .order-total th {
	display: inline-block;
	float: none;
	font-size: 1.4375rem;
	vertical-align: top;
	width: auto;
}
.woocommerce table.woocommerce-checkout-review-order-table .order-total td:before {
	content: "\002D";
	display: inline-block;
	margin: 0 10px 0 5px;
	width: auto;
	vertical-align: top;
}
.woocommerce-checkout #payment {
	background: none;
}
.woocommerce-checkout #payment div.payment_box:before {
	display: none;
}
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.payment_box {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.woocommerce-checkout #payment div.payment_box .form-row {
	padding: 0;
}
.woocommerce-checkout #payment div.payment_box .form-row-first,
.woocommerce-checkout #payment div.payment_box .form-row-last {
	width: 47%;
}
.woocommerce-checkout #payment ul.payment_methods li label {
	color: #61828D;
	font-weight: 600;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	text-align: center;
	width: 100%;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	color: #61828D;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding-left: 14px;
	padding-right: 14px;
	width: 100% !important;
}
.woocommerce-checkout #payment div.form-row {
	padding: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background: #F46036;
	float: none;
	width: 100%;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	background: #E3491E;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	align-items: center;
	background: #61828D;
	border: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	display: flex;
	font-weight: 600;
	justify-content: space-between;
	margin: 0 0 30px !important;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	display: block;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.woocommerce .woocommerce-error a:not(.button), .woocommerce .woocommerce-info a:not(.button), .woocommerce .woocommerce-message a:not(.button) {
	color: #99CB3B;
}
.woocommerce-info:before {
	color: #fff;
}
.woocommerce .woocommerce-form-login input.button {
	background: #416571;
	display: block;
	float: left;
	margin-right: 50px;
}
.woocommerce .woocommerce-form-login input.button:hover {
	background: #2f4851;
	color: #fff;
}
.woocommerce form.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox {
	display: block;
	margin-top: 12px;
}
.checkout-store {
	margin: 40px 0 0;
}
.checkout-store .contact-detail ul {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row label {
	display: none;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
	background: #EFF3F4;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	line-height: 50px;
	padding-left: 25px;
}
.select2-container--default .select2-selection--single {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 50px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
	border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__clear {
	font-size: 18px;
}

/* Login Page */
.woocommerce-account .woocommerce > h2 {
	color: #61828D;
	font-size: 1.4375rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: none;
	margin: 0 0 40px;
	padding: 0;
}

@media (min-width: 992px) {
	/* Special Layout/Width for Shop page */
	body.post-type-archive-product .mainbody .container,
	body.tax-product_cat .mainbody .container {
		width: 100%;
	}
}

@media (max-width: 1440px) {
	.product-list-item {
		padding-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
		font-size: 1rem;
		padding-left: 135px;
	}
	.woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {
		font-size: 1rem;
	}
	.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
		margin-left: -135px;
		margin-right: 15px;
		width: 120px;
	}
	.woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {
		margin-left: 135px;
	}
	.woocommerce ul.products li.product .button {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 1199px) {
	/* Product Archive - Grid View */
	.product-list-link a.em-button,
	.woocommerce ul.products li.product .button,
	.woocommerce div.product form.cart .button {
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;
		height: 44px;
		padding: 11px 15px;
	}
	.woocommerce form.cart .quantity .qty {
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;
		height: 44px;
		padding: 5px;
	}

	/* Product Archive - List View */
	body.em-list-view-mode .product-list-item {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	body.em-list-view-mode.woocommerce ul.products li.product .price {
		margin-top: 10px;
	}
	body.em-list-view-mode .product-list-link a.em-button,
	body.em-list-view-mode.woocommerce ul.products li.product .button {
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-list-item {
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-list-info {
		padding: 15px 0 0;
	}
	.main-sidebar .widget_shopping_cart_content:before {
		margin-bottom: 30px;
	}
	.main-sidebar .widget_shopping_cart_content {
		margin-top: 20px;
	}
	.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
		padding-left: 95px;
	}
	.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
		margin-left: -95px;
		width: 80px;
	}
	.woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {
		margin-left: 95px;
	}
	.quantiy-amount:after {
		content: "\0020\00D7\0020";
	}
	.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a,
	.woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {
		font-size: 14px;
	}
	.quantiy-amount {
		display: inline;
	}
	.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
		font-size: 1.125rem;
		margin-top: 30px;
	}
	.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons, .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons {
		margin-top: 25px;
	}

	/* Product Detail */
	.woocommerce div.product div.images.woocommerce-product-gallery {
		width: 30%;
	}
	.related.products,
	.testimonial-panel.widget {
		padding: 50px 0;
	}

	/* Cart Page */
	.cart_totals {
		padding: 28px 30px;
	}
	.woocommerce .cart_totals table.shop_table .amount {
		font-size: 1.25rem;
	}

	/* Checkout Page */
	body.woocommerce-checkout .mainbody:before,
	body.woocommerce-checkout .mainbody:after {
		display: none;
	}
}

@media (max-width: 991px) {
	/* Special Layout/Width for Shop page */
	body.post-type-archive-product .left-sidebar,
	body.tax-product_cat .left-sidebar {
		padding-bottom: 0;
		padding-top: 0;
	}

	/* Product Archive - Grid View */
	.product-list-link {
		float: none;
	}
	.product-list-link a.em-button {
		display: block;
	}
	.woocommerce ul.products li.product .button {
		float: none;
		margin-top: 15px;
	}
	form.cart {
		float: none;
		position: relative;
	}

	/* Product Archive - List View */
	.woocommerce ul.products li.product {
		margin-top: 30px;
	}
	body.em-list-view-mode .product-list-des {
		margin-bottom: 20px;
	}
	body.em-list-view-mode .product-list-link {
		float: left;
	}
	body.em-list-view-mode.woocommerce ul.products li.product .price {
		float: none;
	    margin: 0 0 15px;
		width: auto;
	}
	body.em-list-view-mode.woocommerce form.cart {
		float: right;
		margin: 0;
	}
	body.em-list-view-mode form.cart .quantity {
		padding-right: 130px;
		width: 180px;
	}
	body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
		padding-left: 5px;
		padding-right: 5px;
		width: 130px;
	}
	body.post-type-archive-product .mainbody > .container:before, body.post-type-archive-product .mainbody > .container:after, body.tax-product_cat .mainbody > .container:before, body.tax-product_cat .mainbody > .container:after {
		display: none;
	}
	.left-sidebar .widget, .main-sidebar .widget {
		margin-top: 0;
		max-width: none;
	}
	.left-sidebar {
		padding-bottom: 0;
		padding-top: 30px;
	}
	.left-sidebar .yith-woocommerce-ajax-product-filter.with-checkbox ul {
		padding: 15px;
	}
	.yith-woocommerce-ajax-product-filter.with-checkbox ul {
		margin: 0 -15px;
	}
	.yith-woocommerce-ajax-product-filter.with-checkbox ul li {
		display: inline-block;
		padding: 7px 15px;
		vertical-align: top;
		width: 190px;
	}
	.yith-woocommerce-ajax-product-filter.with-checkbox ul li a:before {
		height: 30px;
		line-height: 28px !important;
		width: 30px;
	}
	.yith-woocommerce-ajax-product-filter.with-checkbox ul li a {
		padding-left: 45px !important;
		padding-top: 5px !important;
	}

	/* Product Detail */
	.woocommerce .woocommerce-breadcrumb {
		margin-bottom: 30px;
	}
	.woocommerce div.product .product_title,
	.related.products > h2,
	.testimonial-panel .widgettitle {
		font-size: 1.75rem;
		letter-spacing: 0.06em;
	}
	.related.products > h2 {
		margin-bottom: 0;
	}
	.woocommerce div.product form.cart {
		margin-bottom: 40px;
	}
	.related.products, .testimonial-panel.widget {
		padding: 30px 0;
	}
	.woocommerce ul.products, .featured_products ul.products {
		margin-top: -30px;
	}
	.woocommerce ul.products li.product,
	.featured_products ul.products li.product {
		margin-top: 30px;
	}
	.product-list-new {
		top: 15px;
	}
	.woocommerce span.onsale:before,
	.featured_products span.onsale:before {
		height: 66px;
		width: 66px;
	}
	.woocommerce ul.products li.product .onsale,
	.featured_products ul.products li.product .onsale {
		font-size: 1.5rem;
		height: 72px;
		line-height: 72px;
		margin: -20px -15px 0 0 !important;
		width: 72px;
	}

	/* Cart Page */
	body.woocommerce-cart .mainbody:before,
	body.woocommerce-cart .mainbody:after {
		display: none;
	}
	.woocommerce-cart-form,
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		float: none;
		width: auto;
		padding: 0;
	}

	/* Checkout Page */
	#customer_details h3,
	#ship-to-different-address:before,
	.woocommerce-additional-fields:before {
		margin-bottom: 5px;
	}
	#order_review_heading {
		margin-bottom: 20px;
	}
	#order_review {
		padding: 20px;
	}
	.woocommerce table.woocommerce-checkout-review-order-table .order-total {
		margin-top: 13px;
		padding: 25px 0;
	}
	.woocommerce table.woocommerce-checkout-review-order-table .order-total td, .woocommerce table.woocommerce-checkout-review-order-table .order-total th {
		font-size: 1.25rem;
	}
	.woocommerce-checkout #payment div.payment_box .form-row-first, .woocommerce-checkout #payment div.payment_box .form-row-last {
		float: none;
		width: auto;
	}
}

@media (max-width: 767px) {
	/* Product Archive Page */
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: none;
		margin-top: 15px;
		max-width: 250px;
		position: static;
	}
	.product-list-content h2 {
		min-height: 1px !important;
	}

	/* Product Archive - Grid View */
	.woocommerce ul.products,
	.featured_products ul.products {
		max-width: 380px;
		margin: -30px auto 0;
	}
	.woocommerce ul.products li.product,
	.featured_products ul.products li.product {
		float: none !important;
		padding: 0;
		width: auto;
	}

	/* Product Archive - List View */
	body.em-list-view-mode.woocommerce ul.products {
		max-width: none;
	}
	body.em-list-view-mode .product-list-item {
		padding: 20px;
	}
	body.em-list-view-mode .product-list-thumb {
		width: 80px;
	}
	body.em-list-view-mode .product-list-info {
		padding-left: 100px;
	}
	body.em-list-view-mode form.cart .quantity {
		padding-right: 110px;
		width: 160px;
	}
	body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
		width: 110px;
	}

	/* Product Detail */
	.woocommerce div.product div.images.woocommerce-product-gallery,
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		float: none !important;
		padding: 0;
		width: auto;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		margin-top: 0;
	}
	.product-main-image-wrapper .flexslider {
		margin-bottom: 30px;
	}
	.woocommerce #content div.product.product_tag-new div.summary:before, .woocommerce div.product.product_tag-new div.summary:before, .woocommerce-page #content div.product.product_tag-new div.summary:before, .woocommerce-page div.product.product_tag-new div.summary:before, .woocommerce #content div.product.product_tag-in-season div.summary:before, .woocommerce div.product.product_tag-in-season div.summary:before, .woocommerce-page #content div.product.product_tag-in-season div.summary:before, .woocommerce-page div.product.product_tag-in-season div.summary:before {
		height: 50px;
		width: 50px;
	}
	.woocommerce div.product .product_title,
	.related.products > h2,
	.testimonial-panel .widgettitle {
		font-size: 1.5rem;
	}
	.woocommerce div.product form.cart div.quantity {
		float: none;
		margin: 0 0 15px;
	}
	.woocommerce form.cart .quantity .qty,
	.woocommerce div.product form.cart .button,
	.woocommerce ul.products li.product .button,
	.featured_products form.cart .quantity .qty,
	.featured_products ul.products li.product .button {
		width: 100%;
	}
	.woocommerce .related ul.products li.product,
	.featured_products ul.products li {
		width: 100%;
	}

	/* Cart Page */
	.woocommerce-cart-form:before, .woocommerce .cart-collaterals::before, .woocommerce-page .cart-collaterals:before {
		margin-bottom: 20px;
	}
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
		left: 10px;
		padding-bottom: 10px;
		position: absolute;
		top: 0;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		padding-left: 80px !important;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: none;
	}
	.woocommerce table.shop_table td.product-remove {
		padding: 0 !important;
	}
	.cart_totals {
		padding: 20px;
	}
	#add_payment_method table.cart input.qty, .woocommerce-cart table.cart input.qty, .woocommerce-checkout table.cart input.qty {
		height: 40px;
		width: 90px;
	}
	.woocommerce table.shop_table tbody tr,
	.woocommerce table.woocommerce-checkout-review-order-table tbody tr:last-child {
		margin: 10px 0;
	}
	.woocommerce table.shop_table.cart tr {
		border: none;
		padding: 50px 0 10px;
	}
	.woocommerce table.shop_table.cart tr:last-child {
		padding-top: 0;
	}
	.woocommerce table.shop_table td {
		border: none;
	}
	.woocommerce .cart_totals table.shop_table tr {
		margin: 0;
		padding: 10px 0 0;
	}
	.woocommerce .cart_totals table.shop_table_responsive tr td:before, .woocommerce-page .cart_totals table.shop_table_responsive tr td:before {
		float: none;
		position: static;
	}
	.woocommerce .cart_totals table.shop_table .shipping td:before {
		color: #95989A;
		letter-spacing: 0;
	}
	.woocommerce .cart_totals table.shop_table .cart-note td:before {
		display: none;
	}
	.woocommerce .cart_totals table.shop_table tr td {
		float: none;
		width: auto;
	}
	.woocommerce table.shop_table_responsive tr td.actions, .woocommerce-page table.shop_table_responsive tr td.actions {
		background: none;
		padding: 0 !important;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	.woocommerce .cart_totals table.shop_table tr td {
		background: none;
		text-align: left !important;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot {
		border: 1px solid #FB9475;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot tr {
		border-bottom: none;
		border-left: none;
		border-right: none;
		border-top: 1px solid #FB9475;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child {
		border-top: none;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
		border: none;
		display: block;
		position: static;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
		border: none;
	}

	/* Checkout Page */
	#customer_details {
		float: none;
		padding: 0;
		width: auto;
	}
	.woocommerce form #customer_details .form-row-first, .woocommerce-page form #customer_details .form-row-first,
	.woocommerce form #customer_details .form-row-last, .woocommerce-page form #customer_details .form-row-last {
		padding-left: 0;
		padding-right: 0;
	}
	#order_review_heading {
		float: none;
		margin-top: 30px;
		padding: 0;
		width: auto;
	}
	#order_review {
		float: none;
		width: auto;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot {
		border-color: #83A2AC;
		border-left: none;
		border-right: none;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot tr {
		border: none;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot th, .woocommerce table.woocommerce-checkout-review-order-table tfoot td {
		padding: 0 !important;
	}
	.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 480px) {
	/* General Styles */
	.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
		display: block;
	}
	.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
		float: none;
		margin-bottom: 15px;
		margin-left: 0;
		width: 100%;
	}

	/* Product Archive - List View */
	body.em-list-view-mode .product-list-thumb {
		float: none;
		width: auto;
	}
	body.em-list-view-mode .product-list-thumb img {
		max-height: 150px;
	}
	body.em-list-view-mode .product-list-info {
		padding-left: 0;
		padding-top: 20px;
	}
	.woocommerce ul.products li.product .price {
		text-align: center;
	}
	body.em-list-view-mode .product-list-link {
		float: none;
	}
	.woocommerce ul.products li.product .button,
	body.em-list-view-mode.woocommerce form.cart {
		float: none;
		margin-top: 15px;
	}
	body.em-list-view-mode form.cart .quantity {
		padding-right: 130px;
		width: 100%;
	}
	body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
		width: 130px;
	}

	/* Checkout Page */
	.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
		float: none;
		width: auto;
	}

	.left-sidebar .yith-woocommerce-ajax-product-filter.with-checkbox ul {
	    padding: 15px 0;
	}
	.yith-woocommerce-ajax-product-filter.with-checkbox ul li {
		width: 175px;
	}
	.yith-woocommerce-ajax-product-filter.with-checkbox ul li a {
	    padding-left: 38px !important;
	    padding-top: 6px !important;
	}
}

/******************************************
TESTIMONIALS
******************************************/
/* Default Layout */
.page-testimonial h2 {
	letter-spacing: 2px;
	/* padding-bottom: 8%;
	padding-top: 6%;  */
}
.testimonials {
	position: relative;
}
.testimonials-list:before, .testimonials-list:after {
    content: " ";
    display: table;
}
.testimonials-list:after {
    clear: both;
	margin: 0 -15px;
}
.testimonials-list {
	margin: 0 -15px 0;
	padding: 0 180px;
}
.testimonials-list .quote {
	float: left;
	margin: 0;
	padding: 0 15px;
	width: 100%;
}
.testimonial-avatar {
	display: none;
}
.testimonials-list blockquote {
	background: url(library/images/stars@2x.png) no-repeat center top;
	-webkit-background-size: 157px auto;
	-moz-background-size: 157px auto;
	-o-background-size: 157px auto;
	background-size: 157px auto;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4375em;
	margin: 0;
	margin-bottom: 42px;
	padding: 75px 0 0;
}
.testimonials-list blockquote p {
	font-weight: 300;
	margin: 0;
}
.testimonials-list .author {
	display: block;
	font-family: 'Proxima Nova', sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
}
.testimonials-list .author span:first-child {
	color: #61828D;
	display: block;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
.testimonials-list .author span:last-child {
	color: #83A2AC;
	display: block;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.09em;
	line-height: 1.5em;
	margin-top: 2px;
	text-transform: uppercase;
}
.testimonials .flex-direction-nav {
	margin-top: -15px;
}

/* Layout 01 - Two columns, no thumb */
.woothemes-testimonials-layout-01 .testimonials-list .quote {
	width: 50%;
}
.woothemes-testimonials-layout-01 .testimonial-content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
}

/* Layout 02 - One column, no thumb */
.woothemes-testimonials-layout-02 {
}

/* Layout 03 - Thumbnail on left, testimonial text on the right */
.woothemes-testimonials-layout-03 .testimonials-list .quote {
	display: flex;
	align-items: center;
}
.woothemes-testimonials-layout-03 .testimonial-avatar {
	display: inherit;
	width: 296px;
}
.woothemes-testimonials-layout-03 .testimonial-avatar img {
	width: 192px;
}

/* Layout 04 - Quote icon on the left, no thumb */
.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
	background: url(library/images/icon-quote@2x.png) no-repeat center center;
	-webkit-background-size: auto 27px;
	-moz-background-size: auto 27px;
	-o-background-size: auto 27px;
	background-size: auto 27px;
	border: 3px solid #ED1B24;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	height: 68px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 68px;
}
.woothemes-testimonials-layout-04 .testimonials-list blockquote {
	background: none;
	margin: 0;
	padding: 0 0 0 100px;
	position: relative;
}
.woothemes-testimonials-layout-04 .testimonials-list .author {
	font-size: 1.375rem;
	font-weight: 600;
	margin-top: 9px;
	padding-left: 100px;
}
.testimonial-content {
	text-align: center;
}
/******************************************
FLEXSLIDER
******************************************/
.flexslider {
	background: none;
	border: none;
}
.flexslider.loading {
    background: #fff url(library/images/ajax-loader.gif) no-repeat center center;
	min-height: 300px;
}
.flex-direction-nav {
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0,0,0,0.4);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a {
	background-image: url(library/images/prev@2x.png);
}
.flex-direction-nav .flex-nav-next a {
	background-image: url(library/images/next@2x.png);
}
.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before {
	content:'';
}
.flex-direction-nav a:hover:before {
	color: rgba(0,0,0,1);
}
.flex-direction-nav a {
	background-position: center center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	font-size: 0;
	height: 59px;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 70px;
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next{
	right: 0;
}
.flexslider .slides img {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/******************************************
NEXTGEN FLEXSLIDER
******************************************/
.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}

/******************************************
GRAVITY FORM
******************************************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul.gform_fields li.gfield {
	margin: 25px 0;
	padding-right: 0;
}
.gform_wrapper form li #extensions_message {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 4px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .gform_footer {
	margin: 20px 0 0;
	padding: 0;
}
.ui-datepicker-title select {
	height: auto;
	width: auto;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}

/******************************************
BLOG
******************************************/
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);

	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	margin-top: 35px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	background-color: #83A2AC;
	color: #ffffff;
	font-family: 'milkshake';
	font-size: 1.3125rem;
	padding: 20px;
	text-align: center;
}
.post-list-date a {
	text-decoration: underline;
}
.post-list-main .blog-content {
	background-color: #EFF3F4;
	padding: 20px 31px 20px;
}
h2.entry-title {
	line-height: 22px;
}
h2.entry-title a {
	color: #505050;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 10px;
	text-decoration: none;
}
.post-list .post-list-main {
	background-color: #EFF3F4;
	margin: 0;
}
.post-list-main .blog-content .social-media {
	list-style: none;
	padding-left: 0;
	text-align: right;
}
.post-list-main .blog-content .social-media li {
	display: inline-block;
	padding: 10px 4px;
}
.post-list-main .blog-content .social-media li a {
	background-color: #83A2AC;
	border-radius: 50%;
	font-size: 1.55rem;
	display: block;
	color: #ffffff;
	height: 47px;
	padding: 11px 0;
	text-align: center;
	width: 47px;
}
.post-list-thumbnail {
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-main .post-gallery, .post-list-main .post-list-content {
	padding-left: 0;
	padding-right: 0;
}
.post-list-main .post-gallery {
	padding-left: 0;
}

.post-list-main .post-list-content {
	padding-right: 15px;
}
.post-list-main .post-gallery {
	width: 43%;
}
.post-list-main .post-list-content {
	width: 57%;
}
.post-list-main .post-gallery {
	background-color: #DCE7EA;
}
.post-list-main .post-gallery .flexslider {
	margin-bottom: 47px;
}
.post-list-main .post-gallery .flex-control-nav {
	bottom: -46px;
}
.post-list-main .post-gallery .flex-control-nav li a {
	background: #B8CED5 !important;
	height: 10px;
	width: 10px;
	box-shadow: none;
}
.post-list-main .post-gallery .flex-control-nav li a.flex-active {
	background: #83A2AC !important;
}
.post-list-main .post-gallery .flex-direction-nav {
	bottom: -34px;
	top: auto;
	-webkit-transform-style: 0;
	-moz-transform-style: 0;
	-ms-transform-style: 0;
	-o-transform-style: 0;
	transform-style: 0;
}
.post-list-main .post-gallery .flex-direction-nav li a {
	height: 19px;
	width: 12px;
}
.post-list-main .post-gallery .flex-direction-nav li a.flex-prev {
	background-image: url(library/images/move-to-prev.png);
	left: 32px;
}
.post-list-main .post-gallery .flex-direction-nav li a.flex-next {
	background-image: url(library/images/move-to-next.png);
	right: 32px;
}
.post-list-content p {
	margin-bottom: 0;
	margin-top: 14px;
	font-size: 0.875rem;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-tags:before {
	content: "\f02c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
h1.single-title {
	font-size: 1.8125rem;
	font-weight: normal;
}
.post-image {
	margin: 15px 0;
}

.hentry header {
	border: none;
}
h1.single-title {
	color: #61828D;
	font-size: 2.25rem;
	font-weight: 900;
}

/* BLOG SIDEBAR */
.blog-sidebar .widget {
	margin-bottom: 26px;
}
.blog-sidebar .widget .widgettitle {
	color: #61828D;
	font-size: 1.125rem;
}
.blog-sidebar .widget label {
	display: none;
}
.blog-sidebar .widget.widget_search .searchform {
	position: relative;
}
.blog-sidebar .widget.widget_search input {
	background-color: #EDEDED;
	border: none;
	border-radius: 30px;
	color: #9A9A9A;
	font-size: 1rem;
	outline: none;
	padding-left: 31px;
	padding-right: 77px;
}
.blog-sidebar .widget.widget_search .searchform #searchsubmit {
	background-color: #61828D;
	border-radius: 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
.blog-sidebar .widget.widget_categories select {
	background-color: #EDEDED;
	border: none;
	border-radius: 30px;
	background-image: url(library/images/select-dropdown.png);
	background-position: 92% center;
	background-repeat: no-repeat;
	background-size: 15px 27px;
	padding-left: 31px;
}
.blog-sidebar .widget.popular-posts .wpp-content {
	margin: 0 auto;
	margin-bottom: 27px;
	max-width: 360px;
}
.blog-sidebar .widget.popular-posts a {
	display: block;
}
.blog-sidebar .widget.popular-posts .wpp_featured_stock {
	display: block;
	float: none;
	width: 100%;
}
.blog-sidebar .widget.popular-posts .wpp-title {
	background-color: #61828D;
	display: block;
	padding: 19px 25px 15px;
}
.blog-sidebar .widget.popular-posts .wpp-title a {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
}


/******************************************
NAVIGATION
******************************************/
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li {
	float: left;
	position: relative;
	padding-right: 3px;
}
nav.main-nav ul.nav > li:before {
	background-color: #ffffff;
	border-radius: 50%;
	content: ' ';
	height: 4px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
}
nav.main-nav ul.nav > li:last-child:before {
	display: none;
}
nav.main-nav ul.nav > li > a {
	color: #FFFFFF;
	display: block;
	font: 700 1rem/20px 'Proxima Nova', sans-serif;
	padding: 0 24px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
nav.main-nav ul.nav > li > a:hover {
	color: #99CB3B;
}
nav.main-nav ul.nav > li.current-menu-item > a:before,
nav.main-nav ul.nav > li.current_page_ancestor > a:before {
	content: '';
    width: 84%;
    height: 40px;
    border: 2px solid #99CB3B;
    position: absolute;
    top: -12px;
    left: 6%;
    border-radius: 30px;
	color: #FFF !important;
}
nav.main-nav ul.nav > li.current-menu-item:first-of-type > a:before {
	left: 4%;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: 7px;
	margin-top: -2px;
	-webkit-transition: transform 0.25s ease;
	-moz-transition: transform 0.25s ease;
	-ms-transition: transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	vertical-align: middle;
}
nav.main-nav ul.nav > li.menu-item-has-children.menu-item-opened > a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: FlipV;
}
// nav.main-nav ul.nav > li.current-menu-item > a,
// nav.main-nav ul.nav > li.current-parent-item > a,
// nav.main-nav ul.nav > li.current-menu-ancestor > a,
// nav.main-nav ul.nav > li:hover > a,
// nav.main-nav ul.nav > li.hover > a {
// 	color: #2D56A6;
// }
// nav.main-nav ul.nav > li.current-menu-item > a,
// nav.main-nav ul.nav > li.current-parent-item > a,
// nav.main-nav ul.nav > li.current-menu-ancestor > a {
// 	font-weight: normal;
// }
nav.main-nav ul.nav li ul {
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 11px;
	top: 100%;
	z-index: 999;
	padding-top: 40px;
}
nav.main-nav ul.nav li ul li {
	background: #F46036;
	border-top: 1px solid #fff;
	position: relative;
	text-align: left;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #fff;
	display: block;
	font: normal 1.0625rem/1.3em 'Proxima Nova', sans-serif;
	padding: 8px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li a:hover {
	background: #99CB3B;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
	background: #99CB3B;
}

/******************************************
SUPERFLY MENU
******************************************/
.sfm-rollback {
	display: none;
}
div.sfm-label-metro .sfm-navicon-button {
	background: rgba(0,0,0,0);
	right: 15px;
}
div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, div.sfm-label-metro .sfm-navicon:after, div#sfm-mob-navbar .sfm-navicon:after, div.sfm-label-metro .sfm-navicon:before, div#sfm-mob-navbar .sfm-navicon:before {
	background: #cdcfd2;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: #F46036;
}
#sfm-sidebar .sfm-menu li > a span {
	text-transform: none;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
	width: 28px;
}
.sfm-navicon {
	width: 28px;
}
.sfm-navicon-button {
	padding: 20px 8px;
}

/******************************************
RESPONSIVE STYLES
******************************************/
@media (min-width: 1200px) {

}

@media (max-width: 1800px) {
	.header-phone a.em-button {
		font-size: 1rem;
		padding-left: 15px;
		padding-right: 15px;
	}
	nav.main-nav ul.nav > li > a {
		font-size: 15px;
		padding: 0 14px;
	}
	.header-nav, .header-phone {
		padding-top: 20px;
	}
}

@media (max-width: 1680px) {
	.main-header .left-menu {
	    margin-left: 19.2%;
	}
	input#zf_pcr_searchtext {
		padding-left: 15px !important;
		width: auto;
	}
	input#zf_pcr_search {
		background-position: center center;
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width: 1440px) {
	.main-header .left-menu {
	    margin-left: 15.7%;
	}
	.top-header .shipping {
		padding-left: 41.2%;
	}
	div.w3-col-left {
		width: 50%;
	}
	div.w3-col-right {
		width: 50%;
	}
	input#zf_pcr_searchtext {
		padding-right: 5px !important;
		width: 155px;
	}
	input#zf_pcr_search {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}

@media (max-width: 1400px) {
	/* General Styles */
	.accordion {
		margin-top: 0;
	}
	h3.accordion-title {
		margin-top: 30px;
		padding: 20px 60px 20px 20px;
	}

	/*** Enter your custom style here ***/
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 44px;
	}
	.select2-container--default .select2-selection--single {
		height: 44px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 42px;
	}
}

@media (min-width: 992px) {
	.search-form-slidetoggle {
		display: none !important;
	}
}

@media (max-width: 1366px) {
	.main-header .left-menu {
	    margin-left: 13.9%;
	}
	.top-header .shipping  {
		padding-left: 37.2%;
	}
	.main-header .menu-btn {
		top: 50%;
		-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.main-header .menu-btn li a {
		padding: 17px 20px 16px !important;
	}

}
@media (max-width: 1280px) {
	.main-header .left-menu {
	    margin-left: 0;
	}
	.top-header .shipping  {
		padding-left: 31.2%;
	}
	body.inner .extra-content, body.inner .mainbody {
	padding: 50px 0
	}
	.delis h3, .delis .deli-content {
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) {
	body {
		font-size: 1rem;
	}
	h2, h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.5rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h6 {
		font-size: 1rem;
	}

	/* General Styles */
	.testimonial-box:after {
		left: 24px;
	}
	.testimonial-box {
		font-size: 1.25rem;
		padding: 50px 30px 10px 40px;
	}
	.free-quote-bar,
	.free-quote-bar p {
		text-align: center;
	}

	/*** Enter your custom style here ***/
	.main-header .left-menu {
	    margin-left: 0;
	}
	nav.main-nav ul.nav > li > a {
		padding: 0 11px;
	    font-size: .875rem;
	}
	.main-header .menu-btn {
		padding-left: 8px;
		padding-right: 8px;
	}
	.main-header .menu-btn li a {
		font-size: .675rem;
		padding: 16px 13px 15px !important;
	}
	.top-header .shipping  {
		padding-left: 16.2%;
	}
	.farmer .farmer-left {
		padding-right: 0;
	}
	.farmer .farmer-left img {
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
	.farmer .farmer-right {
		text-align: center;
	}
	.location-info .extra-content-col .extra-content-col-inner {
		padding: 20px;
	}
	.location-info .loc-time p::before {
		margin-right: 13px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 40px;
	}
	.select2-container--default .select2-selection--single {
		height: 40px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 38px;
	}
}

@media (max-width: 1024px) {

}
@media (max-width: 992px) {
	.main-header .left-menu {
	    margin-left: 5.6%;
	}
	.main-header .menu-col {
		padding-left: 6px;
		padding-right: 6px;
	}
}
@media (max-width: 991px) {
	h2, h3 {
		font-size: 1.75rem;
	}
	h5 {
		font-size: 1rem;
	}
	h2.entry-title {
		font-size: 1.375rem;
	}
	p {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	.extra-content-col {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.column-vertical-align .row,
	.column-vertical-align.row,
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}

	/* Testimonials */
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		width: 200px;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 150px;
	}

	/* General Styles */
	.extra-content,
	.free-quote-bar,
	.free-quote-cta-panel.free-quote-bar {
		padding: 30px 0;
	}
	.border-bottom .container {
		padding-bottom: 30px;
	}
	.border-top .container {
		padding-top: 30px;
	}
	.background-only-panel {
		height: 250px !important;
	}
	.free-quote-bar {
		text-align: center;
	}
	.free-quote-bar h2 {
		margin-top: 0;
	}
	.free-quote-bar .col-md-4 {
		margin-top: 30px;
	}
	.free-quote-bar p {
		text-align: center;
	}
	.staff-panel {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.staff-panel-first {
		padding-top: 30px;
	}
	.staff-panel .extra-content-col {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.staff-panel .column-01 p {
		margin: 0;
	}
	.testimonial-box:after {
		top: 12px;
	}
	.accordion {
		margin-top: 10px;
	}
	h3.accordion-title {
		margin-top: 20px;
		padding: 15px 60px 15px 15px;
	}
	.accordion-content {
		padding: 15px 30px;
	}
	.contact-form .column-02, .get-a-quote-row-01 .column-02 {
		max-width: none;
	}
	.testimonials-list {
		padding: 0 120px;
	}

	/*** Enter your custom style here ***/
	.sfm-rollback {
		display: block;
		width: 0;
	}
	.container {
		width: 100%;
	}
	.top-header p.number {
		margin: 0;
	}
	.top-header p.number a {
		color: #ffffff;
		font-size: 1rem;
		font-weight: 700;
	}
	.mobile-cart-link {
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.mobile-cart-link a {
		color: #99CB3B;
		font-size: 24px;
	}
	.mobile-logo {
		background-color: #ffffff;
		padding: 10px 0;
	}
	.main-header {
		padding: 8px 0;
	}
	.main-header .header-col {
		float: left;
		padding: 0 15px;
		width: 50%;
	}
	.main-header .header-links ul {
		margin: 0;
	}
	.main-header .header-links li {
		color: #ffffff;
		padding: 0 3px;
	}
	.main-header .header-links li a {
		color: #ffffff;
		font-size: 0.875rem;
		font-weight: 700;
	}
	.main-header .cart-link a {
		color: #99CB3B;
		font-size: 22px;
		vertical-align: top;
	}
	.banner .banner-left {
		border-bottom: 1px solid #ffffff;
		border-right: none;
	}
	.banner .banner-right {
		border-left: none;
		border-top: 1px solid #ffffff;
	}
	.blog-snippet-column {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.global-portal .col-sm-3:before {
		bottom: 8px;
		font-size: 3rem;
	}
	.global-portal .col-sm-3 p {
		font-size: 13px;
		letter-spacing: 0;
	}
	.location-info .loc-time p {
		text-align: center;
	}
	.location-info .extra-content-col .extra-content-col-inner {
		padding: 20px;
	}
	.directions-form input.input-form {
		float: left;
	}
	.directions-form input.em-button {
		float: right;
		padding: 11px 20px 8px !important;
	}
	.contact-direction-box .div-3 {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 87.5% !important;
	}
	h1, h2 {
		font-size: 1.75rem;
	}
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}

	/* Testimonials */
	.contact-form .testimonials-list {
		margin-top: 0;
	}
	.testimonials-list {
		margin-top: -15px;
	}
	.testimonials-list .quote {
		margin: 15px 0;
		text-align: center;
	}
	.testimonials-list blockquote {
		-webkit-background-size: 100px auto;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		background-size: 100px auto;
		background-position: center top;
		padding-top: 20px;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote,
	.woothemes-testimonials-layout-03 .testimonial-content {
		max-width: none;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote {
		width: 100%;
	}
	.woothemes-testimonials-layout-03 .testimonials-list .quote {
		display: block;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		margin-bottom: 20px;
		text-align: center;
		width: auto;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 80px;
	}

	/* Content Panels */
	.column-equal-height .row, .column-equal-height.row {
		display: block;
	}
	.align-left-xs {
		background-position: left center;
	}
	.background-only-panel {
		height: 200px !important;
	}

	/* General Styles */
	.logos-panel {
		text-align: center;
	}
	.logos-panel ul {
		display: block;
	}
	.logos-panel ul li:before {
		display: none;
	}
	.logos-panel ul li {
		float: none;
		padding: 12px 0;
		width: auto;
	}
	.inner-banner {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.extra-content .testimonials-list blockquote p {
		max-width: none;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
		left: 50%;
		margin-left: -34px;
		top: 0;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote {
		padding-left: 0;
		padding-top: 100px;
	}
	.woothemes-testimonials-layout-04 .testimonials-list .author {
		padding-left: 0;
	}
	.accordion {
		margin-top: 15px;
	}
	h3.accordion-title {
		margin-top: 15px;
		padding: 12px 50px 12px 15px;
	}
	h3.accordion-title:before {
		right: 15px;
	}
	.accordion-content {
		padding: 10px 20px;
	}

	/*** Enter your custom style here ***/

	.global-portal .col-sm-3 {
		background-image: none;
		margin: 0 auto 20px;
		text-align: left;
		width: 50%;
	}
	.global-portal .col-sm-3 p {
		display: inline-block;
		font-size: 1.125rem;
		vertical-align: middle;
	}
	.global-portal .col-sm-3 p img {
		margin-right: 45px;
	}
	.global-portal .col-sm-3 p img.aligncenter {
    	clear: both;
    	display: block;
    	margin-left: 0;
    	margin-right: 0;
	}
	.global-portal .col-sm-3:before {
	    bottom: 12px;
	    font-size: 4rem;
	}
	.global-portal .col-sm-3:after {
		display: none;
	}
	.text-block.about {
		padding: 0 5%;
	}
	.text-block.about > div > div p:first-child {
		width: 60px;
	}
	.main-footer .footer-col-1,
	.main-footer .footer-col-2 {
		display: none;
	}
	.colophon * {
		text-align: center;
	}
	.colophon .footer-logo {
		margin-bottom: 20px;
	}
	.colophon ul.social-media {
		display: block;
		margin-bottom: 15px;
	}
	.testimonials-list {
		padding: 0 50px;
	}
	.flex-direction-nav a {
		background-repeat: no-repeat;
		height: 26px;
		width: 30px;
	}
	.farmer {
		max-width: 284px;
		margin: 0 auto;
		text-align: center;
	}
	.farmer .farmer-left {
		padding: 0;
	}
	.blog-snippet-column {
		max-width: 350px;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.farmer .farmer-left img {
		margin-top: 0;
	}
	.woocommerce .woocommerce-form-login input.button {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.woocommerce form.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox {
		clear: both;
	}
	body.inner .extra-content .em-button {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}
	#fancybox-content #enquiry-form {
		padding: 0;
	}
	#fancybox-content #enquiry-form .gform_wrapper .gform_heading, #fancybox-content #enquiry-form div.gform_wrapper .gform_footer,
	#fancybox-content #enquiry-form div.gform_wrapper ul.gform_fields li.gfield {
		padding-left: 0;
		padding-right: 0;
	}
	.cform .gform_wrapper .gform_body .gfield textarea {
		height: 150px;
	}
}
@media (max-width: 580px) {
	.mailing-list .gform_wrapper .gform_body, .mailing-list .gform_wrapper .gform_footer {
		clear: both !important;
		float: none;
		width: 100%;
	}
	.global-portal .col-sm-3 {
		margin-bottom: 0;
		width: 100%;
	}
	.mailing-list {
		background-position: center bottom !important;
		background-size: auto !important;
		padding-bottom: 277px;
	}
	.text-block.about {
	    padding: 0 23%;
	}
	.main-footer {
  	padding-bottom: 20%;
  }
  .colophon .footer-logo {
    margin-top: -4.9em;
	}
}
@media (max-width: 480px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}

	/* General Styles */
	.list-check-square li {
		margin: 10px 0;
	}
	.free-quote-bar h2 {
		font-size: 1.5rem;
	}
	.free-quote-info .div-1 ul li {
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
		margin: 13px 0;
		padding: 3px 0 3px 40px;
	}

	/*** Enter your custom style here ***/
	.banner-area h1 {
		font-size: 2.25rem;
		letter-spacing: 6px;
		margin-bottom: 20px;
	}
	.inner-banner {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.inner-banner .banner-button h1 {
		font-size: 2.5rem !important;
		letter-spacing: 0.06em;
	}
	.main-footer .footer-col h3 {
		text-align: center;
	}
	.footer-col-3 p {
		padding-left: 32px;
	}
	.footer-col-3 p i {
		margin-left: -32px;
		margin-right: 0;
	}
	.text-block.about {
		padding: 0 5%;
	}
	.home-row-02 {
		background-image: url(library/images/gm.png) !important;
		background-position: center bottom;
		background-size: cover;
		-moz-background-size: contain !important;
		-o-background-size: contain !important;
		-webkit-background-size: contain !important;
		padding-bottom: 65%;
	}
	.main-footer {
		padding-bottom: 10%;
	}
	.directions-form input.input-form,
	body.inner .extra-content .em-button {
		display: block;
		float: none;
		margin: 0;
		width: 100%;
	}
	body.inner .extra-content .em-button {
		margin-top: 15px !important;
	}
	.location-info .loc-time p::before {
		display: block;
		margin: 0 auto 10px;
	}
	.map-content .map-details {
		left: 0;
		max-width: none;
		right: 0;
		width: auto;
	}
	.map-content iframe {
		height: 420px;
	}
}

@media (max-width: 360px) {
	.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
		width: 40%;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
		width: 60%;
	}
	.woocommerce table.woocommerce-checkout-review-order-table .shipping ul#shipping_method li {
		padding-top: 0;
	}
}
@media (min-width: 1800px) {
.main-header .container {
    max-width: 1650px;
}
}
.main-header .menu-btn li {
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1024px)
{
nav.main-nav ul.nav > li > a {
    font-size: .675rem !important;
}
}