/*!
Theme Name: CraftCoffee
Theme URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: craftcoffee
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CraftCoffee is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

  @font-face {
	font-family: 'Bim';
	src:url('fonts/Bim.eot?w77ulo');
	src:url('fonts/Bim.eot?w77ulo#iefix') format('embedded-opentype'),
		url('fonts/Bim.ttf?w77ulo') format('truetype'),
		url('fonts/Bim.woff?w77ulo') format('woff'),
		url('fonts/Bim.svg?w77ulo#Bim') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a{
	color: #404040;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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;
	background-color: #fff;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

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

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

.main-navigation li {
	position: relative;
}

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


.main-navigation .sub-menu a {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/* 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: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.post,
.page {
	margin: 0;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}






#site-navigation{
	display: block;
	position: relative;
	background-color: #000;
}

#site-navigation a{
	padding: 15px 0px;
	text-decoration: none;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	font-size: 18px;
}
#site-navigation ul ul a{
	color: #000;
}

footer#colophon{
	background-color: #000;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 15px;
	min-height: 20px;
	font-family: 'EB Garamond', serif;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5{	
	font-family: 'EB Garamond', serif;
	font-weight: 700;
}

.h2{
	font-size: 18px;
}


.list-header-widgets{
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.list-header-widgets > li{
	margin-left: 20px;
}

.custom-logo{
	padding-top: 5px;
	padding-bottom:20px;
	/*max-height: 80px;*/
	width: auto;
	max-width: 100%;
}

.lang-item {
	display: block;
}
.polylang-switcher{
	list-style: none;
	padding: 0;
	margin: 0;
}

.btn,
.wpcf7-form-control.wpcf7-submit{
	border-radius: 20px !important;
}

.btn-primary,
.wpcf7-form-control.wpcf7-submit{
	color: #fff !important;
	background-color: #643915 !important;
    border-color: #643915 !important;
}

.btn-primary:hover,
.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff !important;
    background-color: #98542b !important;
    border-color: #98542b !important;
}


.main-navigation ul a{
	paffing: 0 10px;
}


#content{
	margin-top: 50px;
	min-height: 760px;
}

.home #content{
	margin-top: 0;
}



.slick-dots{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 10px 0 30px 0;
}

