/*
Theme Name: twiggy
Theme URI: http://twiggy.co.nz
Author: Thinkbox
Author URI: http://thinkbox.co.nz
Description: Theme for Twiggy.
Version: 10.0

  This theme was built by Sam Cooke,
  whose website you will find at http://www.thinkbox.co.nz/

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php
*/

@import url('https://fonts.googleapis.com/css2?family=Lora&family=Montserrat:ital,wght@0,400;0,700;1,400&display=swap');


:root {
    --white: #fff;
    --black: #000;
    --green: #2e6066;
    --pink: #fae9e4;
    --gold: #b79e4b;
}











/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote: before, blockquote: after, q: before, q: after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
}
/* end reset css */

/* reset box-sizing */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/**** clearfix ****/

.clearfix: after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.clear {
    clear: both;
}
/**** cols and rows and ****/

.col, .container, .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    overflow: hidden;
    _overflow: visible;
    _zoom: 1;
    width: 100%;
}
.group:after {
    content: "";
    display: table;
    clear: both;
}
.content {
    margin: 0 auto;
    width: 100vw;
    overflow: hidden;
}
.col {
    position: relative;
    float: left;
    display: block;
    min-height: 1px;
}
.stack .col {
    width: 100% !important;
    float: none;
}
.col-1 {
    width: 8.333333%
}
.col-2 {
    width: 16.66666%
}
.col-3 {
    width: 24.999999%
}
.col-4 {
    width: 33.333333%
}
.col-5 {
    width: 41.666666%
}
.col-6 {
    width: 50%
}
.col-7 {
    width: 58.333333%
}
.col-8 {
    width: 66.666666%
}
.col-9 {
    width: 74.999999%
}
.col-10 {
    width: 83.333333%
}
.col-11 {
    width: 91.666666%
}
.col-12 {
    width: 100%
}
.pad {
    padding-left: 10px;
    padding-right: 10px;
}
.col.first {
    /*   margin-left: 0%;
margin-right: 3%; */
}
.col.last {
    /*   margin-left: 3%;
margin-right: 0%; */
}
.push-1 {
    left: 8.333333%
}
.push-2 {
    left: 16.66666%
}
.push-3 {
    left: 24.999999%
}
/* tbcolumns plugin css */

.padleft {
    padding-left: 25px;
}
.padright {
    padding-right: 25px;
}
.headspace {
    padding-top: 30px !important;
}
.footspace {
    padding-bottom: 30px !important;
}

body {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    /* padding-top: 75px; */
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--black);
    text-align: left;
    overflow-x: hidden;
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
    display: block;
    margin-bottom: 0;
    padding: 0 40px;
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-column p,
.wp-block-column h1,
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6,
.wp-block-column ul,
.wp-block-column ol {
    padding: 0;
}



p {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.45em;
    margin-bottom: 16px;
    letter-spacing: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 15px;
    letter-spacing: normal;

}

h1 {
    font-size: 2.75em;
    font-weight: 400;
    margin-bottom: 0px;
}


h2 {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 30px;
}



h3 {
    font-size: 1.875em;
    line-height: 1.5;
    margin-bottom: 15px;
}



h4 {
    font-size: 1.25em;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 5px;
}
.home .feature-image h4 {
    color: var(--white);
    text-align: center;
}
.home h4 {
    padding-bottom: 5px;
    background-size: 67px auto;
}


.feature-image h4,
.home .feature-image h4,
.home footer h4 {
    background: none;
}

.home h2,
.home h3,
.home .wp-block-column h3 {
    color: var(--black);
}

footer h2 {
    color: var(--green);
}





h5 {
    font-size: 1.375em;
    line-height: 1.65em;
}
footer h5 {
    font-size: 1.125em;
}
h6 {
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.65em;
}

blockquote p {
    display: block;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
    font-size: 2em;
    line-height: 1.3em;
    text-align: center;
    padding-bottom: 0;
     text-align: center;
}


p.small {
    font-size: 0.7em;
    margin: 0px 0px 10px 0px;
}
p.smaller {
    font-size: 0.6em;
    margin: 0px 0px 10px 0px;
}
p.up {
    text-transform: uppercase;
}
p.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0px;
}
p.clearspace10 {
    clear: both;
    margin: 0;
    padding: 0;
    height: 25px;
}
p.clearspace25 {
    clear: both;
    margin: 0;
    padding: 0;
    height: 25px;
}
p.clearspace50 {
    clear: both;
    margin: 0;
    padding: 0;
    height: 50px;
}
p:empty {
  display: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}


input {
    font-size: 1em;
    color: #1C2A2A;
    letter-spacing: normal;
    border: 1px solid rgba(0,0,0,.1);
    background: var(--white);
    padding: 0 20px;
    line-height: 40px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;

}
textarea {
    font-size: 1em;
    color: #1C2A2A;
    letter-spacing: normal;
    border: 1px solid rgba(0,0,0,.1);
    background: var(--white);
    padding: 7px 20px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    min-height: 300px;
}
input:-internal-autofill-selected {

    background-color: var(--white) !important;
    background-image: none !important;
}


