/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

@font-face {font-family: 'Ethos-Light';src: url('https://www.botanikboutique.com.au/ethos/3044A4_8_0.eot');src: url('https://www.botanikboutique.com.au/ethos/3044A4_8_0.eot?#iefix') format('embedded-opentype'),url('https://www.botanikboutique.com.au/ethos/3044A4_8_0.woff2') format('woff2'),url('https://www.botanikboutique.com.au/ethos/3044A4_8_0.woff') format('woff'),url('https://www.botanikboutique.com.au/ethos/3044A4_8_0.ttf') format('truetype');}

@font-face {font-family: 'Ethos-Medium';src: url('https://www.botanikboutique.com.au/ethos/3044A4_2_0.eot');src: url('https://www.botanikboutique.com.au/ethos/3044A4_2_0.eot?#iefix') format('embedded-opentype'),url('https://www.botanikboutique.com.au/ethos/3044A4_2_0.woff2') format('woff2'),url('https://www.botanikboutique.com.au/ethos/3044A4_2_0.woff') format('woff'),url('https://www.botanikboutique.com.au/ethos/3044A4_2_0.ttf') format('truetype');}

@font-face {font-family: 'Ethos-CondensedThinItalic';src: url('https://www.botanikboutique.com.au/ethos/3044A4_16_0.eot');src: url('https://www.botanikboutique.com.au/ethos/3044A4_16_0.eot?#iefix') format('embedded-opentype'),url('https://www.botanikboutique.com.au/ethos/3044A4_16_0.woff2') format('woff2'),url('https://www.botanikboutique.com.au/ethos/3044A4_16_0.woff') format('woff'),url('https://www.botanikboutique.com.au/ethos/3044A4_16_0.ttf') format('truetype');}


@font-face {font-family: 'Ethos-Regular';src: url('https://www.botanikboutique.com.au/ethos/3044A4_4_0.eot');src: url('https://www.botanikboutique.com.au/ethos/3044A4_4_0.eot?#iefix') format('embedded-opentype'),url('https://www.botanikboutique.com.au/ethos/3044A4_4_0.woff2') format('woff2'),url('https://www.botanikboutique.com.au/ethos/3044A4_4_0.woff') format('woff'),url('https://www.botanikboutique.com.au/ethos/3044A4_4_0.ttf') format('truetype');}

@keyframes fade-in-down {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

body { overflow-x: hidden; }

.pink { color: #e9c1cb; }
.green { color: #336666; }
.darkgrey { color: #4d4d4f; }
.lightgrey { color: #b8b8ba; }

.mobileonly { display: none; }

img { height: auto; }

#nav-container { background: #fff; }
ul.nav li a, .woocommerce .summary p.price, .yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist, a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], a.button, input.button, button.button, #wrapper .woo-sc-button, #why-buy .col-full div, ul.products li h3, a.button, h3, .entry h3, #top ul.nav li a, #nw-cart-contents, #top-extras li, .widget h3, h4, h5, .magazine .block .post .title a, .gift-reason, .quicklink-holder .quicklinks h4 {
	font-family: 'Lekton', arial, sans-serif;
	font-weight: 800;	
}
.woocommerce .summary h1.product_title, .page-title, .post .title, .page .title {
	font-family: 'Lekton', arial, sans-serif;
	font-weight: 300;	
}
#hero p, .quicklink-holder .quicklinks p, .instagram-intro p {
	font-family: 'Lekton', arial, sans-serif;
	font-weight: 500;
}
body, p, li, input, textarea, select, .entry, .entry p, h1, .entry h1, #footer, #footer p { font-family: 'Ethos-Light'; }
h2, .entry h2 {
	font-family: 'Ethos-Medium';
	font-weight: normal;
}

.page-title, .post .title, .page .title {
	border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
    margin-bottom: 40px;
    clear: both;
}
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
    padding: 0;
    border: none;
    background: none;
}
a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button {
	color: #9B9B9B!important;
	text-transform: uppercase;
	padding: 9px 15px 8px 15px;
	border: 1px solid #9B9B9B;
	border-radius: 0;
	background: #fff!important;
	font-size: 12px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a.button:hover, a.comment-reply-link:hover, #commentform #submit:hover, .submit, input[type=submit]:hover, input.button:hover, button.button:hover, #wrapper .woo-sc-button:hover, #main #below-order-contents .open-login a.showlogin:hover {
	background-color: #336666!important;
	color: #e9c1cb!important;
	border: 1px solid #f9f9f9;
}
#header { text-align: center; }
.entry h2, .magazine h1.title {
	text-align: center;
	color: #336666;
	margin-top: 2em;
	margin-bottom: 1em;
	letter-spacing: 1px;
}
.entry h2 span, span.underline {
	border-bottom: 1px solid #336666;
	padding-bottom: 7px;
}

/* SINGLE PRODUCT */
.single-product.two-col-right #main-sidebar-container #sidebar { display: none!important; }
.single-product.two-col-right #main-sidebar-container #main { width: 100%!important; }
.woocommerce .images a { text-align: center; }
.woocommerce .summary h1.product_title { 
	text-align: center;
	font-size: 38px;
	padding-top: 15px;
}
.woocommerce .summary p.price {
	font-size: 14px;
	float: left;
	text-align: left;
}
.woocommerce .summary p {
	font-size: 16px;
	text-align: center;
}
.woocommerce .summary ul { margin-bottom: 1.5em; }
.woocommerce .summary a { color: #E9C1CB; }
.woocommerce .summary li {}
.yith-wcwl-add-button { text-align: center; }
.yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist {
	font-weight: 700;
	color: #4d4d4f;
	font-size: 11px;
	text-transform: uppercase;
	background: transparent url('https://www.botanikboutique.com.au/wp-content/uploads/2015/07/wishlist-heart.png') no-repeat left center;
	background-size: auto 100%;
	line-height: 16px;
	padding-left: 28px;
	opacity: 0.7;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.yith-wcwl-add-button a.add_to_wishlist:hover, .yith-wcwl-popup-button a.add_to_wishlist:hover { opacity: 1; }
.yith-wcwl-add-button a.add_to_wishlist { margin-left: 15%; }

button.button.single_add_to_cart_button, a.button.add_to_cart_button {
	color: #fff!important;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 12px;
	background: #448888!important;
	padding: 13px 26px;
	border-radius: 1px;
	border-color: #448888;
}
a.added_to_cart { display: none; }
.woocommerce .summary table.variations {
	border: 1px solid #448888;
}
.woocommerce .summary table.variations tr td.label {
	font-family: 'Lekton', arial, sans-serif;
	font-weight: 800;
	color: #448888;
}
.woocommerce .summary table.variations tr td {
	padding: 1em 1.387em;
	border-right-color: #448888;
}
.woocommerce .summary table.variations select { font-size: 15px; }
.woocommerce .summary a.reset_variations { display: none; }
.one-left {
	font-family: 'Lekton', arial, sans-serif;
	font-weight: 800;
	font-size: 12px;
}
a.button .one-left { display: inline-block; }
.woocommerce .summary form {
	border: none;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
.price-container {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #979797;
	overflow: hidden;
}
.woocommerce .summary { text-align: center; }
.woocommerce .summary p.price { 
	margin: 0;
	width: 100%;
}
.woocommerce .summary p.price span { padding-right: 13px; }
.woocommerce .summary p.price span.size {
	float: right;
	padding-right: 0;
}
.woocommerce .summary .quantity {
	float: none;
	display: inline-block;
}
.quantity .qty {
	padding: 0;
	text-align: center!important;
	line-height: 45px;
	border: 1px solid #4d4d4f;
  	border-radius: 1px;
  	width: 50px;
  	float: none;
  	margin: 0;
}
#product-cred { margin-bottom: 40px; }
#ingredients {
	color: #706550;
	font-size: 12px;
	margin: 25px 0;
}
#ingredients ul { padding-left: 15px; }
#ingredients ul li {
	list-style-type: disc;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 1.4em;
	width: 45%;
	float: left;
}
#latest-review { }
#ingredients h4, #latest-review h4, #about-brand h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin-bottom: 25px;
}


#about-brand {
	background: #fff;
	overflow: hidden;
}
#brand-hero { background-size: cover; }
#brand-hero img { width: 100%; }
#brand-deets {}
#brand-deets .inner {
	padding: 30px 30px 0 30px;
}
#brand-deets .inner img { 
	max-width: 40%;
	max-height: 60px;
	display: block;
	float: none;
	margin-bottom: 30px;
}
#brand-deets .inner p { 
	clear: left; 
	margin-bottom: 1.2em;
}
.woocommerce .images img { max-height: 490px; }
.brand-heading h4 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
#brand-deets .inner .brand-heading img {
	display: inline-block;
	vertical-align: middle;
}


