/*
Theme Name: The Liquor Box Responsive Theme
Theme URI: http://evolutiondesign.com.au
Author: Evolution Design Agency
Author URI: http://evolutiondesign.com.au
Description: Responsive Bootstrap Theme
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* -------------------------------------------------------------- 
	WordPress Core
-------------------------------------------------------------- */
html {scroll-behavior: smooth;}

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

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

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

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

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:0.8em;
    margin:5px 0 0 0;
}

.gallery:after {content:"";display:table;clear:both;}

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}


.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}


.gallery figure {float:left; margin:0 2% 1em 0;}


.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}


.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}


.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}


.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}


.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}


.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}


.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}


.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}


.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}


@media (max-width:767px) {
	img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
	.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

/* -------------------------------------------------------------- 
	End WordPress Core
-------------------------------------------------------------- */


/* -------------------------------------------------------------- 
	Typography
-------------------------------------------------------------- */

body {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 21px;
	color: #000000;
}

h1 {
    font-size: 34px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #ffffff;
	line-height: 120%;
}

h2 {
    font-size: 30px;
	margin-bottom: 8px;
	font-weight: 600;
	color: #ad906c;
}

h3 {
    font-size: 24px;
	margin-bottom: 8px;
	font-weight: 600;
	color: #ffffff;
	line-height: 120%;
}

h4 {
    font-size: 20px;
	margin-bottom: 8px;
	font-weight: 300;
}

p {
    font-size: 18px;
	margin-bottom: 8px;
	font-weight: 300;
}


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

img {
	max-width: 100%;
}


/* -------------------------------------------------------------- 
	General Styling
-------------------------------------------------------------- */

.container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.fasc-button {
	color: #000000 !important;
	background-color: #aaaaaa !important;
	padding: 10px 30px !important;
	border-radius: 10px !important;
}

.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 240px;
    height: 40px;
	margin-top: 40px;
	color:#ffffff;
	background-color: #ad906c;
	transition: all .5s;
}

.button:hover {
	color: #ad906c;
	background-color: #ffffff;
}

.button-grey {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 240px;
    height: 40px;
	margin-top: 40px;
	color:#ffffff;
	background-color: #ad906c;
	transition: all .5s;
}

.button-grey:hover {
	color: #ad906c;
	background-color: #e6e7e8;
}

.button-gift {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 300px;
    height: 80px;
	margin-top: 35px;
	color:#ffffff;
	background-color: #ad906c;
	transition: all .5s;
	font-size: 24px;
}

.button-gift:hover {
	color: #ad906c;
	background-color: #e6e7e8;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.nf-form-fields-required {
	display: none;
}

.search #page-content a {
	text-decoration: underline;
}

.page-answer {
	margin-bottom: 20px;
}

#mega-menu-wrap-desktop_right #mega-menu-desktop_right li#mega-menu-item-260 .mega-search-wrap {
	z-index:0 !important;
}

/* -------------------------------------------------------------- 
	Header & Navigation Styling
-------------------------------------------------------------- */
#header-notices {
    height: 50px;
    background-color: #ffffff;
}

#header-notices p {
    line-height: 50px;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

#header-wrapper {
    display: flex;		
	flex-wrap: wrap;
	justify-content: space-between;		
	height: 110px;	
	align-items: center;	
	position: absolute;		
	left: 0;		
	width: 100%;		
	z-index: 99;
	background-color: #282829;
}

#header-logo {
	display: flex;
	align-items: center;
	width: 126px;
}

#header-logo a {
	width: 100%;
}

.desktop-menu {
	display: none;
	width: 100%;
}

#header-desktop-left-menu {
	width: 40%;
	padding-top: 25px;
}

#header-desktop-right-menu {
	width: 40%;
	padding-top: 25px;
}

#mega-menu-wrap-desktop_left #mega-menu-desktop_left > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-desktop_left #mega-menu-desktop_left > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-desktop_left #mega-menu-desktop_left > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	border-bottom: solid 2px #ad906c !important;
}
	
#mega-menu-wrap-desktop_right #mega-menu-desktop_right  > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-desktop_right  #mega-menu-desktop_right  > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-desktop_right  #mega-menu-desktop_right  > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	border-bottom: solid 2px #ad906c !important;
}

.mobile-menu {
    width: 100%;
}