input[type="submit"] {
    display: block;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    border: none;
    padding: 0;
    text-decoration: none;
    border: solid 1px #1C2A2A;
    background: transparent;
    cursor: pointer;
    height: 40px;
    width: 184px;
    font-size: 1.25em;
    line-height: 40px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
input[type="submit"]:hover {
    background: #1C2A2A !important;
    color: var(--white);
    text-decoration: none !important;
}
ul, ol {
    margin: .4em 0 1em;
}
ul li, ol li {
    list-style-position: outside;
    margin: 0 0 8px 2em;
    font-size: 1em;
    line-height: 1.65em;
    padding: 0;
    letter-spacing: normal;
    margin-left: 18px;
}
ol li {
    list-style-type: lower-alpha;
}
ul {
    list-style: none;
}
ul li {
    list-style: none;
    list-style-image: none;
    position: relative;
}
ul li:before {
    content: "-";
    position: absolute;
    left: -18px;
}


a, a:visited {
    display: inline-block;
    color: #1C2A2A;
    text-decoration: none;
    padding-bottom: 0px;
    /* border-bottom: solid 1px #1C2A2A; */
}
h6 a {
    letter-spacing: 0.1em;
}



a:hover, a:active {
    color: #8a8a8a;
    border-color:  #8a8a8a;
}

a.logo,
a img {
    border-bottom: none;
}


a.readmore {} h3 a, h3 a:visited {
    text-decoration: none;
    color: var(--black);
}


table {
    border-collapse: collapse;
    width: 100%
}
td, th {
    border: none;
    text-align: left;
    vertical-align: middle;
    padding: 0 10px 0 0;
}
table.alt-table td {
    text-align: right;
}
table.alt-table td: first-child {
    text-align: left;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
small {
    font-size: 0.75em;
}
hr {
    display: block;
    border: 0;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 2px;
    height: 2px;
    background-color: #1c2d5a;
    color: #1c2d5a;
}
code {
    font: 1.1em'Courier New', Courier, Fixed;
}
.nowrap {
    white-space: nowrap;
}


#postend {
    height: 1px;
    width: 100%;
}
.center {
    /* margin: 0 auto; */
}
.hidden {
    display: none;
}
.tall {
    min-height: 100%;
}
.hide {
    display: none;
}
.centxt {
    text-align: center;
}
.lefttxt {
    text-align: left;
}
.clearleft {
    clear: left;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.nopad {
    padding-left: 0;
    padding-right: 0;
}
#overlay {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    background: rgba(250,233,228,0.75);
    opacity: 0;
    transition: all 0.35s ease;
}
#overlay.is-active {
    display: block;
    opacity: 1;
}

/***** GENERIC STYLE ****/

.rhide {
    display: block !important;
}
.rshow {
    display: none !important;
}
header, .header, section, .section, footer, .footer {
    position: relative;
    width: 100%;
    display: block;
}
.section-wrap {
    position: relative;
}
section, footer {
    padding: 0;
}
.container {
    position: relative;
    width: 100%;
    max-width: 930px;
    margin: 0 auto !important;
    padding: 0 20px;
}
header .container {
    max-width: 1080px;
    padding: 0 40px;
}

.wrapper {
    position: relative;
    z-index: 1;
}

/*===============HEADER=================*/

header {
    position: absolute;
    top: 0px;
    height: 185px;
    z-index: 11;
    padding: 0;
}

.single header,
.woocommerce-cart header,
.woocommerce-checkout header,
.woocommerce-account header {
    position: relative;
}




header a.logo {
    position: relative;
    margin-top: 40px;
    display: block;
    width: 170px;
    float: left;
}




/*===============BODY=================*/







.right-bulge {
    position: relative;
    width: 120%;
}
.right-bulge .wp-block-column:first-child {
    flex-basis: 40%;
}
.left-bulge {
    position: relative;
    width: 120%;
    margin-left: -19%;
}
.left-bulge .wp-block-column {
    flex-basis: 40%;
}
.left-bulge .wp-block-column:first-child {
    flex-basis: 60%;
}


.wp-block-columns {
    margin-bottom: 0;
    padding: 65px 0 25px 0;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
}
.wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 0 40px;
}
.wp-block-column:not(:first-child) {
    margin-left: 0;
}
.home .wp-block-column {
}
.wp-block-column.left {
    order: 1;
}
.wp-block-column.right {
    order: 2;
}
.wp-block-group {
    /* max-width: 970px; */
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}



.wp-block-group.blue {
    background: #3E5170;
    padding: 75px 0;
}
.wp-block-group.green {
    background: var(--green);
}
.wp-block-group.blue,
.wp-block-group.green {
    color: var(--white);
}

