/*
	Theme Name: Macdonald Butchers
	Theme URI: https://wpdedicated.uk
	Description: Hand Crafted theme
	Version: 1.5
	Author: Ben Kitching
	Author URI: https://benkitching.uk
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

:root {

	--bg: #303030;

}

.single .ppc-button-wrapper, .cart .paypal-buttons {
	display: none !important;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:1vw;
	margin:0;buttons-container
	padding:0;
}
@media (min-width:1921px) {
	html {
		font-size: 19px;
	}
}
body {
	font:400 1rem/1.4 'Roboto', sans-serif;
	color: var(--bg);
	margin:0;
	padding:0;
	max-width: 100vw;
	overflow-x:clip;
	background-color:#fff;
}
body.loading {
	overflow:hidden;
}

#loader {
	background-color: var(--bg);
	width:100vw;
	height:100vh;
	position:absolute;
	top:0;
	left:0;
	z-index:9999999;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

/*------------------------------------*\
    LINKS
\*------------------------------------*/

a {
	color:inherit;
	text-decoration:underline;
	transition:0.5s all;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}


/*------------------------------------*\
    FORMS
\*------------------------------------*/

input:focus {
	outline:0;
	border:1px solid #003D47;
}

input[type=text], input[type=textarea], input[type=email], input[type=password] {
	padding:1rem;
	background-color:#fff;
	border-radius: 1rem;
	border:1px solid var(--light-blue);

}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.block {
	width:100%;
	position: relative;
}

.wrapper, .woocommerce.wp-block-group.alignwide, .gform_wrapper {
	max-width:1728px;
	width:90%;
	margin:0 auto;
	position:relative;
}

.wrapper.thin {
	width: 70%;
	max-width: 1344px;
}
#header-logo {
	flex-grow: 1;
	text-align: center;
}
.logo {
	height: 6rem;
}
.logo img {
	height: 100%;
	width: auto;
	min-width: 12rem;
	object-fit: contain;
}

main {
	padding-top: 10rem;
	padding-bottom: 4rem;
}

.home main {
	padding-top: 6rem;
}

#header {
	padding: 0 2rem;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	position: fixed;
	top:0;
	left: 0;
	z-index: 10;
	background-color: #000;
}

#top-bar {
	padding: 0.5rem;
}

#header-search {
	margin-left: 1rem;
	display: flex;
	align-items: center;
}
#header-search img {
	height: 1.5rem;
	width: auto;
	filter: invert();
	object-fit: contain;
}

#cat-dropdown {
	background-color: var(--bg);
	width: 100%;
	max-width: 100vw;
	position: absolute;
	left: 0;
	top: 5rem;
	height: 0;
	transition: 1s height;
	overflow: hidden;
	z-index: 9;
	
}
#cat-dropdown.open {
	height: calc(100vh - 10rem);
	overflow-y: scroll;
}

#close-cat-dropdown {
	position: absolute;
	top: -2rem;
	right: 0;
	z-index: 2;
}

#close-cat-dropdown svg {
	width: 8rem;
	height: auto;
	transition: 0.5s transform;
}

#close-cat-dropdown:hover svg {
	transform: rotate(45deg);
}

#search-popup {
	position: fixed;
	z-index: 9;
	background-color: rgba(0,0,0,0.2);
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
}
#search-popup-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#search-form form {
	width: 40vw;
	background-color: #f2f2f2f2;
	border-radius: 6rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 1rem;
	position: relative;
}
#search-form button.search-submit {
	border: none;
	outline: none;
	background-color: transparent;
	margin-right: 1rem;
}
#search-form button.search-submit img {
	width: 3rem;
	height: auto;
}
#search-form input.search-input {
	font-size: 2rem;
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
}
#search-form a#close-search {
	position: absolute;
	right: 0.6rem;
	top: 0.6rem;
}
#search-form a#close-search svg {
	width: 3.5rem;
	height: auto;
	transition: 0.5s transform;
}
#search-form a#close-search:hover svg {
	transform: rotate(45deg);
}