#mega-menu-wrap-desktop_right #mega-menu-desktop_right > li.mega-menu-item > a.fas.fa-user-alt.mega-menu-link {
	padding: 0px;
    margin: 0px 25px 0px 25px;
}

/* -------------------------------------------------------------- 
	Whole Page Search Styling
-------------------------------------------------------------- */
#header-desktop-search-wrapper { 
	display: none; 
}
	
span.dashicons.dashicons-search.search-icon {
	display: none;
}

.search-btn {
	display: flex;
	align-items: center;
	text-align: center;
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 38px;
}

.search-btn span {
	color: #fffffF;
	font-size: 18px;
}

.home.scroll .search-btn span { 
	color: #000000;
}

.search-overlay {
	position: fixed;
	height: 0px;
	width: 0px;
	border-radius: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
	transition: all 0.4s linear;
}

.search-overlay.active {
	height: 4000px;
	width: 4000px;
	z-index: 999;
}

.close-btn {
	position: fixed;
	z-index: 9999;
	right: 25px;
	top: 25px;
	font-size: 20px;
	color: #ad906c;
	cursor: pointer;
}

.search-overlay, .search-data {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.search-data {
	position: absolute;
	width: 400px;
	display: flex;
	text-align: center;
}

.search-data input {
	height: 100%;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
}

.search-data .line {
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ad906c;
	bottom: 0;
	transform: scaleX(0);
	transition: transform 0.4s 0.3s linear;
}

.search-data .line.active {
	transform: scaleX(1);
}

.search-data label {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 20px;
	transform: translateY(-50%);
	pointer-events: none;
	color: rgba(255,255,255,0.7);
}

.search-data input:valid ~ label {
	opacity: 0;
}

.search-data span {
	color: #ad906c;
	position: absolute;
	width: 50px;
	font-size: 22px;
	right: 0;
	top: 0;
	cursor: pointer;
}

.search-data button {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: transparent;
	right: 0;
	top: 0;
	line-height: 45px;
	cursor: pointer;
	border: none;
	outline: none;
} 

.search-data, .search-data span,
.search-data label, .close-btn {
	display: none;
}


input:-internal-autofill-selected {
	background-color: #000000;
}

#header-wrapper .cart-icon {
    position: absolute;
    right: 117px;
    top: 25px;
	z-index:99;
}

#header-wrapper .cart-icon i {
    color: #fff;
}

#header-wrapper .cart-icon span {
    font-size: 13px;
    background-color: #ad906c;
    color: #000000;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
}

/* -------------------------------------------------------------- 
	Homepage Styling
-------------------------------------------------------------- */
#home-banner-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 800px;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding: 150px 50px 0px 50px;
}

#home-banner-heading  {
	position: relative;
	width: 100%;
}

#home-banner-text {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

#home-about-wrapper {
    padding: 70px 20px 70px 20px;
	background-color: #f1f2f2;
}

#home-about {
	text-align: center;
}

#home-about-heading {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

#desktop-subscriptions-wrapper {
	display: none;
}

#home-subscriptions-wrapper {
	position: relative;
	background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 10px;
}

#home-subscriptions-heading {
	width: 100%;
	text-align: center;
}

#home-subscriptions-heading h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

#home-subscriptions-controls {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 40px;
}

.home-subscriptions {
    width: 100%;
	text-align: center;
}
	
.subscription-item {
	display: flex;
	background-color: #e6e7e8;
	padding-bottom: 40px;
}

#subscriptions-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 20px;
	padding-bottom: 35px;
}

.subscription-item-content {
    padding: 20px;
	min-height: 360px;
}

.subscription-sub-heading {
	width: 100%;
	padding-top: 18px;
    padding-bottom: 1px;
	color: #ad906c;
}

.subscription-main-heading {
	width: 100%;
    padding-bottom: 1px;
	color: #000000;
}

.subscription-main-heading  h3 {
	color: #000000;
}

.subscription-text{
	width: 100%;
}

.subscription-link {
	width: 100%;
}

.subscription-image {
	width: 100%;
	height: 400px;
	background-position: center center;
	background-size: cover;
    margin-right: auto;
    margin-left: auto;
	cursor: pointer;
}

.subscription-item-image::before {
	display: block;
	content: '';
}