/* FOOTER */
body.full-width #footer-widgets {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin: 0;
	width: 100%;
	max-width: 100%!important;
	border-top: none;
}
#footer-widgets .block { 
	padding-top: 0;
	margin-top: -1px;
}
#text-2 {
	text-align: center;
	background: #336666;
	padding: 30px 0;
	margin: 0;
}
#text-2 a { 
	color: #E9C1CB;
	padding: 0 10px; 
}
#text-2 a i { font-size: 1.6em; }
#credit a { color: #666; }

/* NW CART DROPDOWN */
.widget.widget_nw_ajax_drop_cart { 
	margin-bottom: 0;
	padding: 0 15px;
	float: right;
	border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}
#nw-cart-drop-toggle {
	border: none;
	background: none;
	color: #4d4d4f;
	padding: 12px 0 0 0;
	width: auto;
	font-size: 13px;
}
.nw-cart-icns { 
	height: 24px;
	margin-right: 10px;
}
#nw-cart-contents {
	text-transform: uppercase;
	line-height: 24px;
}
#nw-cart-contents .amount { display: none; }
#nw-drop-cart { 
	min-width: 105px;
	min-height: 48px;
}
#nw-cart-drop-content {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    top: 12px;
    right: -17px;
    border-top: none;
    background: #f9f9f9;
    min-width: 254px;
    border-color: #fff;
    z-index: 9001;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
}
#nw-cart-drop-content .buttons a.button {
	background: #fff;
	border-radius: 0;
	border: 1px solid #9B9B9B;
	box-shadow: none;
	display: block;
	margin-top: 6px;
    font-style: normal;
    font-weight: 700;
    padding: 10px 0;
    text-shadow: none;
}
#nw-cart-drop-content .buttons a.button.checkout {
	background: #323A45!important;
	border: 1px solid #323A45;
	color: #fff!important;
}
.nw-cart-product-title {
	min-width: 100%;
	max-width: 100%;
	display: table;
}
#nw-drop-cart ul li a:nth-of-type(1) {
	width: 30%;
	text-align: center;
}
#nw-drop-cart ul li .nw-cart-product-inner {
	width: 70%;
}
#nw-drop-cart ul li .nw-cart-product-inner a {
	width: auto!important;
	display: block!important;
}
#nw-drop-cart ul li a:nth-of-type(1), #nw-drop-cart ul li .nw-cart-product-inner { 
	display: table-cell;
	vertical-align: middle;
}
#nw-drop-cart ul li a {
	font-style: normal;
    font-weight: 700;
    color: #222222;
    line-height: 1.2em;
}
#nw-cart-drop-content .ajax-remove-item { margin-right: 10px; }
/* #nw-drop-cart ul li a .cart-item-title { line-height: 96px; } */
#nw-drop-cart ul li img {
	background: none;
    box-shadow: none;
    border: none!important;
    width: auto;
    height: 90px;
    float: none;
}
#nw-drop-cart .quantity { display: none; }
#search-hover { cursor: pointer; }
#hideCart {
	display: block;
	text-align: center;
}

/* SHOP LOOP */
#sidebar {
	background: #fff;
    border: 1px solid #EFEFEF;
}
#sidebar .widget { margin-bottom: 0; }
#sidebar .widget h3 {
	padding: 1.3em;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
}
#sidebar .widget ul, #sidebar .widget .textwidget, #sidebar form { padding: 1.3em; }
#sidebar .widget ul ul { 
	padding-right: 0;
	padding-top: .6em;
}
.widget ul li a {
	color: #4A4A4A;
}
form.woocommerce-ordering {
	width: 72px;
	float: right;
	margin-top: -2px;
}
select.orderby {
    border: none;
    background: transparent url('https://www.botanikboutique.com.au/wp-content/uploads/2015/07/sort.png') no-repeat center center;
    border-radius: 0;
    -webkit-appearance: none;
    width: 100%;
    padding: 12px 7px;
    background-size: 58px 10px;
    text-indent: -9999px;
    height: 10px;
}
ul.product-categories {}
ul.product-categories li {
	list-style: none;
	clear: both;
}
ul.product-categories li a { 
	line-height: 30px; 
	display: inline-block;
}
ul.product-categories ul li a { line-height: 22px; }
ul.product-categories li .count {
	display: none;
	float: right;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.025);
    padding: 0 8px;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: .327em;
}
ul.product-categories .cat-parent li .count { display: block; }
ul.products { clear: both; }
ul.products li h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin-bottom: 25px;
}
ul.products li img.loop-brand { 
	margin-top: 20px!important;
	max-height: 60px!important;
    width: auto!important;
    max-width: 90px!important;
}
ul.products li.product .yith-wcwl-add-to-wishlist {
	position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
ul.products li.product:hover .yith-wcwl-add-to-wishlist { opacity: 1; }
ul.products li.product a.add_to_wishlist {
	text-indent: -9999px;
    margin: 0;
    width: 0;
}
ul.products li.product a.add_to_wishlist:hover { opacity: 1; }
ul.products li.product a .image-holder {
	height: 240px;
	padding: 2em 0;
}
ul.products li.product a .image-holder:before {
	content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}
ul.products li.product a img {
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	margin: 0 auto;
    max-width: 75%;
    max-height: 240px;
    display: inline-block;
    vertical-align: middle;
}
ul.products li.product a img:hover { opacity: 1; }
.term-description {
	width: 100%;
	clear: left;
}

/* BUNDLED PRODUCTS AND CHRISTMAS PACK PAGE */
div.product.product-type-bundle .one-left { display: none; }
ul.products li.product.cart_item.bundled_table_item { display: none; }
.page-id-1906 article header { display: none; }
.page-id-1906 #content { padding-top: 0!important; }
.page-id-1906 .woocommerce ul.products {
	max-width: 800px;
	margin: 0 auto;
}

/* BRANDS */
.entry ul.brand-thumbnails { 
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.entry ul.brand-thumbnails li {
	list-style: none;
	margin: 1.25% 0;
	vertical-align: middle;
    float: none;
    display: inline-block;
    width: auto!important;
    max-width: 13%;
}
.entry ul.brand-thumbnails li img {
	max-width: 75%;
	max-height: 60px;
	width: auto;
}

/* HOME */

/* OLD HERO
	#hero { 
	height: 330px;
	display: table;
}
#hero .inner {
	display: table-cell;
	vertical-align: middle;
}
	
*/
#hero { 
	background-size: cover!important;
	width: 100%;
	
	padding-top: 3em;
}
#hero .inner .col-full {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: fade-in-down;
	animation-name: fade-in-down;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
	opacity: 0;
}
#hero h2 {
	text-align: center;
	/* position: absolute;
    width: 100%;
    top: 3.4%;
    z-index: 15;
    left: 0; */
    font-size: 3.2em;
    line-height: 1.4em;
    margin-bottom: .3em;
    font-family: 'ethos-regular';
    
    color: #336666;
}
#hero p {
	text-align: center;
	font-size: 14px;
}
#hero a {
	color: #323A45!important;
	border: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
    padding: 13px 26px;
    border-radius: 1px;
    margin-top: 2.8em;
    display: inline-block;
}
#hero a:hover { color: #ffffff!important; }
.home .entry h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	background: transparent url('https://www.botanikboutique.com.au/wp-content/uploads/2015/09/header-line.png')repeat-x center center;
}

