/*!
Theme Name: FabrikaCoffee
Theme URI: https://miresta.com/
Author: Miresta
Author URI: https://miresta.com/
Description: Theme for FabrikaCoffee
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: fabrikacoffee
*/

@font-face {
  font-family: 'BebasNeueBold';
  src:   url('../fabrikacoffee/font/BebasNeueBold/BebasNeueBold.eot?#iefix') format('embedded-opentype'),  
  		 url('../fabrikacoffee/font/BebasNeueBold/BebasNeueBold.otf')  format('opentype'),
	     url('../fabrikacoffee/font/BebasNeueBold/BebasNeueBold.woff') format('woff'), 
		 url('../fabrikacoffee/font/BebasNeueBold/BebasNeueBold.ttf')  format('truetype'), 
		 url('../fabrikacoffee/font/BebasNeueBold/BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'custom-icons';
  src: url('../fabrikacoffee/font/custom-icons/custom-icons.eot?24727005');
  src: url('../fabrikacoffee/font/custom-icons/custom-icons.eot?24727005#iefix') format('embedded-opentype'),
       url('../fabrikacoffee/font/custom-icons/custom-icons.woff2?24727005') format('woff2'),
       url('../fabrikacoffee/font/custom-icons/custom-icons.woff?24727005') format('woff'),
       url('../fabrikacoffee/font/custom-icons/custom-icons.ttf?24727005') format('truetype'),
       url('../fabrikacoffee/font/custom-icons/custom-icons.svg?24727005#custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-at:before { content: '\e800'; } /* '' */
.icon-location-dot:before { content: '\e801'; } /* '' */
.icon-phone:before { content: '\e802'; } /* '' */
.icon-cart:before { content: '\e803'; } /* '' */
.icon-instagram:before { content: '\e804'; } /* '' */
.icon-facebook:before { content: '\e805'; } /* '' */
.icon-caret-up:before { content: '\e806'; } /* '' */
.icon-sort-down:before { content: '\e807'; } /* '' */
.icon-caret-right:before { content: '\e808'; } /* '' */
.icon-caret-left:before { content: '\e809'; } /* '' */
.icon-user:before { content: '\e80a'; } /* '' */
.icon-bars:before { content: '\e80b'; } /* '' */
.icon-house:before { content: '\e80c'; } /* '' */
.icon-spinner:before { content: '\e80d'; } /* '' */
.icon-circle-xmark:before { content: '\e80e'; } /* '' */
.icon-circle-check:before { content: '\e80f'; } /* '' */
.icon-circle-question:before { content: '\e810'; } /* '' */
.icon-star-regular:before { content: '\e811'; } /* '' */
.icon-star-solid:before { content: '\e812'; } /* '' */
.icon-plus:before { content: '\e813'; } /* '' */
.icon-minus:before { content: '\e814'; } /* '' */
.icon-circle:before { content: '\e815'; } /* '' */
.icon-edit:before { content: '\e816'; } /* '' */
.icon-check-regular:before { content: '\e817'; } /* '' */
.icon-log-in:before { content: '\e818'; } /* '' */
.icon-view:before { content: '\e819'; } /* '' */
.icon-arrow-narrow-right:before { content: '\e81a'; } /* '' */
.icon-pay:before { content: '\e81b'; } /* '' */
.icon-coffee-spinner:before { content: '\e81e'; } /* '' */
.icon-arrow-right-narrow:before { content: '\e81f'; } /* '' */
.icon-arrow-right-wide:before { content: '\e820'; } /* '' */
.icon-blend:before { content: '\e821'; } /* '' */
.icon-check:before { content: '\e822'; } /* '' */
.icon-smile:before { content: '\e823'; } /* '' */
.icon-taxi:before { content: '\e824'; } /* '' */
.icon-cup:before { content: '\e825'; } /* '' */
.icon-cancel:before { content: '\e826'; } /* '' */
.icon-degust:before { content: '\e827'; } /* '' */
.icon-moped:before { content: '\e828'; } /* '' */
.icon-podbor:before { content: '\e829'; } /* '' */
.icon-cacel:before { content: '\e842'; } /* '' */
.icon-filter:before { content: '\e843'; } /* '' */

@-moz-keyframes spin {
    0% {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @-webkit-keyframes spin {
    0% {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @-o-keyframes spin {
    0% {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @-ms-keyframes spin {
    0% {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes spin {
    0% {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }


::-webkit-scrollbar {
    width: 5px; 
    height: 2px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #f1b810;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #FC8800; 
}

html {
	height: 100%;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #575757;
    line-height: 1.86;
    --m-global-color-blue: #005BBF;
    --m-global-color-dark: #141414;
    --m-global-color-grey: #1D1D1D;
    --m-global-color-yellow: #FFD600;
    font-family: "Montserrat", Sans-serif;
}
main {
	flex: 1 0 auto;
}
footer {
    flex: 0 0 auto;
}
section {
	position: relative;
}

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: 600;
}
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;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #959595;
	margin: 0;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
*:focus-visible {
	outline: 0;
}

html {
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {

}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'BebasNeueBold';
	font-weight: 500;
    line-height: 1.1;
    margin: 20px 0 17px;
    color: #373737;
}
h1{
    color: #fff;
    text-align: center;
}
h1, h2 {
	font-size: 6.58em;
}
h3 {
	font-size: 3.4em;
}
h4 {
	font-size: 2.4em;
}
@media (max-width: 992px) {
	h1, h2 {
		font-size: 5em;
	}	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	    line-height: 1;
	}
}
@media (max-width: 767.99px) {
	h1, h2 {
		font-size: 3em;
	}
	h3 {
		font-size: 2em;
	}
	h4 {
		font-size: 1.8em;
	}	
}
p {
	margin-bottom: 1.1em;
	margin-top: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address, article.info-block {
	font-style: normal;
    display: inline-block;
    background: linear-gradient(to bottom, #fafafa 0%,#f5f5f5 100%);
    padding: 15px 25px;
    border-left: solid 10px #0068b5;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	text-decoration: none;
}
ins {
	color: #f16a10;
    font-weight: 700;
}
del {
    font-size: 0.9em;
    font-weight: 500;
    color: #575757;
    margin: 0 5px;
}
big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}

/* Links
--------------------------------------------- */
a {
	color: #557ae8;
}
a:hover,
a:focus,
a:active {
	color: #191970;
}
a:hover,
a:active,
a:focus {
	outline: 0;
}
/* Forms
--------------------------------------------- */
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, select,
.select2-search--dropdown .select2-search__field, 
.select2-container--default .select2-selection--single {
	display: block;
	font-weight: 400;
	height: auto;
	border-radius: 0;
    border: 1px solid #959595;
    padding: 20px 10px;
    margin: 0 0 15px;
    width: 100%;
    outline: none;
}
.select2-search--dropdown .select2-search__field, 
.select2-container--default .select2-selection--single {
    margin: 0;
}
input.error {
	margin: 0;
}
input:disabled {
	border-color: #ededed;
}
input.error,
textarea.error {
	border-color: #a12629;
}
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,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='10' width='10' viewBox='0 0 129 129'><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51, 51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6, 1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8, 1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z'></path></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
.select2-search--dropdown {
    padding: 8px;
}
.select2-results {
	border-top: 1px solid #ddd;
}
.select2-container--default.select2-container--open .select2-selection--single,
.select2-search--dropdown .select2-search__field {
	margin: 0;
}
.select2-container--default.select2-container--open .select2-selection--single {
	background: #efefef;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
    line-height: 1.15;
	background-position-x: 100%;  
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
	color: #777;
}
.select2-dropdown {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 1px 3px -1px rgba(0,0,0,.3);
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #fff6eb;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #efefef;
    color: #575757;
}
select,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {

}

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

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

/* Navigation
--------------------------------------------- */

.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%;
}


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


a.button,
input[type="submit"],
button {
    display: inline-block;
    background: #f1b810;
    border: 2px solid #f1b810;
    color: #fff;
    font-size: 1rem;
    padding: .95em 1.9em;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
a.button:hover,
input[type="submit"]:hover,
button:hover {
	background: #fff;
	color: #f1b810;
	cursor: pointer;
}
a.button.green:hover,
input[type="submit"].green:hover,
button.green:hover {
	color: #87da52;
}
.button.green,
input[type="submit"].green,
button.green {
	background: #87da52;
	border: 2px solid #87DA58;	
}
.button.big,
input[type="submit"].big,
button.big {
	padding: 27px 40px;	
}
.button.medium,
input[type="submit"].medium,
button.medium {
	padding: 20px 40px;	
}
@media (max-width: 767.99px) {
	a.button,
	input[type="submit"],
	button {
		font-size: .9rem;
	}
	.button.big,
	input[type="submit"].big,
	button.big {
		padding: 20px;	
	}	
	.button.medium,
	input[type="submit"].medium,
	button.medium {
		padding: 20px;	
	}
}
@media (max-width: 480px) {
	a.button,
	input[type="submit"],
	button {
		padding: 15px;
	}	
}

.center {
    text-align: center;
}
.container, .column, .wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
	flex-wrap: wrap;
    box-sizing: border-box;
}
@media (max-width: 992px) {
	.home-page .column,
	.coffee-office-page .column {
		align-items: center;
	}
}
.container {
	max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}
.wrap {
	padding: 10px;
	width: 100%;
	flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.align-center {
    align-content: center;
}
.full {
	width: 100%;
}
.col-33 {
    width: 33.33333333%;
}
.col-40 {
    width: 40%;
}
.col-42 {
    width: 42%;
}
.col-50, .element.col-50{
    width: 50%;
}
.col-58 {
    width: 58%;
}
.col-60 {
    width: 60%;
}
.col-66 {
    width: 66.6666666%;
}
.element:not(:last-child) {
    margin-bottom: 20px;
}
.element {
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.element:not(.content) > * {
	margin: 0;
}

section.section {
    margin: 0 0 80px;
}
@media (max-width: 767.99px) {
.col-33, .col-40, .col-42, .col-50, .col-58, .col-60, .col-66 {
    width: 100%;
}   
}

/* Header
--------------------------------------------- */
.site-header {
    z-index: 10;
    padding: 10px 0 50px;
}
body:not(.home) header {
    background-repeat: no-repeat;
    background-color: #0e0c0a;
    background-position: bottom center;
}
.home header {
	position: absolute;
    width: 100%;
}
header section {
    padding: 10px 0;
}
.site-header .container {
    justify-content: space-between;
}
.site-header .column {
    align-items: center;
}
.site-header .column.col-menu .wrap {
	width: 100%;
}
.site-header .element.top-menu {
    display: flex;
}
.site-header .element.top-menu .element.info-menu, 
.site-header .element.top-menu .element.contact-list {
    width: auto;
}
.site-header .element.top-menu .element.info-menu {
    flex: 1;
}
#info-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'BebasNeueBold';
    line-height: .9;
    padding: .8em 0 0.16em;
}
#info-menu a {
    color: #909090;
    text-decoration: none;
}
#info-menu .current-menu-item a,
#info-menu a:hover {
    color: #F1B810;
}
.site-header .element.contact-list {
    display: none;
}
.element.tel-drop_down {
    width: auto;
}
.site-header .element.contact-list ul,
.element.tel-drop_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    font-size: 1.8em;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    font-family: 'BebasNeueBold';
    line-height: 1.1;
    padding: 0.4em 0.5em 0.16em;
}
.element.tel-drop_down {
    padding: 0.4em 0 0.16em;
}
.element.tel-drop_down ul li {
    padding-top: .2em;
}
.element.tel-drop_down a {
    color: #000;
    text-decoration: none;
}
.element.tel-drop_down > a {
    display: flex;
    align-items: center;
    column-gap: .13em;
    color: #fff;
}
.element.tel-drop_down .icon-list-text {
    padding-top: .1em;
}
.element.tel-drop_down a:hover {
    color: #f1b810;
}
.drop_down-link .carret::before {
    font-size: .8em;
    padding-bottom: .8em;
}
.site-header .element.contact-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;	
    align-items: center;
}
.site-header .element.contact-list .icon-list-icon {
	margin-bottom: 0.1em;
	font-size: .8em;
}
.site-header .col-menu .wrap:has(>.shop-icon) {
    padding: 0;
}
.element.shop-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2em;
	color: #fff;	
}
.element.shop-icon a {
	color: #fff;	
}
.element.shop-icon .account .icon-user:before {
    content: '\e818';
}
.logged-in .element.shop-icon .account .icon-user:before {
    content: '\e80a';
}
.element.shop-icon div:hover,
.element.shop-icon div a:hover {
	cursor: pointer;	
}
.site-header .element {
	margin: 0;	
}
.element.shop-icon .mini-cart:before {
	content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background-color: #f1b810;
    right: -0.3em;
    top: 0.3em;
    font-weight: 700;
}
.element.shop-icon .mini-cart[data-counter="0"]:before {
	display: none;
}

header .header-title {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 35px 0 0;
    margin: 0 0 50px;
}
header .header-title .element.title {
    margin: 0 0 50px;
}
.header-title .element.title > * {
	font-family: 'BebasNeueBold';
    font-weight: 500;
    line-height: 1.1;
	font-size: 6.58em;
	color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    .site-header .container {
        column-gap: 10px;
    }
    .site-header .element.top-menu {
        align-items: center;
        justify-content: space-between;
        column-gap: 5px;
        border-bottom: solid 1px #fff;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .site-header .col-logo .element.shop-icon,
    .site-header .col-menu_bar,
    .site-header .col-tel {
		display: none;
	}
	.site-header .element.contact-list ul {
	    gap: 30px;
	}
	.site-header .column.col-menu {
		flex: 1;
        justify-content: flex-end;
	}
	.element.shop-icon div:hover,
	.element.shop-icon div a:hover {
		color: #f1b810;	
	}
}	
@media (max-width: 1024px) {
	.site-header .site-logo {
		max-width: 145px;
	}
}
@media (max-width: 992px) {
	header .header-title {
	    padding: 30px 0 0;
	}
	header .header-title .element.title {
	    margin: 0 0 35px;
	}
	.header-title .element.title > * {
		font-size: 5em;
		line-height: 1;
	}
}	
@media (max-width: 767.99px) {
	.site-header {
		position: fixed;
	    bottom: 0;
	    width: 100%;
	    height: 73px;
	    background: #000;
		border-top: solid 1px #333;
	}
	.site-header .column {
		flex: 1;
		border-right: solid 1px #333;
	}
    .site-header .element.top-menu .element.info-menu,
    .site-header .element.tel-drop_down {
        display: none;
    }
	.site-header .col-logo {
		order: 1;
	}
	.site-header .col-menu {
		order: 2;
        flex: 4;
	}
	.site-header .col-mini-cart {
		order: 3;
	}
	.site-header .col-tel {
		order: 4;
	}
	.site-header .col-account {
		order: 5;
		border: none;
	}
	.site-header .wrap{
		padding: 0;
	}
	.site-header .element.shop-icon {
	    z-index: 100000;
		justify-content: center;
	}
	.site-header .element.shop-icon .mini-cart {
	    position: relative;
	}
	.site-header .column.col-menu .wrap {
	    width: 100%;
	}
	.site-header .element.contact-list {
	    display: none;
	}
	.site-header .column.col-logo .element.logo-menu{
		display: none;
	}
	.open-m-menu .site-header .menu-icon,
	.open-m-cont .site-header .tel-icon {
		color: #f1b810;	
	}
	header .header-title {
	    padding: 20px 0 0;
	    margin: 30px 0 50px;
	}
	header .header-title .element.title {
	    margin: 0 0 15px;
	}
	.header-title .element.title > * {
		font-size: 3em;
	}	
}
@media (max-width: 300px) {
	.site-header .wrap{
		padding: 0 5px;
	}
	.element.shop-icon {
	    font-size: 1.6em;
	}
	.site-header {
	    height: 63px;
	}
}
/* Page Title
--------------------------------------------- */
.title-section {
    margin: 2em 0;
}
.contact-page .title-section {
    margin-bottom: 0;
}
.contact-page .title-section .container {
    padding: 0;
}
.woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    overflow: auto clip;
    white-space: nowrap;
    width: 100%;
    font-weight: 400;
    margin-bottom: 20px;
}
.woocommerce-breadcrumb a {
    text-decoration: none;
    color: #000;
}
.woocommerce-breadcrumb a:hover {
    color: #557ae8;
}
h1.page-title,
h2.page-title {
    margin: 0;
    text-align: left;
    color: #373737;
    font-size: 3.2rem;
}
.archive h1.page-title {
    margin-bottom: 20px;
}
@media (max-width: 767.99px) {
    h1.page-title,
    h2.page-title {
        font-size: 2.4rem;
    }
}

/* Navigation
--------------------------------------------- */


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

.main-navigation ul ul,
.drop_down-block {
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
  background-color: #fff;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  flex-direction: column;
  padding: 10px 15px;
  gap: 0.2em;
}

.main-navigation li {
  position: relative;
  margin: 0;
}

body .main-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.85em;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  font-family: 'BebasNeueBold';
  line-height: .9;
  padding: .4em 0 0.16em;
}
.main-navigation .current-menu-item > a, .main-navigation .menu-item:hover > a {
    color: #f1b810;;
}
.header-menu .menu-item-has-children > a:after {
  font-family: "custom-icons";
    content: "\e807";
    padding-left: .3em;
    font-size: .7em;
    line-height: .6;
}
.main-navigation ul li.focus > ul {
    left: auto;
}
.element.contact-list #call-back {
	display: none;
}
.element.contact-list #call-back .title {
	font-size: 2em;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin: 0 0 0.5em;
}

@media screen and (min-width: 768px) {
  .m-logo {
  	display: none;
  }	
  .main-navigation {  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main-navigation .header-menu-block {
    width: 100%;
  }
  .main-navigation ul {
    display: flex;
    justify-content: space-between;
  }
  .main-navigation ul.menu {
    align-items: center;
    gap: 1em;
  }
  .main-navigation ul li:hover > ul,
  .drop_down-menu.active > .drop_down-block,
  .drop_down-menu:hover > .drop_down-block {
    left: auto;
  }
  .main-navigation ul ul a {
  	white-space: nowrap; 
  	padding: .2em .2em .08em;
    font-size: 1.5em;
    color: #000;
  }
  .main-navigation .header-mobile-info-menu-block {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
	body .main-navigation a {
		padding: 0.4em 0 0.16em;
		font-size: 1.8em;
	}
}

@media screen and (max-width: 767.99px) {
  body.open-m-menu,
  body.open-m-cont  {
    position: fixed;
  }
  .m-logo {
  	z-index: 10;
  }
  .m-logo .wrap {
	flex-wrap: nowrap;
  }
  .m-logo .site-logo {
  	max-width: 130px;
    margin: auto;
  }   
  .site-header .main-navigation.toggled,
  .site-header .element.contact-list.toggled {
    position: fixed;
    background: #000;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 73px;
    width: 100%;
    align-items: start;
    padding: 40px 0 20px;
    justify-content: center;
    overflow: auto;
  }
  .site-header .element.contact-list.toggled {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    margin-bottom: 0;
	    padding: 10px;
	}
	.site-header .element.contact-list.toggled ul {
		flex-direction: column;
	    align-items: center;
	    font-size: 2.5em;
	}
	.site-header .element.contact-list.toggled ul li {
		margin-bottom: 0.5em;
	}	
  body .main-navigation.toggled a {
    justify-content: center;
    font-size: 3.5em;
    text-align: center;
  }
  body .main-navigation.toggled .menu-item-has-children > a {
    margin-left: 14px;
  }   
  .main-navigation .header-menu {
    width: 100%;
  }
  .main-navigation ul li.focus > ul {
    position: relative;
    float: none;
    background-color: #ffffff20;
  }
  .main-navigation.toggled ul {
    display: block;
  }
  .element.contact-list #call-back {
	display: flex;
    flex-direction: column;
    max-width: 280px;
    width: 100%;
  }
}
@media (max-width: 300px) {
  .site-header .main-navigation.toggled,
  .site-header .element.contact-list.toggled  {
    bottom: 63px;
  }
  body .main-navigation.toggled a {
    font-size: 3em;
  }
}


/* Footer
--------------------------------------------- */
footer {
    padding: 95px 0 0;
    background-color: #161616;
    background-position: top center;
    background-repeat: no-repeat;
}
footer .element.menu ul,
.element.contact-list ul {
	padding: 0;
	margin: 0;
    list-style: none;
}
footer .element.menu ul li,
footer .element.contact-list ul li {
	padding-bottom: 10px;
}
footer .element.menu a,
.element.contact-list .icon-list-item, 
.element.contact-list a {
	color: #fff;
    text-decoration: none;   
    font-weight: 600; 
    padding-top: .1em;
}
footer .element.menu a {
	text-transform: uppercase;
}
footer .element.menu a:hover, 
.element.contact-list a:hover {
    color: #f1b810;  
}
footer .container {
	justify-content: space-between;
}
footer section.copyright {
	padding-top: 40px;
}
footer .element.copyright-text {
	color: #ccc;
    text-align: center;
    padding: 20px 0 10px;
    font-size: 17px;
    border-top: 1px solid #474747;
    font-family: 'BebasNeueBold';
}

.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.social-icon {
    font-size: 1.5em;
    padding: 5px 10px;
}
.social-icon.rounded a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #87da52;
    border: solid 1px #87da52;
    border-radius: 50px;
    padding: 10px;
}.social-icon.rounded a:hover {
    color: #fff;
    background: #87da52;
}
.social-icon i {
    width: 1em;
    height: 1em;
    position: relative;
}
.social-icon a i:before {
	margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767.99px) {
	footer .column {
	    width: 100%;
	}
	footer .wrap {
	    text-align: center;
	}
	.social-icons {
	    justify-content: center;
	}
	footer .element.copyright-text {
	    padding: 20px 0 80px;
	}
}

/* Popup
--------------------------------------------- */
.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    z-index: 100000;
    pointer-events: none; 
}
.popup__bg.active { 
    pointer-events: all; 
}
.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 50px)) scale(1);
    width: 420px;
    height: auto;
    overflow: auto;
    max-width: 100vw;
    max-height: 100vh;
    padding: 40px 20px;
    background: #fff;
}
@media (max-width: 420px){
	.popup {
	    width: 100vw;
	    padding: 40px 10px;
	    border-radius: 0;
	}  
}
.close-popup {
    position: absolute;
    top: 19px;
    right: 17px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.close-popup span {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #242121;
    transform-origin: left center;
    left: 4px;
}
.close-popup:hover span {
    background: #f1b810;
}
.close-popup span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
}
.close-popup span:nth-child(2) {
    transform: rotate(-45deg);
    top: 18px;
}