.slick-dots li{
	position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button{
	font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: #ccc;
}

.slick-dots li.slick-active button{
	background: #643915;
}

.product_item{
    /* border: 3px solid #97532b; */
    background: #fae2d8;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}
.product_item:hover{
	box-shadow: 0px 0px 30px 0px #9f9f9f;
    /* border: 3px solid #643915; */
    padding: 0px;
}



.slick-slide {padding: 0 15px;} 



.bim_arrows.bim_arrow_right.slick-arrow{
	display: block;
    position: absolute;
    top: calc(50% - 24px);
    right: -50px;
    z-index: 100;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 32px;
    cursor: pointer;
}
.bim_arrows.bim_arrow_left.slick-arrow {
    display: block;
    position: absolute;
    top: calc(50% - 24px);
    left: -50px;
    z-index: 100;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 32px;
    cursor: pointer;
}
.icn {
    font-family: 'Bim' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.v2ic-v2-right:before {
    content: "\72";
}

.v2ic-v2-left:before {
    content: "\6c";
}


.f12{
	font-size: 12px;
}


.product_item__image{
    max-width: 100%; 
    line-height: 160px;
    text-align: center;
    margin: 0 auto 15px;
}

.woocommerce img, .woocommerce-page .product_item__image img{
	max-height: 250px;
}

.product_item__name{
	display: block;
	position: relative;
    margin-bottom: 20px;
    min-height: 72px;
}
.product_item__name a{
	color: #000;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
.product_item__name a:hover{
	text-decoration: underline;
}

.product_item__status{
	display: block;
	text-align: center;
	width: 100%;
}


.product_item__detail .product_item__name a{
    text-align: left;
}

.product_item__detail .product_item__price,
.product_item__detail .product_item__buy{
	text-align: left;
}
.product_item__detail .product_item__status{
	text-align: right;
}
.product_item__detail .product_item__buy{
	margin: 0;
}
.product_item__thumb .product_item__image {
    border-radius: 100%;
    background: #fff;
    width: 100%;
    height: auto;
    line-height: unset;
    text-align: center;
    margin: 0 auto 15px;
}

.product_item__status span{
	display: inline-block;
	position: relative;
	padding: 5px 10px;
	color: #000;
	font-size: 12px;
	background: #e5c7a2;
}
.product_item__price{	
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}

.product_item__buy{
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.product_item__detail .table td,
.product_item__detail .table th {
    padding: .25rem !important;
    font-size: 12px !important;
}


.wpcf7-form-control.wpcf7-submit{
	display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wow-modal-window form,
.free-consult form{
	text-align: center;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"],
 input[type="color"], 
 textarea{
	padding: 10px;
}

.form7-consult {
	border: 1px solid #ccc;
    padding: 30px;
}

h4, .h4{
	font-size: 16px;
}

.wow-modal-window{
	position: absolute !important;
    padding: 20px 10px !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #deb491 !important;
    font-size: 12px;
}

select{
	padding: 10px;
    color: #666;
    border: 1px solid #ccc;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3px;
}

.action-item:before{	
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    background-image: url(image/hot.png);
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;

    transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.8);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.8);
	}
}





.my-faqpage{
	margin-top: 30px;
	margin-bottom: 30px;
}

.my-faqpage:before{
  content: "";
  display:block;
  clear: both;
}

.my-faqpage div[itemprop="mainEntity"]{
  display: block;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 7px;
  margin-bottom: 15px;
}


.my-faqpage div[itemprop="mainEntity"] div[itemprop="name"]{
  display: block;
    position: relative;
    border-radius: 7px;
    padding: 10px 15px;
   background: #97532b;
    color: #fff;
    font-weight: bold;
  cursor: pointer;
}

.my-faqpage div[itemprop="mainEntity"] div[itemprop="name"]:after{
   content: ''; 
	position: absolute; 
	right: 20px; top:20px;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
}


.my-faqpage div[itemprop="mainEntity"].open div[itemprop="name"]:after{
  transform: rotate(180deg) translatey(50%);
}


.my-faqpage div[itemprop="mainEntity"] div[itemprop="acceptedAnswer"]{
  display: block;
    position: relative;
    padding: 10px 15px;
    background: #fff;
  color: #000;
  display: none;
}


.my-faqpage div[itemprop="mainEntity"].open div[itemprop="acceptedAnswer"]{
  display: block;
}


.my-faqpage div[itemprop="mainEntity"] > p,
.my-faqpage div[itemprop="mainEntity"] div[itemprop="acceptedAnswer"] > p{
  display: none;
}

.mt30{
	margin-top: 30px;
}

.site-info {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 15px;
	margin-top: 15px;
}

footer#colophon a{
	color: #fff !important;
}


footer#colophon ul{
	margin: 0 0 0 20px;
	padding: 0;
}

footer#colophon .widget.widget_media_image img{
    padding-top: 5px;
    padding-bottom: 0px;
    max-height: 80px;
    width: auto;
    max-width: 100%;
}


footer#colophon .h4{
	margin-top: 30px;
}


#breadcrumbs{
	text-align:left;
}

#breadcrumbs ul{
	margin: 0;
	padding:0;
	border:none;
	list-style:none;
}

#breadcrumbs ul i{
	font-size:15px;
}

#breadcrumbs ul>li{
	padding:0 20px;
	position:relative;
	display:inline-block;
}

#breadcrumbs ul>li:first-child{
	padding-left:0px;
}

#breadcrumbs ul>li+li:before{
	content:'';
	padding:0;
}

#breadcrumbs ul>li:after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:-5px;
	width:8px;
	height:8px;
	border-right:1px solid #643915;
	border-bottom:1px solid #643915;
	-webkit-transform:rotate(-45deg) translateY(-50%);
	-moz-transform:rotate(-45deg) translateY(-50%);
	-o-transform:rotate(-45deg) translateY(-50%);
	transform:rotate(-45deg) translateY(-50%);
}