.wp-block-image {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.image-escape .wp-block-image figure {
    width: 100%;
}
.image-escape .wp-block-image img {
    width: 200%;
    max-width: 630px;
}
.image-escape .wp-block-column:first-child  .wp-block-image img {
    float:right;
}
.image-escap.less-mess img {
    width: auto;
    max-width: 200%;
}

.wp-block-image.pretty-tree {
    width: 80%;
}
.wp-block-image.holiday-season {
    width: 70%;
}
.wp-block-image.crowned-tree {
    width: 80%;
}

.wp-block-image.perfume {
    width: 200%;
    max-width: 500px;
}



.wp-block-columns.story-intro {
    padding: 150px 0 30px 0;
}
.wp-block-columns.story-intro .wp-block-image {
    position: relative;
}
.wp-block-columns.story-intro .wp-block-image:before {
    content: "";
    display: block;
    width: 70%;
    height: 290px;
    position: absolute;
    top: -300px;
    left: 15%;
    background: url(images/sawblade.svg) no-repeat center top;
}
.wp-block-columns.story-intro .wp-block-image:after {
    content: "";
    display: block;
    width: 70%;
    height: 350px;
    position: absolute;
    bottom: -360px;
    left: 15%;
    background: url(images/handinhand.svg) no-repeat center bottom;
    background-size: 100% auto;
}

.wp-block-columns.no-pad-btm {
    padding-bottom: 0;
}
.wp-block-columns.pad-btm {
    padding-bottom: 65px;
}



footer .row {
    display: flex;
    flex-direction: row;
}
footer .col {
/*    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;*/
}







/*===============FOOTER=================*/

footer {
}
footer .container {
    padding: 80px 40px 50px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    color: var(--green);
}
footer .col {
/*    padding-top: 58px;*/
}
footer .col:first-child {
/*    padding-top: 0px;*/
}
footer .textwidget {

}
footer a.logo {
    position: relative;
    display: block;
    width: 200px;
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

footer p {
    line-height: 1.75;
    margin-bottom: 20px;
    color: var(--green);
    padding:  0;

}
footer p a {
    text-decoration: none;
    color: var(--green);
    border-bottom: solid 1px transparent;
}
footer p a:hover {
    color: var(--green);
    border-bottom: solid 1px var(--green);
}
footer p.copyright {
    margin-top: 50px;
    font-size: 0.875em;
    text-transform: none;
    text-align: center;
    padding: 0;
    color: var(--green);
}

footer .wp-block-column {
    flex-basis:33.33%
}
footer .wp-block-column.map {
    flex-basis:66.66%
}

footer .map a {
    display:  block;
}







/*=================NAVIGATION=================*/


.nav:after {
    content: "";
    display: table;
    clear: both;
}
.nav ul {
    width: auto;
    max-width: 100%;
}
.nav ul, .nav ul li {
    margin: 0;
    padding: 0 !important;
    list-style: none;
    position: relative;
}
.nav ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style-image: none;
    width: auto;
}
ul li:before {
    content: "";
    display: none;
}
.nav ul li a, .nav ul li a:visited, .nav ul li a:hover, .nav ul li a:active {
    text-decoration: none;
}
.nav.hrz ul li {
    float: left;
}
.nav.vert ul li {
    float: none;
}
.nav.hrz.center ul {
    float: left !important;
    left: 50% !important;
}
.nav.hrz.center ul li {
    right: 50% !important;
}
/* Fix IE. Hide from IE Mac \*/

* html ul li {
    float: left;
}
* html ul li a {
    height: 1%;
}
body {
    font-size: 100%;
}
/* End */


nav a, nav a:visited {
    border-bottom: none;
}
nav a:hover, nav a:active {
    border-bottom: solid 1px var(--white);
}


.woocommerce.single nav a:hover,
.woocommerce.single nav a:active,
.woocommerce-cart nav a:hover,
.woocommerce-cart nav a:active,
.woocommerce-checkout nav a:hover,
.woocommerce-checkout nav a:active,
.woocommerce-account nav a:hover,
.woocommerce-account nav a:active {
    border-bottom: solid 1px #1C2A2A;
}
.home nav a:hover, .home nav a:active {  
    border-bottom: solid 1px var(--white);
}
.home nav li.social a:hover, nav li.social a:active {  
    border-bottom:  none;
}


header nav {
    float: right;
    padding-top: 49px;
}

.mainmenu {

}
.mainmenu ul {
    position: relative;
}
.mainmenu ul li {
    position: relative;
}
.mainmenu ul li a {
    display: block;
    color: var(--white);
    font-size: 1em;
    letter-spacing: 0em;
    padding: 0;
    margin: 0 10px;
    text-decoration: none;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
}
/*.woocommerce.single .mainmenu ul li a,
.woocommerce-cart .mainmenu ul li a,
.woocommerce-checkout .mainmenu ul li a,
.woocommerce-account .mainmenu ul li a,*/
.woocommerce-page .mainmenu ul li a  {
    color: var(--black);
}

.mainmenu ul li:first-child a {
    /* border-left: none; */
}

.mainmenu.is-active {
    position: fixed;
    top: 0;
    left:0;
    z-index: 1000;
}


.mainmenu ul li.current-menu-item a {
    border-bottom: solid 1px var(--white);
}
/*.woocommerce.single .mainmenu ul li.current-menu-item a,
.woocommerce-cart .mainmenu ul li.current-menu-item a,
.woocommerce-checkout .mainmenu ul li.current-menu-item a,
.woocommerce-account .mainmenu ul li.current-menu-item a,*/
.woocommerce-page .mainmenu ul li.current-menu-item a {
    border-bottom: solid 1px var(--black);
}


.mainmenu li.social a {
    display: block;
    width: 22px;
    height: 22px;    
    background: url(images/social-icons-black.svg) no-repeat left center;
    background-size: auto 20px;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.home .mainmenu li.social a {
    background: url(images/social-icons-white.svg) no-repeat left center;
    background-size: auto 20px;
}
.mainmenu li.facebook a { background-position: left center; margin: 0 5px; }
.mainmenu li.instagram a,
.home .mainmenu li.instagram a { background-position: right center; margin: 0 0 0 0; }

.mainmenu li.social a:hover {
    opacity: 0.65;
}


.mainmenu ul li a.cart-contents {
    display: inline-block;
    width: 35px;
    background: url(images/icon-cart-white.svg) no-repeat center center;
    background-size: auto 30px;
    letter-spacing: 0em;
    line-height: 28px;
    font-size: 0.75em;
    padding-left: 5px;
    text-align: center;
    opacity: 1;
    transition: top 0.25s, left 0.25s;
}
.mainmenu ul li a.cart-contents:hover {
    border-bottom: none;
}

/*.woocommerce.single .mainmenu ul li a.cart-contents,
.woocommerce-cart .mainmenu ul li a.cart-contents,
.woocommerce-checkout .mainmenu ul li a.cart-contents,
.woocommerce-account .mainmenu ul li a.cart-contents,*/
.woocommerce-page .mainmenu ul li a.cart-contents {
    background: url(images/icon-cart-black.svg) no-repeat center center;
    background-size: auto 30px;
}




.mainmenu ul li.loginout a {
    display: inline-block;
    width: 35px;
    background: url(images/icon-account-white.svg) no-repeat center center;
    background-size: auto 30px;
    letter-spacing: 0em;
    line-height: 28px;
    font-size: 0.75em;
    padding-left: 5px;
    text-align: center;
    opacity: 1;
    transition: top 0.25s, left 0.25s;
    text-indent: -9999px;
}
.mainmenu ul li.loginout a:hover {
    border-bottom: none;
}

/*.woocommerce.single .mainmenu ul li.loginout a,
.woocommerce-cart .mainmenu ul li.loginout a,
.woocommerce-checkout .mainmenu ul li.loginout a,
.woocommerce-account .mainmenu ul li.loginout a,*/
.woocommerce-page .mainmenu ul li.loginout a {
    background: url(images/icon-account-black.svg) no-repeat center center;
    background-size: auto 30px;
}



.mainmenuresp {
    display: none;
    position: absolute;
    top: 3px;
    right: 20px;
}
.mainmenuresp ul li {
    display: none;
}
.mainmenuresp ul li.cart-contents,
.mainmenuresp ul li.loginout {
    display: block;
}
.mainmenuresp ul li.cart-contents a {
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(images/icon-cart-black.svg) no-repeat center center;
    background-size: auto 30px;
    letter-spacing: 0em;
    line-height: 28px;
    font-size: 0.75em;
    padding-left: 5px;
    text-align: center;
    opacity: 1;
    transition: top 0.25s, left 0.25s;
}
.mainmenuresp ul li.cart-contents a:hover {
    border-bottom: none;
}
.mainmenuresp ul li.loginout a {
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(images/icon-account-black.svg) no-repeat center center;
    background-size: auto 30px;
    letter-spacing: 0em;
    line-height: 28px;
    font-size: 0.75em;
    padding-left: 5px;
    text-align: center;
    opacity: 1;
    transition: top 0.25s, left 0.25s;
    text-indent: -9999px;
}
.mainmenuresp ul li.loginout a:hover {
    border-bottom: none;
}






.footermenu {
    margin: 70px 0 0;
}

.footermenu ul {
/*    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;*/
}
.footermenu ul li {
/*    text-align:  center;*/
}
.footermenu ul li a {
    display: inline-block;
    padding: 0;
    color: var(--green);
    line-height: 1.5;
    font-size: 1em;
    font-weight: 700;
    margin: 0 15px;
    text-decoration: none;
    border-bottom: solid 1px transparent;

}
.footermenu ul li:first-child {
    border-left: none;    
}
.footermenu ul li:last-child a {
    border-right: none;    
}


.footermenu ul li a:hover,
.footermenu ul li a:active {
    border-bottom: solid 1px var(--green);
}



.socialmenu ul {
    width: auto;
    margin: 0px auto 0;
}
.socialmenu ul li {
}
.socialmenu li a {
    display: block;
    width: 25px;
    height: 25px;    
    background: url(images/social-icons-black.svg) no-repeat left center;
    background-size: auto 25px;
    text-indent: -9999px;
    border: none;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.socialmenu li.facebook a { background-position: left center; margin: 0 8px; }
.socialmenu li.instagram a { background-position: right center; margin: 0 8px; }
.socialmenu li a:hover {
    opacity: 0.65;
}



.wp-block-button {
    display: inline-block;
    margin-right: 15px;
    margin-top: 0px;
    background: transparent;
}
a.wp-block-button__link {
    border: solid 1px var(--gold);
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    background: var(--gold);
    border-radius: 0;
    padding: 0;
    color: var(--white);
    font-size: 0.94em;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}
a.wp-block-button__link:hover {
    color: var(--gold); 
    background: var(--white);

}





.responsive-nav-trigger {
    display: none;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 2000;
    background: url(images/bg-primary-nav-trigger.svg) no-repeat left top;
    background-size: 100% auto;
    text-indent: -9999px;
    padding: 0 !important;
    border-bottom: none;
}
.responsive-nav-trigger.is-active {
    background-position: left bottom;
}
.full {
    display: inline-block;
}
.resp {
    display: none;
}



/** images */

img, .txt img, p img {
    width: 100%;
    max-width: 100%;
}
p img {
    padding: 0;
}

.feature-image {
    position: relative;
    z-index: 100;
}
.feature-image,
.wp-block-cover, 
.wp-block-cover-image {
    position: relative;
    z-index: 1;
    /* height: 750px; */
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    /* background-attachment: fixed; */
}
.wp-block-cover {
    padding: 0 !important;
}


.wp-block-cover__inner-container {
    padding: 0 40px;
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-cover__inner-container h1 {
    padding: 180px 0 0;
    max-width: 650px;
    margin-left: 0;
    margin-right: auto;
    min-height: 400px;
    text-shadow: 0px 0px 15px rgb(50 50 50 / 75%);
}
.wp-block-cover__inner-container h2 {
    padding: 0;
    max-width: 460px;
    margin-left: 0;
}
.wp-block-cover__inner-container p {
    padding: 0;
    max-width: 400px;
    margin-left: 0;
}

.home-cover-our-story {
    padding-left: 50%;
}

.wp-block-cover.sign-up {
    background-color: var(--pink);
    background-position: right center;
    -moz-background-size: auto 120%;
    -webkit-background-size: auto 120%;
    background-size: auto 120%;
    margin-top: 60px;
}
.home .wp-block-cover.sign-up {
    margin-top: 0px;
}

.wp-block-cover.sign-up img.wp-block-cover__image-background {
    position: absolute;
    top: -25px;
    left: 45%;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: auto;
    height: 450px;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
    object-position: 100% 50%;
}

.wp-block-cover.sign-up .wp-block-cover__inner-container {
    color: var(--black);
}



.wp-block-group.blue .wp-block-group__inner-container {
    padding: 0 40px;
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-group.blue h2,
.wp-block-group.blue h3,
.wp-block-group.blue p {
    padding: 0;
}

.c-accordion__item {
    padding: 25px 0 10px;
    border-bottom: solid 1px var(--white);
}

.wp-block-group.blue h3.c-accordion__title {
    color: var(--gold);
    font-size: 1.375em;
    padding-left: 125px;
    padding-right: 50px;
}
.wp-block-group.blue h3.c-accordion__title:focus {
    border: none;
}
.wp-block-group.blue h3.c-accordion__title:after {
    position: absolute;
    top: 5px;
    right: 5px;
    content: "";
    height: 15px;
    width: 15px;
    border: solid var(--white);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    /* transform: translateY(-50%); */
}
.c-accordion__content {

    padding-left: 125px;
    padding-right: 50px;
}




.c-accordion__item.gum-manuka {
    background: url(images/acc-icon-gum-manuka.svg) no-repeat left top 20px;
    background-size: auto 44px;
}
.c-accordion__item.douglas-fir-macrocarpa {
    background: url(images/acc-icon-douglas-fir-macrocarpa.svg) no-repeat left top 20px;
    background-size: auto 44px;
}
.c-accordion__item.split-pine {
    background: url(images/acc-icon-split-pine.svg) no-repeat left top 20px;
    background-size: auto 44px;
}
.c-accordion__item.gum-split-pine-douglas-fir-macrocarpa {
    background: url(images/acc-icon-gum-split-pine-douglas-fir-macrocarpa.svg) no-repeat left top 20px;
    background-size: auto 96px;
    padding: 25px 0 30px;
}





img.ajax-loader {
    width: auto;
}
.feature-image img {
    /* object-fit: cover; */
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    margin: 0 0 0 20px;
}
img.alignleft {
    margin: 0 30px 2px 0;
}
.alignright {
    float: right;
}
.alignleft {
    float: left
}
.video-embed {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */

height: 0;
    margin-bottom: 30px;
}
.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post.col {
    width: 285px;
    height: 520px;
    margin: 30px 24px 0 25px;
}
.post.col.quote {
    border: none !important;
}
.col .post {} p.postmetadata {
    font-size: 0.65em;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
    margin-bottom: 20px;
}
p.postmetadata a {
    color: #666;
    text-decoration: none;
}
p.postmetadata a:hover {
    color: #DF2646;
}
p.wp-caption {
    font-size: 0.7em;
    font-style: italic;
    padding: 0 0 15px;
    border-bottom: solid 1px #bcbcbc;
    margin-bottom: 40px;
}
.share-col span {
    cursor: pointer;
}
.share-col span:hover {
    color: var(--white);
}
.widget {
    margin: 0;
}
.widget ul, .widget ul li {
    padding: 0;
    margin: 0;
}
.thread-alt {
    background-color: #f8f8f8;
}
.thread-even {
    background-color: white;
}
.depth-1 {} .even, .alt {} .entry {
    padding-top: 30px;
}
.entry p a:visited {
    color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em;
}
.commentlist li ul li {
    font-size: 1em;
}
.commentlist li {
    font-weight: bold;
}
.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: var(--white);
}
.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}
.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}
#commentform p {} .commentmetadata {
    font-weight: normal;
}
/* End Structure */

/* Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}
html>body .entry li {
    margin: 7px 0 8px 10px;
}
.entry ul li: before {
    content: "\00BB \0020";
}
.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}
.entry ol li {
    margin: 0;
    padding: 0;
}
.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}
/* End Entry Lists */

/* Begin Form Elements */

.entry form {
    /* This is mainly for password protected posts, makes them look better. */

text-align: center;
}
select {
    padding: 3px;
    border: solid 1px #999;
    color: #666;
}
#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    border: solid 1px #e2eff4;
}
#commentform {
    margin: 5px 10px 0 0;
}
#commentform textarea {
    width: 100%;
    padding: 4px;
    border: solid 1px #e2eff4;
}
#respond: after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#commentform #submit {
    clear: both;
    padding: 4px;
    margin: 0;
    border: solid 1px #e2eff4;
    background: var(--white);
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #00749b;
    text-transform: uppercase;
}
#commentform #submit:hover {}/* Begin Comments*/

