/*!
Theme Name: kumikomatcha
Author: Gilston Digital SA
Author URI: https://gilston.digital/
Description: kumikomatcha Theme
Version: 1.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kumikomatcha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
-----------------------------------------------------*/

/* Normalize
--------------------------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0 !important;
	padding: 0 !important;
}

main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

body {
	background-color: #eee;
	color: #1c181a;
}

#content {
	background-color: #fff;
	color: #1c181a;
}

a,
img,
header#masthead,
#left-logo,
#content,
.nav-link,
#nav-toggler-top-bar,
#nav-toggler-bottom-bar {
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1c181a;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: 400;
}

p {
	margin-bottom: 1rem;
}

/* Links
--------------------------------------------- */
a {
	color: #1c181a;
}

a:hover,
a:focus,
a:active {
	color: #8ec63d;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

.btn {
	border-radius: 4px !important;
}

.btn-primary {
	background-color: #8ec63d !important;
	border-color: #8ec63d !important;
	color: #1c181a !important;
}

.btn-primary:hover {
	background-color: #6b9e2b !important;
	border-color: #6b9e2b !important;
	color: #1c181a !important;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.modal-dialog {
	position: relative;
}

.modal-backdrop.show {
	opacity: 0.9;
}

.btn-close.close-outside {
	position: absolute;
	top: -50px;
	right: 0;
	font-size: 1.6rem;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

body.woocommerce.single-product #content.site-content {}

#page {
	overflow: hidden;
}

/* NAV
--------------------------------------------- */
header#masthead {
	margin-bottom: 0;

	background-color: transparent;
	padding: 0;
	height: 80px;
	width: 100%;
	position: fixed;
	display: flex;
	align-items: center;
	z-index: 1000;
}

header#masthead .container {
	height: 100%;
}

header#masthead #main-logo {
	display: none;
}

header#masthead #main-logo img {
	height: 64px;
}

#main-logo:hover img {
	opacity: 0.7;
}

header#masthead.show #main-logo {
	display: flex;
}

header#masthead.show {}

#masthead a {
	text-decoration: none !important;
}

#masthead nav {
	padding: 0;
	height: 100%;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

#masthead .navbar-nav {
	flex-direction: row;
	justify-content: flex-end;
}

#masthead #nav-buttons {
	position: absolute;
	z-index: 2001;
	border: 0;
	top: 1rem;
	right: 1rem;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: end;
}

#masthead #nav-toggler,
#masthead #nav-toggler:focus,
#masthead #nav-toggler:hover,
#masthead #nav-toggler:active {
	height: 30px;
	width: 40px;
	outline: none;
	border: 0 !important;
	border-style: none !important;
	box-shadow: none;
	flex-direction: column;
	justify-content: space-around;
	display: flex;
}

#masthead #nav-toggler #nav-toggler-top-bar,
#masthead #nav-toggler #nav-toggler-bottom-bar {
	height: 4px;
	width: 40px;
	background-color: #8ec63d;
	display: flex;
}

#masthead #nav-toggler:hover #nav-toggler-top-bar,
#masthead #nav-toggler:hover #nav-toggler-bottom-bar {
	background-color: #6b9e2b;
}

#masthead #nav-buttons.open #nav-toggler-top-bar {
	transform: translate3d(0px, 5px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg);
	transform-style: preserve-3d;
}

#masthead #nav-buttons.open #nav-toggler-bottom-bar {
	transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg);
	transform-style: preserve-3d;
}

#masthead #nav-buttons .wpml-ls {
	width: 57px;
	height: 19px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
}

#masthead #nav-buttons .wpml-ls a {
	padding: 0;
	border: 0;
	margin: 0;
	line-height: 14px;
	background-color: transparent;
	margin-left: 10px;
}

#masthead #nav-buttons .wpml-ls a:hover {
	border: 0;
}

#masthead #nav-buttons .wpml-ls a .wpml-ls-flag {
	width: 32px;
	height: 19px;

}

#masthead #nav-buttons .wpml-ls a::after {
	right: 0;
}

#masthead #nav-buttons .wpml-ls .wpml-ls-sub-menu {
	border: 0;
}

#masthead #nav-buttons .wpml-ls .wpml-ls-sub-menu .wpml-ls-item {
	margin-top: 8px;
	background-color: transparent;
}

#masthead #main-nav {
	padding-left: 0;
	padding-right: 0;
}

#masthead #main-nav-flex-container {
	height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .9);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto 100%;
}

#main-menu #logo-menu {
	height: 100px;
	width: auto;
}

#main-menu .menu-item {
	display: block;
	cursor: pointer;
	padding: 1rem 3rem;
}

#main-menu .menu-item .menu-title {
	font-size: 3rem;
	line-height: 3.2rem;
	font-weight: 400;
}

#cart-icon {
	height: 25px;
	width: 25px;
}

#cart-count-badge {
	background-color: #FFE000 !important;
	color: #1c181a;
	font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 600px) {
	#main-menu .menu-item {
		padding: 1rem 1rem;
	}

	#main-menu .menu-item .menu-title {
		font-size: 1.6rem;
		line-height: 1.8rem;
	}

	#main-menu #logo-menu {
		height: 60px;
		width: auto;
	}

}

@media only screen and (max-width: 799px) {
	#masthead #main-nav-flex-container {
		background-position: right;
		background-size: auto 100%;
	}
}

/* FOOTER
--------------------------------------------- */

#site-footer {
	position: relative;
}

