/*
Theme Name: Sundo
Theme URI: https://
Description: Thema voor de website Sundo.
Version: 0.1
Author: Bonsai media
Author URI: https://www.bonsaimedia.nl/
*/



/* Reset */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



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





/* Variables */

:root {
	--main-yellow: #f9b931;
}





/* Global styles */

body {
	background: #fefcf5;
	color: #312907;
	font: normal 500 18px/32px "Montserrat", sans-serif;
}



h1, h2, h3, h4 {
	color: #312907;
}

h1 { margin-bottom: 20px; font-size: 40px; line-height: 44px; }
h2 { margin-bottom: 15px; font-size: 30px; line-height: 36px; }
h3 { margin-bottom: 10px; font-size: 22px; line-height: 28px; }
h4 { margin-bottom: 5px; font-size: 20px; line-height: 26px; }

h1:only-child, h2:only-child, h3:only-child, h4:only-child {
	margin-bottom: 0;
}

h1 span, h1 svg {
	color: var(--main-yellow);
}

.text-center h1 svg {
	margin-bottom: 10px;
	font-size: 48px;
}



a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}



strong {
	font-weight: 700;
}



img {
	max-width: 100%;
	height: auto;
}



hr {
	height: 1px;
	margin: 0 0 20px;
	background: #909aae;
	border: 0;
}



/* --- Input */

::placeholder {
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
}

::-ms-input-placeholder {
	color: #000;
}



form {}

form p {}
form p:not(:last-child) {
	margin-bottom: 0;
}

form label, form legend {
	font: 700 16px "commuters-sans", sans-serif;
}

form legend {
	margin-bottom: 10px;
}


input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], input[type=datepicker], input[type=submit], textarea, select, button {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #fff;
	color: #000;
	font: 16px/28px "Source Sans 3", sans-serif;
	text-align: left;
	border: 1px solid #909aae;
	border-radius: 8px;
	transition: all 0.2s;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=datepicker]:focus, textarea:focus, select:focus, button:focus {
	border-color: #25365f;
}


textarea {
	height: 100px;
}


select {
	background: #fff url(img/chevron-down.svg) right 15px center/16px 9px no-repeat;
}


input[type=submit], button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 11px 33px;
	background: var(--main-yellow);
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	border: 0;
	transition: all 0.2s;
}
input[type=submit]:hover, button:hover {
	background: #e56100;
	cursor: pointer;
}





/* Global classes */

.left { float: left; }
.right { float: right; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }



.position-relative {
	position: relative;
}

.align-items-flex-start {
	align-items: flex-start;
}

.align-items-flex-end {
	align-items: flex-end;
}



.fluid {
	width: 100%;
	float: left;
}

.container {
	max-width: 1372px;
	margin: 0 auto;
	padding: 0 20px;
}



/* --- Text */

span.intro {
	color: #25365f;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}



/* --- Buttons */

a.button {
	position: relative;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 11px 15px;
	background: var(--main-yellow);
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	border-radius: 27px;
	cursor: pointer;
	transition: all 0.2s;
}
a.button:only-child, a.button:only-of-type {
	margin: 0;
}
a.button:hover {
	background: #e56100;
}


.text-center a.button {
	margin: 0 10px 20px;
}


a.button.yellow {
	background: var(--main-yellow);
	color: #fff;
}
a.button.yellow:hover {
	background: #e56100;
}



/* --- Slider */

.flickity-button {
	background: transparent!important;
	z-index: 2;
}
.flickity-button:disabled {
	opacity: 0!important;
}

.flickity-prev-next-button {
	top: 50%!important;
	width: 60px!important;
	height: 60px!important;
	margin-top: -30px;
	padding: 0!important;
	border-radius: 8px!important;
	box-shadow: 0 0 20px 0 rgba(10, 22, 52, 0.15);
	transform: none!important;
}

.flickity-prev-next-button.previous {
	left: -20px!important;
	background: #fff url(img/arrow-left.svg) center/24px 18px no-repeat!important;
}
.flickity-prev-next-button.previous:hover {
	background-color: #c7ccd7!important;
}

.flickity-prev-next-button.next {
	right: -20px!important;
	background: #fff url(img/arrow-right.svg) center/24px 18px no-repeat!important;
}
.flickity-prev-next-button.next:hover {
	background-color: #c7ccd7!important;
}


.flickity-prev-next-button .flickity-button-icon {
	display: none;
}


.flickity-viewport {
	overflow: visible!important;
}



/* --- Block */

.block {
	float: left;
	width: 100%;
	padding: 25px 30px 30px;
	background: #fff;
	border-radius: 8px;
}



/* --- Cover */

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}