.nav {
	margin: 0.5rem auto;
	display: flex;
	align-items: center;
}
.nav-menu {
	width: fit-content;
	margin-left: auto;
	height: 100%;
}
.nav-menu ul {
	list-style-type: none;
	display: flex;
	padding:0;
	margin:0;
	height: 100%;
	align-items: center;
}
.nav-menu li {
	margin:0 0.75rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-menu a {
	font-family: 'Playfair', serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}

.header-cart {
	background: transparent;
	border: none;
	color: var(--bg);
	cursor: pointer;
	padding: 0;
	text-align: left;
	height: auto;
	min-height: 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	transition: none;
	text-transform: none;
	position: relative;
	min-width: 2.4rem;
	position: relative;
}
.header-cart svg {
	width: 3rem;
	height: auto;
}
.header-cart-number {
	position: absolute;
	right: -0.5rem;
	top: -0.5rem;
	display: none;
}
#mini-cart-count {
	color: #fff;
	font-size: .625rem;
	font-style: normal;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-70%);
}
.cart-icon svg path {
	fill: #fff;
}
.header-cart-number svg path {
	fill: #ffae9f;
}

.link-btn {
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
	background: transparent;
}

#cart-flyout {
	background-color: #fff;
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	width: 20rem;
	z-index: 11;
	padding:1rem;
	transition: 0.5s transform;
	transform: translateX(100%);
	border-left: 1px solid var(--bg);
	overflow-y: scroll;
}
#cart-flyout.open {
	transform: none;
}
#cart-flyout-close {
	display: block;
	margin-left: auto;
}
#cart-flyout-close svg {
	width: 3rem;
	height: auto;
	transition: 0.5s transform;
}
#cart-flyout-close:hover svg {
	transform: rotate(45deg);
}

.buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.buttons .button {
	margin: 0 !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	border-radius: 5px;
	border: 1px solid var(--bg);
	font-size: 1.2rem;
	width: 200px;
}

footer {
	position: relative;
}

footer .wrapper {
	padding: 2rem 0;
}

#footer-bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

#footer-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer a {
	display: block;
	margin: 0.5rem 0;
}

#footer-bottom {
	margin-top: 2rem;
}

.footer-img {
	width: 12rem;
	margin: 1rem auto;
}
.footer-img img {
	width: 100%;
	height: auto;
}

/*------------------------------------*\
    Colors
\*------------------------------------*/

.text-white {
	color:#fff;
}
.text-black {
	color:#000;
}

.text-upper {
	text-transform: uppercase;
}

.bg {
	background-color: var(--bg);
}

/*------------------------------------*\
	MISC
\*------------------------------------*/


::selection {
	background: var(--bg);
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background: var(--bg);
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background: var(--bg);
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
	FORMS
\*------------------------------------*/

.gform_wrapper {
	margin-top: 2rem;
}
.gform_required_legend {
	opacity: 0;
}

.page .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-font-size: 1rem;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

p, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin:1rem 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	line-height: 1.2;
	font-family: 'Playfair', serif;
}

h1, .h1 {
	font-weight: 700;
	font-size: 4rem;
}

h2, .h2 {
	font-weight: 700;
	font-size: 2rem;
}

h3, .h3 {
	font-weight: 500;
	font-size: 2rem;
}
h4, .h4 {
	font-size: 1.5rem;
	font-weight: 500;
}
h5, .h5 {
	font-weight: 500;
	font-size: 1.2rem;
}

h6, .h6 {
	font-weight: 500;
	font-size: 1rem;
}

.bold {
	font-weight: 700;
}

.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

@font-face {
  font-family: 'Playfair';
  src: url('./fonts/playfair.ttf') format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair';
  src: url('./fonts/playfair-italic.ttf') format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/roboto.ttf') format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/roboto-italic.ttf') format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
}

/*------------------------------------*\
    Spacing and Grid
\*------------------------------------*/

.row, .archive.woocommerce ul.products, .woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	margin-left:-1rem;
	margin-right: -1rem;
}

.row.align-center {
	align-items: center;
}

.row.justify-center {
	justify-content: center;
}


.col {
	margin:1rem;
}

.col-inner {
	padding: 0.5rem;
	position: relative;
}

.col.half {
	width: calc(50% - 2rem);
}

.col.quarter {
	width: calc(25% - 2rem);
}

.col.fifth {
	width: calc(20% - 2rem);
}

.col-right {
	order: 1;
}

.mb4 {
	margin-bottom: 4rem;
}
.mt4 {
	margin-top: 4rem;
}

.py4 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.p1 {
	padding: 1rem;
}