.popup .element.title h4 {
    color: #242121;
    font-size: 3.4em;
}
.popup form button {
	position: relative;
	width: 100%;
}

form .message-error, form .message-success {
  margin-left: 10px;
}
.message-error {
  color: red;
}
.message-error,
.message-success,
.message-error .ico,
.message-success .ico,
.fbcf-form .loading .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.element.form > .message-error,
.element.form > .message-success,
.element.contact-list > .message-error,
.element.contact-list > .message-success {
  margin-top: 10px;
  justify-content: center;
}
.element.contact-list > .message-error,
.element.contact-list > .message-success {
  color: #fff;
}
.element.form .message-error .ico,
.element.form .message-success .ico,
.element.contact-list .message-error .ico,
.element.contact-list .message-success .ico {
    margin-right: 10px;
    font-size: 28px;
    color: red;
}
.element.form .message-success .ico,
.element.contact-list .message-success .ico {
    color: #37b135;
}

.fbcf-form .ico {
    display: none;
    margin-left: 5px;
}
.fbcf-form .loading .ico:before {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
.popup-open {
    overflow: hidden;
}
.popup-open .grecaptcha-badge { 
    visibility: visible;
    z-index: 100001;
}


.grecaptcha-badge { 
    visibility: hidden;
}

#form-field-captcha {
    display: none;
}

.woocommerce-password-strength {
	text-align: center;
}
.woocommerce-password-strength.short,
.woocommerce-password-strength.bad {
	color: #a12629;
}
.woocommerce-password-strength.good {
	color: #f1b810;
}
.woocommerce-password-strength.strong {
	color: #4fbe08;
}

/* Home
--------------------------------------------- */
.parallax-background {
	background-repeat: no-repeat;
    background-attachment: fixed;
    transition: transform 0.1s ease-out 0s;
}
@media (max-width: 767.99px) {
	.parallax-background {
		background-attachment: local;
	}	
}
.floating-bg {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.floating-bg img {
	transition: transform 0.25s ease-out 0s;
}
.column.full .title {
	text-align: center;
}
.home-page a.button:before,
.home-page a.button:after,
.home-page button:before,
.home-page button:after,
.coffee-office-page a.button:before,
.coffee-office-page a.button:after,
.coffee-office-page button:before,
.coffee-office-page button:after {
	content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    height: 1px;
}
@media (max-width: 1024px) {
	.home-page a.button:before,
	.home-page a.button:after,
	.home-page button:before,
	.home-page button:after,
	.coffee-office-page a.button:before,
	.coffee-office-page a.button:after,
	.coffee-office-page button:before,
	.coffee-office-page button:after {
		display: none;
	}
}
.element.phones ul,
.element.address ul {
    padding: 0;
}
.element.phones li,
.element.address li {
	list-style: none;
	color: #242121;
}
.element.phones a,
.element.address a {
	color: #242121;
    text-decoration: none;
}

.home-page #banner {
	background-color: #0a0a0a;
	z-index: 1;
	padding-top: 150px;
}
.home-page #banner .img-box {
	text-align: center;
}
.home-page #banner .img-box.slogan {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: -40px;
}
.home-page #banner .img-box.slogan img {
    padding: 40px 0;
}
.home-page #banner .img-box.cup {
	margin-bottom: -200px;
}
.home-page #banner .img-box.cup img {
	width: 840px;
	margin-left: -45px;
}
@media (max-width: 767.99px) {
	.home-page #banner {
		padding-top: 125px;
	}
	.home-page #banner .img-box.slogan img {
	    max-width: 60%;
	}
	.home-page #banner .img-box.cup {
	    margin-bottom: -25%;
	}
	.home-page #banner .img-box.cup img {
	    margin-left: -6%;
	}
}

.home-page #history {
	padding-top: 240px;
	background-position: 13% 100%;
}
.home-page #history .element.img-box img {
    margin-top: -55px;
}
@media (max-width: 1420px) {
	.home-page #history {
		background-position-x: 10px;
	}
}
@media (max-width: 1024px) {
	.home-page #history .element.img-box img {
	    margin-top: 0;
	}
}
@media (max-width: 767.99px) {
	.home-page #history {
	    padding-top: 20%;
	    background: none !important;
	}
	.home-page #history .container{    
		background-repeat: no-repeat;
    	background-size: contain;
    	background-position: top center;
	}	
}

.home-page #who-we-are {
	padding: 100px 0 200px;
	background-position: 35% 50%;
}
@media (max-width: 767.99px) {
	.home-page #who-we-are {
	    padding: 40px 0;
	    background-size: contain;
	    background-position: center center;
	}
}
.home-page #production {
	background-position: 50% 50%;
}
.home-page #production,
.home-page #production h2,
.home-page #production strong,
.home-page #coffee-office,
.home-page #coffee-office h2,
.home-page #coffee-office p,
.home-page #we-on-instagram h2 {
	color: #fff;
}
.home-page #production .element.content {
	line-height: 1.6;
}
.home-page #production .element.title {
	margin-top: 140px;
}
.big-letter-spasing {
	letter-spacing: 1.5px;	
}
@media (max-width: 767.99px) {
	.big-letter-spasing {
		letter-spacing: initial;	
	}	
}
.bignumber {
	list-style: none;
    padding: 0;
    margin: 0;
	position: relative;
    z-index: 1;
}
.bignumber li {
	display: flex;
    align-items: center;
    font-size: .93em;
    line-height: 1.75;
    margin-bottom: 15px;    
}
.bignumber li span {
	position: relative;
	padding: 10px;
	margin-right: 20px;
    font-family: 'BebasNeueBold';
    font-size: 5.55em;
    line-height: .85;
}
.bignumber li span::before {
	content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 24px;
    background: #0095ff;
    z-index: -1;
}
.home-page #production .element.video-img-box {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.home-page #production .element.video-img-box video {
	margin-top: -40px;
	max-width: 80%;
}
.home-page #production .element.video-img-box img {
	position: absolute;
    top: 45%;
    margin-right: -10px;
}
.home-page #production .element.button {
	text-align: center;
	margin: 24px 0 40px;
}
.home-page #production a.button:before {
    left: 0;
    width: calc(50% - 150px);
    height: 2px;
    background: #fff;
}
@media (max-width: 992px) {
	.home-page #production .element.title {
		margin-top: 70px;
	}
	.home-page #production .element.video-img-box video {
	    margin-top: -60px;
	}
}
@media (max-width: 767.99px) {
	.home-page #production {
	    padding: 40px 0;
	    background-size: cover;
	    background-position: top right;
	}
	.home-page #production .element.title {
	    margin-top: 30px;
	}
	.m-hide {
	    display: none;
	}
	.home-page #production .element.button {
	    margin: 0 0 20px;
	}
	.bignumber li span {
	    font-size: 4em;
	}
	.home-page #production .col-50 {
		background-repeat: no-repeat;
    	background-size: contain;
    	background-position-y: 15px;
	}		
}