#home-shop-wrapper {
	position: relative;
	background-color: #f1f2f2;
	padding-top: 60px;
	padding-bottom: 85px;
	width: 100%;
}

#home-shop-heading {
	width: 100%;
	text-align: center;
}

#home-shop-controls {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 30px;
}

.home-slider-control {
	font-size: 32px;
    margin: 0px 24px;
	color: #ad906c;
}

#home-shop-slider-wrapper {
    width: 100%;
}

#shop-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

#home-shop-slider {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	color: #ffffff;
}

.home-shop-item {
	position: relative;
}

.home-shop-image {
	height: 300px;
	position: relative;
	background-position: center center;
    background-size: cover;
	margin: 20px;
}

.home-shop-image::before {
	display: block;
	content: '';
}

.home-shop-image:hover {
  	transform: scale(1.1);
}

.shop-more-button {
	display: none;
	position: absolute;
	width: calc(100% - 40px);
    height: 40px;
	background-color:#ffffff;
	justify-content: center;
	align-items: center;
	text-align: center;
	bottom: 20px;
	left: 20px;
}

.home-shop-item:hover .shop-more-button {
	display: inline-flex;
}

.home-shop-text {
	position: relative;
	padding-top: 10px;
	color: #000000;
	text-align: center;
}

#home-shop-link {
	width: 100%;
	text-align: center;
}

#home-faqs-wrapper {
	position: relative;
	background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 10px;
}

#home-faqs-heading {
	width: 100%;
	text-align: center;
	color: #ad906c;
}

#home-faqs-heading h3 {
	margin-bottom: 60px;
}

#home-faqs-item-wrapper {
	width: 100%;
	text-align: center;
	padding-bottom: 70px;
	padding-top: 20px;
}

#home-faqs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.faq-item {
	background-color: #f1f2f2;
	margin-bottom: 30px;
}

.faq-heading h3 {
	width: 100%;
	text-align: center;
	background-color: #e6e7e8;
	color: #ad906c;
	padding-top: 18px;
    padding-bottom: 1px;
}

.faq-content {
	width: 100%;
	text-align: center;
	padding-top: 18px;
    padding-bottom: 1px;
	color: #000000;
	padding: 10px;
	padding-left: 50px;
    padding-right: 50px;
}

#home-faq-link {
	width: 100%;
	text-align: center;
}

#home-enquiry-wrapper {
	position: relative;
	background-position: center center;
	background-size: cover;
	padding: 80px 40px 50px 40px;
}

#home-enquiry-wrapper .white-overlay {
	background-color: rgba(18, 40, 66, 0.8);
}

#home-enquiry-text {
	width: 100%;
	color: #ffffff;
	padding-bottom: 40px;
}

#home-enquiry-form {
	width: 100%;
	color: #ffffff;
}

#home-enquiry-form .nf-form-content input:not([type=submit]) {
    background: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ffffff !important;
	color: #ffffff !important;
}

#home-enquiry-form .nf-form-content input[type=submit] {
	margin-top: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	background-color: #ad906c;
	transition: all .5s;
	color: #ffffff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
}

#home-enquiry-form .nf-form-content input[type=submit]:hover {
	color:  #ad906c;
	background-color: #ffffff;
}

#home-enquiry-form .nf-form-content textarea {
    color: #ffffff;
    background-color: transparent;;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 18px;
	color: #ffffff;
	opacity: 1; /* Firefox */
}

#home-social-wrapper {
	padding-top: 80px;
    padding-bottom: 43px;
    width: 100%;
    background-color: #ffffff;
}

#home-social-heading {
	text-align: center;
	width: 100%;
}

#home-social-feed {
	text-align: center;
	width: 100%;
}

/* -------------------------------------------------------------- 
	Internal Pages Styling
-------------------------------------------------------------- */

#page-wrapper {
	position: relative;
	background-color: #ffffff;
	padding-top: 150px;
	padding-bottom: 70px;
}

#page-header {
	width: 100%;
	margin-bottom: 40px;
	text-transform: uppercase; 
}

.page-id-356 #page-header h1 {
	text-align: center;
	margin-bottom: 0px;
}

#page-wrapper h1 {
	color: #000000;
}

#page-content {
	width: 100%;
	padding-top: 40px;
}

#contact-details {
	width: 100%;
	margin-bottom: 40px;
}