.alt {
    margin: 0;
    padding: 10px;
}
.commentlist {
    padding: 0;
    text-align: justify;
}
.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;
}
.commentlist li ul li {
    margin-right: -5px;
    margin-left: 10px;
}
.commentlist p {
    margin: 10px 5px 10px 0;
}
.children {
    padding: 0;
}
#commentform p {
    margin: 5px 0;
}
.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}
.commentmetadata {
    margin: 0;
    display: block;
}
/* End Comments */


a.floattotop {
    overflow: hidden;
    width: 50px;
    height: 50px;
    z-index: 900000000;
    position: fixed;
    bottom: 50px;
    right: 50px;
    top: auto;
    font-size: 12px;
    line-height: 1.2;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding-top: 28px;
    background: var(--gold) url(images/up-totop.png) no-repeat center center;
    border-radius: 25px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a.floattotop.active {
    opacity: 1;
}



body, textarea:focus, input:focus, h3:focus, button:focus, a.button:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.single-product .woocommerce-message {
/*    display: none;*/
}


.product-carousel {
    padding-top: 70px;
}
.home .product-carousel {
    padding-top: 20px;
}

.slider-wrapper {
    padding: 0 40px 20px 40px;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#productslider ul {
    max-width: 50000%;
}
.product-item > div {
    padding: 0 15px 20px;
}
.product-item a {
    position: relative;
}

.product-item .imgs {
    position: relative;
    margin-bottom: 10px;
}
.product-item .icon {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.35s ease;
    background: var(--pink);
    width: 100%;
}
.product-item .icon:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%; /*trick here*/
}
.product-item .icon:hover {
    opacity: 1;
}
.product-item .icon img {
    position: absolute;
    top: 10%;
    left: 0;
    max-height: 80%;

}