.home-page #individual-coffee {
	padding: 180px 0 100px;
	background-position: 64% 50%;
}
.home-page #individual-coffee .call-to-action {
	max-width: 365px;
}
.home-page #individual-coffee  a.button:after {
    right: 0;
    width: calc(60% - 110px);
    background: #ccc;
}
@media (max-width: 767.99px) {
	.home-page #individual-coffee {
	    background: none !important;
	    padding: 40px 0 20px;
	}
	.home-page #individual-coffee .col-58 {
		background-repeat: no-repeat;
    	background-size: contain;
	}		
}	

.home-page #your-coffee-shop {
	background-position: 50% 50%;
	padding: 80px 0 20px;
}
.home-page #your-coffee-shop .element.img-box {
    display: none;
}
.home-page #your-coffee-shop .element.call-to-action {
    max-width: 465px;
}
.home-page #your-coffee-shop .element.phones {
    font-size: 6.55em;
    line-height: 1;
    font-family: 'BebasNeueBold';
}
.home-page #your-coffee-shop a.button:before {
    left: -110px;
    height: 2px;
    width: 120px;
    background: #ccc;
}
@media (max-width: 1359px) {
	.home-page #your-coffee-shop {
		background-position-x: 10px;
	}
}
@media (max-width: 992px) {
	.home-page #your-coffee-shop {
		background-size: 135vw;
	}
	.home-page #your-coffee-shop .element.phones {
	    font-size: 5em;
	}	
}
@media (max-width: 767.99px) {
	.home-page #your-coffee-shop {
	    background: none !important;
	    padding: 20px 0;
	}	
	.home-page #your-coffee-shop .element.img-box {
	    display: block;
	}
	.home-page #your-coffee-shop .col-58 {
		background-repeat: no-repeat;
    	background-size: contain;
	}	
	.home-page #your-coffee-shop .element.call-to-action {
	    max-width: 100%;
	    text-align: center;
	}
	.home-page #your-coffee-shop .element.phones {
	    font-size: 4em;
	    text-align: center;
	}
}

.home-page #coffee-office {
	background-position: 50% 50%;
	padding: 150px 0 200px;
}
.home-page #coffee-office .element.call-to-action {
	margin-bottom: 60px;
	font-size: 1.15em;
}
.home-page #coffee-office a.button:after{
    left: 365px;
    width: 290px;
    height: 2px;
    background: #fff;
}
@media (max-width: 767.99px) {
	.home-page #coffee-office {
	    padding: 40px 0;
	    background-size: cover;
	}
	.home-page #coffee-office .element.call-to-action {
	    margin-bottom: 20px;
	    text-align: center;
	}
}

.home-page #rent-coffee-machines {
	background-position: 50% 50%;
	padding: 60px 0;
}
.home-page #rent-coffee-machines .element.title {
	margin-top: 40px;
	max-width: 400px;
}
.home-page #rent-coffee-machines .element.content {
	margin-bottom: 60px;
}
.home-page #rent-coffee-machines a.button:before {
    left: -310px;
    height: 2px;
    width: 320px;
    background: #ccc;
}
@media (max-width: 992px) {
	.home-page #rent-coffee-machines .element.content {
		margin-bottom: 40px;
	}	
}
@media (max-width: 767.99px) {
	.home-page #rent-coffee-machines {
	    background-size: contain;
	}
	.home-page #rent-coffee-machines .element.title {
	    max-width: 100%;
	}	
}

.home-page #we-on-instagram {
	background-position: 50% 50%;
	padding: 200px 0 100px;
}
.home-page #we-on-instagram .title {
	margin-bottom: 60px;
}
@media (max-width: 767.99px) {
	.home-page #we-on-instagram	{
		background-size: cover;
		padding: 40px 0;
	}
	.home-page #we-on-instagram .title {
	    margin-bottom: 10px;
	}
}

#contacts {
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 75px;
	padding: 60px 0;
	margin-bottom: -28px;
    position: relative;
}
#contacts .element.title {
	margin: 40px 0 50px;
}
#contacts .element.phones {
    font-size: 2.25em;
    line-height: 1;
    font-weight: 600;
    margin-top: 5px;
}
#contacts .element.phones li {
    margin-bottom: 20px;
}
#contacts .element.address {
	font-size: 1.5em;
}
.element.address li a {
	display: inline-flex;
    align-items: center;
}
.element.address li a i {
	margin-right: 5px;
}
#contacts .element.form h3 {
	font-size: 3.4em;
	margin-bottom: 20px;
}
.element.form button,
.element.contact-list button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;	
	position: relative;
	width: 100%;
}
#contacts .element.form button:before {
    left: -310px;
    height: 2px;
    width: 320px;
    background: #ccc;
}

@media (max-width: 1024px) {
	#contacts .element.phones {
		font-size: 2.2em;
    	margin-bottom: 10px;
	}
	#contacts {
		background-position-y: bottom;
	}
}
@media (max-width: 992px) {
	#contacts {
		padding: 0;
		background-size: cover;
    	background-position-x: -40px;
	}
	#contacts .column.col-50 {
		width: 100%;
	}
	#contacts .column.col-33,
	#contacts .column.col-66 {
		width: 50%;
	}
	#contacts .element.title {
		margin: 20px 0 0;
	}
	#contacts .element.form form {
		max-width: 320px;
	}
}
@media (max-width: 767.99px) {
	.home-page .element.title h2,
	.home-page .element.button,
	.home-page .element.img-box,
	.coffee-office-page .element.title h2,
	.coffee-office-page .element.button,
	.coffee-office-page .element.img-box  {
		text-align: center;
	}
	#contacts {
		padding-top: 16%;
		margin-top: 0;
		background-size: contain;
    	background-position-y: calc(100% - 280px);
    	margin-bottom: 0;
	}
	#contacts .column.col-33,
	#contacts .column.col-66 {
		width: 100%;
	}
	#contacts .element.phones {
		font-size: 1.5em;
    	text-align: center;
	}
	#contacts .element.address {
		font-size: 1em;
		text-align: center;
		margin-bottom: 25px;
	}	
	#contacts .element.form {
	    text-align: center;
	}		
	#contacts .element.form h3 {
		font-size: 2em;
	}
	#contacts .element.form form {
	    max-width: 100%;
	    margin: auto;
	}	
}

/* Coffee to ofice
--------------------------------------------- */
#choose-products {
	padding: 60px 0px;
    background-position: 65% 50%;
}
#choose-products .element.img-box img {
    margin-top: -35px;
}
#choose-products .element.title {
	margin-top: 65px;
}
#choose-products a.button:before {
    left: -310px;
    height: 2px;
    width: 320px;
    background: #ccc;
}
@media (max-width: 992px) {
	#choose-products .element.title {
		margin-top: 0;
	}
}
@media (max-width: 767.99px) {
	#choose-products {
	    background-size: contain;
	}
}

#tasting {
    background-position: 50% 50%;
    padding: 150px 0 200px;
}
#tasting,
#tasting h2,
#tasting strong  {
    color: #fff;
}
#tasting a.button:after {
    left: 390px;
    height: 2px;
    width: 120px;
    background: #ccc;
}
@media (max-width: 767.99px) {
	#tasting {
	    padding: 70px 0;
	    background-size: cover;
	}
	#tasting .element.content {
	    text-shadow: 1px 1px 2px #1d1d1d;
	}
}

#tasting-set {
	padding: 60px 0px;
    background-position: 50% 50%;
}
#tasting-set .element.title {
	margin-top: 100px;
}
#tasting-set a.button:before {
    left: -170px;
    height: 2px;
    width: 180px;
    background: #ccc;
}
@media (max-width: 992px) {
	#tasting-set .element.title {
		margin-top: 0;
	}
}
@media (max-width: 767.99px) {
	#tasting-set {
	    background-size: contain;
	}
}

.grid-2,
.grid-3 {
    display: grid;
    gap: 20px;
}
.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
    grid-template-columns: repeat(3, 1fr);    
}
.landing-content {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
}
.list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 40px 10px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
h3.item-title {
    color: #171717;
    font-size: 1.3rem;
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 0;
}
.list-item .description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #171717;
}
.list-item .description p {
    margin: 0;
}
.item-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F1B810;
    font-size: 2rem;
}
.item-ico:before {
    margin: 0;
}
@media (max-width: 992px) {
    .list-item {
        flex-direction: column;
        padding: 30px 20px;
    }
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767.99px) {
    .landing-content {
        font-size: 1rem;
    }
    .grid-2,
    .grid-3 {
        grid-template-columns: 1fr;
    }
    .list-item .description {
        font-size: .9rem;
    }
}

/* Delivery and Payments page
--------------------------------------------- */
.delivery_and_payments-page .title-section {
    margin: 2em 0 0;
}
.delivery_and_payments-page .woocommerce-breadcrumb {
    margin: 0;
}

.element.delivery-item {
    display: flex;
    gap: 10px 20px;
    background: #F6F6F6;
    height: 100%;
    padding: 30px;
}
.element.delivery-item .ico {
    font-size: 2.75rem;
}
.element.delivery-item .title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    margin: 0 0 10px;
    min-height: 50px;
    line-height: 1;
}
.element.delivery-item .description {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}
.element.delivery-item p {
    margin: 0;
}

.element.payment-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
    height: 100%;
    padding: 45px 30px;
}
.element.payment-item .payment-text {
    font-size: 1.4rem;
    font-weight: 600;
    color: #171717;
    text-align: center;
    line-height: 1.2;
}
#payment .return-text {
    text-align: center;
}

#bonuses h2.page-title {
    text-align: center;
    width: 100%;
}
.element.bonus-item {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.bonus-content {
    color: #171717;
    background-color: #F6F6F6;
    padding: 50px;
    width: 50%;
}
.bonus-content h3.item-title {
    margin: 0 0 20px;
}
.bonus-item:nth-child(even) .bonus-content {
    order: 1;
}
.bonus-content .landing-content p {
    margin: 0;
}
.bonus-image {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#free_rent h2.page-title {
    margin: 0 0 20px;
}
#free_rent .column .wrap {
    justify-content: center;
}
#feedback .img-box {
    display: flex;
    justify-content: center;
}
#feedback .img-box img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: .9;
    max-width: 400px;
}
#feedback .col-form {
    justify-content: center;
}
#feedback .col-form .wrap {
    max-width: 450px;
    justify-content: center;
    gap: 10px 0;
}
#feedback .element {
    margin: 0;
}

@media (max-width: 992px) {
    .element.delivery-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 20px;
    }
    .element.delivery-item .title {
        justify-content: center;
    }
    .element.delivery-item .description {
        font-size: 1rem;
    }
    .element.payment-item {
        padding: 30px 20px;
    }
    .element.payment-item .payment-text {
        font-size: 1.3rem;
    }
    .element.bonus-item {
        gap: 20px;
        margin-bottom: 20px;
    }
    .bonus-content {
        padding: 30px;
    }
    #feedback .column {
        width: 50%;
    }
}

@media (max-width: 767.99px) {
    .element.delivery-item .title {
        min-height: auto;
        margin: 10px 0;
    } 
    .element.bonus-item {
        flex-direction: column;
    }
    .bonus-content {
        width: 100%;
    }
    .bonus-image {
        width: 100%;
        height: 185px;
    }
    .bonus-item:nth-child(even) .bonus-content {
        order: 0;
    }
    #feedback .column {
        width: 100%;
    }
    #feedback .col-img {
        display: none;
    }
}
@media (max-width: 440px) {
    .bonus-content {
        padding: 30px 20px;
    }
}

/* Equipment Rental page
--------------------------------------------- */
#equipment_rental-description .col-50 .wrap {
    justify-content: center;
}
#equipment_rental-description .element.img-box img {
    padding: 0 30px;
}
.element.coffee_machine-list {
    gap: 30px 20px;
}
.coffee_machine-item .img-box {
    flex: 1;
}
.coffee_machine-item .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 2;
    height: 100%;
    gap: 20px 0;
}
.coffee_machine-item h3.item-title {
    margin: 0 0 20px;
}
.button.with-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.button .ico.icon-arrow-narrow-right {
    font-size: .8em;
    padding-bottom: .1em;
}
#service_and_support .landing-content {
    max-width: 770px;
}
.element.service_and_support-list {
    gap: 20px 30px;
}
.list-item.service_and_support-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 25px 30px;
}
.service_and_support-item h3.item-title {
    margin: 0;
}

@media (max-width: 992px) {
    #equipment_rental-description .element.img-box img {
        padding: 0;
    }
    .coffee_machine-item .img-box img {
        max-height: 200px;
        object-fit: contain;
    }
    .element.service_and_support-list {
        gap: 20px;
    }
}
@media (max-width: 767.99px) {
    #equipment_rental-description .element.img-box {
        max-width: 500px;
    }
}
@media (max-width: 440px) {
    .list-item.service_and_support-item {
        padding: 25px 15px;
    }
}

/* For a Coffee Shop page
--------------------------------------------- */
#coffee-shop-main {
    display: flex;
    align-items: center;
    height: 50vw;
    min-height: 600px;
    margin-top: -40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#coffee-shop-main .element.over-bg-box {
    padding: 80px 60px 80px calc((100% - 1170px) / 2);
    max-width: 680px;
    background-color: #171717B2;
    box-sizing: content-box;
}
#coffee-shop-main .over-bg-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
    padding: 10px;
}
.element.over-bg-box .page-title,
.element.over-bg-box .landing-content,
.element.over-bg-box .landing-content strong {
    color: #fff;
}
.element.over-bg-box .page-title {
    font-size: 2.8rem;
    line-height: 1;
}

.coffee-shop-page h2.page-title {
    width: 100%;
    text-align: center;
}