.pr2 {
	padding-right: 2rem;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

#product-filter ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
}
.filter-btn, .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wpmc-nav-wrapper button.button.alt, button#place_order, .page .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .page .gform-theme.gform-theme--orbital.gform-theme--orbital.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform-theme--orbital.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--orbitalgform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), a.btn {
	display: inline-block;
	background-color: var(--bg);
	padding: 1rem 2rem;
	margin: 0 10px 10px 0;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	line-height: 1;
	font-weight: normal;
	font-size: 1.2rem;
	border: 1px solid var(--bg);
	transition: 0.5s all;
}
a.btn {
	font-size: 1rem;
	margin-top: 2rem;
}
a.btn.gold {
	background-color: #BBAA73;
	color: #000;
	border-color: #BBAA73;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: block;
}
.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, a.btn:hover {
	background-color: transparent;
	color: var(--bg);
}

.archive.woocommerce ul.products li.product .button {
	background-color: #8fae1b;
	border-color: #8fae1b;
}
.archive.woocommerce ul.products li.product .button:hover {
	background-color: transparent;
	color: #8fae1b;
}

.archive.woocommerce a.added_to_cart {
	display: block;
	margin:auto;
	width: fit-content;
}

#cart-flyout .woocommerce-mini-cart__buttons.buttons .button {
	font-size: 1rem;
}

.woocommerce .quantity .qty {
    width: 6rem;
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem;
    height: 3.2rem;
    border-radius: 5px;
    margin-right: 0.5rem;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	position: static;
	margin-right: 1rem;
}

.woocommerce-message a.button, .woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a, .woocommerce-error a, .woocommerce-info a {
	margin-bottom: 0;
	margin-left: auto;
}

.filter-btn {
	font-size: 1rem;
	background-color: transparent;
	color: var(--bg);
}

.filter-btn.active, .filter-btn:hover {
	color: #fff;
	background-color: var(--bg);
}

.archive.woocommerce .woocommerce-result-count {
	margin-left: auto;
	margin: 10px 10px 0 auto;
}

.archive .woocommerce-ordering select {
	padding: 10px 20px;
}

.archive.woocommerce ul.products li.product {
	width: 25%;
	padding: 0 1rem;
	margin: 0 0 2rem 0;
	float: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: #8fae1b;
	font-size: 1.6rem;
}

.archive.woocommerce ul.products li.product .price {
	text-align: center;
}

.archive.woocommerce ul.products li.product .button {
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: fit-content;
	font-size: 1.8rem;
}

.woocommerce span.onsale {
	background-color: #ffae9f;
	width: 3rem;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 40px;
	border-radius: 5px;
	min-width: unset;
	min-height: unset;
	line-height: 1;
	height: auto;
	z-index: 2;
}

.woocommerce ul.products li.product span.onsale {
	top: 1.2rem;
	right: 2.2rem;
}
.woocommerce.single-product span.onsale {
	top: 1rem;
	left: 1rem;
}

.trustpilot-widget {
	width: 100%;
	margin-top: 4rem;
	height: 12rem;
	overflow: hidden;
}

.archive.woocommerce #product-listing li.product .woocommerce-loop-product__title {
	font-size: 1.8rem;
	text-transform: uppercase;
	min-height: 7rem;
	text-align: center;
}

.archive.woocommerce ul.products li.product a img {
	border-radius: 5px;
}

.load-more-products {
	font-size: 1.6rem;
	display: block;
	width: fit-content;
	margin: 4rem auto;
}

#cat-dropdown-inner {
	padding: 4rem 0;
}

#cat-dropdown-inner .wrapper {
	padding-bottom: 8rem;
}

#cat-dropdown-inner .col.fifth {
	margin: 0.5rem;
}

.dropdown-product {
	text-align: center;
	padding: 0.5rem 1rem 5.5rem;
	border: 1px solid #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

#cat-dropdown-inner .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	text-decoration: none;
}

#cat-dropdown-inner .woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 400;
}

#cat-dropdown-inner .price {
	font-size: 1.6rem;
	font-weight: 700;
}

#cat-dropdown-inner a.button {
	color: var(--bg);
	background-color: #fff;
	width: fit-content;
	margin: 0.5rem auto;
	position: absolute;
	bottom: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
}

#cart-flyout ul {
	list-style-type: none;
	padding: 0;
}
#cart-flyout ul.product_list_widget li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

#cart-flyout ul.product_list_widget li .quantity {
	width: 100%;
	text-align: right;
	margin-top: 0.5rem;
	font-weight: 700;
}

#cart-flyout .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
}