.product-item p {
    padding: 0;
    margin-bottom: 0;
}
.product-item .price {
    font-weight: 700;
}




/***** FlexSlider *****/
.flexslider {
  position: relative;
  width: 100%;
}
.flexslider ul.slides{

}
.flexslider li.item {
  position: relative;
}
.flexslider ol,
.flexslider ul {
  padding-right: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
}
.flexslider ol li,
.flexslider ul li {
  margin: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  /* display: none; */
  /* -webkit-backface-visibility: hidden; */
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  width: 100%;
  position: absolute;
  z-index: 30;
  top: -33px;
}
.flex-direction-nav a {
  width: 24px;
  height: 24px;
  margin: 0;
  display: block;
  background: url(images/prev-next-slider.svg) no-repeat 0 0;
  background-size: auto 100%;
  /* border-radius: 99%; */
  position: absolute;
  top: 0;
  cursor: pointer;
  text-indent: -9999px;
  /* -webkit-transition: all .3s ease;*/
}
.flex-direction-nav .flex-next {
  background-position: 100% 0 !important;
  right: 8px;
}
.flex-direction-nav .flex-prev {
  right: 32px;
}
.flexslider .flex-next:hover {
  /* background-position: 100% 100%; */
}
.flexslider .flex-prev:hover {
  /* background-position: 0 100%; */
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  z-index: 40000000000000;
  bottom: -40px;
  text-align: center;
  left: 0px;
}
.flex-control-nav li {
  margin: 0 7px !important;
  display: inline-block;
  zoom: 1;
  *
  display: inline;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: #E8E7E0;
  text-indent: -9999px;
  border: solid 1px #8A895B;
  border-radius: 99%;
  cursor: pointer;
}
.flexslider.page-feature .flex-control-paging li a,
.flexslider.news-items .flex-control-paging li a {
  background: transparent;
}
.flex-control-paging li a:hover,
.flexslider.page-feature .flex-control-paging li a:hover,
.flexslider.news-items .flex-control-paging li a:hover  {
  background: #8A895B;
}
.flex-control-paging li a.flex-active,
.flexslider.page-feature .flex-control-paging li a.flex-active,
.flexslider.news-items .flex-control-paging li a.flex-active  {
  background: #8A895B;
  width: 14px;
  height: 14px;
  /* border: solid 1px var(--white); */
  border: solid 1px #8A895B;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
  }
}
.flex-direction-nav,
.flex-direction-nav li {
  height: 0;
  line-height: 0;
}