.element.problems-list {
    gap: 20px 30px;
}
.problems-item {
    gap: 10px 30px;
    align-items: flex-start;
    padding: 25px;
}
.problems-item .item-ico {
    font-size: 2.5rem;
    color: #000;
}
.problems-item .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#good-news {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#good-news .top-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
#good-news .top-icon .ico {
    font-size: 80px;
}
#good-news .over-bg-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0;
}
#good-news .over-bg-wrap {
    padding: 35px 60px 25px;
    background-color: #171717B2;
}
#good-news .over-bg-box .title-text {
    font-family: 'BebasNeueBold';
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    margin: 0;
}

.why-fabrika-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    gap: 15px;
}
.why-fabrika-item .ico {
    font-size: 2.3rem;
}
#why-fabrika .element.button-wrap {
    text-align: center;
    margin-top: 20px;
}

.coffee_shop-machine-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px;
}
.coffee_shop-machine-item a {
    text-decoration: none;
    width: 100%;
}
.coffee_shop-machine-item img {
    object-fit: contain;
    width: 100%;
    max-height: 300px;
    aspect-ratio: 1;
}
.coffee_shop-machine-item h3.item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 2em;
    margin: 20px 0 10px;
}
.coffee_shop-machine-item a:hover h3.item-title {
    color: #f1b810;
}
.coffee_shop-machine-item .description {
    text-align: center;
    color: #171717;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1rem;
}

#offer-for-coffee-shop {
    background-color: #17171780;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#offer-for-coffee-shop .wrap {
    align-content: center;
}
#offer-for-coffee-shop .text-box {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
    max-width: 750px;
    text-align: center;
    margin: 80px 0;
}

#our_coffee .landing-content {
    max-width: 700px;
}

.element.products-slider {
    overflow: hidden;
    margin: 20px 0;
}
.product-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #171717;
    padding: 20px;
    box-sizing: border-box;
}
.product-slide a {
    text-decoration: none;
    text-align: center;
}
.product-slide .product-slide-thumb img {
    max-height: 150px;
    object-fit: contain;
}
.product-slide h3.product-slide-title {
    color: #171717;
    font-size: 1.5rem;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    margin: 0;
}
.product-slide .attribute-sklad {
    text-align: center;
    line-height: 1.4;
}
.product-slide .product-slide-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
}
.product-slide .product-slide-price del {
    margin: 0;
}
.product-slide .add_to_cart_inline {
    display: flex;
    justify-content: center;
    margin: 0;
}
.product-slide .add_to_cart_inline a.add_to_cart_button {
    border-color: #171717;
    background: #fff;
    color: #171717;
}
.product-slide .add_to_cart_inline a.add_to_cart_button:hover {
    background: #f1b810;
    border-color: #f1b810;
    color: #fff;
}
.product-slide .added_to_cart.wc-forward {
    display: none !important;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 1000;
    font-size: 2em;
    color: #171717;
    cursor: pointer;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev .ico:before {
    transform: rotate(180deg);
}

.element.icons-way {
    display: flex;
    justify-content: space-between;
}
.icons-way-item-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px 0;
}
.icons-way-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
    padding: 20px 10px;
    max-width: 190px;
}
.icons-way-divider-text {
    display: none;
    color: #171717;
    font-size: 1.8rem;
    text-transform: uppercase;
}
.icons-way-item .ico {
    display: flex;
    color: #F1B810;
    font-size: 3.1rem;
}
.icons-way-item .ico:before {
    width: auto;
    margin: 0;
}
.icons-way-item .text {
    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    min-height: 2.4em;
}
.icons-way-arrow {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.icons-way-arrow .ico {
    font-size: 1.8rem;
    color: #171717;
}
.icons-way-arrow .ico:before {
    display: flex;
    justify-content: center;
    width: .6em;
    margin: 0;
}

.element.product-reviews-slider {
    overflow: hidden;
    margin: 20px 0;
}
.comment-slide {
    display: flex;
    justify-content: center;
    padding: 20px 60px;
    color: #171717;
    box-sizing: border-box;
}
.comment-slide .comment_container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 740px;
}
.comment-slide p {
    line-height: 1.4;
    margin: 0;
}
.commentlist .comment-slide .star-rating,
.comment-slide .woocommerce-review__author {
    font-size: 1.4rem;
}
.comment-slide .woocommerce-review__dash {
    display: none;
}
.comment-slide time {
    display: block;
    color: #909090;
    font-weight: 400;
}
.comment-slide .description {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
}
.comment-product a {
    text-decoration: none;
    color: #171717;
    font-size: 1.1rem;
    line-height: 1.4;
}
.comment-product a:hover {
    color: #FF7700;
}

.element.сall_to_action {
    display: flex;
    align-items: center;
    gap: 30px;
}
.element.сall_to_action .ico {
    display: flex;
    font-size: 4.6rem;
    color: #F1B810;
}
.element.сall_to_action .ico:before {
    margin: 0;
}
.element.сall_to_action .text {
    font-size: 2.4rem;
    line-height: 1.1;
    color: #171717;
    font-weight: 600;
}
.element.сall_to_action .text p {
    margin: 0;
}
.element.сall_to_action .text strong {
    font-weight: 800;
}

@media (max-width: 992px) {
    #coffee-shop-main {
        height: 65vw;
    }
    #coffee-shop-main .element.over-bg-box {
        padding: 40px 30px 40px 0;
    }
    .element.problems-list {
        gap: 20px;
    }
    .icons-way-item {
        padding: 20px 5px;
    }
    .icons-way-item .text {
        font-size: .9em;
    }
    .element.сall_to_action {
        gap: 20px;
    }
    .element.сall_to_action .text {
        font-size: 2rem;
    }
}

@media (max-width: 767.99px) {
    #coffee-shop-main .element.over-bg-box {
        padding: 40px 0;
    }
    #coffee-shop-main {
        margin-top: 0;
    }
    #good-news .over-bg-wrap {
        padding: 25px 20px 15px;
    }
    #good-news .over-bg-box .title-text {
        font-size: 2.4rem;
    }
    .icons-way-item-wrap {
        gap: 0;
    }
    .element.icons-way {
        flex-direction: column;
        align-items: center;
    }
    .icons-way-item .text {
        min-height: auto;
    }
    .icons-way-arrow .ico:not(:first-child) {
        display: none;
    }
    .icons-way-arrow .ico:before {
        transform: rotate(90deg);
    }
    .icons-way-divider-text {
        display: block;
    }
    .element.сall_to_action {
        gap: 10px;
    }
    .element.сall_to_action .text {
        font-size: 1.4rem;
    }
}

@media (max-width: 440px) {
    #coffee-shop-main .over-bg-wrap {
        gap: 10px 0;
    }
    .element.over-bg-box .page-title {
        font-size: 2.2rem;
    }
    .problems-item,
    .why-fabrika-item {
        padding: 25px 15px;
    }
    .coffee_shop-machine-item {
        padding: 20px 10px;
    }
    .coffee_shop-machine-item .description {
        font-size: .9rem;
    }
    #offer-for-coffee-shop .text-box {
        font-size: 1.1rem;
        margin: 40px 0;
    }
    .product-slide h3.product-slide-title {
        font-size: 1.3rem;
    }
    .product-slide .attribute-sklad {
        font-size: .9em;
    }
    .swiper-button-prev, .swiper-button-next {
        font-size: 1.6rem;
    }
    .swiper-button-prev .ico:before,
    .swiper-button-next .ico:before {
        margin: 0;
        width: .8em;
    }
    .comment-slide {
        padding: 20px 25px;
    }
    .comment-product a {
        font-size: 1rem;
        line-height: 1.2;
    }
    .comment-slide .comment_container {
        gap: 10px;
    }
    .commentlist .comment-slide .star-rating,
    .comment-slide .woocommerce-review__author {
        font-size: 1.2rem;
    }
    .comment-slide .description {
        font-size: 1rem;
    }
    .element.сall_to_action {
        flex-direction: column;
        gap: 20px;
    }
    .element.сall_to_action .text {
        font-size: 1.1rem;
        text-align: center;
    }
}

/* Contact page
--------------------------------------------- */
.contact-page #contacts {
	margin-top: 0;
}
.contact-page .container {
	padding: 80px 0;
}
@media (max-width: 767.99px) {
	.contact-page #contacts {
        background-position-y: calc(100% - 320px);
        padding: 0;
        background-size: auto 350px;
	}
	.contact-page .container {
	    padding: 70px 0 40px;
	}
	.contact-page #contacts .element.address {
		margin-bottom: 40px;
	}
}
@media (max-width: 460px) {
	.contact-page #contacts {
        background-position-y: calc(100% - 320px);
        margin-top: -70px;
        background-size: contain;
	}
}

/* Post
--------------------------------------------- */
.content-section {
	margin: 2em 0;
}
.single-post .title {
	color: initial;
    text-align: initial;
}
.single-post h1.title {
    font-size: 5em;
}
@media (max-width: 992px) {
	.single-post h1.title {
		font-size: 4em;
	}
}
@media (max-width: 767.99px) {
	.single-post h1.title {
		font-size: 3em;
	}	
}

/* 404
--------------------------------------------- */
.error-404 .menu {
    column-count: 2;
    column-gap: 10px;
    white-space: nowrap;
}
.error-404 h2 {
	font-size: 5em;
}
.error-404 .description {
	font-size: 1.1em;
}
.error-404 .menu .menu-item {
	break-inside: avoid;
}
.error-404 .menu li > ul {
    margin: 0;
}
.error-404 .menu a {
    text-decoration: none;
}
@media (max-width: 992px) {
	.error-404 h2 {
		font-size: 4em;
	}
}
@media (max-width: 767.99px) {
	.error-404 h2 {
		font-size: 3em;
	}	
}
@media (max-width: 380px) {
	.error-404 .menu {
	    column-count: 1;
		white-space: normal;
	}
}

/* Aricle
--------------------------------------------- */
.posts article,
.search-result article {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: solid 1px #d0d0d0;
}
.posts article a:not(.button),
.search-result article a:not(.button) {
	text-align: center;
    text-decoration: none;
    color: #000;
}
.posts article img, 
.search-result article img {
	aspect-ratio: 1;
    object-fit: contain;
}
.posts article h2,
.search-result article h2 {
	font-size: 1.8em;
    margin: 0.5em 0;
}