/* --- Video */

.video-container {
	position: relative;
	height: 0;
	margin-bottom: 20px;
	margin-bottom: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	background: #000;
	border-radius: 16px;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --- Accordion */

.accordion {
	float: left;
	width: 100%;
	margin: 0!important;
}

.accordion > li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding: 0 20px;
	background: #c7ccd7;
	border-radius: 8px;
	list-style: none!important;
}

.accordion > li.open {
	background: #fff;
}

.accordion > li .accordion-control {
	position: relative;
	padding: 24px 70px 24px 0;
	cursor: pointer;
}
.accordion > li .accordion-control:before {
	position: absolute;
	top: 10px;
	right: -10px;
	width: 50px;
	height: 50px;
	background: #25365f url(img/arrow-down.svg) center/16px 22px no-repeat;
	border-radius: 4px;
	transition: background 0.2s;
	content: " ";
}
.accordion > li .accordion-control:hover:before {
	background-color: var(--main-orange);
}

.accordion > li.open .accordion-control:before {
	transform: rotate(180deg);
}

.accordion > li .accordion-control h3 {
	margin-bottom: 0;
	color: #091634;
	font-size: 16px;
	line-height: 22px;
}

.accordion > li .accordion-panel {
	display: none;
	padding: 0 0 20px;
}



/* --- Price */

span.price {
	color: var(--main-yellow);
}

span.price, span.price-from {}



/* --- Product */

.product {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding: 10px 15px 20px;
	background: #fff;
	font-size: 15px;
	line-height: 20px;
	border: 1px solid #dddddb;
	border-radius: 20px;
	overflow: hidden;
	transition: box-shadow 0.2s;
}
.product:hover {}


.product .image {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.product .image img {
	/* float: left; */
	vertical-align: middle;
}


.product .content {
	float: left;
	width: 100%;
}

.product .content h3 {
	margin-bottom: 5px;
	color: #312907;
	font-size: 18px;
	line-height: 22px;
	transition: color 0.2s;
}

.product .content p:not(:last-child) {
	margin-bottom: 15px;
}

.product .content .button {
	width: 100%;
}





/* Header */

#header {
	position: fixed;
	top: 28px;
	left: 0;
	width: 100%;
	z-index: 3;
}

#header .container {
	height: 80px;
	background: #fff;
	border-radius: 40px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

#header .row {
	height: 80px;
}



#header #logo {
	float: left;
	display: block;
	transition: transform 0.2s;
}
#header #logo:hover {
	transform: scale(1.05);
}

#header #logo img {
	float: left;
}



#header #quicklinks {}

#header #quicklinks a {
	position: relative;
	float: right;
	display: block;
	width: 54px;
	height: 54px;
	margin-left: 10px;
	background: var(--main-yellow);
	color: #312907;
	font-weight: 700;
	font-size: 24px;
	line-height: 54px;
	text-align: center;
	border-radius: 27px;
	transition: all 0.3s;
}
#header #quicklinks a:hover {
	background: #312907;
	color: #fff;
}



/* --- Nav */

#nav {}

#nav ul {}

#nav ul li {
	display: inline-block;
	margin: 0 17px;
	font-weight: 500;
}

#nav ul li a {
	display: inline-block;
	line-height: 80px;
	transition: all 0.2s;
}
#nav ul li a:hover {
	color: var(--main-yellow);
}

#nav ul li.current-menu-item a, #nav ul li.current-menu-ancestor a {}



#spacer {
	height: 136px;
}










/* Content */

#content {
	float: left;
	width: 100%;
	padding: 100px 0;
}

#content.has-pagebuilder {
	padding: 25px 0;
}

#content p {}
#content p:not(:last-child) {
	margin-bottom: 15px;
}

#content p a:not(.button) {
	color: var(--main-orange);
	text-decoration: underline;
}
#content p a:not(.button):hover {
	text-decoration: none;
}