#slidecontrol {
    display: block;
    position: relative;
    height: 25px;
    width: 100%;
    z-index: 10;
    margin-top: -25px;
}
a#slideleft,
a#slideright {
    position: absolute;
    bottom: 10px;
    text-decoration: none;
    border: none;
    font-family: 'Work-sans', sans-serif;
    color: var(--white);
    font-size: 20px;
    display: block;
    width: 10px;
    height: 20px;
    text-indent: -9999px
}
a#slideleft {
    left: 10px;
    background: url(images/icon-map-left.svg) no-repeat center center;
}
a#slideright {
    right: 10px;
    background: url(images/icon-map-right.svg) no-repeat center center;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    opacity: 0;
}





.woocommerce-cart section.content .woocommerce {
    padding:0 40px 50px 40px;
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    min-height: 48vh;
}
.woocommerce-checkout section.content .woocommerce,
.woocommerce-account section.content .woocommerce {
    padding:0 40px 50px 40px;
    width: 100%;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    min-height: 48vh;
}

.shop-wrapper {
    padding: 50px 40px;
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.checkout-wrapper {
    padding: 0 40px 30px 40px;
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.single-wrapper {
/*    padding: 0px 40px 30px 40px;
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;*/
}
form.woocommerce-checkout {
    padding: 0;
}
.checkout-head {
    padding: 0 40px;
}
.checkout-head .container {1797
    padding: 0;
}





.purchase-head {
    padding: 135px 40px 30px 40px;
}
.purchase-head .wp-block-group {
    max-width: 730px;
}
.purchase-head h4 {
    font-size: 1.5em;
    margin-bottom: 8px;
}


/*
.purchase-head h3,
.purchase-head h4,
.purchase-head p {
    color: var(--white);
    max-width: 730px;
}
.purchase-head img {
    margin-bottom: 50px;
}
*/


.single-product-wrapper .wp-block-columns {
padding: 0 0 75px 0;
}
.single-product-wrapper .wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* align-items: center; */
    padding: 0 40px 0 15px;
}
.single-product-wrapper .wp-block-column:first-child {
    padding: 0 15px 0 40px;
}
.single-product-wrapper p {
    padding: 0;
}

.single-product-wrapper p  strong {
    display:  inline-block;
    margin-top:  10px;
}



.checkout-head h2,
.checkout-head h3,
.checkout-head h4,
.checkout-head p,
.checkout-wrapper h2,
.checkout-wrapper h3,
.checkout-wrapper h4,
.checkout-wrapper p,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-checkout h4,
.woocommerce-checkout p,
.woocommerce-account h2,
.woocommerce-account h3,
.woocommerce-account h4,
.woocommerce-account p {
    padding: 0;
}




.woocommerce-notices-wrapper {
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-message {
    border-top-color: var(--gold);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 0 1em 0;
    margin: 0 0 2em;
    position: relative;
    background-color: var(--white);
    color: #515151;
    border-top: 3px solid var(--gold);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce .products ul, .woocommerce ul.products {
/*    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 30px;
    align-items: stretch;
}

.woocommerce ul.products li.product, .woocommerce-account ul.products li.product {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    margin-left: 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: " ";
    display: none;
}

.woocommerce .quantity {
  display: inline-block;
}
.woocommerce .single-product-wrapper .quantity {
  display: inline-block;
  float: left;
}
.woocommerce .quantity .qty {
    width: 80px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    margin: 0 5px 0 0;
    padding-left: 0;
    padding-right: 0;
    border: solid 1px #1C2A2A;
}
input[type="submit"], button,
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .widget_shopping_cart_content a.button, 
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
    font-family: 'Montserrat', sans-serif;
    border: solid 1px var(--gold);
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    background: var(--gold);
    border-radius: 0;
    padding: 0;
    color: var(--white);
    font-size: 0.94em;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}
.woocommerce ul.products li.product .button {
    margin-top: 5px;
}
.woocommerce .wc-proceed-to-checkout a.button {
    width: 100% !important;
    font-size: 0.94em !important;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, 
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    padding: 0 15px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 0.778em;
    padding: 0 15px;
}
.checkout-button {
    min-width: 280px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--white);
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: var(--white); 
    cursor: not-allowed;
    opacity: .5;
    padding: 0 15px;
}



.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: var(--gold); 
    background: var(--white);
    border-color: var(--gold);
    opacity: 1;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, button:hover {
    color: var(--gold); 
    background: var(--white);
    border-color: var(--gold);
}


.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    color: var(--gold); 
    background: var(--white);
    border-color: var(--gold);
    opacity: 0.6;
}


.woocommerce .single-product-wrapper a.button {
    display: inline-block !important;
    float: left;
    margin-left: 10px;
}


h2.woocommerce-loop-product__title {
    font-size: 1.25em !important;
    padding: 0 !important;
    margin-bottom: 8px !important;
}
.woocommerce ul.products li.product p {
    padding: 0 !important;
    font-size: 0.938em !important;
    margin-bottom: 3px !important;
}
h3.featured {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25em !important;
    font-weight: 700 !important;
    color: #367167 !important;
    padding: 0 !important;
    margin-bottom: 8px !important;
}


.single-product-wrapper h2 {
        margin-bottom: 15px;
        line-height: 1;
}
.single-product-wrapper p.suitable {
    color: #1C2A2A;
    margin-bottom: 5px;
    font-size: 1.125em;
}
.single-product-wrapper p.price,
.woocommerce ul.products li.product .price {
    color: #1C2A2A;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1em;
}
.single-product-wrapper .addtocart {
    padding-top: 0px;
}

a.woocommerce-terms-and-conditions-link {
    text-decoration: underline;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-account #content div.product div.images, 
.woocommerce-account div.product div.images {
    width: 33.333% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-account #content div.product div.summary, .woocommerce-account div.product div.summary {
  float: left !important;
  width: 50% !important;
  padding-top: 40px;
}

.woocommerce #content div.product div.images img, 
.woocommerce div.product div.images img, 
.woocommerce-account #content div.product div.images img, 
.woocommerce-account div.product div.images img {
    max-width: 205px !important;
    margin: 0 auto;
}
.woocommerce.single-product form.cart {
  padding-top: 30px;
}

.woocommerce img, .woocommerce-account img {
    height: auto;
    width: auto;
}
.woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
    font-family: WooCommerce;
    content: "";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.archive header {
  text-align: center;
}
.woocommerce-notices-wrapper {

}
.woocommerce-notices-wrapper:empty {
  margin-top: 0;
  display: none;
}
.woocommerce-checkout-payment ul,
.select2-results ul {
  margin: 0;
  padding: 1em;
  list-style: none;
  position: relative;
}
.woocommerce-checkout-payment ul li,
.select2-results ul li {
  margin: 0;
  padding: 0;
  display: block;
  list-style-image: none;
  /* width: auto; */
  font-size: 1em;
}
.select2-container--default .select2-selection--single {

    border: solid 1px rgba(0,0,0,.1) !important;
    border-radius: 0px;
    height: 40px !important;
    display:  block !important;
}
.select2-container--default .select2-selection--single * {
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 5px;
    width: 20px;
}
.select2-dropdown {
    border: solid rgba(0,0,0,.1) !important;
    border-width: 0 1px 1px !important;
}


a.woocommerce-loop-product__link {
    position: relative;
}
a.woocommerce-loop-product__link .icon {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.35s ease;
    background: var(--pink);
    width: 100%;
}
a.woocommerce-loop-product__link .icon:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%; /*trick here*/
}
a.woocommerce-loop-product__link .icon:hover {
    opacity: 1;
}
a.woocommerce-loop-product__link .icon img {
    position: absolute;
    top: 10%;
    left: 0;
    max-height: 80%;
}


img.wood_icon {
    display: inline-block;
    width: 62px;
    height: auto;
    margin: 0 10px 15px 0;
}



.cart-drawer {
/*    display: none;*/
    position: fixed;
    z-index: 1001;
    top: 0;
    right: -38vw;
    width: 100%;
    max-width: 33vw;
    background: var(--white);
    padding: 20px 20px;
    font-size: 0.9em;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
    box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
    overflow-y: scroll;
    height: 100vh;
    transition: all 0.35s ease;
}
.cart-drawer.active {
    right: 0vw;
}
.widget_shopping_cart_content ul {
   padding-left: 0;
   padding-right: 0;
}
.widget_shopping_cart_content li {
   position: relative;
   padding-left: 0;
   padding-right: 0;
   margin-left: 0;
   margin-right: 0;
   margin-bottom: 20px;
   min-height: 115px;
}
.woocommerce-mini-cart__empty-message {
  margin-top: 130px;
  margin-bottom: 30px;
}
.widget_shopping_cart_content h4 {
  margin-top: 130px;
  margin-bottom: 30px;
  border-bottom: solid 1px var(--black);
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
}
.widget_shopping_cart_content h3 {
  margin-bottom: 10px;
  font-size: 1.375em;
}
.widget_shopping_cart_content .mini_cart_item {
    padding: 0 !important;
}
.widget_shopping_cart_content .mini_cart_item a.thumb {
  float: left;
  /* margin-right: 10px; */
}
.widget_shopping_cart_content .ttl {
  display: block;
  float: left;
  width: 65%;
  line-height: 1.1;
}
.widget_shopping_cart_content .ttl span {
  position: relative;
  display: block;
  font-size: 0.8em;
  line-height: 1.5;
  margin-bottom: 0px;
}
.widget_shopping_cart_content span.quantity {

  width: auto;
  font-size: 1em;
  line-height: 1.1;
  text-align: left;
  white-space: nowrap;
  font-weight: 700;
}
.widget_shopping_cart_content p.total {
  margin: 30px 0;
  padding: 20px 0 10px 18px !important;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
}
.widget_shopping_cart_content .woocommerce-Price-amount {
  float:none;
}
.widget_shopping_cart_content p.buttons {
  text-align: center;
}
.widget_shopping_cart_content p.shipping {
  text-align: center;
  font-size: 0.8em;
}
.widget_shopping_cart_content a.close-mini-cart {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.2em;
}
.widget_shopping_cart_content ul.cart_list li.mini_cart_item img {
    float: left;
    margin-left: 4px;
    margin-right: 20px;
    width: 115px;
    height: auto;
    box-shadow: none;
}


.woocommerce a.checkout-back {
    float: left;
    background: var(--black);
    border-color: var(--black);
}
.woocommerce a.checkout-back:hover {
    color: var(--black);
    border-color: var(--black);
}

.woocommerce a.added_to_cart {
    padding-top: 0;
    display: inline-block;
    margin-left: 10px;
    line-height: 40px;
}
.woocommerce form .form-row label {
    line-height: 1.5;
}
.woocommerce-terms-and-conditions-wrapper {
    padding-bottom: 10px;
}
.mailchimp-newsletter {
    margin-bottom: 20px !important;
}



.widget_shopping_cart_content p.remove a {
    position: absolute;
    bottom: 0;
    left: 139px;
    float: none;
    display: block;
    font-size: 1em;
    height: 1em;
    width: auto;
    text-align: left;
    line-height: 1;
    border-radius: 0;
    color: #AF855B !important;
    text-decoration: underline;
    font-weight: 400 !important;
    border: 0;
    letter-spacing: 0.05em
}
.widget_shopping_cart_content a.close-cart-x { 
    cursor: pointer;
    position:  absolute;
    top:  20px;
    right:  20px;
    font-size: 2.5em;
    height: 2.5em;
    width: auto;
    font-family: 'Montserrat', sans-serif;
}
.widget_shopping_cart_content p.keep-shopping {
    padding: 0 !important;
}
.widget_shopping_cart_content p.keep-shopping a.close-cart {
    float: none;
    display: inline-block;
    /* font-size: 1em; */
    color: #AF855B !important;
    text-decoration: underline;
    font-weight: 400 !important;
    font-size: 1em;
    height: 1em;
    width: 100%;
    max-width: 280px;
    text-align: center;
    letter-spacing: 0.05em
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 1px solid #d3ced2;
}

#customer_details {
    display: flex;
    flex-direction: row;
}

#customer_details .col-1 {
    width: 56%;
    margin-right: 4%;
}
#customer_details .col-2 {
    width: 40%;
    padding: 70px 20px;
    background: #FAFAFA;
}
.woocommerce #payment #place_order, .woocommerce-account #payment #place_order {
    float: left;
    margin-left: 10px;
}
.woocommerce-checkout h3 {
    font-size: 1.425em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1C2A2A;
    text-transform: uppercase;
}
p.create-account,
#ship-to-different-address {
    padding: 20px 0;
    font-weight: 700;    
    height: 70px;
}