/* LOOKBOOK */
.page-id-1500 h1 {
	font-family: 'ethos-regular';
    color: #336666;
    font-weight: 400;
    font-size: 3.2em;
}
.page-id-1500 #main { display: none; }
.soliloquy-container #soliloquy-1499 .soliloquy-caption.soliloquy-caption-bottom {
	position: static;
}
.soliloquy-container #soliloquy-1499 .soliloquy-caption .soliloquy-caption-inside {
	background: none;
	padding: 0;
	text-shadow: none;
}
.page-id-1500 ul.products li.product a img { max-height: 190px; }
.page-id-1500 ul.products {
	max-width: 800px;
	margin: 0 auto 5em auto;
}

@media only screen and (min-width: 768px) {
	
	#hero .twocol-one.last {
		margin-bottom: 0;
		margin-top: 6em;
	}
	#hero .twocol-one.last p { padding: 0 4em; }
	
}

.wideheading.entry h3 {
	margin: 0;
	padding: 20px 0;
}
.instagram { 
	padding: 70px 0;
	background: #f8f3f0;
}
.instagram-intro {
	background: #fff;
	text-align: center;
	width: 200px;
	height: 240px;
	padding: 0 20px;
}
.instagram-intro h5 {
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 35px;
}
.instagram-intro p {
	color: #4A4A4A;
	font-size: 12px;
	margin-bottom: 20px;
}
.entry.brands { padding: 2em 0; }
.entry.about p, .entry.brandintro p {
	max-width: 800px;
	margin: 0 auto 1.5em auto;
	text-align: center;
	color: #4d4d4f;
}
#mainpost { 
	position: relative; 
	overflow: hidden;
}
.blog-section { background: #fff; }
.blog-section h3 {
	text-align: center;
	color: #336666;
	margin-bottom: .5em;
	font-size: 30px;
	font-family: 'Ethos-Light';
}
.blog-section h4 {
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
.blog-section h4 a { color: #000; }
.blog-section p {
	max-width: 70%;
	text-align: center;
	margin: 0 auto 3.5em auto;
}
.read-a-post { text-align: center; }
.blog-section .older-post {
	position: relative;
	background: #4d4d4f;
}
.blog-section .older-post img { 
	opacity: .75;
	margin: 0;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.blog-section .older-post:hover img { opacity: .5; }
.blog-section .older-post .overlay {
	position: absolute;
	width: 100%;
	top: 35%
}
.page .blog-section .older-post .overlay h3.title {
	font-size: 23px;
	text-align: center;
	border: none;
	margin-bottom: 0;
	padding: 0 15px 15px;
}
.page .blog-section .older-post .read-a-post a {
	background: none!important;
    color: #fff!important;
    border-color: #fff;
    padding: 8px 25px;
}
.page .blog-section .older-post .overlay h3.title a { color: #fff; }
.page .blog-section .older-post .overlay h3.title a:hover { text-decoration: none; }
.soliloquy-container { margin-bottom: 0!important; }
.top-sellers ul.products li h3, .top-sellers ul.products li .price { display: none; }
.top-sellers ul.products li.product a .image-holder { padding: .3em 0 1em 0; }
.quicklink-holder {
	margin-top: 3.5em;
	margin-bottom: 2.5em;
}
.quicklink-holder .col-full { text-align: center; }
.quicklink-holder .quicklinks {
	display: inline-block;
	padding: 0 2em;
	vertical-align: top;
}
.quicklink-holder .quicklinks h4, .quicklink-holder .quicklinks p {
	font-size: 14px;
	line-height: 1.6em;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: left;
}
.quicklink-holder .quicklinks p a { color: #4d4d4f; }
.brandintro p { text-align: center; }


/* SEARCH */
#search-holder #searchform .submit, #search-holder #searchform .submit:hover {
	background: transparent url('https://www.botanikboutique.com.au/wp-content/uploads/2015/07/search-icon.png') no-repeat center center!important;
    background-size: 61%!important;
    border: none;
    text-indent: -9999px;
}
#search-hover { }
#search-hover:hover { cursor: pointer; }
#search-close {
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 20px;
    right: 20px;
    z-index: 9995;
    cursor: pointer;
}
#search-holder {
	position: fixed;
	background: rgba(0,0,0,.85);
	top: 48px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.admin-bar #search-holder { top: 80px; }
#search-holder #searchform {
	padding: 5em 0;
	text-align: center;
	width: auto;
	margin-bottom: 50px;
}
#search-holder #searchform input#s {
	border-color: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	color: #fff;
}
.ui-autocomplete { 
	background: none!important;
	box-shadow: none!important;
}
.ui-autocomplete .isp_section_header {
	background: #4d4d4f;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	padding: 8px 0;
}
ul.ui-autocomplete .ui-menu-item {
	background: #fff!important; 
}
.ui-autocomplete .as_icon { padding: 15px 0; }
.ui-autocomplete .as_magento_product_name { text-transform: uppercase; }
.ui-autocomplete .ui-menu-item:hover .as_magento_product_name, .ui-autocomplete .ui-menu-item:hover .as_magento_product_desc, .ui-autocomplete .ui-menu-item:hover .as_magento_price {
	color: #4d4d4f!important;
}
.ui-autocomplete .as_magento_product_desc, .ui-autocomplete .as_magento_price { font-size: 14px; }
.ui-autocomplete .as_img_container { height: auto!important; }
.ui-autocomplete li#acp_footer_acp > div { padding-top: 0!important; }
.ui-autocomplete a#acp_footer_all { 
	font-size: 12px!important;
	color: #fff!important;
}
.ui-autocomplete li#acp_footer_acp > div { background: #4d4d4f!important; }
.checkout #wc_checkout_add_ons p.form-row {
	width: 100%;
	float: none;
}
.checkout #wc_checkout_add_ons #wc_checkout_add_ons_2_field label:after, .checkout #wc_checkout_add_ons #wc_checkout_add_ons_3_field .description {
	content: '';
	font-size: 10px;
	color: #929292;
}
#wc_checkout_add_ons_2_field { display: none; } /* HIDE GIFT WRAPPING OPTION */
#ship-to-different-address.form-row { width: 100%; }