#breadcrumbs ul>li:last-child:after{
	content:none;
}

#breadcrumbs a{
    color: #643915;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
}
#breadcrumbs a:hover{
    color: #000;
    text-decoration: underline;
}

#breadcrumbs li > span{
    color: #643915;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

h1{
	margin-top: 0px !important;
}

aside ul.menu{
	padding: 0;
	margin: 0;
	list-style: none;
}

aside ul.sub-menu{
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
}

aside .widget-title {
	font-size: 20px !important;
	margin-bottom: 20px;
}

.product_item:hover{
	padding: 0;
}
.product_item a.v2-product-wrapper{
	display: block;
	margin-bottom: 0px;
	padding: 30px 30px 0 30px;
	border: none;
	text-align: center;
	background: transparent;
}

@media(max-width: 456px){
	.product_item a.v2-product-wrapper{
		font-size: 14px; 
		padding: 10px 10px 0px 10px;
	}
}
.product_item a.v2-product-wrapper:hover{
	margin: 0;
	text-decoration: none;
	margin-bottom: 0px;
}
.product_item__add-to-cart{
	padding-bottom: 30px;
}
.navigation{
	display: block;
	position: relative;
	margin-top: 15px;
	margin-bottom: 30px;
}
.navigation ul{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #643915;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #98542b;
}


.clear{
	display: block;
	position: relative;
	clear: both;
}


.slogan{
	border: 1px dashed #ccc;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 7px;
	color: #000;
}

.slogan:before{
 	position: absolute;
    top: 50%;
    left: -5px;
    display: inline-block;
    border-top: 1px dashed #b3b3b3;
    border-right: 1px dashed #b3b3b3;
    width:10px;
    height:10px;
    transform:rotate(225deg) translateY(50%);
    background:transparent;
    z-index:1;
    content:'';
}

.mobile-phone{
	line-height: 125%;
	font-size: 14px;
}


.coffeeamsh .bim_arrows.bim_arrow_left.slick-arrow,
.coffeeamsh .bim_arrows.bim_arrow_right.slick-arrow{
	color: #643915 !important;
}

.d-sm-text-left{
	text-align: left;
}

.product_item__header h1{
	margin-bottom: 0 !important;
}

.product_item__header{
	margin-bottom: 15px;
	margin-top: 15px;
}









/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: absolute; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}






#mobile-menu,
#mobile-menu ul{
	list-style: none;
	margin: 0;
	padding:0;
}

#mobile-menu ul li a:before{
	content: "—";
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}
#mobile-menu .action-item:before{
	display: none;
}







@media screen and (max-width: 768px){
	.custom-logo {
	    padding-top: 5px;
	    padding-bottom: 25px !important;
	}
	body{
		width: 100%;
		overflow-x: hidden;
	}

	.bim_arrows.bim_arrow_right.slick-arrow {
    	right: -15px;
	}

	.bim_arrows.bim_arrow_left.slick-arrow {
    	left: -15px;
    }

    .d-text-center {
    	text-align: center;
    }

    .d-text-center ul{
    	list-style: none;
    	margin: 0 !important;
    }

}


.cf7sr-g-recaptcha > div{
	display: block;
	position: relative;
	margin: 0 auto;
}



.pt_list{
	display: flex;
	margin: 0 0 30px 0 !important;
	padding: 0 !important;
	flex-direction: row;
	justify-content: center;
	list-style: none;
}

.pt_list > li{
	margin: 0 5px !important;
}

.pt_list >li>a{
	color: #ffff;
	font-size: 22px;
	text-decoration: none;
	font-family: 'EB Garamond', serif;
    font-weight: 700;
}

.pt_list > li >a.active{
	text-decoration: underline;
}

.product_tab_carousel_wrap{
	display: none;
}

.product_tab_carousel_wrap.active{
	display: block;
}

.coffeeamsh .pt_list >li>a{
	color: #98542b;
}