#cart-flyout .buttons, #cart-flyout ul.woocommerce-mini-cart {
	order: 1;
}

#cart-flyout ul.woocommerce-mini-cart li a {
	width: calc(100% - 1.6rem);
	display: flex;
	align-items: center;
}

#cart-flyout ul.woocommerce-mini-cart li a.remove {
	font-size: 2rem;
	width: 1.6rem;
	text-decoration: none;
	color: #dc3545;
}

#cart-flyout ul.product_list_widget li img {
	margin-right: 10px;
	width: 3rem;
	height: auto;
}

#cart-flyout .woocommerce-mini-cart__total.total {
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.woocommerce div.product {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	width: 40%;
	padding-right: 1rem;
}

.woocommerce div.product div.summary {
	width: 60%;
	padding: 1rem;
}

.woocommerce div.product h1.product_title {
	font-size: 3rem;
}

.woocommerce-product-details__short-description {
	font-size: 1.2rem;
	margin-bottom: 2rem;
}

.woocommerce div.product div.images img, .woocommerce ul.products li.product a img {
	border-radius: 5px;
}

.related.products h2 {
	margin-bottom: 2rem;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: none;
	width: 25%;
	padding: 1rem;
	margin: 0 0 2rem 0;
}

.woocommerce-billing-fields {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.woocommerce-billing-fields h3 {
	width: 100%;
}
.woocommerce-billing-fields__field-wrapper, #delivery_date_wrapper {
	width: calc(50% - 3rem);
}
#delivery_date_wrapper {
	margin-top: -4.5rem;
}
#delivery_date_hidden_field {
	display: none;
}

.ui-datepicker {
    text-align: center;
}

.ui-datepicker-trigger {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.ui-datepicker {
    margin-top: 2px;
    padding: 0 !important;
    border-color: #c9f0f5 !important;
}

.checkout .ui-datepicker {
    width: 512px;
    margin-top: 2rem;
    font-size: 1.6rem;
    max-width: 100%;
}

#delivery-date-key {
	display: flex;
	align-items: center;
}
.square {
	width: 2rem;
	height: 2rem;
	background-color: rgba(255,174,159, 0.6);
	margin-right: 1rem;
}

.checkout .ui-datepicker table {
    width: 512px;
    table-layout: fixed;
}

.checkout .ui-datepicker-header {
    background-color: #e6f7f9 !important;
    background-color: var(--bg) !important;
    color: #fff;
    border-width: 1px;
    border-color: #c9f0f5;
    border-style: solid;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.checkout .ui-datepicker-title {
    line-height: 20px !important;
    color: #fff;
}

.ui-datepicker-prev span {
    display: none !important;
}

.ui-datepicker-next {
    text-align: center;
}

.ui-datepicker-next span {
    display: none !important;
}

.ui-datepicker-prev {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 7px !important;
    margin: 14px 12px;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
}

.checkout .ui-datepicker-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=') !important;
    height: 14px !important;
    width: 9px !important;
    margin: 5px !important;
    filter: invert();
}

.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker-next {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 8px !important;
    margin: 14px 12px;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
}

.checkout .ui-datepicker-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC') !important;
    height: 14px !important;
    width: 8px !important;
    margin: 5px;
    filter: invert();
    order: 1;
}

.ui-datepicker-month {
    border-radius: 2px;
    background-color: #3985a0;
    width: 110px !important;
    height: 22px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    border: none !important;
    margin-right: 17px !important;
    vertical-align: text-top;
}

.checkout .ui-datepicker-month {
    color: #fff
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0029)
}

.ui-datepicker-year {
    border-radius: 2px;
    background-color: #3985a0;
    width: 61px !important;
    height: 22px;
    border: none !important;
    color: #fff;
    font-weight: 600;
    text-align: left;
    vertical-align: text-top;
}

.checkout .ui-datepicker-year {
    color: #fff
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0029)
}

.ui-datepicker-month option,
.ui-datepicker-year option {
    color: #3985a0 !important;
    background-color: #fff !important;
    font-weight: 600;
}

.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
    background-color: #e5edf0 !important;
}

.ui-datepicker .ui-state-hover {
    /*background: none !important;*/
    border: 0 !important;
}

.ui-datepicker td {
    vertical-align: top;
}