/* Archive
--------------------------------------------- */
.posts {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    margin: 1.5em 0 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
@media (max-width: 1024px) {
	.posts {
	    grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width: 380px) {
	.posts {
	    grid-template-columns: 1fr;
	}
}

/* Pagination
--------------------------------------------- */
.woocommerce-pagination,
.pagination {
    font-size: 1rem;
    line-height: 1;
	width: 100%;
	margin: 2rem 0;
}
.page-numbers {
	display: flex;
    justify-content: center;
}
ul.page-numbers {
    gap: 10px;
}
.page-numbers li .page-numbers {
	padding: 5px;
}
.page-numbers a {
    color: #000;
	text-decoration: none;
    transition: color .3s, background-color .3s;
}
.page-numbers li .page-numbers.current,
.page-numbers a:hover {
	background-color: #f1b810;
    color: #fff;
}
.page-numbers.next,
.page-numbers.prev {
    font-size: 0;
}
.page-numbers.next:before,
.page-numbers.prev:before {
    content: '\e820';
    font-family: "custom-icons";
    font-size: 1rem;
}
.page-numbers.prev:before {
    transform: rotate(180deg);
}

/* Woocommerce
--------------------------------------------- */
.shop-main {
	margin: 2em 0;
}
.flex-form {
	display: -webkit-box;
    display: -ms-flexbox;	
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-row-wide,
.form-row {
	width: 100%;
}
@media (min-width: 520px) {
	.form-row-first, .form-row-last {
		width: calc(50% - 10px);
	}
}
.single-product .woocommerce-breadcrumb {
    margin-bottom: 0;
}
form.cart .added_to_cart.wc-forward,
.products .added_to_cart.wc-forward {
    display: none;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.added,
.woocommerce a.button.added,
.woocommerce button.button.added,
.woocommerce input.button.added {
    padding-right: 2.6em;
    position: relative;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .75;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    font-family: "custom-icons";
    font-weight: 400;
    position: absolute;
    right: 1em;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    content: "\e80d";
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    content: "\e817";  
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1.5em 2em 1.5em 3.5em;
    margin: 0 0 1em;
    position: relative;
	background: linear-gradient(to bottom, #fafafa 0%,#f5f5f5 100%);
    border-left: 10px solid #f1b810;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
	margin: 1em 0;
}
.woocommerce-error > li, .woocommerce-info > li, .woocommerce-message > li {
	width: 100%;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
	order: 2;
    background: none;
    border: none;
    padding: 0;
    color: #557ae8;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
}
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button {
	display: inline-block;
}
.woocommerce .woocommerce-error a.button:hover,
.woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button:hover {
	background: none;
}
.woocommerce-info {
    border-left-color: #f1b810;
}
.woocommerce-message {
    border-left-color: #87da52;
}
.woocommerce-error {
    border-left-color: #a12629;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    font-family: custom-icons;
    color: #f1b810;
    content: "\E810";
    position: absolute;
    left: 0.5em;
    font-size: 1.75em;
}
.woocommerce-error::before {
    content: "\E80E";
    color: #a12629;
}
.woocommerce-message::before {
    content: "\E80F";
    color: #87da52;
}
.message-link {
	margin-left: 5px;
    text-decoration: none;
}
.woocommerce form .form-row.woocommerce-invalid input {
    border-color: #a12629;
}
.woocommerce form .form-row.woocommerce-validated input {
   
}
/* Product
--------------------------------------------- */
.product:not(.add_to_cart_inline)  {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product:not(.add_to_cart_inline) {
    flex-wrap: wrap;
    width: 100%;
}
.product-gallery {
	width: 40%;
}
.product-template-default .woocommerce-product-gallery {
    position: relative;
}
.product-template-default .entry-summary {
	width: 60%;
}
.product-template-default .entry-summary {
    background: #F6F6F6;
    padding: 25px;
}
.product-template-default .entry-summary > *:not(:last-child){
	margin-bottom: 20px;
}
.product-variations-wrap,
.product-variations {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-variations-wrap {
    gap: 15px 25px;
}
.product-variations {
    gap: 10px;
}
.product-variation .product-variation-title {
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 8px 16px;
    transition: background .3s, color .3s;
}
.product-variation:not(.current) {
    cursor: pointer;
}
.product-variation:hover .product-variation-title,
.product-variation.current .product-variation-title {
    background: #000;
    color: #fff;
}
.product-variation a {
    text-decoration: none;
}
.product-template-default .entry-summary .onsale {
	margin-bottom: 10px;
}
.product-template-default .woocommerce-tabs,
.product-template-default .product_title {
	width: 100%;
}
.product-template-default .woocommerce-tabs {
    margin-top: 3em;
}
.product-template-default .product_title {
	text-align: left;
	color: #373737;
    font-size: 3.2rem;
}
.woocommerce .product .images .flex-viewport {
	width: 100%;
}
ul.flex-direction-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
}
li.flex-nav-prev {
    float: left;
}
li.flex-nav-next {
    float: right;
}
a.flex-next,
a.flex-prev {
    visibility: hidden;
    font-size: 0;
}
a.flex-next::after,
a.flex-prev::before {
	visibility: visible;
	font-family: 'custom-icons';
    content: '\e820';
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 1em;
	font-size: 35px; 
    padding-right: 10px;  
}
a.flex-prev::before {
    transform: rotate(180deg);
}
ul.flex-direction-nav li a {
	color: #000;
    text-decoration: none;
}
ul.flex-direction-nav li a:hover {
	color: #f1b810;
}

/*.woocommerce .product .images .flex-control-thumbs {
	order: 1;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 20%;
    margin: 0;
    padding: 0;
}
.woocommerce .product .images .flex-control-thumbs li {
    list-style: none;
}*/
.woocommerce .product .images img {
    display: block;
    width: 100%;
}
.woocommerce .product .woocommerce-product-gallery__image img {
    max-height: 500px;
    object-fit: contain;
}
/*.woocommerce .product .images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
}
.woocommerce .product .images .flex-control-thumbs li img.flex-active,
.woocommerce .product .images .flex-control-thumbs li img:hover {
    opacity: 1;
}*/
.pswp__caption {
    display: none;
}

.product-template-default .onsale {
	margin-bottom: 10px;
}
.product-template-default .onsale span {
	padding: 5px 10px;
    margin-right: 6px;
    min-width: 80px;
    text-align: center;
    background-color: #f1b810;
    color: #fff;
}
.product-template-default .entry-summary .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 10px;
    color: #000;
}
.product-template-default .entry-summary .price-wrap .price-label {
    font-size: 1rem;
    color: #909090;
}
.product-template-default .entry-summary .price > *:not(del) {
	font-size: 2.3rem;
    font-weight: 700;
    line-height: 1;
}
.product-template-default .entry-summary .price > del {
	font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    color: #575757;
    margin: 0;
}
.product-template-default .entry-summary .price ins {
	background: none;
    color: #f16a10;
}
.product-template-default form.cart {
	display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.quantity-input-btns {
    display: flex;
    align-items: center;
}
.product-template-default .shop-section .quantity {
	margin: 2px 5px;
}
.product-quantity .product-quantity-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
}
.product-template-default button.qty,
.product-quantity button {
    background: none;
    font-size: 27px;
    height: 100%;
    color: #3a3a3a;
    padding: 0;
    border: none;;
}
.product-template-default button.qty i:before {
    margin: 0;
}
.product-template-default button.qty.minus i:before,
.product-quantity button.minus i:before {
    transform: rotate(180deg);
}
.product-template-default button.qty:hover,
.product-template-default button.qty:focus,
.product-quantity button:hover,
.product-quantity button:focus {
    background: none;
    outline: none;
    color: #f1b810;
}
#cart .product-quantity .quantity,
.woocommerce-cart .product-quantity .quantity {
  display: inline-block;
}
.product-template-default .qty::-webkit-outer-spin-button,
.product-template-default .qty::-webkit-inner-spin-button,
#cart .product-quantity .qty::-webkit-outer-spin-button,
#cart .product-quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart .product-quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart .product-quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-template-default input.qty,
#cart .product-quantity input.qty,
.woocommerce-cart .product-quantity input.qty {  
  text-align: center;
    width: 50px;
    height: auto;
    padding: 8px 3px;
    margin: 0;
    border: none;
    background: no-repeat;
    font-size: 1.1rem;
}
.product .attribute-sklad {
    width: 100%;
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
}
.product .product-options,
.product .product-options .product-option-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product .product-options {
    gap: 10px;
}
.product .product-options .product-option-wrap {
    flex: 1;
    gap: 5px 10px;
}
.product .product-options .product-option-wrap label {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    color: #909090;
}
.product .product-options .product-option-wrap .product-option {
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
    max-width: 140px;
    padding: 5px 10px;
    border-radius: 8px;
    border-color: #F1B810;
    background-color: #fff;
    cursor: pointer;
}
.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 2.5em;
    overflow: hidden;
    position: relative;
}
.product .woocommerce-tabs ul.tabs li {    
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}
.product .woocommerce-tabs ul.tabs li:hover,
.product .woocommerce-tabs ul.tabs li:focus {
	background-color: #eee;
}  
.product .woocommerce-tabs ul.tabs li.active {
	border: 1px solid #d3ced2;
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}
.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}
.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce-tabs ul.tabs li.active::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box;
}
.product .woocommerce-tabs ul.tabs li.active::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #fff;
}
.product .woocommerce-tabs ul.tabs li.active::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #fff;
}
.product .woocommerce-tabs ul.tabs li a {
	font-family: 'BebasNeueBold';
	font-size: 1.7em;
	line-height: 1;
    display: inline-block;
    padding: 0.7em 0.2em 0.4em;
    font-weight: 700;
    color: #999999;
    text-decoration: none;
}
.product .woocommerce-tabs ul.tabs li.active a {
    color: #373737;
}