/* CART */
.woocommerce-cart article header { display: none; }
.woocommerce-cart #content.col-full { max-width: 100%!important; }
.cart-collaterals .cart_totals .button { display: block; }
.cart-collaterals .cart_totals .button.alt {
	color: #9B9B9B!important;
	background-color: #fff!important;
	padding: 1em 1.387em;
}
.cart-collaterals .cart_totals a.checkout-button.button.alt {
	background: #336666!important;
    border: 1px solid #336666;
	color: #fff!important;
	margin-bottom: 1em!important;
}
.cart-collaterals .cart_totals a.checkout-button.button.alt:hover {
	background-color: #E9C1CB!important;
	border-color: #E9C1CB;
	color: #336666!important;
}
table.cart td.actions {
	padding: .857em 0;
    border-radius: 0!important;
}
table.cart td.actions .coupon .input-text {
	border: 1px solid #9B9B9B;
	padding: 0;
	height: 38px;
	line-height: 38px;
	border-radius: 0;
}
table.cart td.actions .button { 
	background-color: #9B9B9B!important;
	color: #fff!important;
	vertical-align: top;
}
.woocommerce-cart #order-contents { border-top: none; }
.cart_item .quantity { margin-top: .5em; }
ul.products li.product a.remove {
	position: absolute;
    top: 0;
    right: 0;
    color: red;
}
.entry table.shop_table {
	background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #cccccc;
}


/* CHECKOUT */
body.full-width.woocommerce-checkout #content { padding-top: .5em; }
.woocommerce-checkout article header { display: none; }
.woocommerce-checkout #show-email-signup { display: none; }
.woocommerce-checkout #content.col-full { 
	max-width: 100%!important;
	padding-top: 0;
}
.woocommerce-checkout.woocommerce-order-received #content.col-full {
	max-width: 1200px!important;
}
.woocommerce-checkout #nav-container { display: none !important; }
	
h3#order_payment_methods {
	border-bottom: none;
	margin-bottom: 0em;
}
	
.method_title {
	float: left;
	width: 28%;
}
	
.payment_methods .payment_box p.payment-gateways {
	clear: left;
    font-size: 1.4em;
}

.payment_methods .payment_box p.form-row {
	width: 100%;
	margin-right: 0;
	font-weight: 400;
}
.payment_methods .payment_box .braintree-payment-form p.form-row.validate-cc-exp-date {
	width: 59%;
	float: left;
}
#braintree-cc-cvv-section { display: none; }
.payment_methods .payment_box .braintree-payment-form #braintree-cc-cvv_field {
	width: 39%;
	float: right;
	margin: 0;
	clear: none;
}

.payment_box .form-row input[type=text] {
	background: #fff;
	border: 1px solid #cccccc;
	padding: 10px 5px;
}

.payment_methods .payment_method_paypal .payment_box p {
	margin-right: 0;
	width: 100%;
	float: none;
}
.payment_methods .payment_method_paypal .payment_box p:last-of-type { margin-bottom: 0; }

.payment_methods .payment_method_braintree .validate-cc-cvv input.input-text { 
	margin: 0;
	width: auto;
}
.woocommerce-checkout #main-nav, .woocommerce-checkout .search_main { display: none !important; }

.woocommerce-checkout #logo {
	float: none;
	text-align: center;
}
    
.checkout_coupon {
	border-top: 1px solid #cccccc;
	padding: 6px 0;
	display: block!important;
	overflow: hidden;
}
.entry .checkout_coupon h3 {
	border: none;
	padding: 0;
	margin: 0;
	float: left;
}
.woocommerce-checkout .entry .checkout_coupon input {
	float: right;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 5px;
}
.woocommerce-checkout #coupon_code { width: 150px; }
#order-contents {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0;
	overflow: hidden;
}
#order-contents h4, .cart-contents ul.products li.product h3, #order-contents ul.products li.product h3 { 
	line-height: 1.2em;
	color: #4d4d4f;
	min-height: 24px;
}
#order-contents ul.products li.product h3 a { color: #4d4d4f; }
#order-contents ul.products li.product a img { 
	margin: 1.5em auto;
	height: 140px;
}
.threecol-two.cart-contents { margin-bottom: 0; }
.cart-contents ul.products { margin-bottom: 0; }
.cart-contents ul.products li.product h3, #order-contents ul.products li.product h3 { font-size: 10px; }
.cart-contents ul.products li.product { 
	margin-bottom: 0;
	color: #4d4d4f;
	font-size: 10px;
	text-transform: none;
}
.cart-contents ul.products li.product dl.variation { 
	display: inline-block;
	padding-left: 3px;
	line-height: 12px;
}
.cart-contents dl.variation dt, .cart-contents .variation dd, .cart-contents .variation dd p { font-size: 10px; }
#order-contents p { 
	text-transform: none;
	line-height: 1.3em;
	color: #4d4d4f;
}
form.checkout h3 {
	border: none;
    color: #000;
    margin: 0 0 1.2em 0;
    font-size: 16px;
    line-height: 1em;
}
form.checkout h3 .stage {
	border-radius: 100%;
    color: #fff;
    background: #E9C1CB;
    font-weight: bold;
    font-size: 10px;
    margin-right: 10px;
    height: 18px;
    width: 18px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    vertical-align: top;
    margin-top: -2px;
}
.checkout p.form-row { margin-bottom: 1em; }
.checkout .form-row input.input-checkbox { 
	margin-right: 6px;
	margin-top: 2px;
}
.checkout .form-row label { 
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
    margin-bottom: 5px;
}
.checkout .form-row abbr { border-bottom: none; }
.form-row .input-text, .form-row select, #below-order-contents .checkout_coupon #coupon_code {
	background: #fff!important;
	border: 1px solid #ccc;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 10px 5px;
	margin-bottom: 0;
}
#billing_address_1_field { margin-bottom: 8px; }
.form-row.place-order { width: 100%; }
body.woocommerce-checkout #wrapper #content #place_order { 
	width: 100%;
	font-size: 12px!important;
    font-weight: bold;
    margin-bottom: 8px;
    background: #336666!important;
    border: 1px solid #336666;
    color: #fff!important;
}
body.woocommerce-checkout #wrapper #content #place_order:hover { color: #E9C1CB; }
.place-order .terms {
	font-size: 10px;
    text-transform: none;
    text-align: left;
    width: 100%;
}
ul.payment_methods { position: relative;}
ul.payment_methods li {
    padding: 0;
    float: none;
    display: block;
    clear: none;
    width: 100%;
    margin: 0;
    border-bottom: none;
}
.payment_methods li img { display: none; }
.payment_methods .payment_box {
    padding: 20px;
    margin-top: 37px;
    border: 1px solid #cccccc;
    background: #fafafa;
}
.payment_methods .payment_box.payment_method_paypa { margin-top: 0; }
ul.payment_methods li input[type="radio"] {
    margin: 0;
    padding: 0;
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
ul.payment_methods li input[type="radio"] +label {
    margin: 0;
    border: none;
    outline: none;
    outline-style: none;
    line-height: 37px;
    padding: 0 13px;
    height: 37px !important;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    color: #4d4d4f;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}
ul.payment_methods li input[type="radio"]:checked +label {
    background-color: #fafafa !important;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
ul.payment_methods li #payment_method_braintree_credit_card +label {
	position: absolute;
    top: 0;
    left: 0;
}
.woocommerce #payment div.payment_method_braintree_credit_card div.form-row {
	padding: 0;
	margin-bottom: 10px;
}
ul.payment_methods li #payment_method_paypal +label {
	background-image: url('https://www.botanikboutique.com.au/wp-content/uploads/2015/08/PayPal_3_.png');
    background-repeat: no-repeat;
    background-size: 12px 14px;
    background-position: 12px center;
    padding-left: 35px;
    position: absolute;
    top: 0;
    left: 105px;
    border-top: 1px solid #f9f9f9;
}
.woocommerce-shipping-fields { margin-top: 1em; }
.payment_methods .payment_box p.validate-cc-exp-date { margin-bottom: 0; }
#braintree-cc-cvv_field { margin-top: 1em; }
ul.payment_methods li #payment_method_paypal:checked +label { border-top-color: #ccc; }
a.about_paypal { display: none; }