.ui-datepicker .ui-state-default {
    border-radius: 2px;
    border-color: #edebeb !important;
    width: 24px;
    height: 24px;
    padding: 0 !important;
    line-height: 24px;
    text-align: center !important;
    color: #707070;
    font-weight: 400 !important;
    margin: 7px 0 0 4px;
}

.ui-datepicker .ui-state-default.ui-state-highlight{
    border-color: #dcdcdc;
    background-color: #cff3f8 !important;
    color: #3e9aba !important;
}

.checkout .ui-state-default {
    margin: 0;
}

.checkout .ui-datepicker td {
    background-color: rgba(255,174,159, 0.6);
    transition: 0.5s all;
}
.checkout .ui-datepicker td.ui-datepicker-unselectable {
	background-color: transparent;
}

.checkout .ui-datepicker td:hover {
	border: 1px solid;
}
.checkout .ui-datepicker td.ui-datepicker-unselectable:hover {
	border: none;
}

.checkout .ui-state-default {
    width: 40px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.ui-state-default.ui-state-hover {
    border: none;
    background-color: transparent !important;
}

.ui-datepicker-current-day {
    border: 1px solid;
} 

.ui-datepicker-calendar thead tr th {
    color: #ffae9f;
    font-weight: 400;
    padding: 0.45em 0.3em !important;
    /*   width: 15px !important; */
}

.ui-datepicker-close {
    display: none;
}

.ui-datepicker thead {
    background-color: #f5f5f5;
}

.checkout .ui-datepicker thead {
    background: none;
}

.ui-state-default.ui-datepicker-current {
    float: none !important;
    color: #fff;
    font-weight: 400;
    text-align: left;
    border-width: 0 !important;
    border: none;
    vertical-align: top;
    margin: 0 !important;
    background-color: transparent !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
    text-align: center;
    background-color: #3e9aba;
    margin: 0 !important;
    height: 28px;
    padding: 0 !important;
}

.checkout .ui-datepicker-year {
    background-color: transparent;
}

.checkout .ui-datepicker-month {
    background-color: transparent;
}

.checkout .ui-state-default {
    border: 0 !important;
}

.checkout .ui-datepicker-month {
    margin-right: 10px !important;
}

.woocommerce form .form-row .input-checkbox, #ship-to-different-address-checkbox {
	width: 2rem;
	height: 2rem;
}