.woocommerce-Tabs-panel {
	padding: 0 0 0 1em;
}
.woocommerce-product-attributes {
	column-count: 4;
    column-gap: 10px;
}
.product-template-default .summary .product_attributes {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.woocommerce-product-attributes-item,
.attributes-item {
	break-inside: avoid;
}
.woocommerce-product-attributes-item__label,
.attributes-item__label {
	font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    color: #909090;
}
ul.woocommerce-product-attributes-item__values,
ul.attributes-item__values {
	color: #000;
	list-style: disc;
    padding: 0 0 0 1em;
    margin: 0;
}
ul.attributes-item__values.single {
    list-style: none;
    padding: 0;
}
li.woocommerce-product-attributes-item__value,
li.attributes-item__value {
    font-size: 12px;
    font-weight: 400;
	line-height: 1.2;
	margin: 5px 0;
}
.attributes--pie_chart {
    display: flex;
    justify-content: center;
}
.attributes--pie_chart .attributes-item--pie_chart {
    display: flex;
    width: 60px;
    height: 60px;
    border: solid 1px #000;
    border-radius: 50%;
    background: conic-gradient(#000 var(--progress), transparent 0deg);
    font-size: 0;
}
.attributes--pie_chart.orange .attributes-item--pie_chart {
    background: conic-gradient(#f1b810 var(--progress), transparent 0deg);
}
.attributes--pie_chart .attributes-item--pie_chart::after {
    content: attr(data-value);
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 10px;
    border: solid 1px #000;
    border-radius: 50%;
    background: #F6F6F6;
    color: #909090;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}
.attributes--pie_chart .attributes-item--pie_chart {
    position: relative;
    width: 60px;
    height: 60px;
    border: solid 1px #000;
    border-radius: 50%;
}
/* .attributes--pie_chart .pie_chart_segment {
    position: absolute;
    inset: -1px;
    border-radius: 50%;
    background: conic-gradient(#000 var(--progress), transparent 0deg);
}
.attributes--pie_chart.orange .pie_chart_segment {
    background: conic-gradient(#f1b810 var(--progress), transparent 0deg);
}
.attributes--pie_chart .pie_chart_inner_circle {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #909090;
    background: #F6F6F6;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    margin: 11px;
}
.attributes--pie_chart .attributes-item--pie_chart::before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    margin: 10px;
    border: solid 1px #000;
    border-radius: 50%;
} */
/*
li.woocommerce-product-attributes-item__value::marker,
li.main-attributes-item__value::marker {
	color: #f1b810;
}

.main-attributes-item--attribute_pa_sklad ul,
.main-attributes-item--attribute_pa_stupin-obsmazhennia ul,
.main-attributes-item--attribute_pa_smakovi-notky ul,
.main-attributes-item--attribute_pa_stupin-pomelu ul {
	padding: 0;
	list-style: none;
}
.main-attributes-item--attribute_pa_sklad ul li,
.main-attributes-item--attribute_pa_stupin-obsmazhennia ul li,
.main-attributes-item--attribute_pa_smakovi-notky ul li,
.main-attributes-item--attribute_pa_stupin-pomelu ul li {
	position: relative;
    display: flex;
    align-items: center;
}
.main-attributes-item--attribute_pa_sklad ul li:before,
.main-attributes-item--attribute_pa_stupin-obsmazhennia ul li:before,
.main-attributes-item--attribute_pa_smakovi-notky ul li:before{
	content: "";
    position: absolute;
    left: 0;
    background: no-repeat;
    background-size: contain;
}
.main-attributes-item--attribute_pa_sklad ul li,
.main-attributes-item--attribute_pa_smakovi-notky ul li {
	padding-left: 25px;
}
.main-attributes-item--attribute_pa_sklad li.main-attributes-item__value[class*="robust"]:before {
    width: 18px;
    height: 18px;   
    background-image: url('/img/rabusta.png');
}
.main-attributes-item--attribute_pa_sklad li.main-attributes-item__value[class*="arabik"]:before  {
    width: 20px;
    height: 17px;   
    background-image: url('/img/arabica_100.png');
}
.main-attributes-item--attribute_pa_stupin-obsmazhennia ul li,
.main-attributes-item--attribute_pa_stupin-pomelu ul li {
	padding-left: 78px;
}
.main-attributes-item--attribute_pa_stupin-obsmazhennia ul li:before {
	width: 73px;
    height: 13px;
}
.main-attributes-item--attribute_pa_stupin-obsmazhennia li.main-attributes-item--value_svitla:before { 
    background-image: url('/img/roast-light.png');
}
.main-attributes-item--attribute_pa_stupin-obsmazhennia li.main-attributes-item--value_seredno-svitla:before { 
    background-image: url('/img/roast-light-medium.png');
}
.main-attributes-item--attribute_pa_stupin-obsmazhennia li.main-attributes-item--value_serednia:before { 
    background-image: url('/img/roast-medium.png');
}
.main-attributes-item--attribute_pa_stupin-obsmazhennia li.main-attributes-item--value_seredno-temna:before { 
    background-image: url('/img/roast-medium-dark.png');
}
.main-attributes-item--attribute_pa_stupin-obsmazhennia li.main-attributes-item--value_temna:before { 
    background-image: url('/img/roast-dark.png');
}
.main-attributes-item--attribute_pa_stupin-pomelu ul li:before {
	font-family: "custom-icons";
	content: "\e815\e815\e815\e815\e815";
	color: #d3ced2;
	position: absolute;	
    left: 0;
	margin-top: 2px;
    letter-spacing: 1px;
    font-size: .97em;
    line-height: 1.1;
    -webkit-text-fill-color: transparent;	
}
.main-attributes-item--attribute_pa_stupin-pomelu li.main-attributes-item--value_duzhe-dribnyy:before { 
    background: linear-gradient(90deg, black 20%, #d3ced2 0%);
    -webkit-background-clip: text;
}
.main-attributes-item--attribute_pa_stupin-pomelu li.main-attributes-item--value_dribnyy:before { 
    background: linear-gradient(90deg, black 40%, #d3ced2 0%);
    -webkit-background-clip: text;
}
.main-attributes-item--attribute_pa_stupin-pomelu li.main-attributes-item--value_seredniy:before { 
    background: linear-gradient(90deg, black 59%, #d3ced2 0%);
    -webkit-background-clip: text;
}
.main-attributes-item--attribute_pa_stupin-pomelu li.main-attributes-item--value_krupnyy:before { 
    background: linear-gradient(90deg, black 79%, #d3ced2 0%);
    -webkit-background-clip: text;
}
.main-attributes-item--attribute_pa_stupin-pomelu li.main-attributes-item--value_duzhe-krupnyy:before { 
    background: linear-gradient(90deg, black 100%, #d3ced2 0%);
    -webkit-background-clip: text;
}

.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_vyshukana-krema:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/foam-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_horikh:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/walnut-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_kakao:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/cocoa-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_karamel:before,
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_nizhno-solodkyy:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/caramel-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_kvitkovyy:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/flower-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_kyslynka:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/acid-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_klenovyy-syrop:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/syrup-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_lisovi-iahody:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/berries-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_myhdal:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/almond-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_prianyy:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/spice-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_tropichni-frukty:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/tropical-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_fruktovyy:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/fruit-notes.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_funduk:before  {
    width: 19px;
    height: 19px;   
    background-image: url('/img/taste/nut-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_tsytrusovi:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/average-acidity.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_chornyy-chay:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/tea-note.png');
}
.main-attributes-item--attribute_pa_smakovi-notky li.main-attributes-item--value_shokolad:before  {
    width: 20px;
    height: 20px;   
    background-image: url('/img/taste/chocolate.png');
}*/

.woocommerce p.stars {
	margin: 0.5em 0;
}
.woocommerce p.stars a {
    position: relative;
    font-size: 2em;
    color: #f1b810;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}
.woocommerce p.stars a:hover,
.woocommerce p.stars a:focus,
.woocommerce p.stars a:active {
    color: #f1b810;
}
.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'custom-icons';
    content: "\e811";
    text-indent: 0;
}
.woocommerce p.stars a:hover~a::before {
    content: "\e811"
}

.woocommerce p.stars:hover a::before {
    content: "\e812"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e812"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e811"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e812";
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.6em;
    font-family: custom-icons;
	color: #f1b810;
}
.star-rating:before {
    content: "\e811\e811\e811\e811\e811";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "\e812\e812\e812\e812\e812";
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
    width: calc(55% - 10px);
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper,
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .woocommerce-verification-required {
    width: calc(45% - 10px);
}
#comments .woocommerce-noreviews {
    font-size: 1.1rem;
    font-weight: 400;
}
.woocommerce-Tabs-panel--reviews #review_form {
    position: sticky;
    top: 10px;
    font-weight: 400;
    background: #F6F6F6;
    padding: 25px 25px 15px;
}
.woocommerce-Tabs-panel--reviews #review_form .comment-reply-title {
    display: block;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.comment-form-comment label {
	display: block;
}
.woocommerce-Reviews .commentlist {
	list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-Reviews .commentlist li.review {
	border-bottom: 1px solid #d3ced2;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
.woocommerce-Reviews .commentlist .comment_container {
	display: flex;
    align-items: center;
}
.woocommerce-Reviews .commentlist ul.children {
	padding: 0;
    list-style: none;
}
.woocommerce-Reviews .commentlist ul.children li {
	margin-top: 1.5em;
}
.woocommerce-Reviews .commentlist .comment-text {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
	margin-left: 15px;
}
.woocommerce-Reviews .commentlist p {
    line-height: 1.4;
    font-weight: 400;
	margin: 0;
}
.related.products,
.upsells.products {
	margin: 2em 0 0;
}
.related.products h2,
.upsells.products h2 {
	font-size: 3rem;
}
.related.products .products {
	grid-template-columns: repeat(4,1fr);
}

@media (max-width: 1024px) {
	/* .product-template-default .woocommerce-product-gallery  {
		flex-direction: column;
	}
	.woocommerce .product .images .flex-viewport {
	    order: 1;
	    width: 100%;
	} */
	/*.woocommerce .product .images .flex-control-thumbs {
		flex-direction: row;
		align-items: center;
	    width: 100%;
	}
	.woocommerce .product .images .flex-control-thumbs li {
	    width: 25%;
	}*/
    .product-template-default .summary .product_attributes {
        grid-template-columns: repeat(3, 1fr);
    }
	.woocommerce-Tabs-panel {
	    padding: 0;
	}
    .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments,
    .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper,
    .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .woocommerce-verification-required {
        width: calc(50% - 10px);
    }
	.related.products .products {
		grid-template-columns: repeat(3,1fr);
	}
}
@media (max-width: 767.99px) {
	.product-template-default .product_title,
    .related.products h2,
    .upsells.products h2 {
	    font-size: 2.4rem;
	}
	.product-template-default .product-gallery,
	.product-template-default .entry-summary {
		width: 100%;
		margin-bottom: 3em;
	}
	.product .woocommerce-tabs ul.tabs li a {
		font-size: 1.4em;
	}
	.related.products .products {
		grid-template-columns: repeat(2,1fr);
	}
    .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments,
    .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper,
    .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .woocommerce-verification-required {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .attributes--pie_chart {
        justify-content: flex-start;
    }
    .product-template-default .summary .product_attributes {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 380px) {
    .product-template-default .entry-summary {
        padding: 25px 15px;
    }
    .product .attribute-sklad {
        font-size: 1.1rem;
    }
    .product .product-options .product-option-wrap {
        flex: none;
    }
	.product .woocommerce-tabs ul.tabs li a {
		font-size: 1.2em;
	}
	.related.products .products {
		grid-template-columns: 1fr;
	}
}

/* Category
--------------------------------------------- */
.products-wrap {
	width: 100%;
	display: flex;
    justify-content: space-between;
}
div.products {
    display: grid;    
    margin: 1.5em 0 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.sidebar_filter {
	width: calc(25% - 15px);
}
.premmerce-filter-ajax-container {
	width: calc(75% - 5px);
}
.products {
	width: 100%;
	grid-template-columns: repeat(3,1fr);
}
.products .product:not(.add_to_cart_inline) {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 15px;
    padding: 15px;
    border: solid 1px #d0d0d0;
}
.products .product a.woocommerce-loop-product__link {
	text-align: center;
	text-decoration: none;
    color: #000;
}
.products .product a h2 {
	font-size: 1.8em;
	margin: 0.5em 0 0;
}
.products .price_add-to-cart {
    position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}
.products .product_attributes {
    position: absolute;
    margin-top: calc(15px - 100%);
    width: 100%;
    background-color: #fff;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    transition: visibility .5s, opacity .5s;
}
.products .product a.woocommerce-loop-product__link,
.products .product .product__blend,
.products .product .star-rating {
    transition: opacity .4s;
}
.products .product:hover .product_attributes {
    visibility: visible;
    opacity: 1;
}
.products .product.has-cat-attr:hover a.woocommerce-loop-product__link,
.products .product.has-cat-attr:hover .product__blend,
.products .product.has-cat-attr:hover .star-rating {
    opacity: .1;
}
.products .product .price_add-to-cart a.add_to_cart_button {
	margin: 0;
}
.products .product .price {
	display: block;
	text-align: center;
	font-size: 1.8em;
    background: #f2f2f2;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 1.2em;
}
.products .product.product_cat-orenda-kavomashyn .price {
	font-size: 1.4em;
}
.products .product__blend {
	line-height: 1;
	text-align: center;
}
/* .products .product .price_add-to-cart .product__blend span:not(:first-child):before {
	font-family: "custom-icons";
    content: "\e815";
    font-size: .35em;
    vertical-align: middle;
    margin: 0 3px;
} */
.products .product img {
	aspect-ratio: 1;
    object-fit: contain;
}

.categories-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 1em 0;
    list-style: none;
}
.categories-list .category-title {
	font-size: 2em;
    margin: 0;
    text-align: center;
}
.categories-list .category-title > * {
	display: block;
    text-align: center;
    color: #575757;
    text-decoration: none;
    padding: 21px 15px 15px;
    background-color: #F6F6F6;
    transition: color .3s, background-color .3s;
}
.categories-list .category-item.current_cat .category-title > *,
.categories-list .category-title a:hover {
    color: #fff;
    background-color: #F1B810;
}
.filter-button {
	display: none;
}
.woocommerce-ordering {
	width: calc(33.334% - 13.333px);
    margin-left: auto;
}
.woocommerce-ordering select {
	margin: 0;
}
@media (max-width: 1024px) {
	.products {
		grid-template-columns: repeat(2,1fr);
	}		
	.woocommerce-ordering {
		width: calc(50% - 10px);
	}
	.sidebar_filter {
	    width: calc(33.334% - 13.333px);
	}
	.premmerce-filter-ajax-container {
		width: calc(66.667% - 6.666px);
	}
}

@media (max-width: 767.99px) {
	.products {
		grid-template-columns: repeat(2,1fr);
	}
	.products {
	    grid-column-gap: 10px;
	    grid-row-gap: 10px;
	}
	.categories-list .category-title {
    	font-size: 1.7em;
    }	
	.premmerce-filter-ajax-container {
		width: 100%;
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.premmerce-filter-ajax-container .woocommerce-notices-wrapper,
	.premmerce-filter-ajax-container .products {
		width: 100%;
	}	
	.premmerce-filter-ajax-container .filter-button {
		display: flex;
	    align-items: center;
	    justify-content: center;
	    background: #f1b810;
	    border: 2px solid #f1b810;
	    padding: 16px 10px;
	    color: #fff;
	    font-size: 1.2em;
	    line-height: 1;
	    font-weight: 500;
	    letter-spacing: .5px;
	    text-transform: uppercase;
	    text-decoration: none;
	    cursor: pointer;
	}
	.premmerce-filter-ajax-container .filter-button:hover {
		color: #f1b810;
		background: #fff;
	}		
	.premmerce-filter-ajax-container .filter-button,
	.premmerce-filter-ajax-container .woocommerce-ordering {
		width: calc(50% - 10px);
	}
}

@media (max-width: 380px) {
	.products {
		grid-template-columns: repeat(1,1fr);
	}	
	.premmerce-filter-ajax-container .filter-button,
	.premmerce-filter-ajax-container .woocommerce-ordering {
		width: 100%;
	}	
	.premmerce-filter-ajax-container .filter-button {
		margin-bottom: 1em;
	}
}
/* Category rent*/
.term-orenda-kavomashyn .woocommerce-ordering,
.term-orenda-kavomashyn .sidebar_filter {
    display: none;
}
.term-orenda-kavomashyn .premmerce-filter-ajax-container {
	width: 100%;
}
.term-orenda-kavomashyn .products {
	grid-template-columns: repeat(2,1fr);
}
@media (max-width: 1024px) {
	.term-orenda-kavomashyn .products {
	    grid-template-columns: repeat(2,1fr);
	}
	.term-orenda-kavomashyn .premmerce-filter-ajax-container {
		width: 100%;
	}
}
@media (max-width: 767.99px) {
	.term-orenda-kavomashyn .products {
	    grid-template-columns: repeat(1,1fr);
	}
	.term-orenda-kavomashyn .premmerce-filter-ajax-container {
		width: 100%;
	}
}

/* Cart
--------------------------------------------- */
.woocommerce-cart .button.wc-backward {
	display: inline-flex;
	margin: 1em 0 0;
}
/* Checkout
--------------------------------------------- */
.woocommerce {
    width: 100%;
}
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
    width: 48%;
}
#customer_details::after,
#customer_details::before {
    display: none;
}
.checkout.woocommerce-checkout .checkout-title {
  display: flex;
  align-items: center;
}
.checkout-login {
	margin: 0 0 15px;
}
.checkout.woocommerce-checkout h3 {
  font-size: 3em;
  margin: 0.5em 0 0.3em;
}
.checkout p.form-row {
	margin: 0;
}
.checkout.woocommerce-checkout .label-step {
  background: #f1b810;
  color: #fff;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.woocommerce-checkout ul {
	margin: 0;
    list-style: none;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper label,
#billing_country_field {
	display: none;
}
.woocommerce .custom_show_shipping_before_adress ul#shipping_method {
    padding: 3px;
}
.shipping_method_label, 
.payment_method_label {
    font-size: 1.15em;
}
.shipping_method_label .amount {
    font-weight: 600;
    color: #000;
    font-size: .9em;
}
#shipping_method label[for="shipping_method_0_nova_poshta_shipping3"]:before {
  content: '';
  background-image: url(/img/np.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.woocommerce-checkout #customer_details #payment {
  padding: 3px;
  background: none;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0; 
}
.payment_method_fondy .payment_method_label {
	display: flex;
    align-items: center;
    gap: 5px;
}
ul.payment_list {
  padding: 0; 
}
.payment_list li {
  display: flex;
  align-items: center;
  list-style: none;
  padding-bottom: 5px; 
}
.woocommerce-checkout #payment .payment_methods .payment_list li img {
  margin: 0 8px 0 0;
}
#customer_details .woocommerce-checkout-payment .wc_payment_method {
  padding-top: 0;
}
#customer_details .woocommerce-checkout-payment .wc_payment_method:not(:last-child),
.woocommerce-checkout #shipping_method li {
	margin-bottom: .5em;
}
.woocommerce-checkout #shipping_method li:last-child {
	margin-bottom: 1em;
}
.wc_payment_method input.input-radio,
#shipping_method input {
    display: none;
}
.woocommerce-checkout #shipping_method label.custom-radio-button,
.wc_payment_method label.custom-radio-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.woocommerce-checkout #shipping_method label.custom-radio-button .radio-button,
.wc_payment_method label.custom-radio-button .radio-button {
    display: inline-block;
    background: #fff;
    border: 1px solid #a1a1a1;
    width: 18px!important;
    height: 18px!important;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 10px;
}
.woocommerce-checkout #shipping_method input:checked + label.custom-radio-button .radio-button,
.wc_payment_method input:checked + label.custom-radio-button .radio-button {
    border: 6px solid #f1b810;
}
.woocommerce-checkout form .form-row.create-account label.woocommerce-form__label,
.woocommerce .woocommerce-form-login label.woocommerce-form-login__rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.woocommerce-checkout .create-account label.woocommerce-form__label input,
.woocommerce-form-login label.woocommerce-form-login__rememberme input{
    display: none;
}
.woocommerce-checkout .create-account label.woocommerce-form__label .createaccount-check,
.woocommerce-form-login label.woocommerce-form-login__rememberme .rememberme-check {
    display: block;
    background: #fff;
    border: 1px solid #a1a1a1;
    width: 18px!important;
    height: 18px!important;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 10px;
}
.woocommerce-checkout .create-account label.woocommerce-form__label input:checked + .createaccount-check:before,
.woocommerce-form-login label.woocommerce-form-login__rememberme input:checked + .rememberme-check:before {
    opacity: 1;
}
.woocommerce-checkout .create-account label.woocommerce-form__label .createaccount-check:before,
.woocommerce-form-login label.woocommerce-form-login__rememberme .rememberme-check:before {
    font-family: "custom-icons";
    opacity: 0;
    content: '\e817';
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    background: #f1b810;
    -webkit-transition: .05s ease-in-out;
    -o-transition: .05s ease-in-out;
    transition: .05s ease-in-out;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0 0;
    font-size: .95em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #fff6eb;
}
#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
    margin-bottom: 0.1em;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #fff6eb;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#wcus-shipping-cost,
[for="shipping_method_0_flat_rate-7"] .shipping_method_label {
    display: flex;
    align-items: center;
}
#wcus-shipping-cost:before,
[for="shipping_method_0_flat_rate-7"] .shipping_method_label:before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
#wcus-shipping-cost:before {
    background-image: url(/img/np.svg);
}
[for="shipping_method_0_flat_rate-7"] .shipping_method_label:before {
    background-image: url(/img/delauto.png);
	width: 24px;
    height: 20px;
    background-position: center;
}
.wcus-checkout-fields h3 {
	display: none;
}
.wcus-checkout-fields .zen-ui-select__value {
	padding: 20px 10px !important;
	font-weight: 400;
    line-height: 1.15;
    display: block;
    border-radius: 0;
    border: 1px solid #959595;
    margin: 0 0 15px;
    width: 100%;
    outline: none;
}
.wcus-checkout-fields .zen-ui-select__option--current {
    background: #fff6eb;
}
.wcus-checkout-fields .zen-ui-select__search-input {
    padding: 20px 10px !important;
    border: 1px solid #959595!important;
    margin: 0;
}