#content ul:not(.accordion):not(.faq-filter):not(.products):not(.woocommerce-error):not(.variable-items-wrapper) {
	margin: 0 0 20px 0;
	list-style: none;
}

#content ul:not(.accordion):not(.faq-filter):not(.products):not(.woocommerce-error):not(.variable-items-wrapper) li {
	padding: 4px 0 4px 30px;
	background: url(img/li-check.svg) left 8px/20px no-repeat;
}


#content ol {
	margin: 0 0 20px 20px;
	list-style: numeric;
}

#content ol li {}


#content img {}


#content table:not(.wc-block-cart-items) {
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 0;
}

#content table:not(.wc-block-cart-items) tr {}

#content table:not(.wc-block-cart-items) tr th, #content table:not(.wc-block-cart-items) tr td {
	padding: 6px 0;
	border-bottom: 1px solid #909aae;
}

#content table:not(.wc-block-cart-items) th, #content table:not(.wc-block-cart-items) thead td {
	font-weight: 600;
}

#content table:not(.wc-block-cart-items) td a:not(.button) {
	color: var(--main-orange);
	text-decoration: underline;
}
#content table:not(.wc-block-cart-items) td a:not(.button):hover {
	text-decoration: none;
}










/* Pagebuilder */

section {
	padding: 25px 0;
}










/* Pages */

/* --- Shop */

#filters {
	font-size: 15px;
	line-height: 28px;
}

#filters .block {
	padding: 0;
	box-shadow: 0 0 20px 0 rgba(10, 22, 52, 0.15);
}

#filters .block ul {
	margin: 0!important;
}


#filters .block #sidebar {}

#filters .block #sidebar .filter {
	padding: 12px 15px;
	border-bottom: 1px solid #edeff2;
}
#filters .block #sidebar .filter:last-child {
	border-bottom: 0;
}

#filters .block #sidebar .filter h3 {
	position: relative;
	margin-bottom: 0;
	font-size: 15px;
	cursor: pointer;
}
#filters .block #sidebar .filter h3:after {
	position: absolute;
	top: 10px;
	right: 0;
	background: url(img/chevron-down.svg) center/16px 9px no-repeat;
	width: 16px;
	height: 9px;
	content: " ";
	transform: rotate(180deg);
	transition: transform 0.2s;
}

#filters .block #sidebar .filter.toggled h3:after {
	transform: rotate(0deg);
}

#filters .block #sidebar .filter ul {
	margin: 5px 0 0!important;
}

#filters .block #sidebar .filter ul li {
	padding: 0!important;
	background: none!important;
}

#filters .block #sidebar .filter ul.product-categories {}
#filters .block #sidebar .filter ul.product-categories li {}
#filters .block #sidebar .filter ul.product-categories li.current-cat {
	color: var(--main-orange);
	font-weight: 600;
}

#filters .block #sidebar .filter ul:not(.product-categories) li:not(.wvs-widget-layered-nav-list__item-color) {
	padding: 0!important;
}

#filters .block #sidebar .filter ul:not(.product-categories) li:not(.wvs-widget-layered-nav-list__item-color) a {
	padding-left: 28px;
	background: url(img/filter-checkbox.svg) left center/18px no-repeat;
	transition: all 0.2s;
}
#filters .block #sidebar .filter ul:not(.product-categories) li:not(.wvs-widget-layered-nav-list__item-color) a:hover {
	background-image: url(img/filter-checkbox-hover.svg);
}

#filters .block #sidebar .filter ul:not(.product-categories) li.chosen:not(.wvs-widget-layered-nav-list__item-color) {
	color: var(--main-orange);
	font-weight: 600;
}

#filters .block #sidebar .filter ul:not(.product-categories) li.chosen:not(.wvs-widget-layered-nav-list__item-color) a {
	background-image: url(img/filter-checkbox-checked.svg);
}

#filters .block #sidebar .filter ul li a {}
#filters .block #sidebar .filter ul li a:hover {
	color: var(--main-orange);
}

#filters .block #sidebar .filter ul li span.count {
	display: none;
}



@media screen and (min-width: 960px) {

	#filters #title {
		display: none;
	}

	#filters #sidebar {
		display: block!important;
	}

}



