/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0
Description: Divi Child Theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/


/*  Colours
    Purple 				= #614B79
    Blue 					= #009CDE
    Pink					=	#D25B73
    Light Grey    = #F3F3EF
    Dark Grey     = #2e3b42
*/


/*	Fonts
		font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
		font-style: normal;
		font-weight: 400;
		font-weight: 700;
		
		font-family: "Sentinel A", "Sentinel B";
		font-style: normal;
		font-weight: 400;
		font-weight: 700;
*/



/* =Theme customisation starts here
------------------------------------------------------- */


/*------------------------------------------------*/
/*-------------- html5 Reset ---------------------*/
/*------------------------------------------------*/

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1.5;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

*,
*:before,
*:after {
  box-sizing: border-box;
}


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

html {
  font-size: 100%;
}
body {
	font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	-webkit-font-feature-settings: "liga" 1, "tnum" 1;
	font-feature-settings: "liga" 1, "tnum" 1;
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 1em;
  padding: 0;
  color: #009CDE;
  letter-spacing: -0.5px;
	font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
}
h2 {
  font-size: 1.5em;
  line-height: 1.17;
  margin-bottom: 1.17em;
  margin-top: 1.17em;
  padding: 0;
  color: #009CDE;
	font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
}
h3 {
  font-size: 1.2em;
  line-height: 1.46;
  margin-bottom: 1.46em;
  margin-top: 1.46em;
  padding: 0;
}
h4 {
  font-size: 1em;
  line-height: 1.75;
  margin-bottom: 1.75em;
  margin-top: 1.75em;
  padding: 0;
}
p,
blockquote {
  font-size: 1em;
  margin-top: 1.75em;
  line-height: 1.75;
  padding: 0;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
/*
p + p {
	text-indent: 1.5em;
	margin-top: 0;
}
*/
dl,
ol,
ul {
  font-size: 1em;
/*     margin: 0 0 1.5em; */
  padding: 0;
}
dd,
dt,
li {
  line-height: 1.75;
  margin: 0;
}


@media only screen and ( max-width: 768px ) {
	body {
		font-size: 14px;
	}
}

@media only screen and ( max-width: 479px ) {
	h1 {
		font-size: 2em;
	}
	#footer-widgets .footer-widget:last-child {
		margin-bottom: 0 !important;
	}
	.footer-widget:last-of-type #media_image-2 {
		margin: 60px auto 0 auto;
		float: none;
	}
	.footer-widget:last-of-type #custom_html-2 {
		float: none;
	}
}


/* Lists 
  ------------------------------------------------*/

ul,
.et_pb_text ul {
  margin-left: 2.5em;
  padding: 0;
}

ol,
.et_pb_text ol {
  margin-left: 2.2em;
  padding: 0;
  list-style-position: outside;
}

ol > li,
.et_pb_text ol > li {
  padding-left: 0.3em;
}

ul ul, ol ol, ol ul, ul ol {
  padding: 0;
  margin-left: 1.5em;
}

ol.roman {
  list-style-type: lower-roman;
}

ol.alpha {
  list-style-type: lower-alpha;
}

.entry-content ul ul,
.entry-content ol ul,
ul.dashed {
  list-style-type: none;
  margin-left: 1.5em;
}

.entry-content ul ul > li,
ul.dashed > li {
  text-indent: -1.5em;
}

.entry-content ol ul > li {
  text-indent: -1.2em;
}

.entry-content ul ul > li:before,
.entry-content ol ul > li:before,
ul.dashed > li:before {
  content: "\2013\a0";
  text-indent: -2em;
  padding-right: 0.5em;
}


/* Buttons 
  ------------------------------------------------*/

.woocommerce a.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce button.button.alt.disabled, 
.woocommerce-page button.button.alt, 
.woocommerce-page button.button.alt.disabled, 
.woocommerce input.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page #content input.button.alt, 
.woocommerce a.button, 
.woocommerce-page a.button, 
.woocommerce button.button, 
.woocommerce-page button.button, 
.woocommerce input.button, 
.woocommerce-page input.button, 
.woocommerce #respond input#submit, 
.woocommerce-page #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page #content input.button {
	font-size: 16px;
	padding: 0.6em 1em;
}

.woocommerce .wc-proceed-to-checkout a.button,
.woocommerce-page .wc-proceed-to-checkout a.button,
.woocommerce .wc-proceed-to-checkout a.button.alt,
.woocommerce-page .wc-proceed-to-checkout a.button.alt,
.woocommerce .place-order .button.button,
.woocommerce-page .place-order .button.button,
.woocommerce .place-order .button.button.alt,
.woocommerce-page .place-order .button.button.alt {
	background: #009CDE;
	color: #fff;
	border-color: #009CDE;
}