#order_review .place-order {
  padding: 15px 0 0;
}
.order_review_heading_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order_review_heading_block .cart-edit {
    font-size: 1.25em;
    cursor: pointer;
    color: #f1b810;
}
.order_review_heading_block .cart-edit i {
    padding-right: 3px;
}
.woocommerce-checkout-review-order-table {
    font-weight: 400;
    padding: 25px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
}
.woocommerce-checkout-review-order-table .woocommerce-form-coupon-toggle,
.woocommerce-coupon-cart form,
.woocommerce-checkout-review-order-table .cart-discount,
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .shipping-total,
.woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout-review-order-table .fee,
.woocommerce-checkout-review-order-table .cart_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-checkout-review-order-table .woocommerce-form-coupon-toggle {
	padding: 15px 0 5px;
}
.woocommerce-coupon-cart form {
    flex-wrap: wrap;
	margin: 10px 0 15px;   
}
.woocommerce-coupon-cart .form-row {
	display: inline-block;
}
.woocommerce-coupon-cart .form-row.form-row-last {
	float: right;
}
.woocommerce-coupon-cart .coupon-input,
.woocommerce-coupon-cart .coupon-add-button {
	display: none;
}
.woocommerce-coupon-cart .checkout_coupon .coupon-input,
.woocommerce-coupon-cart .checkout_coupon .coupon-add-button {
	display: block;
}
.woocommerce-coupon-cart input.input-text {
	padding: 12px 10px;
	margin: 0;
}
.woocommerce-coupon-cart button.button {
	padding: 12px 20px;
    font-size: 1em;
    line-height: 1.007;
}
.woocommerce-checkout-review-order-table .cart_item {
    border-bottom: 1px solid #E7E7E7;
    padding: 10px 0;
}
.woocommerce-checkout-review-order-table .product-thumb-name,
.woocommerce-checkout-review-order-table .product-thumb {
    display: flex;
    align-items: center;
}
.woocommerce-checkout-review-order-table a.product-thumb-name {
    color: #000;
    text-decoration: none; 
}
.woocommerce-checkout-review-order-table a.product-thumb-name:hover {
    color: #f1b810;
}
.woocommerce-checkout-review-order-table .product-thumb img {
    max-width: 70px;
    height: auto;
}
.woocommerce-checkout-review-order-table .product-name {
    padding-left: 5px;
    line-height: 1.4;
}
.woocommerce-checkout-review-order-table .product-name .checkout-product-warning {
	color: #ed195c;
    font-size: .9em;
}
.woocommerce-checkout-review-order-table .product-quantity-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 130px;
    width: 30%;
    justify-content: flex-end;
    padding-left: 10px;
}
.woocommerce-checkout-review-order-table .product-quantity-total dl.product-quantity {
    width: 55px;
}
.woocommerce-checkout-review-order-table .product-quantity-total dl {
    text-align: center;
    margin-bottom: 0;
}
.woocommerce-checkout-review-order-table .product-quantity-total dt {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 12px;
}
.woocommerce-checkout-review-order-table .product-quantity-total dd {
    margin-bottom: 4px;
    font-weight: 500;
}
.woocommerce-checkout-review-order-table dd {
    margin-left: 0;
}
.woocommerce-checkout-review-order-table .product-quantity-total dl.product-total {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .cart-discount,
.woocommerce-checkout-review-order-table .shipping-total,
.woocommerce-checkout-review-order-table .fee,
.woocommerce-checkout-review-order-table .tax-rate,
.woocommerce-checkout-review-order-table .tax-total {
    padding-bottom: 5px;
}
.woocommerce-checkout-review-order-table .place-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.woocommerce-checkout-review-order-table .order-total #wcus-order-total,
.woocommerce-checkout-review-order-table .order-total #wcus-order-total strong {
    /*font-size: 18px;
    font-weight: 500;*/
}

.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods {
    border: none;
}

.blockUI.blockOverlay:after,
.wcus-state-loading:after {
	/*z-index: 1;
	font-family: "custom-icons";
    content: "\e80d";
    position: absolute;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    animation: spin 1.6s linear infinite;*/
    border: none;
}
.blockUI.blockOverlay:after {
	opacity: .6;
}
.woocommerce .blockUI.blockOverlay,
.woocommerce .loader,
.wcus-state-loading:before  {
    background: rgba(255,255,255,.4) !important;
    opacity: 1 !important;
}

.woocommerce-billing-fields .only-label label {
	display: block;
    line-height: 1.15;
    color: #000;
    background-color: #eee;
    padding: 20px 10px;
    margin: 0 0 15px;
    width: 100%;
}
.woocommerce-billing-fields .only-label .required {
	display: none;
}
.woocommerce-billing-fields .only-label .woocommerce-input-wrapper {
	display: none;
}

[type=button]:focus, [type=submit]:focus, button:focus {
    outline: none !important;
}
@media (min-width: 768px) {
	#customer_details {
		display: flex;
		justify-content: space-between;
	}
	#order_review {
		position: sticky;
		top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.woocommerce-checkout #billing_phone_field,
	.woocommerce-checkout #billing_email_field {
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.checkout.woocommerce-checkout h3 {
	  font-size: 2.4em;
	}		
}
@media (max-width: 767.99px) {
	.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
	    width: 100%;
	}
	.checkout.woocommerce-checkout h3 {
	  font-size: 2em;
	}		
	#order_review {
		padding: 1.5rem 0 0;
	}
}
@media (max-width: 600px) {
  .woocommerce-checkout-review-order-table .cart_item {
    flex-direction: column;
  }
  .woocommerce-checkout-review-order-table .product-thumb-name, .woocommerce-checkout-review-order-table .product-quantity-total {
    width: 100%;
  }
  .woocommerce-checkout-review-order-table .product-quantity-total {
    justify-content: space-evenly;
  }
  .woocommerce-checkout-review-order-table {
    padding: 25px 10px;
  }
  .woocommerce-checkout-review-order-table .product-quantity-total dl.product-quantity,
  .woocommerce-checkout-review-order-table .product-quantity-total dl.product-total {
    width: auto;
    align-items: center;
  }
  .order_review_heading_block .cart-edit {
    font-size: 1.1em;
  }
  .order_review_heading_block .cart-edit i {
    padding-right: 0;
  }
}

/* Order Pay
--------------------------------------------- */
.woocommerce-order-pay .payment_methods {
	margin-bottom: 20px;
}

/* Thank You Page
--------------------------------------------- */
.woocommerce-order .woocommerce-thankyou-order-received,
.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title {
	font-size: 1.8em;
	line-height: 1.2;
    color: #000;
}
.woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 0.5em;
}
.woocommerce ul.order_details {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
    margin: 0 0 1.5em;    
}
.woocommerce ul.order_details li {
    margin: 0 2em 2em 0;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    padding-left: 0;
    list-style-type: none;
}
.woocommerce ul.order_details li:last-child {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
}
.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}
.woocommerce-order-details .woocommerce-order-details__title {
	margin: 0;
}
.woocommerce table.shop_table {
    text-align: left;
    width: 100%;
    border-collapse: separate;
}
.woocommerce table.shop_table th {
    padding: 9px 12px;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1);
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--address,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--address-np,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--address-courier,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--address-delivery {
    padding-left: 1.5em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--address::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--address-np::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--address-courier::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--address-delivery::before  {
	font-family: "custom-icons";
    margin-left: -1.5em;
    position: absolute;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	content: '\e802';
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	content: '\e800';
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--address::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--address-np::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--address-courier::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--address-delivery::before  {
	content: '\e801';
}
.woocommerce-table__product-name .wc-item-meta {
    display: flex;
    flex-direction: column;
    gap: 2px 0;
    font-size: 95%;
}
.woocommerce-table__product-name .wc-item-meta li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 5px;
    line-height: 1.3;
}
.woocommerce-table__product-name .wc-item-meta .wc-item-meta-label {
    font-size: 1em;
}
.woocommerce-table__product-name .wc-item-meta p {
    margin: 0;
}
p.order-again {
    display: flex;
}
@media (max-width: 767.99px) {
	.woocommerce ul.order_details {
	    flex-direction: column;	    
	}
	.woocommerce ul.order_details li {
	    margin: 0 0 1.5em;
	    padding: 0;
	    border: none;
	}
}
/* Popup Cart
--------------------------------------------- */
.popup-cart-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    z-index: 100000;
    pointer-events: none;
}
.popup-cart-bg.active { 
    pointer-events: all; 
}
.popup-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.popup-wrap {
  max-height: 960px;
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow-y: hidden;
  position: relative;
  animation: zoomIn .2s;
}
.popup-header {
  padding: 40px 20px 20px;
  border-bottom: 1px solid #e0e0e0;
}
.popup-cart .mini-cart-contet {
  padding: 0 25px 50px;
  overflow-y: auto;
  height: 100%;
}
.popup-cart .title {
    text-align: center;
}
.mini-cart-open {
    overflow: hidden;
}

.popup-title {
    text-align: center;
    color: #242121;
    font-size: 3.4em;
    margin: 0;
    line-height: 1;
}

#cart {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.mini-cart-qty {
	text-align: center;
}
#cart.loading {
  opacity: 0.5;
  pointer-events: none
}
#cart.loading .mini-cart-qty[data-total="0"] {
  display: none;
}
#cart.loading .cart-wrapper:after {
    opacity: 1;
    font-family: "custom-icons";
    font-weight: 900;
    position: absolute;
    content: "\e80d";
    animation: spin 1.6s linear infinite;
    font-size: 5em;
	top: calc(50% - 80px);
    left: calc(50% - 30px);  
} 
#cart .cart-wrapper {
	position: relative;
}
#cart table {
  font-size: 1.2em;
  text-align: center;
}
#cart .icon-cart {
  font-size: 5em;
}
#cart h4.cart-empty {
    font-size: 1.6em;
}
#cart tr {
    border-bottom: 1px solid #e0e0e0;
}
#cart td {
  padding: 15px 10px;
    border: none;
    vertical-align: middle;
}
#cart .product-remove {
  padding-left: 0;
    width: 34px;
}
#cart .product-remove a {
    font-size: 1.2em;
    color: #c6c6c6;
}
#cart .product-remove a:hover {
    color: red;
}
#cart .product-thumbnail {
  width: 90px;
    text-align: center;
}
#cart .product-thumbnail img {
  max-width: 70px;
}
#cart .product-thumbnail a {
  display: flex;
}
#cart .product-name {
  line-height: 1.5;
}
#cart .product-name a {
  color: #000;
  text-decoration: none;
}
#cart .product-name a:hover {
  color: #f1b810;
}
.variations {
    display: flex;
    flex-direction: column;
    gap: 2px 5px;
    line-height: 1.1;
    font-size: .85em;
    font-weight: 400;
    color: #000;
    margin: 4px 0 0;
}
.variation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px 5px;
}
.woocommerce-checkout-review-order .variation {
    justify-content: flex-start;
}
.variation span {
    display: flex;
    align-items: center;
}
.variation .variation-name {
    font-weight: 600;
}
#cart .product-quantity {
    min-width: 161px;
}
#cart .product-subtotal {
  font-weight: 500;
  text-align: right;
}
#cart .cart_totals {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}
#cart .cart_totals_title_value,
#cart .cart_totals_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cart .cart_totals_buttons {
	margin-top: 1em;
}
#cart .cart_totals_title_value h4 {
    margin: 0.3em 0 0;
}


#cart .cart_totals .subtotal,
#cart .cart_totals .discount,
#cart .cart_totals .total {
	line-height: 1;
	font-size: 2em;
	font-weight: 600;
	color: #373737;
}
#cart .cart_totals .total {
	font-weight: 700;
}
#cart .wc-proceed-to-checkout
#cart .continue-shopping {
  margin-top: 1em;
  text-align: center;
  padding: 0;
}

.woocommerce-checkout #cart .cart_totals_buttons,
.woocommerce-cart #cart .cart_totals_buttons {
  justify-content: flex-end;
}
.woocommerce-checkout #cart .continue-shopping,
.woocommerce-cart div:not(#mini-cart) .continue-shopping {
    display: none;
}

#cart-cross-sells {
  padding-top: 1.5em;
  overflow: hidden;
}
.product-cs {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: solid 1px #d0d0d0;
    box-sizing: border-box;
}
.swiper-slide.product-cs {
    height: auto;
}
.product-cs img {
    aspect-ratio: 1;
    object-fit: contain;
}
.product-cs-title {
  font-size: 1.8em;
  margin: 0;
  text-align: center;
}
h3.product-cs-title a {
 	color: initial;
    text-decoration: none;
}
.product-cs-thumb {
	text-align: center;
}
.product-cs .add_to_cart_inline {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: center;
}
.product-cs .add_to_cart_inline a.button {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
	padding: 10px 20px;
	font-size: 1em;
}
.product-cs .add_to_cart_inline a.button.loading,
.product-cs .add_to_cart_inline a.button.added {
    padding-right: 2.4em;
}
.product-cs .add_to_cart_inline > *:not(a) {
	display: block;
    font-size: 1.4em;
}
.product-cs .add_to_cart_inline ins,
.product-cs .add_to_cart_inline del {
	line-height: 1;
}
.product-cs .added_to_cart.wc-forward {
    display: none;
}
.products-cs-pagination {
    text-align: center;
    margin-top: 10px;
}
.products-cs-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.products-cs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f1b810;
}

@keyframes zoomIn {
  0% {
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }
  50% {
    opacity:1
  }
}

@media (max-width: 1024px){
  .popup-wrap {
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 767.99px) {
.popup-cart .mini-cart-contet {
  padding: 0 10px 35px;
} 
  #cart tr,
  .woocommerce-cart tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  #cart td,
  .woocommerce-cart td {
    padding: 10px;
  }
  #cart .product-remove,
  .woocommerce-cart .product-remove {
    width: 25px;
    padding: 5px 5px 5px 0;
  }
  #cart .product-thumbnail,
  .woocommerce-cart .product-thumbnail {
    width: 80px;
  }
  #cart .product-name,
  .woocommerce-cart .product-name {
    flex: 60%;
  }
  #cart .product-price,
  .woocommerce-cart .product-price {
    display: none;  
  }
  #cart .product-quantity,
  #cart .product-subtotal,
  .woocommerce-cart .product-quantity,
  .woocommerce-cart .product-subtotal {
    flex: 50%;
    text-align: center;
  } 
  #cart .cart_totals .subtotal,
  #cart .cart_totals .discount,
  #cart .cart_totals .total,
  .woocommerce-cart .cart_totals .subtotal {
    font-size: 1.5em;
  }
  #cart .cart_totals_buttons,
  .woocommerce-cart .cart_totals_buttons {
    justify-content: center;
  }
  #cart .continue-shopping {
    display: none;
  }
  #cart-cross-sells {
    padding-bottom: 1.5em;
  }
}

/* Log in & Register
--------------------------------------------- */
.login-form,
.register-form {
	text-align: center;
}
.toggle-title {
	margin: 0;
}
.login-form form,
.register-form form {
	margin: 2em auto 0;
	max-width: 420px;
}
.login-form button,
.register-form button {
	margin: auto;
}