@media screen and (max-width: 959px) {

	#filters {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		max-width: 100vw;
		margin: 0;
		background: #fff;
		z-index: 3;
	}

	#filters #title {
		position: relative;
		padding: 15px 30px;
		color: #25365f;
		font: 700 22px "commuters-sans", sans-serif;
	}
	#filters #title:after {
		position: absolute;
		top: 24px;
		right: 30px;
		background: url(img/chevron-down.svg) center / 16px 9px no-repeat;
		width: 16px;
		height: 9px;
		transform: rotate(180deg);
		transition: transform 0.2s;
		content: " ";
	}

	#filters #title.toggled:after {
		transform: rotate(0deg);
	}



	#filters .block {
		border-radius: 0;
	}

	#filters .block #sidebar {
		display: none;
	}

	#filters .block #sidebar .filter {
		padding: 12px 30px;
	}

	#filters .block #sidebar .filter ul {
		display: none;
	}

	#filters .block #sidebar .filter h3:after {
		transform: rotate(0deg);
	}
	#filters .block #sidebar .filter.toggled h3:after {
		transform: rotate(180deg);
	}

}



#products {}



#cat-header {
	margin-bottom: 45px;
	padding-top: 25px;
}

#cat-header h1 {
	margin-bottom: 10px;
}










/* Plugins */

/* --- WooCommerce */

/* ------ Messages */

.woocommerce-notices-wrapper {}
.woocommerce-notices-wrapper:has(div) {
	margin-bottom: 25px;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
	position: relative;
	width: auto;
	margin: 0;
	padding: 1em;
	background: #f5f7f8;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #909aae;
	list-style: none outside;
	word-wrap: break-word;
}
.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before {
	content: " ";
	display: table;
}
.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after {
	clear: both;
}


.woocommerce-message {
	background: #f4fff8;
	border-color: #0d9642;
}

.woocommerce-message a.button {
	background: #0d9642;
}
.woocommerce-message a.button:hover {
	background: #057933;
}


.woocommerce-info {
	background: #f5f7f8;
	border-color: #909aae;
}


.woocommerce-error {
	background: #fff2f5;
	border-color: #cc0339;
}


.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
	float: right;
}


.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
	list-style: none outside!important;
	padding-left: 0!important;
	margin-left: 0!important;
}



/* ------ General */

.wc-block-components-sidebar-layout {
	margin: 0 auto!important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
	font-size: 15px!important;
	text-transform: none!important;
}


.wc-block-components-formatted-money-amount {
	font-weight: 700;
}



/* ------ Input */

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
	color: #666!important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	border: 1px solid #909aae!important;
	border-radius: 8px!important;
}


.wc-blocks-components-select .wc-blocks-components-select__select {
	margin: 0;
	border: 1px solid #909aae!important;
	border-radius: 8px!important;
}


.wc-block-components-radio-control .wc-block-components-radio-control__input {
	background: transparent!important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border: 1px solid #0d9642!important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: #0d9642!important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	background: #f4fff8;
	color: #0d9642;
	box-shadow: inset 0 0 0 1px #0d9642!important;
	border-radius: 8px!important;
}
.wc-block-components-radio-control--highlight-checked:after {
	border-radius: 8px!important;
}


.wc-block-components-address-card {
	background: #fff;
	border: 1px solid #909aad!important;
	border-radius: 8px!important;
}



/* --------- Components */

.wc-block-components-sidebar-layout .wc-block-components-main {
	padding: 30px!important;
	background: #fff;
	border: 1px solid #dddddb;
	border-radius: 20px;
}

.wc-block-components-sidebar {
	padding: 30px!important;
	background: #fff;
	border: 1px solid #dddddb;
	border-radius: 20px;
}


@container (min-width: 700px) {

	.wc-block-components-sidebar-layout .wc-block-components-main {
		width: calc(66.66666% - 10px)!important;
		margin-right: 10px!important;
	}

	.wc-block-components-sidebar {
		width: calc(33.33333% - 10px)!important;
		margin-left: 10px;
	}

}


/* --------- Titles */

.wc-block-components-title.wc-block-components-title {
	text-transform: none;
}


/* ------ Detail */

.woocommerce-product-gallery__wrapper {}
.woocommerce-product-gallery__wrapper div {
	border-radius: 30px;
	border: 1px solid #dddddb;
	overflow: hidden;
}
.woocommerce-product-gallery__wrapper div:first-child {
	border-radius: 40px;
}
.woocommerce-product-gallery__wrapper div:first-child img {
	float: left;
	width: 100%;
	margin-right: 0!important;
}