#shipping_method li:after,
#ship-to-different-address p:after {
    content: "";
    display: table;
    clear: both;
}

#shipping_method input,
#ship-to-different-address input {
    float: left;
    margin-right: 10px;
}
#shipping_method label,
#ship-to-different-address span {
    float: left;
    display: inline-block;
    width: calc(100% - 30px);

}

.woocommerce-additional-fields {
    padding-top:  30px;
}


#order_review .widget_shopping_cart_content {
    position: relative;
    right: auto;
    top: auto;
    background: transparent;
    overflow-y: auto;
    padding: 0;
     -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0);
}
#order_review .widget_shopping_cart_content a.close-cart,
#order_review .widget_shopping_cart_content h4,
#order_review .widget_shopping_cart_content p.remove,
#order_review .widget_shopping_cart_content .woocommerce-mini-cart__buttons  {
    display: none;
}
h3#order_review_heading {
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
}


#order_review .woocommerce-checkout-review-order-table {
    border-width: 0;
}

#order_review .woocommerce-checkout-review-order-table td,
#order_review .woocommerce-checkout-review-order-table th {
    padding: 10px 0;
    border-width: 1px 0;
}

#order_review .woocommerce-checkout-review-order-table td.product-name {
    padding-bottom: 25px;
}
#order_review .woocommerce-checkout-review-order-table a.thumb {
  float: left;
}
#order_review .woocommerce-checkout-review-order-table a.thumb img {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    width: 115px;
    height: auto;
    box-shadow: none;
}
#order_review .woocommerce-checkout-review-order-table .ttl {
  display: block;
  float: left;
  width: 65%;
  line-height: 1.1;
}
#order_review .woocommerce-checkout-review-order-table .ttl span {
  position: relative;
  display: block;
  font-size: 0.8em;
  line-height: 1.5;
  margin-bottom: 0px;
}
#order_review .woocommerce-checkout-review-order-table span.quantity {

  width: auto;
  font-size: 1em;
  line-height: 1.1;
  text-align: left;
  white-space: nowrap;
  font-weight: 700;
}
#order_review .woocommerce-checkout-review-order-table p.total {
  margin: 30px 0;
  padding: 20px 0 10px 18px !important;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
}
#order_review .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  float:none;
}