#main .select2-container .select2-choice {
	height: 33px;
	line-height: 33px;
    text-transform: none;
    color: #4d4d4f;
    text-decoration: none;
}
.select2-results .select2-result-label {
    padding: 6px 7px 7px;
    text-transform: none;
    line-height: 1em;
}
body #wrapper #content .saved-cards { line-height: 1em; }
body #wrapper #content .saved-cards .clear { margin-top: 12px; }
body #wrapper #content .saved-cards a.button {
	width: auto;
	display: block;
	float: none!important;
	margin-bottom: 20px;
}
ul.payment_methods li .saved-cards input[type="radio"] {
	-webkit-appearance: radio;
	margin: 2px 15px 0 0;
	float: left;
    display: block;
}
ul.payment_methods li .saved-cards #braintree-use-new-card:checked { margin-bottom: 30px; }
ul.payment_methods li .saved-cards input[type="radio"] +label {
	border: none;
    background: none;
    height: auto!important;
    padding: 0;
    line-height: 1em;
    text-align: left;
}
#below-order-contents { 
	padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 40px;
}
#below-order-contents .checkout_coupon h3, #below-order-contents #coupon-header {
	font-weight: normal;
	font-size: 13px;
	color: #4d4d4f;
	line-height: 38px;
}
.shop_table .cart-subtotal {
	padding: 10px 0 0 0;
	border-top: 1px solid #cccccc;
}
.shop_table .row.total {
	padding: 5px 0;
	margin-top: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.shop_table .total-amount, .shop_table .row.cart-shipping { text-transform: none; }
#below-order-contents .checkout_coupon { border-top: none; }
form.login {
	padding: 20px;
	background: #f8f8f8;
	border: 1px solid #9B9B9B;
	overflow: hidden;
	clear: left;
	margin-bottom: .6em;
}
ul#shipping_method { 
	padding-left: 0;
	margin: 0;
}
ul#shipping_method li { 
	list-style: none;
	text-align: right;
}
ul#shipping_method li input {
	float: right;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 5px;
}
.shop_table .row.cart-shipping { padding: 5px 0 5px 0; }
.shop_table .row {
	clear: both;
	width: 100%;
	display: table;
	margin: 0;
}
.shop_table .inner { padding: 5px 0 5px 0; }
.shop_table .total-title {
	width: 30%;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.shop_table .total-amount {
	width: 70%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	text-transform: none;
}
.shop_table .order-total .total-amount { font-weight: bold; }


/* ABOUT */
.page-id-361 #main header { display: none; }
.page-id-361 .entry p { text-align: center; }

/* BRAND */
.tax-product_brand.two-col-right #main-sidebar-container #main { 
	width: 100%;
	float: none;
}
.tax-product_brand.two-col-right #main-sidebar-container #sidebar { display: none; }
.tax-product_brand .woocommerce-ordering { display: none; }
.tax-product_brand #about-brand { margin-bottom: 2.5em; }

/* POST */
.single-post .entry p { 
	line-height: 1.7em;
	font-size: 16px;
}
.single-post #comments {
	text-align: center;
	margin-bottom: 2em;
	border-top: 1px solid #336666;
}
#respond h3 { text-align: center; }
#commentform textarea { border: 1px solid #336666; }
.single-post #main-sidebar-container #sidebar { display: none; }

/* BLOG */
blockquote, blockquote p, .entry blockquote p {
	font-family: 'Ethos-CondensedThinItalic';
	font-size: 18px!important;
	font-style: normal;
}
.entry blockquote:before { color: #fff; }
#featured blockquote { 
	position: relative;
	margin-top: 2em;
}
#featured blockquote:before {
	content: "\f10d";
    position: absolute;
    top: 0em;
    left: 0;
    font-size: 2.5em;
    color: #fff;
    font-family: "FontAwesome";
    font-style: normal;
}
.entry blockquote { padding: 10px 50px; }
#featured blockquote p, .entry blockquote p {
	padding: 2em 0;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.8em;
	text-align: center;
}
.magazine h1.title {
	border: none;
	margin-top: 0;
	margin-bottom: 2em;
}
.magazine #featured .post-more { 
	text-align: center;
	margin-bottom: 1em;
}
.magazine .post-intro { padding: 1.6em 3.2em 1.6em 0; }

/* GIFT PACKS */
.product_cat-gift-packs .onsale { display: none; }
.tax-product_cat.term-gift-packs ul.products li.product a .image-holder { 
	height: auto;
	padding: 1em 0 2em 0;
}
ul.products li.product.product_cat-gift-packs a img { max-width: 95%; }

body.full-width.page-id-672 #content, body.full-width.page-id-830 #content { padding-top: 0; }
.page-id-672.page .title, .page-id-830.page .title { display: none; }
.page-id-830 h4 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.page-id-830 h1 { 
	margin-bottom: .75em;
	font-size: 35px;
}
.page-id-672 h1, .page-id-830 h1 { text-align: center; }
.gift-instructions .inner { 
	max-width: 800px;
	padding: 5em 0 3em 0;
	margin: 0 auto;
}
.gift-instructions { margin-bottom: 4em; }
.gift-instructions.entry p { margin-bottom: 3em; }
.page-id-672 .entry h2 {
	line-height: 1em;
	float: left;
	font-size: 50px;
	clear: left;
	margin: 0 1em 1em 0;
}
.page-id-830 .entry.gift-instructions h2 {
	line-height: 1em;
    float: left;
    font-size: 50px;
    clear: left;
    margin: 0 1em 1em 0;
}
.page-id-830 .entry h2 {
	text-align: center;
	float: none;
	font-size: 30px;
	font-family: 'Ethos-CondensedThinItalic';
}
.page-id-672 h3, .page-id-830 h3 {
	color: #336666;
	line-height: 1.2em;
}
.page-id-672 .threecol-one, .page-id-830 .threecol-one { clear: left; }
.gift-type {
	border: 1px solid #E9C1CB;
    background-color: #fff;
}
.gift-type .inner { padding: 40px; }
.entry .gift-type h2 { 
	margin-top: 0;
	margin-bottom: 1em;
	float: none;
	text-align: center;
	font-size: 24px;
}
.entry .gift-type p { text-align: center; }
.page-id-672 ul.products li.product.product_cat-gift-packs a .image-holder {
	padding: 0;
	height: auto;
}
.page-id-672 ul.products li.product.product_cat-gift-packs a .image-holder:before { display: none; }
.page-id-672 ul.products li.product.product_cat-gift-packs a img { 
	max-width: 100%;
	max-height: none;
}
.page-id-672 ul.products li.product.product_cat-gift-packs h3 { margin: 15px 0 10px 0; }

.gift-intro {
	min-height: 420px;
	width: 100%;
	display: table;
	background: #fff url('https://www.botanikboutique.com.au/wp-content/uploads/2015/12/gift-bg.jpg') no-repeat center center;
	background-size: cover;
}
.gift-intro .col-full {
	display: table-cell;
	vertical-align: middle;
}
.gift-intro .col-full { text-align: center; }
.gift-intro p { margin-bottom: 4em; }
.gift-reason {
	display: inline-block;
    vertical-align: middle;
    padding: 0 2em;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #4d4d4f;
    line-height: 1.2em;
}
.gift-reason.shipping img { margin: 3px auto 18px auto; }
.gift-reason.happy img { margin: 5px auto 20px auto; }

.xmas-guide-home {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 2em 0;
	background: #fff url('https://www.botanikboutique.com.au/wp-content/uploads/2015/12/gift-bg.jpg') no-repeat center center;
    background-size: cover;
}
.xmas-guide-home.entry h2 { 
	margin-top: .4em;
	margin-bottom: .5em;
	text-align: left;
}
.xmas-guide-home a.button {
	background-color: #336666!important;
    color: #e9c1cb!important;
    border: 1px solid #f9f9f9;
}
.xmas-guide-home a.button:hover {
	color: #9B9B9B!important;
	background-color: #fff!important;
	border: 1px solid #9B9B9B;
}
.xmas-guide-home.entry p { max-width: 400px; }