.home header#masthead{	
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,0.2);
}
.home.admin-bar header#masthead{	
    top: 32px;
}

html, body{
	width: 100%;
	overflow-x: hidden;
}


.home header#masthead *{
	color: #fff !important;
}
.home header#masthead .sub-menu a,
.home header#masthead .dropdown-item{
	color: #000 !important;
}


.pt_list > li > a{

	background: rgba(255,255,255,0.6);
    padding: 5px 30px;
    text-decoration: none !important;
    color: #000;

}



.pt_list > li > a.active{

	background: rgba(0,0,0,0.6);
    padding: 5px 30px;
    text-decoration: none !important;
    text-decoration: none;
    color: #fff;
}


.wow-modal-window{
	background: #fff;
}


@media screen and (max-width: 768px){
	.pt_list {
	    display: flex;
	    margin: 0 0 30px 0 !important;
	    padding: 0 !important;
	    flex-direction: column;
	    justify-content: center;
	    list-style: none;
	}
	.pt_list li{
		width: 100%;
		margin-bottom: 15px;
	}
	.pt_list li a{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
		display: block;
	}


	.home header#masthead{	
	    display: block;
	    position: relative;
	    top: unset;
	    width: 100%;
	    left: unset;
	    z-index: 1;
	    background: #000;
	}
	.home.admin-bar header#masthead{	
	    top: 32px;
	}
}

span.woocommerce-Price-amount.amount {
	color: #000;
	font-size: 1.3em;
}

.woocommerce-variation.single_variation{
	margin-bottom: 20px;
}
.product_tab_carousel .product_item__buy{
	margin: 0 auto 30px !important;
}
.price-old{
	margin-bottom: 0;
	line-height: 1;
}

.wpcf7-form label{
	max-width: 100%;
}
.wpcf7-form label input{
	max-width: 100%;
}
.price-old span.woocommerce-Price-amount.amount{
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1;
	color: #848484;
	text-decoration: line-through;
}
.testimonial_rotator_wrap.with-prevnext{
	padding: 0;
}

.v2_shipping_block{
	display:none;
}

.v2_payement_title{
	display:none;
}

.v2_payment_block .wc_payment_methods{
	display:none;
}

#masthead{
	z-index:2 !important;
}

.home header#masthead #cart-total *{
	color:#404040 !important;
}

#masthead #cart-total .woocommerce-mini-cart-item img{
	float:left;
	margin:0 5px 5px 0;
}

#masthead #cart-total .woocommerce-mini-cart__buttons a{
	color:#fff !important;
}

#masthead #cart-total .woocommerce-mini-cart-item .remove_from_cart_button{
	color:#fff !important;
}

.woocommerce-thankyou-order-details .woocommerce-order-overview__payment-method.method{
	display:none;
}

.woocommerce-form-coupon-toggle{
	display:none;
}
.product_item__price del{
	display: block;
    margin-bottom: 18px;
}
.product_item__price ins span.woocommerce-Price-amount.amount {
    font-size: 1.6em;
    line-height: normal;
    background: #ffe3c1;
    padding: 3px;
}
.tax-product_cat .product_item__price{
	font-size: 0.9em;
}
.added-icons {
    position: absolute;
    left: -90px;
    top: -4px;
}
.phone-contatct{
	width: 24px;
	height: 24px;
}
.v2-header-phones{
	position: relative;
}

#site-navigation .red-menu-item a, .sidenav .red-menu-item a{
	color: rgb(255, 62, 62) !important;
}

.woocommerce .product_item__loop__rating .star-rating, .product_item__loop__rating .star-rating{
	float: none;
	display: inline-block;
	margin: 0 auto;
	height: 1em;
	line-height: 1;
}

.product_item__loop__rating{
	margin-bottom: 7px;
	height: 16px;
}
.woocommerce .star-rating span:before, .product_item__loop__rating .star-rating span:before{
	color: #ffc107;
}

.woocommerce-message {
    border-top: 15px solid #4caf50;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    content: "";
    display: table;
    table-layout: fixed;
    background-color: #ececec;
    clear: both;
    width: 100%;
    box-shadow: 0px 0px 15px 0px #b9b9b9;
}