#contact-form {
	width: 100%;
	margin-bottom: 40px;
}

#contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000000;
	opacity: 1; /* Firefox */
}

#contact-map {
	width: 100%;
}

#page-about-wrapper {
	padding-top: 100px;
}
	
#page-about-header-wrapper {
	background-color: #ad906c;
	height: 200px;
	width: 100%;
	padding: 80px 40px 50px 40px;
}

#page-about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 80px 40px 50px 40px;
	background-color: #e6e7e8;
}

#page-about-header h1 {
	color: #ffffff;
	position: absolute;
	padding-left: 40px;
	left: 15px;
	top: -140px;
	z-index: 98;
	text-transform: uppercase; 
}

#page-about-image {
    width: 100%;
	text-align: center;
}

#page-about-image img {
	width: 300px;
	height: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}

bdi {
	color: #000000;
}

#shop-subscriptions-wrapper {
	position: relative;
	background-color: #ffffff;
	padding-bottom: 10px;
}

#desktop-shop-subscriptions-wrapper {
	display: none;
}

.shop-all-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


/* -------------------------------------------------------------- 
	Shop Pages Styling
-------------------------------------------------------------- */


#archive-products-wrapper ul {
	width:100%;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}

#archive-products-wrapper ul li {
	margin-bottom: 50px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

#archive-products-wrapper ul li h2 {
    font-size: 18px;
    margin: 15px 0;
}

#archive-products-wrapper ul li .price {
	display:block;
	margin-bottom:10px;
}

#archive-products-wrapper .added_to_cart {
	padding-left:15px;
}

#archive-products-wrapper ul li .button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    color: #ffffff;
    background-color: #ad906c;
    transition: all .5s;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 18px;
}

#archive-products-wrapper ul li .button:hover {
	color: #ad906c;
    background-color: #e6e7e8;
}

.woocommerce-ordering {
	display: none;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    color: #ffffff;
    background-color: #ad906c;
}

button.single_add_to_cart_button.button.alt {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 40px;
    color: #ffffff;
    background-color: #ad906c;
    transition: all .5s;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 18px;
}

button.single_add_to_cart_button.button.alt:hover {
	color: #ad906c;
    background-color: #e6e7e8;
}

a.checkout-button.button.alt.wc-forward, #place_order {
    background-color: #ad906c;
    width: 100%;
    height: 100%;
}

.woocommerce h3 {
    color: black;
}

button #place_order {
    background-color: #ad906c;
    transition: all .5s;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 200px;
}

label[for=wpgv-redeem-gift-card-number] {
	display: none;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    flex: 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    flex: 100%;
    max-width: 100%;
}

.woocommerce form .form-row label {
    width: 100%;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success {
 	margin-top: 80px!important;
}

.wc-block-components-notice-banner.is-success {
    background-color: #ad906c!important;
    border-color: #000000!important;
}

.wc-block-components-notice-banner.is-success>svg {
    background-color: #000000!important;
}


#slider-giftvoucher-template .layout-button {
    font-size: 12px!important;
}

#slider-giftvoucher-template .layout-button:hover {
    font-size: 12px!important;
}

#voucherAmount, #voucher_price_value {
	-moz-appearance: textfield;
}	

#voucherAmount::-webkit-inner-spin-button, 
#voucherAmount::-webkit-outer-spin-button,
#voucher_price_value::-webkit-inner-spin-button,
#voucher_price_value::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.overview_voucher_template .order-voucher>p {
    word-break: keep-all!important; 
    text-align: right;
    width: 100%!important;
	font-size: 16px;
}

.woocommerce-info {
    border-top-color:#ad906c;
}

.woocommerce-info::before {
    color: #ad906c;
}

a.woocommerce-button.button.view {
    background-color: #ad906c;
}

input.button.button-primary, input.button.button-primary:hover {
    background-color: #ad906c;
}

#tab-description {
    margin: 5%;
}

.woocommerce .woocommerce-breadcrumb {
    padding: 150px 0 30px 30px;
    margin: 0;
}

.woocommerce #page-header {
	margin-top: 150px;
	margin-bottom: 0px;
}

.single-product #page-header {
	margin-top: 50px;
	margin-bottom: 0px;
}

.woocommerce #page-header h1{
	color: #282829;
	margin: auto;
	padding-bottom: 40px;
}