.woocommerce .wc-proceed-to-checkout a.button:hover,
.woocommerce-page .wc-proceed-to-checkout a.button:hover,
.woocommerce .wc-proceed-to-checkout a.button.alt:hover,
.woocommerce-page .wc-proceed-to-checkout a.button.alt:hover,
.woocommerce .place-order .button.button:hover,
.woocommerce-page .place-order .button.button:hover,
.woocommerce .place-order .button.button.alt:hover,
.woocommerce-page .place-order .button.button.alt:hover,
.woocommerce .coupon button.button:hover, 
.woocommerce-page .coupon button.button:hover,
.woocommerce a.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page button.button.alt.disabled:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page #content input.button.alt:hover, 
.woocommerce a.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page #content input.button:hover {
	padding: 0.6em 2em 0.6em 1em;
}

.woocommerce .wc-proceed-to-checkout a.button:after,
.woocommerce-page .wc-proceed-to-checkout a.button:after,
.woocommerce .wc-proceed-to-checkout a.button.alt:after,
.woocommerce-page .wc-proceed-to-checkout a.button.alt:after,
.woocommerce .place-order .button.button:after,
.woocommerce-page .place-order .button.button:after,
.woocommerce .place-order .button.button.alt:after,
.woocommerce-page .place-order .button.button.alt:after {
	font-size: 26px;
}

.woocommerce a.button.alt:after, 
.woocommerce-page a.button.alt:after, 
.woocommerce button.button.alt:after, 
.woocommerce-page button.button.alt:after, 
.woocommerce input.button.alt:after, 
.woocommerce-page input.button.alt:after, 
.woocommerce #respond input#submit.alt:after, 
.woocommerce-page #respond input#submit.alt:after, 
.woocommerce #content input.button.alt:after, 
.woocommerce-page #content input.button.alt:after, 
.woocommerce a.button:after, 
.woocommerce-page a.button:after, 
.woocommerce button.button:after, 
.woocommerce-page button.button:after, 
.woocommerce input.button:after, 
.woocommerce-page input.button:after, 
.woocommerce #respond input#submit:after, 
.woocommerce-page #respond input#submit:after, 
.woocommerce #content input.button:after, 
.woocommerce-page #content input.button:after, 
.woocommerce a.button:before, 
.woocommerce-page a.button:before, 
.woocommerce button.button:before, 
.woocommerce-page button.button:before, 
.woocommerce input.button:before, 
.woocommerce-page input.button:before, 
.woocommerce #respond input#submit:before, 
.woocommerce-page #respond input#submit:before, 
.woocommerce #content input.button:before, 
.woocommerce-page #content input.button:before {
	font-size: 26px;
}


/*------------------------------------------------*/
/*------------------ Layouts ---------------------*/
/*------------------------------------------------*/


/* Common 
  ------------------------------------------------*/

#main-header #logo {
	margin-bottom: 10px;
}

#main-header.et-fixed-header #logo {
	content: url(https://woodenwonders.k6gaxjev-liquidwebsites.com/wp-content/uploads/ww_logotype_header.svg);
/*   height: 35%; */
width: 223px;
  margin-bottom: 0;
}

#top-menu .menu-item-has-children > a:first-child:after, 
#et-secondary-nav .menu-item-has-children > a:first-child:after {
	display: none;
}

#top-menu .menu-item-has-children > a:first-child, 
#et-secondary-nav .menu-item-has-children > a:first-child {
	padding-right: 0;
}

.wonder-gradient {
	background: #009cde;
	background: linear-gradient(210deg, rgba(235,143,186,1) 0%, rgba(0,156,222,1) 100%);
}

.oneCol {
	max-width: 560px;
	margin: 0 auto;
}


.home .et_pb_fullwidth_header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
    width: 100%;
    content: " ";
    display: block;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0.08) 45%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0.08) 45%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0.08) 45%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0.08) 45%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0.7) 100%);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}



#mobile_menu {
  margin-left: 0 !important;
}

.et_mobile_menu {
  background: #f3f3f3;
}


@media only screen and ( max-width: 768px ) {
	.woocommerce-message {
		font-size: 14px !important;
	}
	.woocommerce-message a {
		width: 100%;
		margin-bottom: 20px !important;
	}
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
    justify-content: flex-end;
  }
  .et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom {
    margin-bottom: 20px;
  }
}

/* Help page 
  ------------------------------------------------*/

.faq h3 {
	border-top: 1px solid #D25B73;
  padding-top: 30px;
}