#order_review .woocommerce-checkout-review-order-table h3 {
  margin-bottom: 10px;
  font-size: 1.375em;
    font-family: 'Lora', serif;
    font-weight: 400;
text-transform: none;
line-height: 1.1;
}

#order_review .cart-subtotal td,
#order_review .cart-subtotal th,
#order_review .order-total td,
#order_review .order-total th {
    font-size: 1em;
}
#order_review .order-total .includes_tax {
    display: none;
}

ul#shipping_method {
    border-top: solid 1px rgba(0,0,0,.1);
}
ul#shipping_method li {
    border-bottom: solid 1px rgba(0,0,0,.1);
    padding: 10px 0;
}
p#order_comments_field {
    margin-bottom:  30px !important;
}
p#order_comments_field label {
    margin-bottom: 10px !important;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 0 10px;
    margin-bottom: 30px;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0 0 10px;
}

.woocommerce-checkout .shipping_address {
    margin-bottom: 30px;
}

.variations td.label {
    display:  none;
}
.variations td.value select {
    font-family: 'Montserrat', sans-serif;
    border: solid 1px var(--black);
    display: block;
    width: 245px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    background: var(--white);
    border-radius: 0;
    padding: 0 10px;
    color: var(--black);
    font-size: 0.94em;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-bottom:  10px;
}
.woocommerce-variation.single_variation {
    padding:  5px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 700;

}
.variations td.value a.reset_variations {
    display:  none !important;
}

#coderockz_woo_delivery_setting_wrapper {
    padding:  0 0 25px;
}
/*#coderockz_woo_delivery_delivery_selection_field label {
    font-size: 1.425em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1C2A2A;
    text-transform: uppercase;
}*/

#tb_deliveryselect {
    padding:  0 0 25px;
}








.wp-block-cover.sign-up.active .wp-block-cover__inner-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.wp-block-cover.sign-up.active h2,
.wp-block-cover.sign-up.active p {
    display: none;
}


.mc4wp-form  {
    width: 260px;
    height: 0;
    overflow: hidden;
    transition: height 0.25s ease;
}

.sign-up a.wp-block-button__link.active {
    height: 0;
    overflow: hidden;
    border:none;
    transition: height 0.25s ease;
}
.mc4wp-form.active  {
    height: 215px;
}
.mc4wp-form input,
.mc4wp-form input[type="submit"] {
 margin: 0 0 10px;
}