#site-footer #gd_credit {
	background-image: url('img/gd.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 18px;
	height: 105px;
	display: block;
	top: -8rem;
	right: 1rem;
	position: absolute;
}

#site-footer #logo-footer {
	height: 100px;
}

#social-icons a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #8ec63d;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px auto;
}

#social-icons a.facebook {
	background-image: url('img/facebook.svg');
}

#social-icons a.instagram {
	background-image: url('img/insta.svg');
}

#social-icons a.linkedin {
	background-image: url('img/linkedin.svg');
}

@media only screen and (max-width: 567px) {
	#site-footer #gd_credit {
		display: none;
	}

	#site-footer #logo-footer {
		height: 90px;
	}
}

#section-page-top {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	position: relative;
}

#section-page-top h1 {
	font-size: 4rem;
	line-height: 4.2rem;
	color: #fff;
	font-variant: small-caps;
	text-shadow: 0 0 6px #000;
	border: 0;
}

@media only screen and (max-width: 567px) {
	#section-page-top {
		height: 300px;
	}

	#section-page-top h1 {
		font-size: 3rem;
		line-height: 3.2rem;
		padding: 0 2rem;
	}
}

/* homepage
--------------------------------------------- */

#section-top {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#section-top #main-logo {
	height: 257px;
	margin: 0 auto;
	display: block;
}

#section-top h1 {
	font-size: 4rem;
	line-height: 4.2rem;
	z-index: 10;
	color: #fff;
	text-shadow: 0 0 6px #000;
}

#section-top .btn {
	position: relative;
	z-index: 10;
}

@media only screen and (max-width: 567px) {
	#section-top #main-logo {
		height: 180px;
	}

	#section-top h1 {
		font-size: 3rem;
		line-height: 3.2rem;
	}
}

.image-bloc-section {
	padding-top: 100px;
}

.image-bloc-section:last-of-type {
	padding-bottom: 100px;
}

.home-text-bloc {
	padding: 40px 80px;
	background-color: #eee;

	font-size: 1.125rem;
	line-height: 1.7rem;
	font-weight: 400;

}

.home-text-bloc h2 {
	font-size: 2.6em;
	line-height: 3.4rem;
	font-weight: 400;
}

@media only screen and (max-width: 567px) {
	.image-bloc-section {
		padding-top: 40px;
	}

	.image-bloc-section:last-of-type {
		padding-bottom: 40px;
	}

	.home-text-bloc {
		padding: 20px 40px;
		font-size: 1rem;
		line-height: 1.2rem;
	}

	.home-text-bloc h2 {
		font-size: 1.6em;
		line-height: 2rem;
	}
}

.contact-title {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: hsla(0, 0%, 50.2%, 0.5);
	font-size: .6rem;
	line-height: 0.8rem;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
}

div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
	background-color: #FFF !important;
	border: 0 !important;
	border-bottom: 1px solid #aaa !important;
	color: #1c181a !important;
	border-radius: 0 !important;
}

div.wpforms-container-full .wpforms-form textarea {
	height: 100px !important;
}

div.wpforms-container-full .wpforms-form input[type="date"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="datetime"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="datetime-local"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="email"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="month"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="number"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="password"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="range"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="search"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="tel"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="text"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="time"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="url"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="week"]::placeholder,
div.wpforms-container-full .wpforms-form select::placeholder,
div.wpforms-container-full .wpforms-form textarea::placeholder {
	color: #999 !important;
}

div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus,
div.wpforms-container-full .wpforms-form select:focus,
div.wpforms-container-full .wpforms-form .is-focused .choices__inner,
div.wpforms-container-full .wpforms-form .is-open .choices__inner,
div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
	border-color: #8ec63d !important;
	box-shadow: none !important;
}

.wpforms-submit {
	background-color: #8ec63d !important;
	border: 0 !important;
	color: #1c181a !important;
}

.wpforms-submit-container {
	text-align: end;
}

.wpforms-submit:hover {
	background-color: #6b9e2b !important;
	color: #1c181a !important;
}

.grecaptcha-badge {
	display: none;
}

.bottom-gradient {
	height: 25px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	display: none;
}

body.home .bottom-gradient {
	height: 100px;
}

#surbma-yes-no-popup .uk-modal-dialog {
	background-color: #1c181a;
	text-align: center;
}

#surbma-yes-no-popup #button2 {
	background-color: darkgreen;
}

#surbma-yes-no-popup .uk-modal-footer {
	text-align: center !important;
}

.category-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.breadcrumb a {
	text-decoration: none !important;
}

.form-row label {
	margin-bottom: 6px;
}

.fs-free-shipping-notice-continue-shopping-button-wrapper {
	display: none;
}

.fs-free-shipping-notice-and-button-wrapper {
	padding-bottom: 2rem;
	text-align: center;
	font-weight: bold;
	color: #aa3400;
	justify-content: center !important;
	font-size: 1.5rem;
	line-height: 2rem;
}



@media only screen and (max-width: 567px) {
	header#masthead {
		background-color: #FFF;
	}
}

#toast-container {
	position: fixed;
	top: 60px;
	right: 20px;
}

body.admin-bar #toast-container {
	top: 92px
}

#pop-up-modal .modal-body * {
	color: #000;
}

#pop-up-modal .modal-dialog {
	max-width: 700px !important;
}

#pop-up-modal .btn-close {
	position: absolute;
	right: -30px;
	top: 0;
}

#pop-up-modal .btn-close {
	position: absolute;
	right: -30px;
	top: 0;
}

#pop-up-modal .pop-up-img{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}