.woocommerce-variation-price {}

.woocommerce-variation-price span.price {
	float: left;
	font-weight: 600;
	font-size: 20px;
}



.woocommerce-variation-availability {
	font-weight: 600;
	font-size: 13px;
}

.woocommerce-variation-availability p {}
.woocommerce-variation-availability p:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	border-radius: 100%;
	content: " ";
}

.woocommerce-variation-availability p.in-stock {
	color: #0d9642;
}
.woocommerce-variation-availability p.in-stock:before {
	background: #0d9642;
}

.woocommerce-variation-availability p.out-of-stock {
	color: #cc0339;
}
.woocommerce-variation-availability p.out-of-stock:before {
	background: #cc0339;
}



/* ------ Cart */

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-weight: 600;
	font-size: 18px!important;
	line-height: 28px!important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
	color: var(--main-orange);
	font-weight: 600;
	font-size: 16px!important;
	line-height: 28px!important;
}



.wc-block-cart-item__image {}

.wc-block-cart-item__image a {
	float: left;
	border: 1px solid #dedede;
	border-radius: 8px;
	overflow: hidden;
}

.wc-block-cart-item__image a img {
	float: left;
}


.wc-block-components-totals-footer-item-tax-value {
	color: var(--main-orange);
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block {
	margin-bottom: 20px;
	padding: 15px!important;
	background: #dedede;
	font-weight: 600;
	border-radius: 8px;
	border-top: 0!important;
}



.wc-block-cart-item__prices {}

.wc-block-cart-item__prices span.price {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
}


.wc-block-components-product-metadata {
	font-size: 16px!important;
	line-height: inherit!important;
}

.wc-block-components-product-details.wc-block-components-product-details {
	font-size: 16px!important;
	line-height: inherit!important;
}


.wc-block-cart-item__total {}

.wc-block-cart-item__total span.price {
	font-size: 18px!important;
}


.wc-block-components-quantity-selector {
	width: 148px!important;
	border-radius: 8px!important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	min-width: 50px!important;
	background: #dedede!important;
	font-size: 18px!important;
	line-height: 50px;
	font-weight: 600!important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	font-weight: 600!important;
	font-size: 16px!important;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
	box-shadow: none!important;
}


/*
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	width: auto;
	font-size: 14px!important;
}
*/
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
	color: #cc0339!important;
}


.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
	font-size: 15px!important;
}


.wc-block-components-order-summary-item__description .wc-block-components-formatted-money-amount {
	font-weight: 600;
	font-size: 14px;
}


.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 20px;
}


.wc-block-cart__submit {
	margin: 0 0 50px!important;
}

.wc-block-components-button:not(.is-link) {
	width: auto;
	padding: 0 15px;
	background: #0d9642;
	color: #fff;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.2s!important;
}
.wc-block-components-button:not(.is-link):hover {
	background: #057933;
}


@container (max-width: 699px) {

	.wc-block-cart__main {
		margin-bottom: 25px!important;
	}

	.wc-block-cart__sidebar {
		margin-bottom: 0!important;
	}

}

@container (min-width: 700px) {

	.wc-block-cart {
		margin-bottom: 0!important;
	}

	.wc-block-cart__main .wc-block-cart-items th {
		text-align: left;
	}
	.wc-block-cart__main .wc-block-cart-items th:last-child {
		padding-right: 0!important;
	}

	.wc-block-cart__main .wc-block-cart-items td {}
	.wc-block-cart__main .wc-block-cart-items td:last-child {
		padding-right: 0!important;
	}

	.wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image {
		padding: 20px 0 20px 0;
	}

}


/* ------ Checkout */

.edit-post-visual-editor .wc-block-checkout__shipping-method-option, .wc-block-checkout__shipping-method-option {
	color: #25365f!important;
}


.wp-block-woocommerce-checkout {
	padding-top: 0!important;
}


.wc-block-components-form .wc-block-components-checkout-step {
	padding: 15px!important;
	background: #fafafa!important;
	border-radius: 10px;
}


.wp-block-woocommerce-checkout-order-summary-block {
	font-size: 15px!important;
	border-color: #dddddb!important;
	border-radius: 10px!important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
	font-weight: 600!important;
	text-transform: none;
}