/* Contact page 
  ------------------------------------------------*/

p.et_pb_contact_field {
	margin-top: 0;
}

.contact-details h3 {
	margin-top: 0;
}
    
    

/* Feature panel 
  ------------------------------------------------*/

.features h4 {
	margin-bottom: 0;
}

.features p {
	margin-top: 0;
}



/* Order received page 
  ------------------------------------------------*/

#left-area .woocommerce ul.order_details {
	padding-left: 0;
}

.woocommerce ul.woocommerce-thankyou-order-details.order_details li {
	margin-top: 40px;
}

#left-area .woocommerce ul.order_details.bacs_details {
	margin-bottom: 0;
}

.woocommerce .woocommerce-bacs-bank-details {
	background: #2e3b42;
	padding: 20px;
	color: #fff;
	margin: 20px 0 60px 0;
}

.woocommerce .woocommerce-bacs-bank-details h3 {
	color: #fff;
}



/* My account 
  ------------------------------------------------*/

.woocommerce-account h1 {
	margin-bottom: 60px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-top: 1.75em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin-left: 0;
}

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

.woocommerce .col2-set .col-2.woocommerce-Address, 
.woocommerce-page .col2-set .col-2.woocommerce-Address {
	margin-top: 20px;
}

.woocommerce-MyAccount-content form {
	background: #f3f3ef;
	padding: 20px;
}

.woocommerce-EditAccountForm span em {
	font-size: 12px;
	line-height: 1.2em;
	display: block;
	margin-top: 10px;
}

.woocommerce-EditAccountForm fieldset {
	margin-top: 40px;
}


/* Footer 
  ------------------------------------------------*/

.footer-widget {
	font-size: 12px;
}

.footer-widget .menu {
	margin-left: 0;
	font-size: 12px;
}

#footer-widgets .footer-widget a, 
#footer-widgets .footer-widget li a, 
#footer-widgets .footer-widget li a:hover {
	color: #333;
	margin-bottom: 0;
}

#footer-widgets .footer-widget li a:hover {
	opacity: 80%;
		
}

#footer-widgets .footer-widget li:before {
	display: none;
}

#footer-widgets .footer-widget li {
	padding-left: 0;
}

.footer-widget .mc4wp-form button {
	font-size: 14px;
	margin-left: 0;
}

.footer-widget .mc4wp-form input {
	background: #fff;
}

.footer-widget h4 {
	margin-top: 0;
}

.footer-widget:last-of-type #custom_html-2 {
	max-width: 250px;
}

.footer-widget:last-of-type #custom_html-2 p {
	margin-top: 10px;
}

.footer-widget:last-of-type #custom_html-2 .et_pb_button:after {
	font-size: 22px;
}

.footer-widget:last-of-type #media_image-2 {
	max-width: 160px !important;
}


@media only screen and ( min-width: 981px ) {
	.footer-widget:last-of-type #media_image-2 {
		float: right;
	}
	.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 0;
	}
}

@media only screen and ( max-width: 980px ) {
  .footer-widget:last-of-type #media_image-2 {
    clear: both;
  }
}



/* -------------------------------------------------------
  WOOCOMMERCE
------------------------------------------------------- */


/* Quantity input
------------------------------------------------------- */

.woocommerce #content .quantity, 
.woocommerce .quantity, 
.woocommerce-page #content .quantity, 
.woocommerce-page .quantity {
    float: left;
    width: auto;
}

.woocommerce .quantity .qty, 
.woocommerce-page .quantity input.qty {
  width: 2.5em;
  font-size: 18px;
  background-color: #bbb !important;
}

/*
.woocommerce #content .quantity input.qty, 
.woocommerce .quantity input.qty, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-page #content .quantity input.qty, 
.woocommerce-page .quantity input.qty {
  height: 40px !important;
}
*/


/* Variations
------------------------------------------------------- */

.reset_variations {
  display: none !important;
}

table.variations {
  margin-bottom: 10px;
}

table.variations,
table.variations tr td.value select {
  width: 100%;
}