/* Popup Login
--------------------------------------------- */
.popup-login-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    z-index: 100000;
    pointer-events: none;
}
.popup-login-bg.active { 
    pointer-events: all; 
}
.popup-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.popup-login .popup-login-wrap {
  max-height: 640px;
  width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow-y: hidden;
  position: relative;
  animation: zoomIn .2s;
}
.popup-login .popup-login-contet {
  padding: 40px 20px;
  overflow-y: auto;
  height: 100%;
}
.login-open {
    overflow: hidden;
}
.popup-login .popup-login-contet::-webkit-scrollbar {
    width: 5px;  
}
.popup-login .popup-login-contet::-webkit-scrollbar-track  {
    background: #f1f1f1;
    border-radius: 10px;
}
.popup-login .popup-login-contet::-webkit-scrollbar-thumb  {
    background: #f1b810;
    border-radius: 10px;
}
.popup-login::-webkit-scrollbar-thumb:hover  {
    background: #FC8800; 
}
.popup-login .woocommerce-notices-wrapper > * {
	margin: 1em 0 2em;
}
.login-title,
.register-title {
    color: #242121;
    font-size: 3.4em;
}
@media (max-width: 640px) {
	.popup-login .popup-login-wrap {
		width: 100vw;
	}
}
/* Lost password
--------------------------------------------- */
.woocommerce-lost-password .woocommerce .description {
	font-size: 1.2em;
	text-align: center;
}
form.lost_reset_password {
	margin: 2em auto 0;
	max-width: 420px;	
}
form.lost_reset_password button {
	margin: auto;
}
/* My account
--------------------------------------------- */
.woocommerce-account.logged-in .woocommerce {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 0 40px 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
	flex: 1;
}
.woocommerce-account h3 {
    margin: 0px 0 17px;
}
label > .optional {
	display: none;
}
/* Dashboard */
.dashboard-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	margin-bottom: 40px;
}
.dashboard-blocks > div {
	flex: 1;
}
.dashboard-blocks address, .dashboard-blocks article.info-block {
	width: 100%;
}
.dashboard-blocks .woocommerce-Account .info-block {
	border-color: #ed195c;
}
.dashboard-blocks .woocommerce-Orders .info-block {
	border-color: #87da52;
}
.dashboard-blocks a.woocommerce-column__title {
	display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'BebasNeueBold';
    font-weight: 500;
    line-height: 1.1;
    font-size: 2em;
    white-space: nowrap;
    margin: 0.3em 0;
}
.dashboard-blocks a.woocommerce-column__title:hover {
	color: #f1b810;
}
.dashboard-blocks a.woocommerce-column__title .ico {
	font-size: .8em;
}
.dashboard-blocks a.woocommerce-column__title .ico:before {
    margin: 0 2px 4px 2px;
}
.dashboard-blocks strong {
	font-size: 1em;
}
/* Navigation */
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
	background: linear-gradient(to bottom, #fafafa 0%,#f5f5f5 100%);
    border-left: 10px solid;
    border-color: #a12629;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child) {
	margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
	display: flex;
    align-items: center;
    font-family: 'BebasNeueBold';
    font-weight: 500;
    line-height: 1.1;
    font-size: 2em;
    text-decoration: none;
    color: #575757;
	padding: 18px 50px 10px 40px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    border-color: #87da52;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
	border-color: #0068b5;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
    border-color: #ed195c;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
	color: #000;
}
@media (max-width: 767.99px) {
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		padding: 0;
		margin: 0 0 40px;
	}
	.woocommerce-orders .woocommerce-MyAccount-navigation,
	.woocommerce-view-order .woocommerce-MyAccount-navigation,
	.woocommerce-edit-address .woocommerce-MyAccount-navigation,
	.woocommerce-edit-account .woocommerce-MyAccount-navigation {
		display: none;
	}
	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
	    padding: 18px 30px 10px;
	}		
}

/* Orders */
.my_account_orders .orders-row {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	background: linear-gradient(to bottom, #fafafa 0%,#f5f5f5 100%);
	margin: 0 0 15px;
	border-left: 10px solid #f1b810;
	padding: 10px 20px 10px 30px;
	line-height: 1.6;
}
.my_account_orders .orders-row.orders-row--status-completed,
.my_account_orders .orders-row.orders-row--status-refunded {
	border-color: #87da52;
}
.my_account_orders .orders-row.orders-row--status-cancelled,
.my_account_orders .orders-row.orders-row--status-failed {
	border-color: #a12629;
}
.my_account_orders .orders-row .order-product-count_total {
	flex: 1;
}
.my_account_orders .orders-row .order-meta {
	flex: 2;
}
.my_account_orders .orders-row .order-actions {
	flex: 1;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: flex-end;
	flex-direction: column;
    align-items: flex-end;
}
.my_account_orders .orders-row .order-actions .order-actions-buttons {
	font-size: 1.4em;
}
.my_account_orders .orders-row .order-actions .order-actions-buttons a.pay {
	color: #87da52;
}
.my_account_orders .orders-row .order-actions .order-actions-buttons a.cancel {
	color: #a12629;
}
.my_account_orders .orders-row .order-actions .order-actions-buttons a.pay:hover {
	color: #4a7a2b;
}
.my_account_orders .orders-row .order-actions .order-actions-buttons a.cancel:hover {
	color: #621719;
}
.my_account_orders .orders-row .order-actions .order-actions-buttons .ico:before {
	margin: 0 0.3em;
}
.my_account_orders .orders-row .order-actions .order-actions-buttons a:last-child .ico:before {
	margin: 0 0 0 0.3em;
}
.my_account_orders .orders-row .order-number_date,
.my_account_orders .orders-row .order-product-count,
.my_account_orders .orders-row .order-actions-title {
	font-weight: 400;
}
.my_account_orders .orders-row .order-total del {
	margin: 0 5px 0 0;
}
.my_account_orders .orders-row .order-status,
.my_account_orders .orders-row .order-total {
	color: #000;
}

.woocommerce-orders .woocommerce-pagination {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.woocommerce-orders .woocommerce-pagination .woocommerce-button--previous {
	margin-right: auto;
}
.woocommerce-orders .woocommerce-pagination .woocommerce-button--next {
	margin-left: auto;
}
@media (max-width: 460px) {
	.my_account_orders .orders-row .order-meta {
		flex: 100%;
	}
}
/* Address */
.woocommerce-Address {
	display: inline-block;
}
.woocommerce-edit-address .woocommerce-Address-title {
	font-size: 1.25em;
    cursor: pointer;
    color: #0068b5;
    margin-bottom: 10px;
}
.woocommerce-edit-address .woocommerce-Address-title a {
	color: #0068b5;
    text-decoration: none;
}
.woocommerce-edit-address .woocommerce-Address-title:hover,
.woocommerce-edit-address .woocommerce-Address-title:hover a {
	color: #f1b810;
}
.woocommerce-customer-details p,
.woocommerce-customer-details a {	
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.4;
    margin-bottom: 8px;
}
/* Edit Address */
.edit-shipping-method-address.shipping-method--np p.form-row {
	margin-bottom: calc(1.1em + 15px);
}
.edit-shipping-method-address.shipping-method--np select {
	margin-bottom: 0;
}
/* Edit account */
.woocommerce-edit-account [name="save_account_details"] {
	margin-top: 20px;
}
/* Order pay */
.woocommerce-order-pay .woocommerce-form-login {
	margin: 2em auto 0;
    max-width: 420px;
    text-align: center;
}
.woocommerce-order-pay .woocommerce-form-login button {
	margin: auto;
}

/* Bundle */
.bundle-carousel .bundle-banner {
    cursor: pointer;
}
.bundle-carousel .bundle-price {
    display: flex;
	align-items: flex-end;
    gap: 0.5em;
    float: right;
    background: #87da52;
    padding: 15px 30px 15px 40px;
    color: #fff;
    font-size: 2.2em;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.bundle-carousel .bundle-price .old-price {
	font-size: 80%;
    text-decoration: line-through;
}
.bundle-carousel .slide-inner img {
    width: 100%;
    object-fit: contain;
}
.bundle-carousel .slide-inner .bundle-btn {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
    justify-content: center;
    margin: 10px 0;
}
.bundle-carousel .swiper-pagination {
	position: initial;
}
.bundle-carousel .swiper-pagination-bullet {
	background: #a12629;
	transition: all .4s;
}
.bundle-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
	scale: 120%;
}
.bundle-carousel .swiper-button-prev,
.bundle-carousel .swiper-button-next {
	position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 1000;
    font-size: 2em;
    color: #a12629;
    opacity: .5;
    transition: all .4s;
	cursor: pointer;
}
.bundle-carousel .swiper-button-next {
    right: 0;
}
.bundle-carousel .swiper-button-prev:hover,
.bundle-carousel .swiper-button-next:hover {
	opacity: 1;
}

@media (max-width: 767.99px) {
	.bundle-carousel .bundle-price {
	    font-size: 1.4em;
    padding: 10px 20px 10px 25px;
	}
	.bundle-carousel .swiper-button-prev,
	.bundle-carousel .swiper-button-next {
		font-size: 1.5em;
	}
}

/*  Filter */
.premmerce-active-filters-widget-wrapper {
    display: flex;
    align-items: flex-end;
	min-height: 80px;
}
.pc-active-filter {
    width: 100%;
}
.pc-active-filter__list {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 1rem;
}
.pc-active-filter__list-item {
    /* padding: 15px 10px; */
    margin-bottom: 0;
    line-height: 1.15;
    /* background: linear-gradient(to bottom, #fafafa 0%,#f5f5f5 100%); */
}
.pc-active-filter__item-link {
	display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1rem;
    font-weight: 500;
    padding: 5px 10px;
}
.pc-active-filter__item-link:hover {
	color: #a12629;
}
.pc-active-filter__item-delete {
    width: auto;
    height: auto;
    line-height: initial;
    border: none;
    color: #a12629;
    float: none;
    font-size: 0;
}
.pc-active-filter__item-delete:before {
    content: '\e842';
    font-family: "custom-icons";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    padding-top: 2px;
}
.pc-active-filter__item-link:after {
    display: none;
}
.pc-active-filter__item-link:hover {
    text-decoration: none !important;
}

.premmerce-filter-body {
    color: #171717;
	padding: 30px 20px;
    border: solid 1px #d0d0d0;
}
.filter__item {
    margin: 0 0 1.5em;
}
.filter__item:last-child {
    margin: 0;
}
.filter__title {
	font-size: 1.4em;
    font-weight: 700;
    line-height: 1.1;
}
.filter__inner {
    margin-top: 1em;
}
.filter__slider-control-group {
    margin: 10px 0 15px;
    gap: 4px;
}
.filter__slider-control-column {
    display: flex;
    align-items: flex-end;
    column-gap: 3px;
    padding: 0;
}
.filter__slider-control-column:nth-child(2) {
    justify-content: flex-end;
}
.filter__slider-control-column:before {
    content: 'від';
    line-height: 1.1;
    font-size: 1rem;
}
.filter__slider-control-column:nth-child(2):before {
    content: 'до';
}
input.filter__slider-control {
    max-width: 180px;
	padding: 5px;
    margin: 0;
}
.pc-range-slider__wrapper {
    display: flex;
    align-items: center;
    width: calc(100% - 5px);
    overflow: visible;
}
.pc-range-slider__control {
    background: #F1F1F1;
    border: none;
    height: 5px;
    width: 100%;
    margin: 0;
}
.pc-range-slider__control .ui-slider-handle {
	background: #fff;
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    border: none;
    top: 3px;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 25%);
}
.pc-range-slider__control .ui-slider-range {
    border-radius: 5px;
    background: #f1b810;
}
.filter__icon-minus, .filter__icon-plus {
    width: 14px;
    height: 14px;
}
.filter__icon-minus:before, .filter__icon-plus:before {
    height: 2px;
    border-radius: 2px;
}
.filter__icon-plus:after {
    width: 2.5px;
    border-radius: 2px;
}
.filter__checkgroup-control {
    display: none;
}
.filter__checkgroup-check {
    display: block !important;
	width: 18px;
    height: 18px;
    margin-right: 5px !important;
}
.filter__checkgroup-check:before {
    opacity: 0;
	font-family: "custom-icons";
    content: "\e817";
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    background: #f1b810;
    width: 18px;
    height: 18px;
}
.filter__checkgroup-aside {
	color: #777;
}

.filter-header {
	display: none;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4em;
	padding: 10px 0 15px;
	cursor: pointer;
}
.filter-header .filter-title:hover {
	color: #f1b810;
}
.filter-close {
	position: relative;
    width: 16px;
    height: 15px;
}
.filter-close span {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #242121;
    transform-origin: left center;
}
.filter-close:hover span {
    background: #f1b810;
}
.filter-close span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
}
.filter-close span:nth-child(2) {
    transform: rotate(-45deg);
    top: 11.5px;
}

.premmerce-filter-loader-wrapper::after {
    display: flex;
	align-items: center;
    justify-content: center;
    font-family: "custom-icons";
    content: '\e80d';
    border: none;
    border-radius: 0;
    animation: spin 1.6s linear infinite;
    font-size: 5em;
}

@media (max-width: 767.99px) {
	.sidebar_filter {
	    position: fixed;
	    z-index: 9998;
	    top: 0;
	    bottom: 0;
	    padding: 0;
	    left: 0;
	    width: 100vw;
	    height: 100vh;
	    background-color: transparent;
	    -webkit-transform: scale(0);
	    -ms-transform: scale(0);
	    transform: scale(0);
	    transition: background-color .4s;
	}
	.sidebar_filter.show-filter {
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
	    background-color: rgba(0,0,0,.25);
	}
	.sidebar_filter .filter-wrap {
	    z-index: 10001;
	    overflow: auto;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    height: 100vh;
	    width: 85vw;
	    background: #fff;
		padding: 10px;
	    transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    -webkit-transform: translateX(-100%);
	    -moz-transform: translateX(-100%);
	}
	.sidebar_filter.show-filter .filter-wrap {
	    transition: transform .3s;
	    transform: translateX(0%);
	    -ms-transform: translateX(0%);
	    -webkit-transform: translateX(0%);
	    -moz-transform: translateX(0%);
	    -webkit-box-shadow: 0 0 20px rgb(0 0 0/20%);
	    box-shadow: 0 0 20px rgb(0 0 0/20%);
	}
	.filter-header {
		display: flex;
	}
	.premmerce-active-filters-widget-wrapper {
	    min-height: auto;
	}
}
@media (max-width: 380px) {
	.sidebar_filter .filter-wrap {
	    width: 100vw;
	}
}