/* EMAIL SIGNUP */
#email-sign-up {
	width: 20%;
    position: absolute;
    right: -20%;
    top: 0;
    height: 100%;
    background: #336666;
    z-index: 9010;
}
#email-sign-up .inner { padding: 6em 2em 2em; }
#email-sign-up h3 {
	color: #E9C1CB;
    margin-bottom: 1em;
    text-align: center;
}
#email-sign-up p {
	line-height: 1.2em;
	margin-bottom: 2em;
    text-align: center;
    color: #fff;
}
#email-sign-up label {
	display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Lekton', arial, sans-serif;
    font-weight: 500;
    color: #E9C1CB;
}
#email-sign-up input {
	display: block;
    width: 94%;
    border-radius: 0;
}
#email-sign-up input.button {
	width: 100%;
	margin-top: 3em;
    background-color: #E9C1CB!important;
    color: #336666!important;
    font-weight: 800!important;
}
#email-sign-up .fa-times {
	color: #fff;
    z-index: 9020;
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer;
    font-size: 18px;
}

#show-email-signup {
	height: 40px;
	position: fixed;
	bottom: 0;
	right: 20%;
	background: #336666 url('https://www.botanikboutique.com.au/wp-content/uploads/2016/01/envelope.png') no-repeat center left 10px;
	background-size: auto 41%;
	cursor: pointer;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-left: 43px;
    padding-right: 10px;
    line-height: 40px;
    color: #fff;
    font-family: 'Lekton', arial, sans-serif;
}
.show-email #email-sign-up { right: 0; }
.show-email #wrapper, .show-email #top, .show-email #email-sign-up { transition: all 0.5s ease; }


.sb_instagram_header, #sbi_load { display: none; }


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */

	body.full-width #content { padding: 5em 0; }
	#logo {
		float: none;
		display: inline-block;
		text-align: center;
		max-width: 137px;
		margin-top: -57px;
	}
	
	#logo img { }
	#main-nav.nav.fl {
		float: none;
		text-align: center;
	}
	#main-nav.nav li { 
		display: inline-block;
		float: none;
	}
	#main-nav.nav li li { 
		display: block;
		width: 100%;
		text-align: left;
	}
	#main-nav.nav li a {
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: .5em 1.3em;
	}
	#main-nav.nav li li a {
		font-size: .75em;
	}
	
	/* TOP */
	#top ul.nav li a {
		text-transform: uppercase;
		letter-spacing: 1px; 
		padding-top: 1em!important;
		padding-bottom: 1em!important;
		padding-left: 2em;
		padding-right: 2em;
		line-height: 1.7em;
	}
	#top-nav.nav li:after {
		position: absolute;
		content: ' ';
		right: 0;
		top: 19px;
		width: 1px;
		height: 10px;
		background: #9B9B9B;
	}
	#top-nav.nav li.menu-item-71:after { display: none; }
	#top-extras { float: right; }
	#top-extras li { 
		line-height: 48px;
		text-transform: uppercase;
		letter-spacing: 1px;
		float: left;
		font-size: 13px;
	}
	#top-extras li, #top-extras li.wishlist-link { 
		padding: 0 15px;
		color: #4d4d4f;
	}
	#top-extras li a { color: #4d4d4f; }
	#top-extras li.search-link { line-height: 42px; }
	#top-extras li.wishlist-link, #top-extras li.account-link, #top-extras li.cart-link { border-left: 2px solid #fff; }
	#top-extras li.wishlist-link i.fa {
		font-size: 1.5em;
		margin-right: 8px;
		display: block;
		float: left;
		margin-top: 12px;
	}
	#top-extras li img { vertical-align: middle; }
	
	
	#nav-container {
		margin-bottom: 0;
		width: 100%;
		z-index: 8000;
	}
	
	#why-buy {
		border-top: 1px solid #DFDFDF;
		border-bottom: 1px solid #DFDFDF;
	}
	#why-buy .col-full { text-align: center; }
	#why-buy .col-full div {
		display: inline-block;
		font-size: 12px;
		text-transform: uppercase;
		padding: 14px 30px;
	}
	#why-buy div .fa {
		color: #448888;
		margin-right: 10px;
		font-size: 17px;
	}
	#why-buy .col-full span {
		font-family: 'Lekton', arial, sans-serif;
	    font-weight: 500;
	    font-size: 12px;
	}
	
	/* HOME */
	body.full-width.home #content { padding: 0; }
	.top-sellers .woocommerce.columns-4 ul.products li.product { width: 16.9%; }
	.blog-section {
		background: #fff;
		padding: 4em 0;
		margin-top: 7em;
	}
	.brandintro { padding-top: 1em; }
	.blog-section .older-post {
		float: left;
		margin: 4em 5.85% 0 0;
	}
	.blog-section .older-post:first-of-type { clear: left; }
	.blog-section .older-post:nth-of-type(3n+0) { 
		margin-right: 0;
		float: right;
	}
	.instagram-intro { 
		float: left;
		width: 20%;
		padding: 0;
	}
	#reload_enjoyinstagram_grid_1, #sb_instagram { 
		width: 80%!important; 
		float: left;
	}
	#reload_enjoyinstagram_grid_1 .ri-grid { margin: 0; }
	#reload_enjoyinstagram_grid_1 .ri-grid ul { 
		margin: 0;
		padding: 0;
	}
	
	/* CART */
	body.full-width.woocommerce-cart #content { padding-top: 0.5em; }
	.cart-collaterals .cart_totals {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		float: none;
	}
	.entry .cart-collaterals .cart_totals table {
		width: 65.33%;
		float: left;
	}
	.entry .cart-collaterals .cart_totals .wc-proceed-to-checkout {
		width: 30.66%;
		float: right;
	}
	.cart-contents ul.products li.product { width: 21%; }
	
	/* CHECKOUT */
	body.full-width.woocommerce-cart #content { padding-top: 0.5em; }
	#order-contents .col-full {
	    display: table;
	    width: 100%;
	}
	#order-contents .threecol-one, #order-contents .threecol-two {
	    display: table-cell;
	    vertical-align: middle;
	    float: none;
	}
	#order-contents .threecol-one { width: 30.66%; }
	#order-contents .threecol-two { width: 65.33%; }
	#below-order-contents .login-link {
	    float: left;
	    margin-bottom: -1px!important;
	    
	}
	#main #below-order-contents .open-login a.showlogin { 
		color: #9B9B9B;
	    text-transform: uppercase;
	    padding: 9px 15px 8px 15px;
	    border: 1px solid #9B9B9B;
	    border-radius: 0;
	    background: #fff!important;
	    font-size: 12px;
	    font-style: normal;
	    font-weight: 700;
	    display: block;
	}
    #below-order-contents .checkout_coupon {
	    border-top: none;
	    padding: 0;
	    float: right;
    }
    #below-order-contents .checkout_coupon #coupon_code { 
	    margin: 0 8px;
	    width: 100px;
	    background: #fff;
	}
	body.woocommerce-checkout #wrapper #content #below-order-contents .button { margin-left: 0; }
	body.woocommerce-checkout #wrapper #content #below-order-contents .login .button {  width: 100%; }
	#below-order-contents .lost_password { 
		float: left;
		margin-bottom: 0 !important;
		margin-top: 5px;
	}
	
	/* SHOP LOOP */
	.woocommerce.archive .page-title { 
		float: left;
		border-bottom: none;
	}
	.tax-product_cat #sidebar.scrolled {
		position: fixed;
		max-width: 240px;
		top: 60px;
	}
	
	
	/* SINGLE PRODUCT */
	.single-product #content { margin-top: 2em; }
	.half {
		width: 50%;
		min-height: 1px;
		float: left;
	}
	#why-buy-product { 
		text-align: center;
		margin-bottom: 2em;
	}
	#why-buy-product div {
		display: inline-block;
		font-size: 11px;
		margin: 0 8px;
	}
	#why-buy-product div img { margin-right: 8px; }
	
	/* BRAND */
	body.full-width.tax-product_brand #content { 
		max-width: 100%!important;
		padding-top: 2px;
	}
	.woocommerce.archive.tax-product_brand .page-title {
		float: none;
		text-align: center;
		padding-top: 20px;
		margin-bottom: 20px;
		-webkit-animation-duration: .8s;
		animation-duration: .8s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-name: fade-in-up;
		animation-name: fade-in-up;
		-webkit-animation-delay: 1.25s;
		animation-delay: 1.25s;
		opacity: 0;
	}
	.tax-product_brand #main > .col-full { opacity: 0; }
	.no-js .tax-product_brand #main > .col-full { opacity: 1; }
	.js .tax-product_brand #main > .col-full {
		-webkit-animation-duration: .8s;
		animation-duration: .8s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-name: fade-in-up;
		animation-name: fade-in-up;
		-webkit-animation-delay: 1.25s;
		animation-delay: 1.25s;
	}
	.tax-product_brand ul.products {
		max-width: 1200px !important;
		margin: 0 auto;
	}
	#about-brand { opacity: 0; }
	.no-js #about-brand { opacity: 1; }
	.js #about-brand {
		-webkit-animation-duration: .8s;
		animation-duration: .8s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-name: fade-in-down;
		animation-name: fade-in-down;
		-webkit-animation-delay: .75s;
		animation-delay: .75s;
	}
	
	/* POST */
	body.two-col-left-1200.single-post #main-sidebar-container #main { width: 100%; }
	.single-post img.thumbnail, .page-template-template-magazine #featured img.thumbnail { max-width: 750px; }
	.page-template-template-magazine #featured .title {
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 2em;
		border-bottom: none;
		margin: 0;
		padding: 3em 0 2em 0;
	}
	.single-post .post .title {
		max-width: 500px;
		margin: 0 auto;
	    font-family: 'Ethos-Regular';
	    text-align: left;
	    text-transform: none;
	    letter-spacing: 0;
	    font-size: 2em;
	    padding: 3em 0 1em 0;
	    border: none;
	}
	.single-post .post-intro {
		border-bottom: 1px solid #E9C1CB;
	    padding: 0 0 2em 0;
	    max-width: 500px;
	    margin: 0 auto 2em auto;
	    font-size: 1.2em;
	    line-height: 1.6em;
	    font-family: 'Ethos-CondensedThinItalic';
	}
	#featured .post-intro {
		border-bottom: 1px solid #E9C1CB;
	    padding: 0 0 2em 0;
	    max-width: 500px;
	    margin: 0 auto 2em auto;
	    font-size: 1.2em;
	    line-height: 1.6em;
	    font-family: 'Ethos-Regular';
	}
	.single-post .entry, .single-post #comments, .single-post #respond {
		max-width: 500px;
		margin: 0 auto;
	}
	.single-post .entry h3 { 
		margin: 3em 0 1em 0;
		line-height: 1.3em;
	}
	
	/* BLOG */
	.magazine .block { 
		width: 31%;
		margin-right: 3.5%;
	}
	.magazine .block.last { margin-right: 0; }
	.magazine #featured .post-intro { 
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: .5em;
	}
	.magazine .block .post .title a { text-transform: uppercase; }
	.magazine .block .post .title { 
		border-bottom: none;
		margin-bottom: 0;
	}
	
}