table.variations tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.variations tr,
table.variations tr td.label,
.woocommerce div.product form.cart .variations td.label {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

table.variations tr td.value {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce form.cart .variations td select {
  padding: 4px 8px;
  border: 1px solid #bbb !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666!important;
  background-color: #ececec;
	font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
}


/* Shop products Grid Format
------------------------------------------------------- */

.woocommerce .woocommerce-breadcrumb {
	font-size: 12px;
	margin-bottom: 4em;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
  border-bottom: 3px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 3.992em;
}

.woocommerce-variation-add-to-cart:after { 
  visibility: hidden; 
  display: block; 
  font-size: 0; 
  content: " "; 
  clear: both; 
  height: 0; 
}


.woocommerce-variation.single_variation {
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 6px;
}

/*
.woocommerce ul.products li.product.product-type-simple .price {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 6px 0;
  margin-bottom: 12px !important;
  margin-top: 48px !important;
}
*/
  
a.added_to_cart.wc-forward {
  display:none;
}

/* .woocommerce-loop-product__title {
  height: 50px;
} */

.woocommerce ul.products li.product .price, 
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price, 
.woocommerce-page ul.products li.product .price del {
  color: #999999 !important;
  font-weight: 500;
}

p.out-of-stock {
  height: 114px;
}

mark.count {
  display: none;
}

.et_overlay {
  background: rgba(119, 164, 189, 0.5);
}
    

/* Shop products List Format
------------------------------------------------------- */

@media only screen and ( max-width: 767px ) {
  .woocommerce-page ul.products li.product:nth-child(n),
  .woocommerce ul.products li.product:nth-child(n) {
    width: 100% !important;
  }
  .et_shop_image {
    width: 30%;
    float: left;
    margin-right: 20px;
  }
  .featured-products .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .featured-products .woocommerce ul.products li.product .price,
  .featured-products .woocommerce ul.products li.product form.cart {
    float: right;
    width: 60%;
  }
  .woocommerce ul.products li.product .price {
    margin-top: 0 !important;
  }
  p.out-of-stock {
    height: auto;
  }
  table.variations tr td.label {
    font-size: 12px;
    padding-right: 10px !important;
  }
  p.woocommerce-result-count {
    font-size: 12px;
  }
}
@media only screen and ( max-width: 340px ) {
  .featured-products .woocommerce ul.products li.product .woocommerce-loop-product__title, 
  .featured-products .woocommerce ul.products li.product .price, 
  .featured-products .woocommerce ul.products li.product form.cart {
    width: 65%;
  }
}


/* Specials
------------------------------------------------------- */

.woocommerce ul.products li.product .onsale, 
.woocommerce-page ul.products li.product .onsale {
  left: 0 !important;
}

.woocommerce span.onsale, 
.woocommerce-page span.onsale {
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 25px !important;
  letter-spacing: 0.1em;
  background: none !important;
  padding: 6px 12px !important;
}

.woocommerce-page span.onsale {
  left: 0px !important;
}

.woocommerce span.onsale:before, 
.woocommerce-page span.onsale:before,
.woocommerce span.onsale:after, 
.woocommerce-page span.onsale:after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	right: -8px;
	border: 18px solid #e03c31;
	top: 0;
	z-index: -99;
}

.woocommerce span.onsale:before, 
.woocommerce-page span.onsale:before {
  border-bottom-color: transparent !important;
  transform: rotate(-90deg);
  width: 0;
  height: 10px;
  top: -5px;
}

.woocommerce span.onsale:after {
  left: 0;
}

.price ins .woocommerce-Price-amount {
  color: #e03c31 !important;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del {
  display: none;
}

@media only screen and ( max-width: 340px ) {
  .woocommerce span.onsale:before, 
  .woocommerce-page span.onsale:before,
  .woocommerce span.onsale:after, 
  .woocommerce-page span.onsale:after {
    border: 12px solid #e60000;
  }
  .woocommerce span.onsale, .woocommerce-page span.onsale {
    padding: 6px 8px !important;
    line-height: 13px !important;
    font-size: 11px;
  }
}



/* Single Product page
------------------------------------------------------- */

.entry-summary .entry-title {
  padding-bottom: 0 !important;
  font-size: 2.25em;
  line-height: 1.3333333333333333;
  margin-bottom: 0.6666666666666666em;
}

.woocommerce div.product form.cart .variations td {
  padding: .857em .587em !important;
}

.product .related h2 {
  font-size: 1em !important;
}

.related.products {
  border-top: 3px solid #ccc;
  padding-top: 20px;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, 
body.woocommerce div.product .woocommerce-tabs ul.tabs {
  background: #fff;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li, 
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: rgba(211, 222, 212, 0.5);
}

body.woocommerce #content-area div.product .woocommerce-tabs .panel, 
body.woocommerce div.product .woocommerce-tabs .panel {
  background: #f3f3ef;
}

.woocommerce #review_form #respond textarea {
	background: #fff;
}

.comment-form .stars {
	margin-top: 20px !important;
}



/* Cart
------------------------------------------------------- */

.woocommerce-cart table.cart td.actions .coupon .input-text {
  font-size: 14px !important;
}

.woocommerce table.shop_table td small {
  font-size: 11px;
}

.woocommerce table.shop_table {
  background: #f3f3ef;
}

.woocommerce table.shop_table .product-thumbnail {
  display: none;
}

/*
.woocommerce ul#shipping_method li label,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  font-size: 12px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
*/

.woocommerce-shipping-destination {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
  width: 68%;
}

.woocommerce-message a.button.wc-forward {
  background: #fff;
}


@media only screen and ( max-width: 478px ) {
  .woocommerce-cart .quantity {
    float: right !important;
  }
  .woocommerce-cart #content-area table td {
    overflow: auto;
  }
}