.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-img {
	width: 100%;
	height: calc(100vh - 4rem);
	position: relative;
}
.hero-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-inner {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.hero-inner h1 {
	line-height: 0.8;
}

.title-img {
	width: 25vw;
	height: auto;
	display: block;
	max-width: 480px;
	margin: 4rem 0 2rem;
}

.halves {
	padding: 2rem 0;
	position: relative;
}
.halves h1, .halves h2, .halves h3, .halves h4 {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.halves h1:after, .halves h2:after, .halves h3:after, .halves h4:after {
	content: '';
	width: 6rem;
	border-bottom: 2px solid #FFAD9F;
	display: block;
	position: relative;
	bottom: -2rem;
}
.halves .col img {
	width: 100%;
	height: auto;
}

.halves-text {
	padding-right: 2rem;
}
.halves-text.col-right {
	padding-right: 0;
	padding-left: 2rem;
}

.accordion-title {
	display: flex;
	align-items: center;
	border: 1px solid #d5d8dc;
	border-bottom: none;
	cursor: pointer;
	transition: 0.5s color;
}

.accordion-item:last-child .accordion-title {
	border-bottom: 1px solid #d5d8dc;
}

.accordion-indicator {
	position: relative;
	width: 6rem;
}

.accordion-indicator svg {
	width: 2rem;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.accordion-indicator svg path {
	transition: 0.5s fill;
}

.accordion-indicator svg.minus {
	opacity: 0;
}

.open .accordion-indicator svg.plus {
	opacity: 0;
}

.open .accordion-indicator svg.minus {
	opacity: 1;
}

.accordion-content {
	border: 1px solid #d5d8dc;;
	border-top: none;
	overflow: hidden;
	transition: 0.5s height;
}

.accordion-title:hover {
	color: #FFAD9F;
}
.accordion-title:hover svg path {
	fill: #FFAD9F;
}

.accordion-content-inner {
	padding: 1rem 3rem;
}
.open .accordion-title {
	color: #FFAD9F;
}
.open .accordion-title svg path {
	fill: #FFAD9F;
}

.icon {
	display: flex;
	align-items: center;
}
.icon .svg-wrapper {
	width: 4rem;
	text-align: center;
}
.icon svg {
	height: 2rem;
	width: auto;
}
.icon a {
	text-decoration: none;
}

.socials {
	display: flex;
	margin-top: 1rem;
}

.socials a {
	background-color: var(--bg);
	width: 3rem;
	height: 3rem;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.socials svg {
	width: 2rem;
	height: auto;
}

.socials svg path {
	fill: #fff;
}

.contact-form {
	position: relative;
	top: -3rem;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.hamburger {
  padding: 0 0 0.5rem 2rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

 .hamburger--squeeze .hamburger-inner {
   transition-duration: 0.075s;
   transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
   .hamburger--squeeze .hamburger-inner::before {
     transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
   .hamburger--squeeze .hamburger-inner::after {
     transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

 .hamburger--squeeze.is-active .hamburger-inner {
   transform: rotate(45deg);
   transition-delay: 0.12s;
   transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
   .hamburger--squeeze.is-active .hamburger-inner::before {
     top: 0;
     opacity: 0;
     transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
   .hamburger--squeeze.is-active .hamburger-inner::after {
     bottom: 0;
     transform: rotate(-90deg);
     transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


.sfs {
	display: none;
}

@media (orientation:portrait) {

	html {
		font-size: 3vw;
	}

	main {
		padding-top: 10rem;
	}

	.home main {
		padding-top: 8rem;
	}

	.hfs {
		display: none;
	}
	.sfs {
		display: block;
	}

	.nav {
		flex-grow: 1;
		margin-top: 2rem;
	}

	#header {
		max-width: 100vw;
	}

	.nav-menu {
		opacity: 0;
		pointer-events: none;
		height: 0;
		overflow: hidden;
		position: fixed;
		background: #000;
		top: 6rem;
		left: 0;
	}

	.nav-menu ul {
		flex-wrap: wrap;
		padding: 10vh 0;
	}
	.nav-menu li {
		height: auto;
		width: 100%;
		max-width: 100vw;
	}
	.nav-menu a {
		font-size: 2rem;
	}

	.nav-open {
		overflow: hidden;
	}

	.nav-open .nav-menu {
		opacity: 1;
		height: calc(100vh - 6rem);
		pointer-events: all;
	}

	.logo {
		height: 6rem;
	}
	.logo img {
		min-width: unset;
	}

	.hero-img {
		height: 100vw;
	}

	#top-bar {
		order: 1;
		width: 100%;
		text-align: center;
		font-size: 1.4rem;
	}

	.hero-inner {
		text-align: center;
		padding: 4rem 0;
	}
	.title-img {
		width: 75vw;
		margin: 2rem auto;
	}

	#mini-cart-count {
		font-size: 1rem;
		top: 55%;
	}

	.wrapper.thin {
		width: 90%;
	}

	.col.half, .footer .col.quarter, .archive.woocommerce ul.products li.product, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-billing-fields__field-wrapper, #delivery_date_wrapper, .checkout .ui-datepicker, .woocommerce div.product div.images.woocommerce-product-gallery, .woocommerce div.product div.summary {
		width: 100%;
	}

	.checkout .ui-datepicker table {
		width: 100%;
		margin-bottom: 2rem;
	}

	.woocommerce-page table.cart td.actions .coupon button.button {
		width: 100%;
		margin-top: 0.5rem;
	}

	.icon svg {
		height: 4rem;
	}

	#header-search img {
		height: 2.5rem;
	}


	.trustpilot-widget {
		height: 28rem;
	}

	#delivery_date_wrapper {
		margin-top: 2rem;
	}

	.header-cart-number {
		right: -1.5rem;
	}

	#cart-flyout {
		width: 22rem;
	}

	#search-form form {
		width: 75vw;
	}

	.halves-text.col {
		padding: 0;
	}

	.halves-img {
		order: 2;
	}


}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.block-editor-block-list__block {
	width: 80%;
	max-width: 1440px;
}

.block-editor-block-list__block.acf-block-preview {
	zoom:0.5;
}
html .mceContentBody {
    font-size: 18px;
    padding:10px;
}
.editor-styles-wrapper a {
	text-decoration: none;
}
.editor-styles-wrapper input[type=text], .editor-styles-wrapper input[type=textarea], .editor-styles-wrapper input[type=email], .editor-styles-wrapper input[type=password] {
	border-radius: 4px;
	border: 1px solid #8c8f94;
}

.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;
}
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 {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}