.summary h1{
	color: #282829;
	line-height: 1;
}


#page-wrapper.shop-page {
    padding: 0 0 100px;
}

.woocommerce-product-details__short-description {
    padding-bottom: 10px;
}

#product-wrapper {
    padding-bottom: 50px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.product_meta {
    display: none;
}

/* -------------------------------------------------------------- 
	FAQ Pages Styling
-------------------------------------------------------------- */

h1.faq-title {
    text-align: center;
    width: 100%;
}

#faq-headings h2 {
    border: 5px solid #000000;
	min-width: 325px;
    text-align: center;
	padding-left: 10px;
    padding-right: 10px;
	background-color: #ad906c;
}

#faq-accordion h2 {
    padding-top: 80PX;
}

#faq-accordion h3 {
	margin: 0;
	padding: 30px 0px;
	border-bottom: 2px solid rgba(0,0,0,0.08);
}

#faq-accordion h3 a{
	padding-right: 30px;
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
	font-size: 20px;
    line-height: 24px;
	text-decoration: none;
	position: relative;
}

#faq-accordion h3 a i {
	position:absolute;
	right:0px;
	top:3px;
}

#faq-accordion .faq-answer {
	overflow:hidden;
	height:100%;
	max-height: 0px;
	transition:all 0.15s ease;
	-o-transition:all 0.15s ease;
	-moz-transition:all 0.15s ease;
	-webkit-transition:all 0.15s ease;
}

#faq-accordion .faq-answer.open {
	height:100%;
	max-height:4000px;
	transition:all 0.15s ease;
	-o-transition:all 0.15s ease;
	-moz-transition:all 0.15s ease;
	-webkit-transition:all 0.15s ease;
}

#faq-accordion .faq-details {
	padding:30px 30px 30px 0;
}

#faq-accordion table {
	border:1px solid #000;
}

#faq-accordion table td, #faq-accordion table th {
	border:1px solid #000;
	padding:5px;
}

.faq-details a {
	color: #000000;
    text-decoration: underline;
}

/* -------------------------------------------------------------- 
	Footer Styling
-------------------------------------------------------------- */
#footer-about-wrapper {
	padding-top: 80px;
	padding-bottom: 50px;
	background-color: #e6e7e8;
}

#footer-logo {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-bottom: 60px;
}

#footer-logo a {
	display:block;
	width: 100%;
	max-width:300px;
	margin:0 auto;
	text-align: center;
}

#footer-logo img {
	width: 100%;
	max-width: 230px;
}

#footer-links {
    text-align: center;
    width: 100%;
}

#footer-about-wrapper a {
	color: #000000;
}

#footer-contact {
    text-align: center;
    width: 100%;
}

#footer-contact i {
    margin-right: 5px;
}

#footer-credits-wrapper {
	font-size: 14px;
	color: #ffffff;
	background-color: #282829;
	padding-top: 30px;
	padding-bottom: 20px;
}

#footer-credits {
	width: 100%;
	text-align: center;
}

#footer-credits a, #footer-credits a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* -------------------------------------------------------------- 
	Mobile First Media Queries
-------------------------------------------------------------- */

@media all and (min-width:576px) {
	
	.container {
		max-width: 540px;
	}
		
	#page-about-header h1 {
    	padding-left: 0px;
	}
	
	#archive-products-wrapper ul li {
		width:48%;
	}
}

@media all and (min-width:768px) {

	.container {
		max-width: 720px;
	}
	
	#archive-products-wrapper ul {
		width: 100%;
		list-style: none;
		display: flex;
		justify-content: space-between;
	}

}