.woocommerce .woocommerce-message a.button{
	color: #ffffff;
    background-color: #4caf50;
}

.pr-banner.top-prodazh {
    width: 80px;
    height: 80px;
    background-image: url(./image/bestprice.png);
    background-size: cover;
}
.pr-banner.bestseller {
    width: 80px;
    height: 80px;
	left: 30px;
	right: auto;
    background-image: url(./image/bestseller.png);
    background-size: cover;
}
.pr-banner {
    position: absolute;
    right: 30px;
    top: 10px;
}
.testimonial_rotator_img.img {
	width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 16px;
}

.testimonial_rotator.template-threepigs img{
	border-radius: 0;
	width: 100%;
	margin: 0;
}

@media (max-width: 640px) {
	.testimonial_rotator_img.img {
		margin: 0 auto;
		margin-top: 16px;
	}
	.testimonial_rotator.template-threepigs img{
		max-width: 100%;
	}
}

h2.product__loop_title{
	text-transform: uppercase;
	font-size: 1.1em;
}
.product__adds-weight{
	
	margin-bottom: 0;
}
#catalog-menu{
	height: 0;
	visibility: hidden;

	margin: 0;
	padding: 0;
	list-style: none;
}
#catalog-menu.opened{
	height: auto;
	visibility: visible;
}
#catalog-menu a{
	display: block;
    padding: 5px 0;
    border-top: 1px solid #313131;
}
#catalog-menu li{
	display: block;
	text-align: center;
}
.open-v2-mobile-menu, .open-v2-filter-catalog{
	background: #2a2a2a;
    border: none;
    display: block;
	font-size: 1.2em;
    width: 100%;
	color: #fff;
    text-align: center;
}
.v2-mobile-menu-wrapper {
    margin-bottom: 12px;
}
body.woocommerce .product_item .product_item__add-to-cart a.button.product_type_variable.add_to_cart_button {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 20px;
    color: #fff;
    background-color: #643915;
    font-weight: 400;
    border-color: #643915;
}
.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #1c1c1c;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

img.custom-logo {
    max-width: 150px;
}

@media(max-width: 410px){
	.added-icons {
		position: absolute;
		left: 0px;
		top: -31px;
	}
}

@media(max-width: 768px){
	#filter-catalog{
		visibility: hidden;
		height: 0;
	}

	#filter-catalog.open{
		visibility: visible;
		height: auto;
	}
}

#nav_menu-3,
#nav_menu-5{
	max-height:290px;
}

body:before{
	content: "";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(https://craft-coffee.com.ua/wp-content/uploads/2022/09/bg-right.png);
	background-repeat:repeat-y;
	background-position:right;
	z-index:-1;
	opacity:0.1;
	position:fixed;
}

body:after{
	content: "";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(https://craft-coffee.com.ua/wp-content/uploads/2022/09/bg-left.png);
	background-repeat:repeat-y;
	background-position:left;
	z-index:-1;
	opacity:0.1;
	position:fixed;
}

@media(max-width:991px){
	body:after{
		display:none;
	}
}

#primary-menu .menu-item:hover > a,
#primary-menu .menu-item .sub-menu .menu-item:hover > a{
	color:#c57029 !important;
}

.product_item__price__prefix{
	color:#333;
	font-weight:normal;
	padding-right:5px;
}

.product_tab_carousel .product_item__image img,
.v2-product-wrapper .product_item__image img{
	border-radius:15px;
}

.product .woocommerce-product-gallery__image{
	border-radius:30px;
}

.v2-seo-table table,
.v2-seo-table table td,
.v2-seo-table table th{
	border:1px solid #333;
	padding:5px 10px;
}

.v2-seo-faq{
	margin-bottom:30px;
}

.v2-seo-faq h3{
	clear:none;
	font-size:20px;
}

.product__loop_title{
	font-weight:bold;
}

.v2-popup-title{
	font-weight:bold;
	text-align:center;
	font-size:25px;
}