.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
	display: none!important;
}


.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
	font-weight: 400!important;
}


.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	background: #dedede;
	font-weight: 600;
}


@container (min-width: 960px) {

	.wc-block-checkout__sidebar {
		top: 136px!important;
	}

}



/* ------ Confirmation */

.woocommerce-order {
	padding: 30px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.woocommerce-order section {
	float: left;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.woocommerce-order > section {
	padding: 30px 0 0;
}



/* ------ Login */

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	margin: 0!important;
	padding: 30px!important;
	background: #fff;
	border: 0!important;
	border-radius: 8px!important;
}

.woocommerce form.checkout_coupon p.woocommerce-form-row, .woocommerce form.login p.woocommerce-form-row, .woocommerce form.register p.woocommerce-form-row {
	margin-bottom: 0!important;
}


.show-password-input {
	display: none;
}



/* ------ Password */

.woocommerce form.lost_reset_password {
	padding: 30px;
	background: #fff;
	border-radius: 8px;
}



/* ------ Account */

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
	padding: 30px 30px 10px;
	background: #fff;
	border: 1px solid #dddddb;
	border-radius: 20px;
}



.woocommerce-account .woocommerce-MyAccount-navigation ul {}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	padding-left: 18px!important;
	background: url(img/li.svg) left 14px/12px 8px no-repeat!important;
	transition: padding 0.2s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
	padding-left: 21px!important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--main-orange);
}



.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	padding: 30px;
	background: #fff;
	border: 1px solid #dddddb;
	border-radius: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content p {}
.woocommerce-account .woocommerce-MyAccount-content p:has(input) {
	margin-bottom: 0!important;
}

.woocommerce-account .woocommerce-MyAccount-content section {
	padding: 0;
	overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-content > section {
	padding: 30px 0 0;
}


.woocommerce-account .addresses .title .edit {
	float: none!important;
	color: var(--main-orange);
	text-decoration: underline;
}
.woocommerce-account .addresses .title .edit:hover {
	text-decoration: none;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%;
	max-width: none;
	margin: 0;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%;
	max-width: none;
	margin: 0;
}



/* --- Gravity forms */

.gform_wrapper {
	padding: 15px;
	background: #fff;
	color: #091634;
	border-radius: 8px;
	box-shadow: 0 0 20px 0 rgba(10, 22, 52, 0.15);
}


.gform_wrapper label {}
.gform_wrapper label.gfield_consent_label {
	font: 400 14px "Source Sans 3", sans-serif;
}


.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	padding: 10px 20px!important;
	font-size: 16px!important;
}


.gform_required_legend {
	display: none;
}










/* --- Footer */

#footer {
	position: relative;
	padding: 100px 0;
	background: #312907;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}

#footer h3 {
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}

#footer p {
	margin-bottom: 25px;
}

#footer a:not(.button) {
	color: var(--main-orange);
	text-decoration: underline;
}
#footer a:not(.button):hover {
	text-decoration: none;
}

#footer ul {
	margin: 0 0 20px 0;
	list-style: none;
}

#footer ul li {
	padding: 4px 0 4px 0;
	transition: padding 0.2s;
}
#footer ul li:hover {
	padding-left: 3px;
}

#footer ul li a:not(.button) {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:not(.button):hover {
	color: var(--main-orange);
}

#footer img.alignleft, #footer a img.alignleft {
	margin: 0 10px 10px 0;
}



/* --- Socket */

#socket {
	padding: 25px 0;
	background: #312907;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	border-top: 1px solid #766517;
}

#socket ul {}

#socket ul li {
	display: inline;
	margin-right: 60px;
	white-space: nowrap;
}

#socket ul li a {
	color: #fff;
}
#socket ul li a:hover {
	color: var(--main-yellow);
}


#socket #socials {
	float: left;
}

#socket #socials a {
	float: left;
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 12px;
	background: var(--main-yellow);
	color: #312907;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	border-radius: 4px;
	transition: all 0.2s;
}
#socket #socials a:hover {}





/* CMS */

img.alignright, a img.alignright { float: right; margin: 0 0 20px 20px; }
img.alignleft, a img.alignleft { float: left; margin: 0 20px 20px 0; }
img.aligncenter, a img.aligncenter { display: block; margin: 0 auto 20px; }





/* Responsive */






