@media all and (min-width:992px) {

	h1 {
    	font-size: 60px;
		font-weight: 600;
	}

	h2 {
		font-size: 48px;
		font-weight: 600;
		margin-bottom: 8px;
	}

	h3 {
		font-size: 44px;
		font-weight: 600;
		margin-bottom: 8px;
	}

	h4 {
		font-size: 30px;
		font-weight: 300;
		margin-bottom: 8px;
	}

	p {
		font-size: 21px;
		margin-bottom: 8px;
	}
	
	
	.mobile-menu {
		display: none;
	}
	
	.desktop-menu {
		display: block;
	}
	
	#header-logo {
		width: 15%;
	}
	
	#header-logo a {
		width: 100%;
	}
	
	#header-wrapper .cart-icon {
		right: 14%;
		top: 30px;
	}
			
	#header-desktop-search-wrapper { 
		display: block; 
	}
		
	.mega-search.mega-search-closed input[type=text] {
		display: none;
	}

	.mega-search.mega-search-open input[type=text] {
		display: none;
	}
	
	.container {
		max-width: 960px;
	}
	
	#home-subscriptions-wrapper {
		display: none;
	}
	
	#shop-subscriptions-wrapper {
		display: none;
	}
		
	.home-subscriptions {
		text-align: left;
	}
	
	#desktop-subscriptions-wrapper {
		display: flex;
		position: relative;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		padding-top: 60px;
	}
	
	#desktop-subscriptions-container {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.desktop-subscriptions {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 30px;
	}
	
	.desktop-subscription-item {
		cursor: pointer;
		flex-direction: column;
		background-color: #ffffff;
		width: 33.3%;		
	}
	
	.desktop-subscription-item-image {
		position:relative;
		overflow:hidden;
		padding-bottom:100%;
	}
	
	.desktop-subscription-image {
		position:absolute;
		width: 100%;
    	height: 100%;
		background-position: center center;
		background-size: cover;
	}

	.desktop-subscription-item-image::before {
		display: block;
		content: '';
	}	
	
	.desktop-subscription-item-content-wrapper {
		position:relative;
		overflow:hidden;
		padding-bottom:100%;
	}
	
	.desktop-subscription-item-content {
		position:absolute;
		width: 100%;
    	height: 100%;
		padding-right: 5%;
  		padding-left: 5%;
	}

	.desktop-subscription-item-content::before {
		display: block;
		content: '';
	}	
	
	.desktop-subscription-item:nth-child(2) {
		display: flex;
  		flex-direction: column-reverse;
	}
	
	#desktop-shop-subscriptions-wrapper {
		display: flex;
		position: relative;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}	

	#home-enquiry-wrapper {
		padding-top: 100px;
		padding-bottom: 40px;
	}
	
	#home-enquiry-text h2 {
   		width: 100%;
	}

	#home-enquiry-text {
		width: 45%;
	}
	
	#home-enquiry-form {
		width: 45%;
		padding-top: 60px;
	}
	
	#contact-details {
		width: 49%;
	}

	#contact-form {
		width: 49%;
	}
	
	#page-about-image {
		float: right; 
		margin: 5px; 
	}

	#page-about-image img {
		width: 450px;
		height: 500px;
		float: right; 
		margin: 35px; 
		margin-top: -190px;
	}
	
	#page-about-image {
 	   text-align: left;
	}
	
	#faq-headings {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 30px;
	}	

	#faq-headings h2 {
		border: 5px solid #000000;
		min-width: 325px;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 40px;
	}

	#footer-about-wrapper {
		padding-bottom: 0px;
	}
	
	#footer-logo {
		justify-content: flex-end;
		width: 40%;
	}

	#footer-logo a {
		margin:0;
		text-align:left;
	}
	
	#footer-logo img {
		max-width: 380px;
	}

	#footer-links {
		width: 15%;
		text-align: left;
		border-right: solid 1px #282829;
		margin-top: 55px;
		margin-bottom: 140px;
		margin-left: 99px;
	}

	#footer-contact {
		width: 30%;
		text-align: left;
		margin-top: 55px;
		margin-left: 40px;
	}
	
	#archive-products-wrapper ul li {
		width:30%;
	}

}

@media all and (min-width:1024px) {
	
	.slick-slide {
		width: 44%!important;
		margin-bottom: 15px!important;
	}
	
	#giftvoucher-template .slick-track {
		display: flex!important;
		flex-wrap: wrap!important;
		align-content: stretch!important;
		flex-direction: row!important;
	}
}

@media all and (min-width:1200px) {
	
	.container {
		max-width: 1140px;
	}
	
	#desktop-subscriptions-container {
		max-width: 1400px;
	}
	
	.desktop-subscription-item-content {
		padding-right: 10%;
  		padding-left: 10%;
		padding-top: 10%;
	}
	
}


/* -------------------------------------------------------------- 
	End Mobile First Media Queries
-------------------------------------------------------------- */