@media only screen and (max-width: 768px) {
	
	.mobileonly { display: block; }
	
	#header-container {
		position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9990;
	}
	#header { 
		padding: 1.618em;
		background-color: #e9c1cb;
	}
	#logo img { max-width: 100px; }
	#content { margin-top: 67px; }
	.page-title, .post .title, .page .title { 
		text-align: center; 
		margin-bottom: 10px;
	}
	
	/* Navigation */
	.nav-toggle {
		background: none;
		border: none;
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 999;
		max-width: 68px;
	}
	.nav-toggle a {
		display: none;
		text-transform: uppercase;
		text-shadow: none;
		color: #000000 !important;
		font-family: 'HermesRegular', sans-serif;
		font-weight: normal;
		font-size: 12px;
	}
	#navigation h3 {
		text-align: left;
		color: #000;
	}
	.nav-toggle:before {
		text-shadow: none;
		color: #336666;
		border-right: none;
		padding: 1em;
		margin: 0;
		font-size: 1.8em;
	}
	#navigation { padding-top: 0; }
	#navigation ul {
		margin-bottom: 0;
		margin-top: 20px;
	}
	.mobilemenutop {
		width: 100%;
		overflow: hidden;
		background: #000;
		height: 65px;
	}
	#navigation .nav-home, #navigation .nav-close, #navigation .cart-contents, #navigation ul.rss li a, #navigation .nav-account {
		position: relative;
		background: none;
		float: left;
		text-align: center;
		color: #fff;
		float: left;
		display: block;
		height: 21px;
		padding: 22px 0px;
		left: 0;
		top: 0;
	}
	#navigation .nav-home, #navigation .nav-close { width: 21.5%; }
	#navigation .nav-home:before, #navigation .nav-close:before, #navigation .cart-contents:before, #navigation ul.rss li a:before {
		line-height: 1em;
		font-size: 1.8em;
		top: 19px;
	}
	#navigation ul.nav li, #menu-header-menu li {
		text-align: center;
		border-bottom: none;
	}
	#navigation ul.nav li a, #menu-header-menu li a {
		padding: .75em 1em;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
	    text-transform: uppercase;
	}
	#navigation ul.nav li.parent a:after {
		content: ' \f107';
		font-family: FontAwesome;
		position: absolute;
		right: 30px;
	}
	#navigation ul.nav li.parent li a:after {
		content: '';
		padding-left: 0;
	}
	#navigation ul.nav li a:hover { text-decoration: none; }
	#navigation ul.nav li li a { 
		font-weight: normal;
		border-color: #fff;
		text-transform: none;
	}
	#navigation ul ul { margin: 0; }
	ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a, ul.nav ul li.current-menu-item a {
		color: #666 !important;
		background: none;
	}

	/* HOME */
	.home #content { padding-top: 0; }
	#hero {
		padding: 1.2em 0;
		margin-bottom: 3em;
	}
	#hero .col-full { padding: 0 1.2em; }
	#hero h2 { font-size: 2.2em; }
	#hero p {
		font-size: 14px;
		padding: 0 1.2em;
	}
	.entry.brands { padding-top: 0; }
	.entry ul.brand-thumbnails li { 
		max-width: 28%;
		margin: .5em 0;
	}
	
	/* ADD TO CART BAG */
	.widget.widget_nw_ajax_drop_cart {
		position: absolute;
		top: 14px;
		right: .75em;
		border: none;
	}	
	#nw-drop-cart {
		min-width: 34px;
		min-height: 34px;
	}	
	.nw-cart-container { width: 100%; }
	#nw-cart-drop-toggle {
		width: 29px;
		background: #fff;
		padding: 0;
		border-radius: 0;
	}
	span.nw-visible-phone, .nw-cart-label, .nw-cart-icns { display: none; }	
	#nw-short-contents.nw-hidden-phone {
		display: block;
	    border-radius: 0;
	    top: 0;
	    right: 0;
	    background: none;
	    color: #336666;
	    padding: 7px;
	    border: 1px solid #336666;
	    font-weight: bold;
	    font-family: 'Ethos-Light';
		font-size: 16px;
		line-height: 21px;
	}
	#nw-cart-drop-content {
		left: auto;
		right: 220px;
		min-width: 246px;
		top: 53px;
	}	
	#nw-cart-drop-content .buttons .button { margin-bottom: 0; }
	.nw-cart-product-title {
		min-width: 246px;
		max-width: 246px;
		line-height: 62px;
	}
	#nw-drop-cart ul li img { height: 56px; }
	#nw-cart-drop-content .ajax-remove-item { line-height: 56px; }
	#hideCart { margin-top: 10px; }
	
	/* Home */
	body.full-width.home #content {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.quicklink-holder { margin-bottom: 0; }
	.quicklink-holder .quicklinks {
		display: block;
		clear: both;
		max-width: 70%;
		margin: 0 auto 2em auto;
	}
	.quicklink-holder .quicklinks h4, .quicklink-holder .quicklinks p { text-align: center; }
	.brandintro { padding: 0 1.5em 1.5em; }
	.instagram-intro {
		padding: 20px 0;
		width: 100%;
		height: auto;
	}
	.instagram-intro p { padding: 0 20px; }
	.ri-grid { margin: 0; }
	.ri-grid ul {
		margin: 0;
		padding: 0;
	}
	.ri-grid ul li {
		width: 25%;
	}
	.ri-grid ul li:nth-of-type(5) { display: none; }
	.instagram { padding: 0; }
	
	/* Single Product */
	.woocommerce .images { margin: 3em 0 1.5em 0; }
	.woocommerce .images img {
	    max-height: 300px;
	    max-width: 80%;
	}
	.woocommerce .summary h1.product_title { font-size: 24px; }
	.woocommerce .summary p.price { text-align: center; }
	.woocommerce .summary p { 
		font-size: 14px;
		text-align: left;
	}
	#why-buy, #product-cred { 
		text-align: center;
		margin-bottom: 1em;
	}
	#about-brand {
		
	}
	#brand-deets .inner img { margin: 0 auto 2em auto; }
	.term-salus #brand-deets .inner img { max-height: 30px; }
	#ingredients h4, #latest-review h4 {
		padding: 10px 0;
		text-align: center;
		background-color: #fff;
		border-top: 1px solid #9B9B9B;
		border-bottom: 1px solid #9B9B9B;
		margin-top: 10px;
	}
	
	
	/* Blog */
	.blog-section { }
	.blog-section #mainpost .post, .top-sellers { padding: 0 1.5em; }
	.blog-section .older-post {
		overflow: hidden;
		margin: 0 1.5em 1.5em 1.5em;
	}
	.blog-section .older-post img { width: 100%; }
	
	/* Post */
	body.single-post.full-width #content {
		padding-left: 0;
		padding-right: 0;
	}
	.single-post #content { padding-top: 0; }
	body.single-post.full-width #content header, body.single-post.full-width #content .entry, body.single-post.full-width #content #comments, body.single-post.full-width #content #respond {
		padding-left: 1.618em;
		padding-right: 1.618em;
	}
	.post .title {
		border-bottom: none;
		text-transform: uppercase;
		font-size: 22px;
		margin-top: 2em;
	}
	.post-intro {
		border-bottom: 1px solid #E9C1CB;
	    padding: 1.6em 1.6em 3.2em;
	    max-width: 500px;
	    margin: 0 0 2em 0;
	    font-weight: 200;
	    letter-spacing: 1px;
	    font-size: 1.2em;
	    line-height: 1.6em;
	}
	.single-post .entry h3 { 
		font-size: 16px; 
		margin-top: 3.5em;
		margin-bottom: 1.5em;
	}
	
	
	/* Shop Loop */
	.tax-product_cat #main-sidebar-container, .post-type-archive-product #main-sidebar-container { position: relative; }
	ul.products li.product a .image-holder { 
		height: 200px;
		padding: 0 0 1em 0;
	}
	ul.products li.product a img {  max-height: 150px; }
	ul.products li:nth-of-type(2n+1) { clear: both; }
	ul.products { margin: 0; }
	form.woocommerce-ordering {
		position: absolute;
		right: 0;
		top: 8px;
	}
	ul.products li h3 { margin-bottom: 3px; }
	
	/* Gifts */
	body.full-width.page-id-672 #content, body.full-width.page-id-830 #content {
		 padding-left: 0;
		 padding-right: 0;
	}
	.gift-instructions .inner { padding: 2.5em 1.2em 1.5em 1.2em; }
	.page-id-672 h1, .page-id-830 h1 {
		font-size: 22px;
		padding: 0 1.2em;
		color: #336666;
	}
	.page-id-672 .entry h2, .page-id-672 .entry.gift-instructions h3 { margin-bottom: .3em; }
	.gift-intro { min-height: 360px; }
	.gift-intro p { 
		padding: 0 1.2em;
		margin-bottom: 3em;
	}
	.gift-reason {
		padding: 0 .5em;
		font-size: 12px;
	}
	.gift-reason img { zoom: .8; }
	.gift-type {
		width: 90%;
		margin: 0 auto;
	}
	.page-id-672 ul.products { padding: 0 1.2em!important; }
	
	.xmas-guide-home { background-position: center center; }
	.xmas-guide-home.entry h2, .xmas-guide-home.entry p { text-align: center; }
	.xmas-guide-home.entry p { 
		max-width: 100%;
		padding: 0 1.2em;
	}
	
	#show-email-signup { 
		left: 20px;
		font-size: 11px;
	}
	#email-sign-up {
		position: fixed; 
		width: 80%;
		right: -80%;
	}
	#email-sign-up .fa-times { top: 87px; }
	#email-sign-up .inner { padding: 127px 2em 0; }
	
	/* CART */
	.woocommerce-cart #content { margin-top: 0.5em; }
	#order-contents { text-align: center; }
	.cart-contents ul.products li.product h3, #order-contents ul.products li.product h3 { min-height: 36px; }
	table.cart .actions { padding: .857em 0; }
	table.cart .actions .coupon { float: none; }
	table.cart td.actions .coupon .input-text { float: left; }
	table.cart td.actions .coupon .button { float: right; }
	table.cart td.actions .coupon .input-text, table.cart td.actions .coupon .button { width: 49%; }
	
	/* CHECKOUT */
	#below-order-contents #coupon-header { text-align: center; }
	body.full-width.woocommerce-checkout #content { margin-top: 1.618em; }
	#below-order-contents h3 a { display: none; }
	#below-order-contents .woocommerce-info { 
		background: none; 
		padding: 0!important;
		margin: 0!important;
		border: none;
	}
	#below-order-contents .woocommerce-info:before, #below-order-contents .woocommerce-info:after { content: ' '; }
	.woocommerce-checkout .checkout_coupon #coupon_code {
		float: left;
		width: 53%;
	}
	.woocommerce-checkout .checkout_coupon input.button {
		width: 40%;
	}

}

@media only screen and (min-width: 980px) {

	.two-col-left #main-sidebar-container #sidebar, .two-col-right #main-sidebar-container #sidebar { width: 20%; }
	.two-col-left #main-sidebar-container #main, .two-col-right #main-sidebar-container #main { width: 74%; }
	
	
}


.woocommerce #main .onsale {
    padding: 3px 8px;
    text-align: center;
    background: #336666;
    border-radius: 0;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}