/* Checkout
------------------------------------------------------- */

.woocommerce-form-login-toggle .woocommerce-info {
  background: #2e3b42 !important;
  margin-top: 40px;
}

.woocommerce-checkout .create-account {
  background: #2e3b42;
  color: #fff;
  padding: 10px !important;
  margin: 10px 0 30px !important;
  font-weight: 600;
}

.woocommerce form .form-row label {
	font-size: 12px;
}

.wc_payment_methods li label {
  font-weight: 600;
  font-size: 18px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  background: #f3f3f3;
  padding: 20px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin-bottom: 40px;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .shipping,
.woocommerce-checkout-review-order-table .tax-rate {
	background: #f3f3f3;
}

.woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout-review-order-table .order-total th {
	background: #333;
	color: #fff;
}

.woocommerce table.shop_table tfoot td .woocommerce-shipping-methods {
	font-weight: 400;
}

/*
table.woocommerce-checkout-review-order-table:after,
form.checkout .order-total .woocommerce-Price-amount:after {
	content: " (including GST)";
	font-size: 12px;
	font-weight: 400;
}
*/

#payment {
	margin-top: 60px;
}

#payment:before {
	content: "All prices are in New Zealand Dollars and include GST";
	top: -40px;
  position: relative;
  font-size: 14px;
}

.payment_box p {
	margin-top: 0;
}

.woocommerce-privacy-policy-text {
	font-size: 12px;
	margin-bottom: 40px;
}

.checkout .mailchimp-newsletter {
	padding: 10px !important;
  background: #ffb81c;
  margin-top: 20px !important;
}



/* Account
------------------------------------------------------- */

.woocommerce-customer-logout .woocommerce-message {
  background: #e03c31 !important;
  text-align: center;
  font-weight: 600;
}

@media only screen and ( max-width: 768px ) {
  .woocommerce-customer-logout #sidebar {
    display: none;
  }
}




/* Sidebar
------------------------------------------------------- */

#sidebar .et_pb_widget {
  background: #f3f3ef;
  padding: 10px;
}

#sidebar #text-3 {
  background: none;
  padding: 0;
}

#sidebar .et_pb_widget p {
  font-size: 12px;
}

.et_right_sidebar #sidebar {
  padding-left: 20px !important;
}

.et_pb_widget_area_left {
  border-right: none !important;
}

.woocommerce-specials #sidebar .et_pb_widget_area_left {
  padding-right: 0;
}

.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

.woocommerce ul.cart_list li dl dt, 
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd, 
.woocommerce ul.product_list_widget li dl dd {
	margin-bottom: 0;
	padding: 0;
}

.woocommerce ul.cart_list li dl dd p, 
.woocommerce ul.product_list_widget li dl dd p {
	margin-top: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a, 
.woocommerce.widget_shopping_cart .cart_list li a {
  font-weight: 400 !important; 
}

.widget_shopping_cart a.checkout {
  display: none;
}

.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
  border-top: 3px solid #ccc;
  position: relative;
}

.widget_shopping_cart .total .woocommerce-Price-amount {
  position: absolute;
  right: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 5px;
  left: inherit;
  right: 0;
}

.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
  padding-right: 2em;
  padding-left: 0;
}

.woocommerce a.remove {
  color: #ccc !important;
}

.woocommerce a.remove:hover {
  background: #e03c31 !important;
}

.et_pb_contact.subscribe input[type=email] {
  background: #ffffff;
}

#sidebar .widget-first {
  background: none;
  padding: 0;
  text-align: center;
}

#sidebar .widget-last p {
    font-size: 10px;
}

#sidebar img.cardIcon {
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block;
    max-width: 50px;
}

@media only screen and ( max-width: 980px ) {
  #sidebar .et_pb_widget {
    max-width: 360px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and ( max-width: 768px ) {
  .woocommerce-cart #sidebar .widget-first,
  .woocommerce-checkout #sidebar .widget-first {
    display: none;
  }
}
@media only screen and ( max-width: 478px ) {
  .et_right_sidebar #sidebar {
    padding-left: 0 !important;
  }
}

