/* -------------------------- *\
    BULTAG Styles
\* -------------------------- */

/* 
Theme Name: Dobrotitsa
Author: WebFactor.com
Author URI: https//webfactor.com
Theme URI: https://webfactor.com
Version: 1.0
Description: Mobile First, SEO Friendly & Super Fast custom theme by <a target="_blank" href="https://webfactor.com">Web Factor</a>
Tags: Mobile First, SEO optimized, Super Fast 
*/

/* -------------------------- *\
    WebFactor Variables:
\* -------------------------- */

:root {
	/* Colors */
	--c1: #386A51;
	--c1t: #386A51BB;
	--c2: #B22D30;
	--c3: #2F6149;

	/* Text */
	--font-family: 'Roboto', sans-serif;
	font-weight: 300;
	--default-font-size: 1.6rem;
	--line-height: 1.3;
	--text-color: #052154;
	--text-color: #333;
	--text-color-2: #045381;
	--link-color: #333;
	--link-hover-color: var(--accent-color);

	/* Box Model */
	--border-radius: 2rem;
}

/* -------------------------- *\
    WebFactor Mixins
\* -------------------------- */

/* -------------------------- *\
    WebFactor Clearfix
\* -------------------------- */

/* -------------------------- *\
    WebFactor Media Query
\* -------------------------- */

/* -------------------------- *\
    Nav Menu
\* -------------------------- */

/* -------------------------- *\
    Transition
\* -------------------------- */

/* -------------------------- *\
    Transition
\* -------------------------- */

/* -------------------------- *\
    Transform Center
\* -------------------------- */

/* -------------------------- *\
    WebFactor Reset
\* -------------------------- */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

/* -------------------------- *\
    WebFactor Base
\* -------------------------- */

html {
    font-size: 62.5%;
}

body {
    position: relative;
    background: #fff;
    font-family: var(--font-family);
    /*font-family: 'Roboto', sans-serif;*/
    font-size: var(--default-font-size);
    /*font-size: 1.6rem;*/
    line-height: var(--line-height);
    color: var(--text-color);
    overflow-x: hidden;
 }

a {
    color: var(--link-color);
    text-decoration: none;
    letter-spacing: 0.01rem; 
    transition: .3s ease;
}

a:hover {
	color: var(--link-hover-color);
}

*.red {
    color: red;
}

h1,
h2,
h3,
h4,
h5,
h6 {margin-bottom: 3rem; line-height: 1.3; font-weight: 400;}

h1 {font-size: 4rem;}

h2 { font-size: 3rem; }

h3 {font-size: 2.4rem;}

h4 { font-size: 1.8rem; }

h5 { font-size: 1.6rem; }

h6 { font-size: 1.4rem; }

@media(max-width: 330px){
    h1, h2 {
        font-size: 3rem; 
    }
}

blockquote,
dl,
ol,
p,
table,
ul {
    margin-bottom: 1.3em;
    margin-right: 1rem;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.03rem;
}

nav li {
    list-style-type: none;
}

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

/* -------------------------- *\
    Shell
\* -------------------------- */

.shell {
    padding: 0 20px;
    max-width: 155.8rem;
}

@media (min-width: 156px) {

	.shell {
		margin: 0 auto;
	}
}

.shell--small {
	max-width: 120rem;
}

@media (min-width: 120.2rempx) {

	
}

.shell--small {
	margin: 0 auto;
}

.shell--medium {
	max-width: 140rem;
}

@media (min-width: 140.2rempx) {

	
}

.shell--medium {
	margin: 0 auto;
}

/* -------------------------- *\
    Cols
\* -------------------------- */

.cols { 
    width: 100%;
 }

@media (min-width: 768px) {

    .cols {
        /* margin: 0 -1.5rem; */
    }
}

.cols:after { content: ''; display: table; clear: both; line-height: 0; }

.col { 
    float: left; 
    width: 100%; 
    padding: 0;
 }

@media (min-width: 768px) {

    .col {
        padding: 0 1.5rem;
    }
}

.col--1of2,
.col--1of3,
.col--1of4,
.col--1of5 { width: 100%; }

@media (min-width: 768px) {

    .col--1of2 {
        width: 50%;
    }

    .col--1of3 {
        width: 33.33%;
    }

    .col--1of4 {
        width: 25%;
    }

    .col--1of5 {
        width: 20%;
    }
}

/* -------------------------- *\
    Section
\* -------------------------- */

section {
    padding: 2.5rem 0;
}

@media (min-width: 768px) {

	section {
		padding: 4rem 0;
	}
}

@media (min-width: 1200px) {

	section {
		padding: 9rem 0;
	}
}

section--nopadding {
	padding: 0;
}

/* -------------------------- *\
    .main
\* -------------------------- */

.main { 
    padding-top: 8.1rem;
    transition: .3s ease;
 }

.main--nopadding {
	padding: 0;
	margin-top: -.1rem;
}

@media (min-width: 768px) {

	.main--nopadding {
		margin-top: -1rem !important;
	}
}

@media (min-width: 768px) {

	.main {
		padding-top: 0;
	}
}

.main--scroll {/*padding-top: 8.5rem*/
}

/* -------------------------- *\
    Helpers
\* -------------------------- */

.fa-phone {
    transform: rotate(90deg);
    font-size: 1.2rem;
    color: var(--accent-color);
}

.nolink {
    cursor: text;
}

.nopadding {
    padding: 0;
}

.nopaddingtop {
    padding-top: 0;
}

.nopaddingbottom {
    padding-bottom: 0;
}

.noshell {
    max-width: 100%;
    padding: 0;
}

@media (max-width: 767px) {

	.nomobile {
		display: none;
	}
}

.smallpaddingtop {
    padding-top: 4rem;
}

/*extra styles from settings*/

.promotion .shell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}

.promotion .shell > div {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto 2rem;
}

.promotion_2 {
    padding-bottom: 0;
}

.promotion_2 + .promotion, .promotion_3 + .promotion {
    padding: 0 0 9rem;
}

.promotion_3 .shell .top {
    text-align: center;
}

.promotion_3 .shell .top img {
        max-height: 56rem;  
}

@media (min-width: 768px) {
    .promotion .shell > div {
    width: calc(50% - 3rem);
        max-width: 100%;
        margin: 0 0 8rem;
}
    .promotion_2 .shell > div {
    width: calc(33.33% - 1.5rem);
}
}

.spec_img {
    text-align: center;
    
}

.spec_img img {
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 87rem;
}

@media (min-width: 1200px) {
    .shops_town .b h4 {
        font-size: 3.5rem;
        font-family: 'Pacifico', cursive;
    }
}

@media (min-width: 1200px) {
    .h nav .cart_link {
        padding-left: 0rem;
        min-width: 17rem;
    }
}

.product {
        padding: 1.5rem 1.5rem 1rem 1.5rem;
}

@media (min-width: 550px) {
    @media (max-width: 1500px) {
        .product {
            padding: 3rem 1.5rem 1rem 1.5rem;
        }
    }
}

/* -------------------------- *\
    Typography:
\ -------------------------- */

.p {
    font-size: var(--default-font-size);
    /*font-size: 1.6rem;*/
}

/* -------------------------- *\
    Plugins
\* -------------------------- */

/*@import "_flickity.css";*/

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*@import "2-elements/0-elements";*/

/*@import "3-modules/0-modules";*/

/*@import "5-animations/0-animations";*/

/*@import "toprahisar/0.css";*/

/* -------------------------- *\
    .h
\* -------------------------- */

@media (max-width: 1199px) {

	#slid {
		overflow-x: hidden !important;
		max-width: 100vw;/*opacity: .3;*/
	}
}

.h { 
	position: fixed;
	z-index: 50;
	width: 100%;
	background: var(--c1);
	height: 7rem;
	transition: .3s ease;
 }

@media (min-width: 1200px) {

	.h {
		height: 12rem;
	}
}

.h--scroll:not(.h__fixed) {
	transform: translateY(-14rem);
	opacity: 0.5;
}

.h--scroll:not(.h__fixed) .l {
	opacity: 0 !important;
	top: -5rem !important;
	transition: .3s ease;
	transform: scale(.8) translateX(-50%) !important;
}

@media (min-width: 1200px) {

	.h--scroll:not(.h__fixed) .l {
		transform: scale(1) translateX(-50%) !important;
	}
}

.h--scroll:not(.h__fixed) .loc {
	transform: translateX(100%);
}

.h--scroll:not(.h__fixed) li.current-menu-item:after {
	width: 0% !important;
}

@media (min-width: 1200px) {

	.h--short {
		height: 8rem;/*overflow: hidden;*/
	}

	.h--short .shell {
		height: 8rem !important;
	}
}

.h--short.h--trans {
	background: var(--c1);
}

@media (min-width: 1200px) {

	.h--trans {
		background: transparent;
	}
}

@media (min-width: 1200px) {

	.h--trans .current-menu-item:after {
		display: none;
	}
}

@media (max-width: 1199px) {

	.h .shell {
		padding: 0;
	}
}

@media (min-width: 1200px) {

	.h .shell {
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		height: 12rem;
		transition: .3s ease;
	}
}

.h .l {
	position: absolute;
	top: 0;
	right: 0;
	transition: .3s ease;
}

@media (min-width: 1200px) {

	.h .l {
		transform: translateX(0);
		position: static;
	}
}

.h .l img {
	width: 12rem;
	height: 12rem;
}

@media (max-width: 400px) {

	.h .l img {
		width: 7rem;
		height: 7rem;
	}
}

@media (min-width: 1200px) {

	.h .h__red_btn,
	.h .menu-item-2054 a {
		position: relative;
		display: inline-block;
		text-transform: uppercase;
		font-size: 1.7rem;
		font-weight: 600;
		padding: .75rem 1.5rem;
		background: var(--c2);
		border-radius: 1rem;
		overflow: hidden;
	}

	.h .h__red_btn:before, .h .menu-item-2054 a:before {
		position: absolute;
		top: 0;
		left: 0%;
		width: 100%;
		height: 100%;
		background: #fff;
		transform: translateX(-100%) ;
		transition: .3s ease;
		color: var(--c2);
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: center;
		    justify-content: center;
	}

	.h .h__red_btn:hover:before, .h .menu-item-2054 a:hover:before {
		transform: translateX(0%);
	}
}

.h .loc {
	position: absolute;
	top: 2rem;
	right: 15rem;
	color: #fff;
	font-size: 2.5rem;
}

@media (max-width: 400px) {

	.h .loc {
		right: 8rem;
	}
}

@media (min-width: 1200px) {

	.h .loc {
		position: relative;
		top: unset;
		right: unset;
	}
}

@media (min-width: 1450px) {

	.h .loc i {
		position: relative;
		top: -1rem;
		margin-right: 1rem;
	}
}

.h .loc span {
	display: none;
}

@media (min-width: 1450px) {

	.h .loc span {
		display: inline-block;
		position: relative;
	}

	.h .loc span:before {
		content: 'Намери магазин';
	}
}

.h nav {
	width: 100%;
	position: absolute;
	bottom: 0rem;
}

@media (min-width: 1200px) {

	.h nav {
		position: static;
		width: auto;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		gap: 2rem;
		-ms-flex-positive: 1;
		    flex-grow: 1;
		padding: 0 2rem;
	}
}

@media (min-width: 1400px) {

	.h nav {/*position: absolute;
			top: 50%;
			left: 20rem;
			transform: translateY(-50%);*/
	}
}

.h nav ul {
	margin: 0;
	text-align: center;
}

@media (min-width: 1200px) {

	.h nav ul {
		text-align: left;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.h nav ul li {
	position: relative;
	transition: .3s ease;
}

@media (max-width: 1199px) {

	.h nav ul li {
		transform: translateX(100%);
	}
}

@media (min-width: 1200px) {

	.h nav ul li {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}

	.h nav ul li:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 0%;
		height: .3rem;
		background: #fff;
		border-radius: .5rem;
		transition: .3s ease;
	}
}

@media (min-width: 1600px) {

	.h nav ul li:after {
		bottom: 0.7rem;
	}
}

.h nav ul li + li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: .1rem;
	background: rgba(255,255,255,.1);
}

@media (min-width: 1200px) {

	.h nav ul li + li:before {
		display: none;
	}
}

@media (min-width: 1200px) {

	.h nav ul li:hover:after {
		width: 75%;
	}
}

@media (min-width: 1200px) {

	.h nav ul li.menu-item-2054 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}

	.h nav ul li.menu-item-2054 a:before {
		content: "Онлайн магазин";
	}

	.h nav ul li.menu-item-2054:after {
		display: none;
	}
}

@media (max-width: 1599px) {

	.h nav ul li.menu-item-2054 a,
						.h nav ul li.menu-item-2054 a:before {
		font-size: 1.5rem;
	}
}

.h nav ul li.current-menu-item a:before {
	content: '>';
	position: absolute;
	top: 50%;
	left: 2rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300;
	opacity: 0;
	transform: translateX(-10rem);
	animation: currentpage 1.5s infinite alternate 1s;
}

@media (min-width: 1200px) {

	.h nav ul li.current-menu-item a:before {
		display: none;
	}
}

@media (min-width: 1200px) {

	.h nav ul li.current-menu-item:after {
		width: 75%;
		transition: .7s;
	}
}

.h nav ul a {
	color: #fff;
	display: inline-block;
	padding: 1.4rem;
	background: var(--c3);
	display: block;
	font-size: 1.7rem;
	letter-spacing: .15rem;
}

@media (min-width: 370px) {

	.h nav ul a {
		padding: 1.55rem;
		font-size: 1.8rem;
	}
}

@media (min-width: 1200px) {

	.h nav ul a {
		padding: 0.5rem 1rem;
		font-size: 1.5rem;
		display: inline-block;
		background: transparent;
		text-transform: uppercase;
	}
}

@media (min-width: 1600px) {

	.h nav ul a {
		padding: 1.55rem;
		font-size: 1.8rem;
	}
}

.h nav .close_2 {
	display: none;
	color: #fff;
	text-align: center;
	height: 5rem;/*display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;*/
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	opacity: 0;
	transform: translateY(100%);
	transition: .3s ease;
}

.h nav .close_2 span {
	transform: rotate(-90deg) scale(1, 1.7);
	padding: 2rem;
	font-weight: 300;
}

.h nav .cart_link.loading {
	position: relative;
}

.h nav .cart_link.loading:before {
	content: "";
	background: conic-gradient(transparent, white);
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	animation: load-spin 2s infinite linear;
}

.h nav .cart_link.loading a {
	color: rgba(255, 255, 255, 0.5);
}

.h nav .cart_link {
	padding-left: 7rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	line-height: 1em;
}

@media (min-width: 1200px) {

	.h nav .cart_link {
		padding-left: 0rem;
		min-width: 20rem;
	}
}

.h nav .cart_link a {
	color: #FFF;
	font-weight: 500;
	font-size: 1.6rem;
}

.h nav .cart_link .small {
	font-size: 0.7em;
}

.h li.menu-item-has-children:hover {
	position: relative;
	z-index: 10;
}

.h li.menu-item-has-children:hover .sub-menu {
	transform: rotateX(0deg) translateY(0);
	opacity: 1;
	visibility: visible;
}

.h li.menu-item-has-children:hover:after {
	visibility: hidden;
	opacity: 0;
}

@media (max-width: 1199px) {

	.h li.menu-item-has-children {
		position: relative;
	}

	.h li.menu-item-has-children .subtrigger {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		z-index: 5;
		width: 5rem;
		height: 5rem;
	}

	.h li.menu-item-has-children .subtrigger span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: inline-block;
		width: 1.5rem;
		height: .1rem;
		background: rgba(255, 255, 255, .3);
	}/*opacity: .3;*/

	.h li.menu-item-has-children .subtrigger span:nth-child(1) {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.h li.menu-item-has-children .subtrigger:before {
		content: '';
		position: absolute;
		top: .1rem;
		left: 0;
		width: .1rem;
		height: calc(100% - .2rem);
		background: rgba(255,255,255,.1);
	}
}

@media (max-width: 1199px) {

	.h .sub-menu {
		opacity: .5;
		display: none;
		background: var(--c1);
	}
}

@media (min-width: 1200px) {

	.h .sub-menu {
		transform: rotateX(-120deg) translateY(60px);
		position: absolute;
		top: 5rem;
		left: 0;
		background: var(--c1);
		min-width: 35rem;
		padding-bottom: 1rem;
		transition: transform 0.2s linear,opacity 0.2s linear,visibility 0s linear 0s;
		opacity: 0;
		visibility: hidden;
	}

	.h .sub-menu li {
		display: block;
	}

	.h .sub-menu li.current-menu-item:after {
		display: none;
	}

	.h .sub-menu li:hover:after {
		display: none;
	}

	.h .sub-menu a {
		position: relative;
		font-size: 1.5rem;
		text-transform: none;
		padding: 1rem 1.5rem;
	}

	.h .sub-menu a:after {
		content: '';
		position: absolute;
		bottom: .5rem;/*z-index: 5;*/
		left: 1.5rem;
		width: 0;
		height: .2rem;
		background: rgba(255,255,255,.7);
		transition: .3s ease;
	}

	.h .sub-menu a:hover:after {
		width: calc(100% - 2rem);
	}
}

.h__fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.h__fixed li {
	animation: navli1 .2s linear forwards .25s;
}

.h__fixed li:nth-child(2) {
	animation-delay: .25s;
}

.h__fixed li:nth-child(3) {
	animation-delay: .3s;
}

.h__fixed li:nth-child(4) {
	animation-delay: .35s;
}

.h__fixed li:nth-child(5) {
	animation-delay: .4s;
}

.h__fixed li:nth-child(6) {
	animation-delay: .45s;
}

.h__fixed li:nth-child(7) {
	animation-delay: .5s;
}

.h__fixed li:nth-child(8) {
	animation-delay: 55s;
}

.h__fixed .close_2 {
	animation: close_2 .3s linear forwards .60s;
}

.h__fixed .l {
	top: 1rem;
}

/* Expanded */

.h .expanded li {
	display: none !important;
}

.h .expanded .menu-item-has-children.expanded {
	display: block !important;
	position: relative;
}

.h .expanded .menu-item-has-children.expanded .sub-menu,
			.h .expanded .menu-item-has-children.expanded .sub-menu li {
	display: block !important;
}

.h .expanded .menu-item-has-children.expanded:before {
	content: '';
	position: absolute;
	top: 5rem;
	left: 0;
	z-index: 5;
	width: 100%;
	height: .1rem;
	background: rgba(255,255,255,.1);
}

.h .expanded .menu-item-has-children.expanded>a {
	font-weight: 700;
}

.h .expanded .menu-item-has-children.expanded span {
	top: 2.5rem;
	left: 0;
	color: #fff;
	width: 5rem;
	height: 5rem;
	background: var(--c3);
}

.h .expanded .menu-item-has-children.expanded span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	content: '';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f33a";
	width: 100%;
	height: 100%;
	font-size: 2.5rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

.h .expanded .menu-item-has-children.expanded span span {
	display: none;
	transform: translate(-50%, -50%) rotate(-20deg);
	transform-origin: left;
	width: 1rem;
}

.h .expanded .menu-item-has-children.expanded span span:nth-child(2){
	transform: translate(-50%, -50%) rotate(20deg);
}

@keyframes navli1 {
	0%   {transform: translateX(100);}
	100%   {transform: translateX(0);}
 }

@keyframes close_2 {
 	0%   {transform: translateY(100%); opacity: 0; }
 	50%   {transform: translateY(-20%); opacity: .5; }
 	100%   {transform: translateY(0); opacity: 1; }
  }

@keyframes currentpage {
  	0%   {transform: translateX(0) translateY(-50%) scale(1,1.7); opacity: .5; }
  	100% {transform: translateX(1rem) translateY(-50%) scale(1,1.7); opacity: 1; }
   }

/* -------------------------- *\
    .hamburger
\* -------------------------- */

.hamburger {
 	position: absolute;
 	top: 2.5rem;
 	left: 2rem;
     font: inherit;
     display: inline-block;
     overflow: visible;
     margin: 0;
     padding: 0;
     cursor: pointer;
     transition-timing-function: linear;
     transition-duration: .15s;
     transition-property: opacity, filter;
     text-transform: none;
     color: inherit;
     border: 0;
     background-color: transparent;
     -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
 }

@media (min-width: 1200px) {

	.hamburger {
		display: none;
	}
}

.hamburger.is-active:hover,
 .hamburger:hover {
     opacity: .7
 }

.hamburger.is-active .hamburger-inner,
 .hamburger.is-active .hamburger-inner:after,
 .hamburger.is-active .hamburger-inner:before {
     background-color: #fff;
 }

.hamburger-box {
     position: relative;
     display: inline-block;
     width: 3rem;
     height: 24px;
 }

.hamburger-inner {
     top: 50%;
     display: block;
     margin-top: -2px;
 }

.hamburger-inner,
 .hamburger-inner:after,
 .hamburger-inner:before {
     position: absolute;
     width: 3rem;
     height: .4rem;
     transition-timing-function: ease;
     transition-duration: .15s;
     transition-property: transform;
     border-radius: .4rem;
     background-color: #fff;
 }

.hamburger-inner:after,
 .hamburger-inner:before {
     display: block;
     content: "";
 }

.hamburger-inner:before {
     top: -1rem;
 }

.hamburger-inner:after {
     bottom: -1rem;
 }

.hamburger--slider-r.is-active .hamburger-inner:after {
     transform: translate3d(0, -20px, 0) rotate(90deg)
 }

.hamburger--spin .hamburger-inner {
     transition-timing-function: cubic-bezier(.55, .055, .675, .19);
     transition-duration: .22s
 }

.hamburger--spin .hamburger-inner:before {
     transition: top .1s ease-in .25s, opacity .1s ease-in
 }

.hamburger--spin .hamburger-inner:after {
     transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
 }

.hamburger--spin.is-active .hamburger-inner {
     transition-delay: .12s;
     transition-timing-function: cubic-bezier(.215, .61, .355, 1);
     transform: rotate(225deg)
 }

.hamburger--spin.is-active .hamburger-inner:before {
     top: 0;
     transition: top .1s ease-out, opacity .1s ease-out .12s;
     opacity: 0
 }

.hamburger--spin.is-active .hamburger-inner:after {
     bottom: 0;
     transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
     transform: rotate(-90deg)
 }

.hamburger--spin-r .hamburger-inner {
     transition-timing-function: cubic-bezier(.55, .055, .675, .19);
     transition-duration: .22s
 }

.hamburger--spin-r .hamburger-inner:before {
     transition: top .1s ease-in .25s, opacity .1s ease-in
 }

.hamburger--spin-r .hamburger-inner:after {
     transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
 }

.hamburger--spin-r.is-active .hamburger-inner {
     transition-delay: .12s;
     transition-timing-function: cubic-bezier(.215, .61, .355, 1);
     transform: rotate(-225deg)
 }

.hamburger--spin-r.is-active .hamburger-inner:before {
     top: 0;
     transition: top .1s ease-out, opacity .1s ease-out .12s;
     opacity: 0
 }

.hamburger--spin-r.is-active .hamburger-inner:after {
     bottom: 0;
     transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
     transform: rotate(90deg)
 }

@keyframes load-spin {
 	0% {
 		transform: translate(-50%, -50%) rotate(0deg);
 	}
 	100% {
 		transform: translate(-50%, -50%) rotate(360deg);
 	}
 }

/* -------------------------- *\
    .slider_1.css
\* -------------------------- */

.slider_1 {
	position: relative;
	padding: 0;
	overflow: hidden;
 }

.slider_1 .flickity-page-dots {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	z-index: 15;
	margin: 0;
}

@media (min-width: 768px) {

	.slider_1 .flickity-page-dots {
		right: 1rem;
		left: auto;
		top: 50vh;
		transform: translateY(-50%);
		height: 11rem;
	}
}

.slider_1 .flickity-page-dots .dot {
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	border: .2rem solid #fff;
	background: transparent;
	list-style-type: none;
	display: inline-block;
	border-radius: 50%;
	transition: .3s ease;
}

@media (min-width: 768px) {

	.slider_1 .flickity-page-dots .dot {
		display: block;
	}
}

.slider_1 .flickity-page-dots .dot:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 50%;
	transition: .3s ease;
}

.slider_1 .flickity-page-dots .dot.is-selected {
	border: .2rem solid #fff;
}

.slider_1 .flickity-page-dots .dot.is-selected:before {
	transform: translate(-50%, -50%) scale(1);
}

.slider_1 .flickity-page-dots .dot + .dot {
	margin-left: 1.5rem;
}

@media (min-width: 768px) {

	.slider_1 .flickity-page-dots .dot + .dot {
		margin: 1.5rem 0 0 0;
	}
}

.slider_1 .slide {
	position: relative;
	min-height: 40rem;
	width: 100%;
}

@media (min-width: 768px) {

	.slider_1 .slide {
		height: 100vh;
	}
}

.slider_1 .slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}

@media (min-width: 768px) {

	.slider_1 .slide:before {
		background: rgba(0,0,0,.0);
	}
}

.slider_1 .slide__content {
	position: absolute;
	top: 65%;
	left: 50%;
	z-index: 5;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: .3s ease;
}

@media (max-width: 767px) {

	.slider_1 .slide__content {
		text-align: center;
	}
}

@media (min-width: 768px) {

	.slider_1 .slide__content {
		position: relative;
		top: 52%;
		left: 0;
		transform: translate(0%, -50%);
	}
}

.slider_1 .slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 40rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 768px) {

	.slider_1 .slide img {
		height: 100vh;
	}
}

.slider_1 .slide img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
}

.slider_1 .title {
	font-size: 3.5rem;
}

@media (max-width: 767px) {

	.slider_1 .title {
		text-align: center;
	}
}

@media (min-width: 768px) {

	.slider_1 .title {
		max-width: 65rem;
		margin-bottom: 1rem;
		font-size: 6.6rem;
	}
}

.slider_1 p {
	display: none;
}

@media (min-width: 768px) {

	.slider_1 p {
		display: block;
		color: #fff;
		font-size: 2.4rem;
		font-weight: 400;
		max-width: 65rem;
	}
}

@media (min-width: 768px) {

	.slider_1 .btns .btn {
		font-size: 2.3rem;
	}
}

/* -------------------------- *\
    .title
\* -------------------------- */

.title { 
	color: #fff;
	font-family: 'Pacifico', cursive;
	line-height: 1.3;
	font-size: 3rem;
	padding: 0 2rem;
 }

@media (min-width: 768px) {

	.title {
		font-size: 4.3rem;
		padding: 0;
	}
}

.title + h3 {
	font-size: 2rem;
	padding: 0 2rem;
}

@media (min-width: 768px) {

	.title + h3 {
		font-size: 3.5rem;
		max-width: 87rem;
		margin: 4rem auto;
		padding: 0;
	}
}

.title.c1 span {
	color: var(--c2);
}

.title--small {
	font-size: 2rem;
}

@media (min-width: 768px) {

	.title--small {
		font-size: 2.7rem;
	}
}

@media (min-width: 768px) {

	.title--big {
		font-size: 7rem;
	}
}

/* -------------------------- *\
    .btn
\* -------------------------- */

.btn { 
	overflow: hidden;
	position: relative;
	display: inline-block;
	border-radius: 1.5rem;
	background: transparent;
	padding: 1.1rem 2rem 1rem 2rem;
	color: var(--c1);
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	transition: .3s ease;
 }

.btn:before,
	.btn:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	width: 160%;
	height: 150%;
	background: var(--c1);
	transform: translate(-110%, -50%) skew(-35deg);
	transform: translate(-80%, -50%) skew(-35deg);
	transition: .3s ease;
}

.btn:after {
	background: #fff;
	transform: translate(-20%, -50%) skew(-35deg);
}

.btn:hover {
	color: #fff;
}

.btn:hover:before {
	transform: translate(-20%, -50%) skew(-35deg);
}

.btn:hover:after {
	transform: translate(120%, -50%) skew(-35deg);
}

.btn + .btn {
	margin-left: 1.5rem;
}

@media (min-width: 768px) {

	.btn + .btn {
		margin-left: 2rem;
	}
}

.btn--large {
	padding: 2rem 7rem;
}

.btn--2 {
	border: .3rem solid var(--c1);
}

.btn--3 {
	border: 0rem solid transparent;
	color: #fff;
	padding: 1.2rem 5rem;
}

.btn--3:after {
	background: #9E9E9E;
}

/* -------------------------- *\
    .helpers
\* -------------------------- */

.ce {
	text-align: center;
}

.c1 {
	color: var(--c1);
}

.c2 {
	color: var(--c2);
}

.c3 {
	color: var(--c2);
}

.cw {
	color: #fff;
}

.bgc1 {
	background: var(--c1);
}

.bgc2 {
	background: var(--c2);
}

.bgc3 {
	background: var(--c3);
}

.main {
	padding-top: 14rem;
}

@media (min-width: 768px) {

	.main {
		padding-top: 12rem;
	}
}

.show {
	transform: translateY(2rem) !important;
	opacity: 0 !important;
	transition: .3s ease;
}

.show--on.show {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

/* -------------------------- *\
    .prod_slider_1	
\* -------------------------- */

.prod_slider_1 { 
	position: relative;
	display: none;
 }

@media (min-width: 768px) {

	.prod_slider_1 {
		padding-bottom: 15rem;
	}
}

.prod_slider_1 .flickity-viewport {
	width: 100%;
	overflow: hidden;
	padding: 2rem 2rem 2rem 1rem;
}

.prod_slider_1 .flickity-prev-next-button {
	position: absolute;
	top: 50%;
	color: var(--c1) !important;
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
	border-radius: 50%;
	padding: 2rem;
	width: 5rem;
	height: 5rem;
	border: none;
	background: transparent;
	font-size: 2rem;
	cursor: pointer;
	transition: .3s ease;
}

.prod_slider_1 .flickity-prev-next-button:hover {
	background: var(--c1);
}

.prod_slider_1 .flickity-prev-next-button:hover svg {
	fill: #fff;
}

.prod_slider_1 .flickity-prev-next-button.previous {
	left: -1.5rem;
}

@media (min-width: 768px) {

	.prod_slider_1 .flickity-prev-next-button.previous {
		left: -3rem;
	}
}

@media (min-width: 1400px) {

	
}

.prod_slider_1 .flickity-prev-next-button.next {
	right: -1.5rem;
}

@media (min-width: 768px) {

	.prod_slider_1 .flickity-prev-next-button.next {
		right: -3rem;
	}
}

.prod_slider_1 .flickity-prev-next-button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	fill: var(--c1);
	width: 2rem;
	height: 2rem;
	transition: .3s ease;
}

.prod_slider_1 .shell {
	position: relative;
	text-align: center;
}

.prod_slider_1 input {
	position: absolute;
	left: -9999rem;
}

.prod_slider_1 input:checked + label {
	background: var(--c2);
	border-color: var(--c2);
	color: #fff;
}

@media (min-width: 768px) {

	.prod_slider_1 .btn {
		font-size: 2rem;
	}
}

.prod_slider_1 .btn i {
	margin-right: 1.5rem;
}

@media (min-width: 768px) {

	.prod_slider_1 .btn + input + .btn {
		margin-left: 2rem;
	}
}

.prod_slider_1 .changer {
	text-align: center;
}

.prod_slider_1 .changer .btn {
	transition: .3s ease;
}

.prod_slider_1 .changer .first.show1 {
	position: relative;
	right: 3rem;/*opacity: 0;*/
}

.prod_slider_1 .changer .sec.show1 {
	position: relative;
	right: -3rem;/*opacity: 0;*/
}

.prod_slider_1 .changer .show1.show--on {
	right: 0 !important;/*opacity: 1;*/
}

.slider_2 {
 	padding: 6rem 3rem;
 	position: relative;
 }

@media (min-width: 768px) {

	.slider_2 {
		padding: 8rem 3rem;
	}
}

.slider_2 .slide {
	position: relative;
	text-align: center;
	width: 100%;
	box-shadow: 0 0 1rem rgba(0,0,0, .075);
	padding: 3rem 3rem 4rem 3rem;
	border-radius: 2rem;
	background: #fff;
	margin-bottom: 2rem;
	transition: .3s ease;
}

@media (min-width: 768px) {

	.slider_2 .slide {
		width: 40%;
	}

	.slider_2 .slide.show {
		transform: translateY(3rem);
		opacity: 0;
		transition: .3s;
	}

	.slider_2 .slide.show:nth-child(2) {
		transition: .3s .1s;
	}

	.slider_2 .slide.show:nth-child(3) {
		transition: .3s .2s;
	}

	.slider_2 .slide.show:nth-child(4) {
		transition: .3s .3s;
	}
}

@media (min-width: 1200px) {

	.slider_2 .slide min-height: 40rem

 			img {
		height: 18.5rem;
		width: auto;
	}
}

@media (min-width: 1300px) {

	.slider_2 .slide {
		width: 21.5%;
	}
}

.slider_2 .slide + .slide {
	margin-left: 3.9%;
}

.slider_2 .slide img {
	transition: .3s ease;
}

.slider_2 .slide:hover {
	z-index: 10;
	transform: scale(1.05);
}

/*box-shadow: 0 0 1.5rem rgba(0,0,0, .3);*/

.slider_2 .slide:hover a {
	color: var(--c1);
}

.slider_2 .slide:hover span.btn {
	background: var(--c1);
}

.slider_2 .slide:hover img {
	transform: translateY(-.5rem);
}

.slider_2 .slide h3 a {
	color: var(--c2);
	font-family: 'Pacifico', cursive;
	text-transform: capitalize;
	transition: .3s ease;
}

.slider_2 .slide span {
	display: block;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

.slider_2 .slide span + span {
	margin-top: 3rem;
}

.slider_2 span.btn {
	position: relative;
	background: var(--c2);
	color: #fff;
	font-weight: 400;
	text-transform: none;
	font-size: 2rem;
	transition: .3s ease;
}

.product-template-default .prod_slider_1 {
	background: #F0F0F0;
}

@media (min-width: 1600px) {

	.product-template-default .prod_slider_1 {
		padding-bottom: 10rem;
	}
}

.product-template-default .btn {
	background: var(--c1);
}

.product-template-default .btn:hover {
	background: var(--c2);
}

.product-template-default .flickity-prev-next-button {
	background: #fff;
}

@media (min-width: 500px) {

	.products_listing::after {
		content: "";
		clear: both;
		display: table;
		line-height: 0;
	}

	.products_listing .product {
		float: left;
		margin-bottom: 3.9%;
	}
}

.products {
	padding-top: 0;
}

@media (min-width: 1200px) {

	.products .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.products .shell .aside {
		width: 25rem;
		max-width: 25rem;
		overflow: hidden;
	}

	.products .shell .aside__inner {
		position: -webkit-sticky;
		position: sticky;
		z-index: 10;
		top: 1rem;
		transition: .3s ease;
	}

	.products .shell .aside__inner.down {
		top: 9rem;
	}

	.products .shell .aside__inner h2 {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}

	.products .shell .products_listing {
		width: calc(100% - 35rem);
	}
}

@media (min-width: 1900px) {

	.products .shell {
		max-width: 180rem;
	}

	.products .shell .product {
		min-height: 45rem;
	}
}

.product {
	--del: 0s;

	position: relative;
	text-align: center;
	width: 100%;
	box-shadow: 0 -.7rem 1rem rgba(0,0,0, .05);		
	padding: 1.5rem 1.5rem 1rem 1.5rem; 
	border-radius: 2rem;
	background: #fff; 
	margin-bottom: 2rem;
	transition: .3s ease;	
	display: -ms-grid;	
	display: grid;
	-ms-grid-rows: 17.5rem 1fr auto auto;
	    grid-template-rows: 17.5rem 1fr auto auto;
	gap: 1rem;
	transition: opacity 0.3s ease var(--del), box-shadow 0.3s;
	/*&.variable {
		border: solid 0.1rem #386A5122;
	}*/
}

@media (min-width: 550px) {

	.product {
		width: calc(53% - 4.1rem);
		margin-right: 2rem;
		height: 45rem;
	}
}

@media (min-width: 768px) {

	.product {
		width: 30%;
		margin-right: 3.33%;
	}

	.product:nth-child(2) {
		--del: .1s;
	}

	.product:nth-child(3) {
		--del: .2s;
	}

	.product:nth-child(4) {
		--del: .3s;
	}

	.product:nth-child(6) {
		--del: .1s;
	}

	.product:nth-child(7) {
		--del: .2s;
	}

	.product:nth-child(8) {
		--del: .3s;
	}

	.product:nth-child(10) {
		--del: .1s;
	}

	.product:nth-child(11) {
		--del: .2s;
	}

	.product:nth-child(12) {
		--del: .3s;
	}

	.product:nth-child(14) {
		--del: .1s;
	}

	.product:nth-child(15) {
		--del: .2s;
	}

	.product:nth-child(16) {
		--del: .3s;
	}

	.product:nth-child(17) {
		--del: .1s;
	}

	.product:nth-child(18) {
		--del: .2s;
	}

	.product:nth-child(19) {
		--del: .3s;
	}
}

@media (min-width: 1200px) {

	.product min-heightd

		img {
		height: 18.5rem;
		width: auto;
	}
}

@media (min-width: 1300px) {

	.product {
		width: 21.5%;
		margin-right: 3.5%;
	}
}

.product:hover {
	z-index: 10;
	transform: scale(1.05);
	box-shadow: 0 0 1rem rgba(0,0,0, .5);
}

.product:hover img {
	transform: translateY(.5rem);
}

@media (min-width: 1200px) {

	
}

.product:hover .dr_down {
	opacity: 1;
	visibility: visible;
}

.product img {
/* 	margin-bottom: 1rem; */
	max-height: 16.5rem;
	transition: transform .3s ease;
}

.product h3 {
	font-size: 1.8rem;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	margin: 0;
}

.product h3 a {
	color: var(--c2);
	font-family: 'Pacifico', cursive;
	text-transform: capitalize;
	/*display: -webkit-box;
	-webkit-line-clamp: 2;
	autoprefixer: off 
	-webkit-box-orient: vertical;
	autoprefixer: on 
	overflow: hidden;
	text-overflow: ellipsis;*/
}

.product>span {
	display: block;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.3rem;
	color: var(--c1);
}

.product>span + span {
/*	margin-top: 3rem;*/
/*	bottom: 1.5rem;*/
	width: 100%;
}

.product>span + span:after,
			.product>span + span:before {
	display: none;
}

.product>span + span span {
	color: #FFF;
}

.product .btn {
	background: var(--c2);
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
	column-gap: 1rem;
	padding: 1rem;
}

.product .btn__top {
	width: 100%;
	text-align: center;
}

.product .btn>span {
	margin: 0;
}

.product .btn:hover {
	background: var(--c1);
}

.product span.hov {
	margin: 0;
/* 	padding-bottom: 1rem; */
	color: black;
	font-weight: 400;
}

/*@media (max-width(1199px)) {
	.product .hov:checked .dr_down {
		opacity: 1;
		visibility: hidden;
	}
}*/

.product .dr_down {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: calc(100% - 18rem);
	overflow-y: auto;
	overflow-x: hidden;
	display: block;
/*	align-items: end;*/
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	max-width: 30rem;
}

.product .dr_down>div {
	width: 100%;
	padding: 1rem;
	background: white;
	box-shadow: 0 -.7rem 1rem rgba(0,0,0, .05);
	border: solid 0.1rem rgba(0,0,0, .05);
	border-radius: 1.5rem;
}

@media (max-width: 549px) {

	.product .dr_down {
		left: 50%;
		transform: translate(-50%, 0);
	}
}

.product .dr_down .add_to_cart {
	padding: 0.5rem 0;
	border-bottom: solid 0.1rem rgba(0,0,0,0.2);
}

.product .dr_down .add_to_cart:last-child {
	border: none;
}

.product .dr_down .add_to_cart .cart {
	padding: 0;
}

/*@media (min-width: 550px) {

	@media (max-width: 767px) {

		.product:nth-child(2n) .dr_down {
			left: unset;
			right: 100%;
		}
	}
}

@media (min-width: 768px) {

	@media (max-width: 1299px) {

		.product:nth-child(3n) .dr_down {
			left: unset;
			right: 100%;
		}
	}
}

@media (min-width: 1300px) {

	.product:nth-child(4n) .dr_down {
		left: unset;
		right: 100%;
	}
}*/

@media (min-width: 550px) {

	@media (max-width: 1500px) {

		.product {
			padding: 3rem 1.5rem 1rem 1.5rem;
		}
	}
}

.product input[type=checkbox] {
	display: none;
}

/*@media (max-width: 1199px) {

	.product input[type=checkbox]:checked~.dr_down {
		opacity: 1;
		visibility: visible;
	}

	.product input[type=checkbox]:checked~label {
		font-weight: 600;
	}
}*/

.product .add_to_cart .cart {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 3rem 1fr 3rem;
	    grid-template-columns: 3rem 1fr 3rem;
	column-gap: 1rem;
	row-gap: 0.5rem;
	padding-bottom: 1.5rem;
	-ms-flex-pack: center;
	    justify-content: center;
}

.product .add_to_cart .cart>* {
	width: 100%;
	height: 3rem;
}

.product .add_to_cart .cart input {
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 0.5rem;
	border: solid 0.1rem #000;
}

.product .add_to_cart .cart .quantity {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	font-size: 2rem;
	gap: 0.5rem;
}

.product .add_to_cart .cart .meta {
	grid-column: 1 / span 3;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	height: auto;
	column-gap: 1rem;
}

.product .add_to_cart .cart .meta__top {
	width: 100%;
}

.product .add_to_cart .cart .meta p {
	margin: 0;
}

.product .add_to_cart .cart button,
		.product .add_to_cart .cart .add-cart {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	padding: 0.5rem;
	text-transform: uppercase;
	background: var(--c1);
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.1rem;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: transform 0.2s;
}

.product .add_to_cart .cart button:hover, .product .add_to_cart .cart .add-cart:hover {
	transform: scale(1.2);
}

.product .add_to_cart .cart button.loading, .product .add_to_cart .cart .add-cart.loading {
	pointer-events: none;
	opacity: 0.5;
}

.product .add_to_cart .cart button.remove, .product .add_to_cart .cart .add-cart.remove {
	background: var(--c2);
}

.product .add_to_cart .cart button.remove.hid, .product .add_to_cart .cart .add-cart.remove.hid {
	visibility: hidden;
}

.product .add_to_cart .cart button.max, .product .add_to_cart .cart .add-cart.max {
	opacity: 0.3;
}

.product .add_to_cart .cart .added_to_cart {
	display: none;
}

.prod_info .add_to_cart .quantity {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	font-size: 2.5rem;
	font-weight: 600;
	gap: 0.5rem;
}

.facetwp-facet-products .facetwp-checkbox {
	color: var(--c2);
	font-weight: 400;
	font-size: 2rem;
	margin-bottom: .5rem;
}

.facetwp-facet-products .facetwp-checkbox + .facetwp-depth {
	margin-bottom: 1.5rem;
}

.facetwp-facet-products .facetwp-depth .facetwp-checkbox {
	font-size: 1.4rem;
}

.facetwp-facet-products .facetwp-expand {
	display: none;
}

.facetwp-facet-sold_online .facetwp-checkbox[data-value=false] {
	display: none;
}

.facetwp-facet-sold_online .facetwp-checkbox {
	color: var(--c2);
	font-weight: 400;
	font-size: 2rem;
	margin-bottom: .5rem;
}

.page-template-products {

}

@media (min-width: 768px) {

	.intro-title {
		margin-bottom: 1rem;
	}
}

@media (min-width: 1200px) {

	.intro-title .title {
		font-size: 6rem;
	}
}

/* -------------------------- *\
    .benefits
\* -------------------------- */

.benefits { 
	position: relative;
	background: var(--c1);
	overflow: hidden;
 }

@media (min-width: 768px) {

	.benefits {
		padding: 15rem 0;
	}
}

@media (min-width: 768px) {

	.benefits .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.benefits img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.benefits .top,
	.benefits .bottom {
	position: relative;
	z-index: 1;
	text-align: center;
}

.benefits .top {
	margin-bottom: 5rem;
}

@media (min-width: 768px) {

	.benefits .top {
		margin-bottom: 0;
	}
}

.benefits .bigicons + .btn {
	margin-top: 2.5rem;
}

@media (min-width: 768px) {

	.benefits .btn {
		padding: 1.5rem 5rem;
		font-size: 2.5rem;
	}

	.benefits .btn:hover {
		background: #fff;
		color: var(--c1);
	}
}

/* -------------------------- *\
    .ul
\* -------------------------- */

ul { 
	text-align: left;
 }

ul.white {
	list-style-type: none;
}

ul.white i {
	position: absolute;
	top: .7rem;
	left: 0;
	margin-right: 2rem;
}

@media (min-width: 768px) {

	ul.white i {
		top: 1rem;
	}
}

ul.white li {
	position: relative;
	color: #fff;
	line-height: 1.5;
	font-size: 2rem;
	padding-left: 3.5rem;
	transition: .3s ease;
}

ul.white li.show {
	transform: translateY(2rem);
	opacity: 0;
}

ul.white li + li {
	margin-top: 1rem;
}

@media (min-width: 768px) {

	ul.white li + li {
		margin-top: .5rem;
	}
}

@media (min-width: 768px) {

	ul.white li {
		font-size: 2.5rem;
		line-height: 2;
		padding-left: 6rem;
	}
}

ul.bigicons {
	margin-bottom: 4rem;
}

ul.bigicons li {
	position: relative;
	padding-left: 10rem;
	line-height: 1.3;
	max-width: 60rem;
	font-size: 2rem;
	font-weight: 400;
}

@media (min-width: 768px) {

	ul.bigicons li {
		padding-left: 15rem;
		transition: .3s ease;
	}

	ul.bigicons li.show {
		transform: translateY(2rem);
		opacity: 0;
	}
}

@media (min-width: 1400px) {

	ul.bigicons li {
		padding-left: 16rem;
	}
}

ul.bigicons li + li {
	margin-top: 3rem;
}

@media (min-width: 768px) {

	ul.bigicons li + li {
		margin-top: 6rem;
	}
}

ul.bigicons li i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 5rem;
	font-weight: 300;
}

@media (min-width: 768px) {

	ul.bigicons li i {
		font-size: 8rem;
	}
}

/* -------------------------- *\
    .chess_1
\* -------------------------- */

@media (min-width: 768px) {

	.chess_1__content {
		padding-top: 10rem;
	}

	.chess_1__content::after {
		content: "";
		clear: both;
		display: table;
		line-height: 0;
	}
}

.chess_1 .item {
	position: relative;
}

@media (min-width: 768px) {

	.chess_1 .item {
		display: block;
		width: 46%;
		float: left;
		margin-bottom: 25rem;
		transition: .3s ease;
	}

	.chess_1 .item.show {
		transition: .3s .1s ease-in-out;
		transform: translateY(5rem);
		opacity: 0;
	}

	.chess_1 .item:hover {
		transform: scale(1.03);
	}

	.chess_1 .item:nth-child(2) {
		margin-top: 20rem !important;
	}

	.chess_1 .item:nth-child(even) {
		float: right;
	}

	.chess_1 .item:nth-child(even) .tit {
		color: var(--c2);
	}

	.chess_1 .item:nth-child(even) .tit:hover {
		color: var(--c1);
	}

	.chess_1 .item:last-child {
		margin-bottom: 0;
	}
}

.chess_1 .item--last:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--c2);
}

.chess_1 .item--last span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {

	.chess_1 .item--last span {
		font-size: 3rem;
	}
}

.chess_1 .item + .item {
	margin-top: 5rem;
}

@media (min-width: 768px) {

	.chess_1 .item + .item {
		margin-top: 0;
	}
}

.chess_1 .tit {
	position: relative;
	font-weight: 700;
	color: var(--c1);
	font-size: 2rem;
	display: block;
	padding: 1.5rem 0;
	text-align: right;
	transition: .3s ease;
}

@media (min-width: 768px) {

	.chess_1 .tit {
		font-size: 2.2rem;
	}
}

.chess_1 .tit:hover {
	color: var(--c2);
}

.chess_1 .tit:before {
	content: '\f178';
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* -------------------------- *\
    .info_1
\* -------------------------- */

.info_1 { 
	position: relative;
	text-align: center;

	padding: 2.5rem 0 0;
 }

@media (min-width: 768px) {

	.info_1 {
		padding: 6rem 0 0;
	}
}

.info_1:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 45rem;
	background: var(--c1);
}

.info_1 h3 {
	margin-bottom: 7rem;
}

.info_1 .shell img {
	margin-bottom: 5rem;
}

@media (min-width: 768px) {

	.info_1 .shell img {
		max-width: 100rem;
		width: 100%;
		margin-bottom: 7rem;
	}
}

.info_1 .title {
	margin-bottom: 7rem;
}

.twolinks {
 	display: -moz-flex;
 	display: -ms-flex;
 	display: -o-flex;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-pack: center;
 	    justify-content: center;
 	margin-bottom: 5rem;
 }

@media (min-width: 768px) {

	.twolinks {
		margin-bottom: 10rem;
	}
}

.twolinks .btn {
	border-width: .2rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 1.5rem;/*font-weight: 400;*/
	text-transform: none;
	transition: .3s ease;
}

.twolinks .btn:after {
	background: #F5F5F5;
}

.twolinks .btn:nth-child(1) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.twolinks .btn:nth-child(2) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: var(--c2);
}

.twolinks .btn:nth-child(2):hover {
	color: #fff;
}

.twolinks .btn + .btn {
	margin-left: -.2rem;
}

.twolinks .btn i {
	font-size: 3rem;
	margin-right: 1rem;
}

/* -------------------------- *\
    .above_footer
\* -------------------------- */

.above_footer { 
	text-align: center;
	background: var(--c1);
 }

@media (min-width: 768px) {

	.above_footer {
		padding: 5rem 0;
	}
}

@media (min-width: 900px) {

	.above_footer .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.above_footer img {
	margin-bottom: 4rem;
}

@media (min-width: 900px) {

	.above_footer img {
		margin-bottom: 0;
	}
}

.above_footer .btn {/*background: transparent !important;
		color: #fff;
		position: relative;*/
	background: var(--c2);
}

.above_footer .btn:hover {
	background: #fff;
	color: var(--c1);
}

@media (min-width: 768px) {

	.above_footer .title {
		margin-bottom: -2rem;
	}
}

@media (min-width: 900px) {

	.above_footer .title {
		text-align: left;
	}
}

.above_footer .title + h3 {
	margin-bottom: 5rem;
}

@media (min-width: 900px) {

	.above_footer .title + h3 {
		text-align: left;
		margin-bottom: 0;
	}
}

/* -------------------------- *\
    .footer
\* -------------------------- */

.footer { 
	overflow: hidden;
	position: relative;
	background: var(--c1);
	background-image: url(/wp-content/uploads/2020/04/14.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 6rem 0 10rem;
 }

@media (max-width: 767px) {

	.footer {
		text-align: center;
	}
}

@media (min-width: 768px) {

	.footer {
		padding: 5rem 0 2.5rem;
	}
}

.footer:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.2rem;
	background: #3D7258;
}

.footer ul {
	list-style-type: none;
}

@media (max-width: 767px) {

	.footer ul {
		text-align: center;
		margin-bottom: 5rem;
	}
}

.footer a,
	.footer li {
	color: #fff;
}

.footer li {
	min-height: 1rem;
}

.footer li + li {
	margin-top: .5rem;
}

.footer .top {
	padding-bottom: 3rem;
}

.footer .bottom {
	font-weight: 400;
}

.footer .webmaster {
	position: absolute;
	right: -1.5rem;
	bottom: -1.5rem;
	font-weight: 400;
}

.footer .webmaster .logo {
	background: var(--c2);
	display: inline-block;
	border: 1.5rem solid var(--c1);
}

.footer .webmaster img {
	max-width: 10rem;
}

/* -------------------------- *\
    .breadcrumbs
\* -------------------------- */

.breadcrumbs { 
	position: relative;
	padding: 0;
	background: var(--c2);
	color: #fff;
 }

.breadcrumbs:after {
	content: '';
	position: absolute;
	top: -15rem;
	left: 0;
	width: 100%;
	height: 15rem;
	background: var(--c1);
}

.breadcrumbs ol {
	padding: 1rem 2rem;
	list-style-type: none;
	margin: 0;
}

@media (min-width: 768px) {

	.breadcrumbs ol {
		padding: 1.5rem 0;
	}
}

.breadcrumbs li {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
}

@media (min-width: 768px) {

	.breadcrumbs li {
		font-size: 1.5rem;
	}
}

.breadcrumbs li + li {
	margin-left: 3rem;
}

.breadcrumbs li + li:before {
	content: '>';
	position: absolute;
	top: 50%;
	left: -2rem;
	transform: translateY(-50%) scale(.5,1);
}

@media (min-width: 768px) {

	.breadcrumbs li + li:before {
		transform: translateY(-50%) scale(.75,1.2);
	}
}

.breadcrumbs li a {
	color: #fff;
}

.prod_info {
	padding-bottom: 0;
 }

@media (min-width: 768px) {

	.prod_info {
		padding: 0;
	}
}

.prod_info .shell {
	text-align: center;
	position: relative;
}

.green_btn {
	min-width: 23rem;
	display: block;
	background: var(--c1);
    color: white;
    border-radius: 0.5rem;
    transition: background 0.2s;
    padding: 1rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 400;
    text-align: center;
}

.green_btn:hover {
	background: var(--c1t);
	color: white;
}

.prod_info .shell .green_btn {
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translate(-50%, 0);
}

@media (min-width: 768px) {

	.prod_info .shell .green_btn {
		left: 2rem;
		transform: none;
	}
}

@media (min-width: 768px) {

	.prod_info .shell {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media (min-width: 1200px) {

	.prod_info .shell {
		max-width: 100%;
		text-align: left;
	}
}

.prod_info .left {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	    grid-template-columns: 1fr;
	gap: 2rem;
	padding-top: 6rem;
}

@media (min-width: 768px) {

	.prod_info .left {
		width: 60%;
	}
}

@media (min-width: 1200px) {

	.prod_info .left {/*width: calc(100% - 50rem);*/
		-ms-grid-columns: 3fr 2fr;
		    grid-template-columns: 3fr 2fr;
		padding-left: 4rem;
	}
}

@media (min-width: 1600px) {

	.prod_info .left {
		width: calc(100% - 50rem);
	}
}

.prod_info .left .top {
	margin: 0;
}

.prod_info .left .top img {
	margin: 0 auto;
	display: block;
}

.prod_info .left .cart_ctrl {
	display: -ms-flexbox;
	display: flex;
	column-gap: 5rem;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (min-width: 1200px) {

	.prod_info .left .top {
		-ms-grid-row-span: 2;
		-ms-grid-row: 1;
		    grid-row: 1 / span 2;
		-ms-grid-column-span: 1;
		-ms-grid-column: 1;
		    grid-column: 1 / span 1;
		width: 100%;
	}

	.prod_info .left .cart_ctrl {
		-ms-grid-row-span: 1;
		-ms-grid-row: 3;
		    grid-row: 3 / span 1;
		-ms-grid-column-span: 2;
		-ms-grid-column: 1;
		    grid-column: 1 / span 2;
	}

	.prod_info .left .title_bl {
		-ms-grid-row-span: 1;
		-ms-grid-row: 1;
		    grid-row: 1 / span 1;
		-ms-grid-column-span: 1;
		-ms-grid-column: 2;
		    grid-column: 2 / span 1;
	}

	.prod_info .left .content {
		-ms-grid-row-span: 1;
		-ms-grid-row: 2;
		    grid-row: 2 / span 1;
		-ms-grid-column-span: 1;
		-ms-grid-column: 2;
		    grid-column: 2 / span 1;
	}
}

/*@media (min-width: 1300px) {

	.prod_info .left .top {
		max-width: 40rem;
		text-align: center;
	}

	.prod_info .left .top img {
		max-width: 47rem;
	}
}

@media (min-width: 1500px) {

	.prod_info .left .top {
		max-width: 50rem;
	}
}

@media (min-width: 1600px) {

	.prod_info .left .top {
		max-width: 60rem;
		width: 50%;
	}
}*/

@media (min-width: 1200px) {

	.prod_info .left .bottom {/*max-width: calc(100% - 50rem);*/
	}
}

@media (min-width: 1300px) {

	.prod_info .left .bottom {
		max-width: calc(100% - 40rem);
	}
}

@media (min-width: 1500px) {

	.prod_info .left .bottom {
		max-width: calc(100% - 50rem);
	}
}

@media (min-width: 1600px) {

	.prod_info .left .bottom {
		max-width: calc(100% - 60rem);
		min-width: calc(100% - 60rem);
		width: 50%;
	}
}

.prod_info .left .add_to_cart .cart {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 4rem auto 4rem;
	    grid-template-columns: 4rem auto 4rem;
	-ms-flex-pack: center;
	    justify-content: center;
	max-width: 30rem;
	margin: 0 auto;
	gap: 1rem;
	-ms-flex-align: center;
	    align-items: center;
	padding-bottom: 1.5rem;
	width: 100%;
}

.prod_info .left .add_to_cart .cart .meta {
	-ms-grid-column-span: 3;
	-ms-grid-column: 1;
	    grid-column: 1 / span 3;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-ms-flex-pack: center;
	    justify-content: center;
}

.prod_info .left .add_to_cart .cart .meta p {
	font-size: 2rem;
	padding: 0;
	margin: 0;
	color: black;
}

.prod_info .left .add_to_cart .cart .quantity {
	width: 100%;
	height: 3rem;
}

.prod_info .left .add_to_cart .cart .add-cart {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	padding: 0.5rem;
	text-transform: uppercase;
	background: var(--c1);
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.1rem;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: transform 0.2s;
}

.prod_info .left .add_to_cart .cart .add-cart:hover {
	transform: scale(1.2);
}

.prod_info .left .add_to_cart .cart .add-cart.add {
	font-size: 2.5rem;
	line-height: 2.5rem;
}

.prod_info .left .add_to_cart .cart .add-cart.add.max {
	opacity: 0.3;
	pointer-events: none;
}

.prod_info .left .add_to_cart .cart .add-cart.remove {
	color: white !important;
	background: var(--c2);
	font-size: 2.5rem;
	line-height: 2.5rem;
	padding: 0.5rem;
	width: auto;
	height: auto;
}

.prod_info .left .add_to_cart .cart .add-cart.remove.hid {
	visibility: hidden;
}

.prod_info .left .add_to_cart .cart input {
	width: 100%;
	height: 100%;
}

.prod_info .left .add_to_cart .cart button {
	background: var(--c1);
}

@media (min-width: 768px) {

	.prod_info .right {
		width: 40%;
	}
}

@media (min-width: 1200px) {

	.prod_info .right {
		width: 50rem;
	}
}

.prod_info picture,
.prod_info img {
	margin: 2rem 0 3rem;
	max-height: 45rem;
}

.prod_info img {
	margin: 0 auto;
}

.prod_info .title_bl p {
	color: var(--c2);
	text-transform: uppercase;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
}

@media (min-width: 1200px) {

	.prod_info .title_bl p {
		text-align: left;
		padding: 0 1rem;
	}
}

.prod_info .title_bl p span {
	color: var(--c1);
	display: block;
	font-weight: 400;
}

.prod_info h1 {
	color: var(--c1);
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {

	.prod_info h1 {
		text-align: left;
		padding-left: 1rem;
		font-size: 4rem;
		font-weight: 400;
	}
}

@media (min-width: 1300px) {

	.prod_info h1 {
		font-size: 4rem;
	}
}

@media (min-width: 1800px) {

	.prod_info h1 {
		font-size: 5rem;
	}
}

.prod_info .content p {
	font-weight: 400;
	color: var(--c1);
	text-transform: none;
}

@media (min-width: 1200px) {

	.prod_info .content p {
		line-height: 1.8;
		font-size: 1.8rem;
	}
}

.prod_info .right {
	margin: 0 -2rem;
	padding: 4rem 2rem;
	background: var(--c1);
	background: linear-gradient( rgba(34, 63, 48, 0.85), rgba(34, 63, 48, 0.85) ), url('/wp-content/uploads/2020/04/1.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

@media (min-width: 1200px) {

	.prod_info .right {
		text-align: left;
	}
}

@media (min-width: 1600px) {

	.prod_info .right {
		padding: 4rem 5rem;
	}
}

.prod_info .right h3 {
	margin-bottom: 1rem;
}

.prod_info .right p, 
		.prod_info .right table, 
		.prod_info .right ul {
	color: #fff;
	font-weight: 300;
}

.prod_info .right table {
	margin: 0;
	width: 100%;
}

.prod_info .right table tr {
	padding: 1.5rem 0;
}

.prod_info .right table tr td {
	max-width: 85%;
	text-align: left;
	padding: .7rem 0;
}

.prod_info .right table tr td + td {
	min-width: 15%;
	text-align: right;
}

/*.prod_info .right table tr + tr {
	margin-top: 1.5rem;
}*/

.prod_info .right ul {
	list-style-type: none;
}

.prod_info .right ul li {
	text-align: center;
}

@media (min-width: 1200px) {

	.prod_info .right ul li {
		text-align: left;
	}
}

.prod_info .right ul li + li {
	margin-top: 1.5rem;
}

@media (min-width: 1200px) {

	.prod_info .right .item {
		position: relative;
		padding-left: 12rem;
	}

	.prod_info .right .item img {
		position: absolute;
		top: -1rem;
		left: 2rem;
	}
}

.prod_info .right .item + .item {
	margin-top: 5rem;
}

.intro_1 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	background: var(--c1);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 15rem;
 }

@media (min-width: 1600px) {

	.intro_1 {
		height: 40rem;
		background-repeat: no-repeat;
	}
}

@media (min-width: 1800px) {

	.intro_1 {
		height: 50rem;
	}
}

.intro_1 h1 {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	font-size: 4rem;
}

@media (min-width: 1200px) {

	.intro_1 h1 {
		font-size: 5rem;
	}
}

@media (min-width: 1300px) {

	.intro_1 h1 {
		font-size: 7rem;
	}
}

/* -------------------------- *\
    .town_picker
\* -------------------------- */

.town_picker { 
	margin: 0 auto 3rem;
	width: 22rem;
	/*background: var(--c1);*/
	background: rgba(53,106,80, .95);
	color: #fff;
	border-radius: 1rem;
	padding: .5rem 2rem;
 }

@media (min-width: 1200px) {

	.town_picker {
		margin: 0;
		position: -webkit-sticky;
		position: sticky;
		top: 2rem;
		transition: .3s ease;
	}

	.town_picker.down {
		top: 9rem;/*border-radius: 0;*/
	}
}

.town_picker label,
	.town_picker a {
	position: relative;
	font-size: 2rem;
	font-weight: 400;
	display: block;
	padding: .15rem 1rem;
	cursor: pointer;
	transition: .3s ease;
	color: #fff;
}

.town_picker label:hover, .town_picker a:hover {
	transform: scale(1.03);
}

.town_picker label + br + input + label:before, .town_picker a + br + input + label:before {
	content: '';
	position: absolute;
	top: -50%;
	left: -25%;
	transform: translateY(50%);
	width: 150%;
	height: .3rem;
	background: rgba(255, 255, 255, .1);
}

.town_picker a {
	position: relative;
	display: block;
	padding: .3rem 1rem;
	font-size: 1.6rem;
}

.town_picker a:before {
	content: '';
	position: absolute;
	bottom: 0%;
	left: -25%;
	transform: translateY(50%);
	width: 150%;
	height: .3rem;
	background: rgba(255, 255, 255, .1);
}

.town_picker a.current:after {
	content: '>';
	position: absolute;
	top: 0;
	right: 1rem;
	transform: scale(1.4,.9) rotate(90deg);
}

.town_picker a:last-child:before {
	display: none;
}

.town_picker input {
	position: absolute;
	left: -999rem;
}

.town_picker input:checked + label:after {
	content: '>';
	position: absolute;
	top: 0;
	right: 1rem;
	transform: scale(1.4,.9) rotate(90deg);
}

/* -------------------------- *\
    .shops_town
\* -------------------------- */

@media (min-width: 768px) {

	.shops_town {
		margin-bottom: 5rem;
	}
}

@media (min-width: 1200px) {

	.shops_town .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 1200px) {

	.shops_town .locations {
		width: calc(100% - 30rem);
	}
}

.shops_town .tt {
	color: var(--c1);
	position: relative;
	margin-bottom: 5rem;
	font-size: 3rem;
	font-family: 'Pacifico', cursive;
}

@media (min-width: 1200px) {

	.shops_town .tt {
		font-size: 4rem;
	}
}

.shops_town .tt:after {
	content: '';
	position: absolute;
	bottom: -1rem;
	left: 0;
	width: 100%;
	height: .2rem;
	background: var(--c1);
}

.shops_town .t {
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.shops_town .t {
		width: 48%;
	}

	.shops_town .t img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		-o-object-fit: cover;
		   object-fit: cover;
		min-width: 100%;
		min-height: 100%;
	}
}

.shops_town .b h4 {
	font-size: 2.5rem;
}

@media (min-width: 1200px) {

	.shops_town .b h4 {
		font-size: 4rem;
		font-family: 'Pacifico', cursive;
	}
}

@media (min-width: 768px) {

	.shops_town .b {
		width: 48%;
	}
}

.shops_town .location_group {
	padding-bottom: 5rem;
}

@media (min-width: 900px) {

	.shops_town .location_group {
		padding-bottom: 10rem;
	}
}

.shops_town .location {
	color: var(--c1);
}

@media (min-width: 768px) {

	.shops_town .location {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		overflow: hidden;
		box-shadow: 0 0 1rem rgba(0,0,0, .05);
		border-radius: .5rem;
	}

	.shops_town .location.show {
		transition: .3s;
		transform: translateY(5rem);
		opacity: 0;
	}
}

@media (min-width: 768px) {

	.shops_town .location .t {
		position: relative;
	}

	.shops_town .location .t.show {
		transition: .3s  ease-in-out;
		transform: translateX(-5rem) !important;
		opacity: 0;
	}

	.shops_town .location .t.show--on {
		transform: translate(0) !important;
	}

	.shops_town .location .t img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
}

@media (min-width: 768px) {

	.shops_town .location .b {
		padding: 5rem 0;/*&.show {
					transition: .3s .1s  ease-in-out;		
					transform: translateX(5rem) !important;
					opacity: 0;

					&--on {
						transform: translate(0) !important;
					}
				}*/
	}
}

.shops_town .location + .location {
	margin-top: 5rem;
}

.shops_town .location a {
	color: var(--c1);
}

.shops_town .location ul {
	list-style-type: none;
}

.shops_town .location li {
	color: var(--c1);
}

@media (min-width: 1200px) {

	.shops_town .location li {
		font-size: 2.2rem;
	}
}

.shops_town .location li + li {
	margin-top: 1rem;
}

.shops_town .location li i {
	margin-right: 1.5rem;
}

.location + .tt {
 	margin-top: 5rem;
 }

@media (min-width: 1200px) {

	.location + .tt {
		margin-top: 5rem;
	}
}

/* -------------------------- *\
    .chess_2
\* -------------------------- */

.chess_2__item {
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
}

@media (min-width: 768px) {

	.chess_2__item {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		box-shadow: none;
		overflow: hidden;
	}
}

.chess_2__item:nth-child(even){
	-ms-flex-direction: row-reverse;
	    flex-direction: row-reverse;
}

.chess_2__item:nth-child(even) .title, 
			.chess_2__item:nth-child(even) p {
	color: var(--c2);
}

.chess_2__item + .chess_2__item {
	margin-top: 8rem;
}

@media (min-width: 768px) {

	.chess_2__item + .chess_2__item {
		margin-top: 10rem;
	}
}

.chess_2 .title {
	color: #000;
	color: var(--c1);
	padding: 0;
	text-align: center;
}

@media (min-width: 768px) {

	.chess_2 .title {
		text-align: left;
		font-size: 3.5rem;
	}
}

.chess_2 p {
	color: #000;
	color: var(--c1);
	font-size: 1.7rem;
	text-align: center;
}

@media (min-width: 768px) {

	.chess_2 p {
		text-align: left;
	}

	.chess_2 p:last-child {
		margin-bottom: 0;
	}
}

.chess_2 .t {
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.chess_2 .t {
		width: 35%;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {

	.chess_2 .t {
		width: 48%;
		position: relative;
	}

	.chess_2 .t img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
}

.chess_2 .b {
	padding: 0 1rem 1rem ;
}

@media (min-width: 768px) {

	.chess_2 .b {
		width: 60%;
		padding: 5rem 0;
	}
}

@media (min-width: 1200px) {

	.chess_2 .b {
		width: 48%;
	}
}

/* -------------------------- *\
    .chess_3
\* -------------------------- */

/*position: relative;*/

.chess_3.fullheight .sidenav {
	display: none;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 20;
	transform: translateY(-50%);
}

/*display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			flex-direction: row;
			align-items: flex-start;*/

@media (min-width: 1200px) {

	.chess_3.fullheight .sidenav {
		display: block;
	}
}

/*		text-align: right;*/

.chess_3.fullheight .sidenav a {
	position: relative;
	display: inline-block;
	display: table;
	float: right;
	clear: right;
	color: var(--c1);
	color: #fff;
	font-weight: 700;/*background: rgba(0,0,0,.5);*/
	padding: .75rem 2rem .75rem 1rem;
	background: var(--c1);
	transition: .5s;
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
}

.chess_3.fullheight .sidenav a:hover {
	background: #686868;
}

.chess_3.fullheight .sidenav a.active {
	background: var(--c2);
	padding-left: 1.5rem;/*border-top-left-radius: .5rem;
					border-bottom-left-radius: .5rem;*/
}

.chess_3.fullheight .sidenav a + a {
	margin-top: .75rem;
}

@media (min-width: 768px) {

	.chess_3 {
		padding: 0;
		overflow: hidden;
	}
}

@media (min-width: 1200px) {

	.chess_3.fullheight .chess_3__item {
		min-height: 105vh;
	}
}

.chess_3__item {
	position: relative;
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
	padding: 3rem;
}

@media (min-width: 768px) {

	.chess_3__item {
		position: relative;
		z-index: 5;
		box-shadow: none;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		background: #fff;
	}

	.chess_3__item:before {
		content: '';
		position: absolute;
		top: 0;
		left: -99rem;
		width: 999rem;
		height: 100%;
		background: #fff;
	}

	.chess_3__item:nth-child(even) {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
	}

	.chess_3__item:nth-child(even) .b img {
		position: absolute;
		right: 50%;
		left: auto;
		top: 0;
		min-width: 50vw;
		min-height: 100%;
	}

	.chess_3__item:nth-child(2) {
		z-index: 6;
	}

	.chess_3__item:nth-child(3) {
		z-index: 7;
	}

	.chess_3__item:nth-child(4) {
		z-index: 8;
	}

	.chess_3__item:nth-child(5) {
		z-index: 9;
	}

	.chess_3__item:nth-child(6) {
		z-index: 10;
	}

	.chess_3__item:nth-child(7) {
		z-index: 11;
	}

	.chess_3__item:nth-child(8) {
		z-index: 12;
	}

	.chess_3__item:nth-child(9) {
		z-index: 13;
	}

	.chess_3__item:nth-child(10) {
		z-index: 14;
	}
}

.chess_3 .t {
	position: relative;
	text-align: center;
}

.chess_3 .t .content {
	z-index: 5;
}

@media (min-width: 768px) {

	.chess_3 .t {
		width: 50%;
		padding: 5rem;
	}
}

@media (min-width: 1200px) {

	.chess_3 .t {
		padding: 5rem;
	}
}

.chess_3 .t .title {
	padding: 0;
}

@media (min-width: 768px) {

	.chess_3 .t .title {
		font-size: 3.5rem;
		font-weight: 300;
	}
}

.chess_3 .t .num {
	position: absolute;
	top: 50%;
	right: 5rem;
	z-index: 1;
	font-size: 10rem;
	font-weight: 700;
	color: rgba(0,0,0,.05);
}

@media (min-width: 1200px) {

	.chess_3 .t .num {
		right: 10rem;
		font-size: 15rem;
	}
}

.chess_3 .t img {
	max-width: 25rem;
	margin: 0 auto 3rem;
}

.chess_3 .t p,
		.chess_3 .t h2,
		.chess_3 .t h3,
		.chess_3 .t h4 {
	text-align: left;
}

@media (min-width: 768px) {

	.chess_3 .t p {
		font-size: 1.5rem;
	}
}

.chess_3 .t p + h3 {
	margin-top: 4rem;
}

.chess_3 .t h2 + p + p {
	padding-bottom: 4rem;
}

.chess_3 .t h3 + h3 {
	margin-top: 6rem;
}

.chess_3 .t h3.icon {
	position: relative;
	padding-left: 5rem;
}

.chess_3 .t h3.icon img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	max-width: 3rem;
}

.chess_3 .b {
	margin: 0 -3rem -3rem -3rem;
	overflow-y: hidden;
	overflow-x: visible;
}

@media (min-width: 768px) {

	.chess_3 .b {
		width: 50%;
	}

	.chess_3 .b img {
		position: absolute;
		left: 50%;
		top: 0;
		min-width: 50vw;
		min-height: 100%;
	}
}

/* -------------------------- *\
    .intro_2
\* -------------------------- */

.intro_2 { 
	position: relative;
	padding: 0;
	min-height: 35rem;
 }

@media (max-width: 767px) {

	.intro_2 img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		min-width: 100%;
		min-height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.intro_2 .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	text-align: center;
	margin-bottom: 0;
}

@media (min-width: 1200px) {

	.intro_2 .title {
		font-size: 6rem;
	}
}

/* -------------------------- *\
    .certificates
\* -------------------------- */

.certificates { 
	background: #E5E5E5;
 }

.certificates .title {
	margin-bottom: 4rem;
}

@media (min-width: 768px) {

	.certificates .title {
		margin-bottom: 7rem;
	}
}

@media (min-width: 1200px) {

	.certificates .title {
		margin-bottom: 10rem;
	}
}

.certificates .gallery {
	text-align: center;
}

@media (min-width: 550px) {

	.certificates .gallery::after {
		content: "";
		clear: both;
		display: table;
		line-height: 0;
	}
}

@media (min-width: 1000px) {

	.certificates .gallery {
		padding: 0 10%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.certificates a {
	display: block;
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 550px) {

	.certificates a {
		width: 49%;
		float: left;
		margin-right: 2%;
		transition: .3s ease;
	}

	.certificates a:hover {
		transform: translateY(-1rem);
	}

	.certificates a:nth-child(even) {
		margin-right: 0;
	}
}

@media (min-width: 1000px) {

	.certificates a {
		width: 22%;
		margin-right: 4%;
	}

	.certificates a:nth-child(4) {
		margin-right: 0;
	}
}

@media (min-width: 1000px) {

	.certificates a {
		width: 18%;
		margin-right: 0% !important;
		float: none;
	}
}

/* -------------------------- *\
    .icons_line
\* -------------------------- */

.icons_line { 
	/*background: var(--c2);*/
	background: #fff;
 }

@media (min-width: 768px) {

	.icons_line {
		padding: 5rem 0;
	}
}

@media (min-width: 768px) {

	.icons_line .shell {
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.icons_line .item {
	text-align: center;
}

@media (min-width: 1200px) {

	.icons_line .item {
		text-align: left;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		width: 30%;
	}
}

.icons_line .item + .item {
	margin-top: 5rem;
}

@media (min-width: 768px) {

	.icons_line .item + .item {
		margin-top: 0;
	}
}

.icons_line img {
	max-width: 5rem;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.icons_line img {
		margin: 0 3rem 0 0;
	}
}

@media (min-width: 1200px) {

	.icons_line img {
		max-width: 6rem;
	}
}

.icons_line p {
	color: var(--c1);
	margin-bottom: 0;
}

/* -------------------------- *\
    .form_1
\* -------------------------- */

.form_1 .gfield_label {
	text-transform: uppercase;
	font-weight: 400 !important;
	color: var(--c1);
	font-size: 1.4rem !important;
}

@media (min-width: 768px) {

	.form_1 .gfield_label {
		margin-bottom: .5rem;
	}
}

.form_1 .gfield_required {
	color: var(--c1) !important;
}

.form_1 .medium {
	border: 0;
	background: #F4F8FB;
	height: 4rem;
	padding-left: 2rem !important;
}

@media (min-width: 768px) {

	.form_1 .medium {
		margin-bottom: 2rem;
	}
}

.form_1 .gform_button.button {
	background: var(--c2);
	color: #fff;
	cursor: pointer;
	padding: 1rem 2rem;
	text-transform: uppercase;/*border: none !important;*/
	transition: .3s ease;
}

.form_1 .gform_button.button:hover {
	background: var(--c1);
}

.form_1 .gfield_checkbox {
	position: relative;
	text-align: center;
}

.form_1 .gfield_checkbox .gfield_required {
	position: absolute;
	right: 0;
}

.form_1 .gfield_checkbox input {
	position: absolute;
	left: -999rem;
}

.form_1 .gfield_checkbox input:checked + label:after {
	content: '';
	position: absolute;
	left: .9rem;
	top: 10%;
	transform: translateY(-50%);
	width: .75rem;
	height: 1.5rem;
	border: solid var(--c1);
	border-width: 0 .4rem .4rem 0;
	transform: rotate(45deg);
}

.form_1 .gfield_checkbox label {
	position: relative;
	padding-left: 4rem !important;
	color: var(--c1);
	font-weight: 400 !important;
}

.form_1 .gfield_checkbox label a {
	color: var(--c1);
	text-decoration: underline;
}

.form_1 .gfield_checkbox label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 2.5rem;
	height: 3rem;
	background: #F4F8FB;
}

.form_1 .ginput_container_email .medium {
	width: 100% !important;
}

.form_1 .gfield.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible {
	position: relative;
}

.form_1 #field_1_5 .gfield_required {
	display: none;
}

.form_1 .gform_footer {
	text-align: center;
}

.form_1--job {
	padding: 2rem;
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
}

.form_1--job h4 {
	color: #386A51;
	text-transform: uppercase;
	font-size: 2rem;
	position: relative;
	margin-bottom: 4rem;
}

.form_1--job h4:after {
	content: '';
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 20rem;
	height: .3rem;
	background: #B22D30;
}

@media (min-width: 768px) {

	.form_1--job h4 {
		font-size: 3rem;
	}
}

.form_1--job p {
	color: #373737;
	font-size: 1.6rem;
}

@media (min-width: 768px) {

	.form_1--job {
		max-width: 64rem;
		margin: 0 auto 5rem;
	}
}

@media (min-width: 768px) {

	.form_1--job {
		padding: 5rem;
	}
}

/* -------------------------- *\
    .contact_section
\* -------------------------- */

.contact_section .t1 {
	color: var(--c1);
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1rem;
}

.contact_section .t2 {
	color: var(--c1);
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
}

@media (min-width: 768px) {

	.contact_section .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-line-pack: center;
		    align-content: center;
	}

	.contact_section .shell .l {
		width: 45%;/*max-width: 60rem;*/
		box-shadow: 0 0 1rem rgba(0,0,0, .1);
		padding: 5rem;
	}

	.contact_section .shell .r {
		width: 48%;
	}
}

.contact_section img {
	margin-bottom: 4rem;
}

.contact_section .cols {
	color: var(--c1);
}

.contact_section .cols .col {
	margin-bottom: 3rem;
}

.contact_section .cols h2 {
	margin-bottom: 1rem !important;
}

.contact_section .cols .c2 {
	font-weight: 700;
}

.contact_section .cols p {
	color: var(--c1);
	font-size: 1.7rem;
}

/* -------------------------- *\
    .soc
\* -------------------------- */

.soc { 
	list-style-type: none;
 }

.soc li {
	display: inline-block;
}

.soc li.show:nth-child(1){
	transition-delay: .1s;
}

.soc li.show:nth-child(2){
	transition-delay: .2s;
}

.soc li.show:nth-child(3){
	transition-delay: .3s;
}

.soc li.show:nth-child(4){
	transition-delay: .4s;
}

.soc li + li {
	margin-left: 1.5rem;
}

.soc li a {
	color: var(--c2);
	font-size: 3rem;
	display: inline-block;/*padding: 1rem;*/
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
	width: 6rem;
	height: 6rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	border-radius: 1rem;
	transition: .3s ease;
}

.soc li a:hover {
	background: var(--c2);
	color: #fff;
}

/* -------------------------- *\
    .gt_gallery_1
\* -------------------------- */

.gallery_1 { 
	padding: 1rem 0;
	background: var(--c1);
	background: rgba(0,0,0,.85);
 }

@media (min-width: 900px) {

	.gallery_1 {
		padding: 1.75rem 0 0;
	}
}

.gallery_1 .shell {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0 1rem;
}

@media (min-width: 768px) {

	.gallery_1 .shell {
		max-width: 100%;
		padding: 0 1rem;
	}
}

@media (min-width: 900px) {

	.gallery_1 .shell {
		padding: 0;
	}
}

.gallery_1 .shell a {
	position: relative;
	width: calc(50vw - 1.5rem);
	min-height: calc(48vw - 1rem);
	overflow: hidden;
	margin-bottom: 1rem;
	opacity: 0;
	transform: translateY(10rem);
	transition: .8s;
}

@media (min-width: 768px) {

	.gallery_1 .shell a {
		min-height: calc(35vw - 1rem);
	}
}

.gallery_1 .shell a:last-child {
	margin-bottom: 0;
}

.gallery_1 .shell a:first-child {
	width: 100%;
}

@media (max-width: 900px) {

	.gallery_1 .shell a:last-child:nth-child(even) {
		width: 100%;
	}
}

@media (min-width: 900px) {

	.gallery_1 .shell a {
		min-height: 30rem;
		width: calc(50vw - .5rem);
		margin-bottom: 1.75rem;
	}

	.gallery_1 .shell a:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.6);
		opacity: 0;
		visibility: hidden;
		transition: .3s ease;
	}

	.gallery_1 .shell a:after {
		content: 's';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 15;
		color: #fff;
		font-size: 2rem;
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
		content: "\f002";
		transform: translate(-50%, 0%);
		opacity: 0;
		transition: .3s .1s;
	}

	.gallery_1 .shell a:hover:before {
		opacity: 1;
		visibility: visible;
	}

	.gallery_1 .shell a:hover:after {
		opacity: 1;
		transform: translate(-50%, -50%);
	}

	.gallery_1 .shell a:nth-child(1) {
		width: calc((100% - 3.5rem)*.25);
	}

	.gallery_1 .shell a:nth-child(2n) {
		width: calc((100% - 3.5rem)*.5);
		transition: .8s ease .2s;
	}

	.gallery_1 .shell a:nth-child(3n) {
		width: calc((100% - 3.5rem)*.25);
		transition: .8s ease .4s;
	}

	.gallery_1 .shell a:nth-child(4n) {
		width: calc((100% - 3.5rem / 2)*.70);/*transition: .8s ease .6s*/
	}

	.gallery_1 .shell a:nth-child(5n) {
		width: calc((100% - 3.5rem / 2)*.30);
		transition: .8s ease .4s;
	}

	.gallery_1 .shell a:nth-child(6n) {
		width: calc((100% - 3.5rem / 2)*.50);
	}

	.gallery_1 .shell a:nth-child(7n) {
		width: calc((100% - 3.5rem / 2)*.50);
		transition: .8s ease .2s;
	}

	.gallery_1 .shell a:nth-child(8n) {
		width: calc((100% - 3.5rem)*.3333333);
	}

	.gallery_1 .shell a:nth-child(9n) {
		width: calc((100% - 3.5rem)*.3333333);
		ransition: .8s ease .2s;
	}

	.gallery_1 .shell a:nth-child(10n) {
		width: calc((100% - 3.5rem)*.3333333);
		ransition: .8s ease .4s;
	}

	.gallery_1 .shell a:nth-child(11n) {
		width: calc((100% - 3.5rem)*.25);
	}

	.gallery_1 .shell a:nth-child(12) {
		width: calc((100% - 3.5rem)*.5);
		ransition: .8s ease .2s;
	}

	.gallery_1 .shell a:nth-child(13) {
		width: calc((100% - 3.5rem)*.25);
		ransition: .8s ease .4s;
	}

	.gallery_1 .shell a:nth-child(14) {
		width: calc((100% - 3.5rem / 2)*.70);
	}

	.gallery_1 .shell a:nth-child(15) {
		width: calc((100% - 3.5rem / 2)*.30);
		ransition: .8s ease .2s;
	}

	.gallery_1 .shell a:nth-child(16) {
		width: calc((100% - 3.5rem / 2)*.50);
	}

	.gallery_1 .shell a:nth-child(17) {
		width: calc((100% - 3.5rem / 2)*.50);
		ransition: .8s ease .2s;
	}

	.gallery_1 .shell a:nth-child(18) {
		width: calc((100% - 3.5rem)*.3333333);
	}

	.gallery_1 .shell a:nth-child(19) {
		width: calc((100% - 3.5rem)*.3333333);
		ransition: .8s ease .2s;
	}

	.gallery_1 .shell a:nth-child(20) {
		width: calc((100% - 3.5rem)*.3333333);
		ransition: .8s ease .4s;
	}

	.gallery_1 .shell a:nth-child(21n) {
		width: calc((100% - 3.5rem)*.25);
	}

	.gallery_1 .shell a:nth-child(22) {
		width: calc((100% - 3.5rem)*.5);
		ransition: .8s ease .2s;
	}

	.gallery_1 .shell a:nth-child(23) {
		width: calc((100% - 3.5rem)*.25);
		ransition: .8s ease .4s;
	}

	.gallery_1 .shell a:nth-child(24) {
		width: calc((100% - 3.5rem / 2)*.70);
	}

	.gallery_1 .shell a:nth-child(25) {
		width: calc((100% - 3.5rem / 2)*.30);
		ransition: .8s ease .2s;
	}

	.gallery_1 .shell a:nth-child(26) {
		width: calc((100% - 3.5rem / 2)*.50);
	}

	.gallery_1 .shell a:nth-child(27) {
		width: calc((100% - 3.5rem / 2)*.50);
		ransition: .8s ease .2s;
	}

	.gallery_1 .shell a:nth-child(28) {
		width: calc((100% - 3.5rem)*.3333333);
	}

	.gallery_1 .shell a:nth-child(29) {
		width: calc((100% - 3.5rem)*.3333333);
		ransition: .8s ease .2s;
	}

	.gallery_1 .shell a:nth-child(20) {
		width: calc((100% - 3.5rem)*.3333333);
		ransition: .8s ease .4s;
	}
}

.gallery_1 .shell a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* -------------------------- *\
    .cotnrol
\* -------------------------- */

@media (min-width: 1300px) {

	.cotnrol {
		padding: 10rem 0 5rem;
	}
}

@media (min-width: 550px) {

	.cotnrol .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.cotnrol .item {
	text-align: center;
	margin-bottom: 5rem;
	padding: 4rem;
}

@media (min-width: 550px) {

	.cotnrol .item {
		width: 50%;
	}
}

@media (min-width: 900px) {

	.cotnrol .item {
		width: 33.33%;
		transition: .3s ease;
	}

	.cotnrol .item:nth-child(2) {
		transition: .3s .2s;
	}

	.cotnrol .item:nth-child(3) {
		transition: .3s .3s;
	}

	.cotnrol .item:nth-child(5) {
		transition: .3s .2s;
	}

	.cotnrol .item:nth-child(6) {
		transition: .3s .3s;
	}

	.cotnrol .item:hover {
		box-shadow: 0 .5rem 1rem rgba(0,0,0, .1);
		transform: scale(1.03);
	}

	.cotnrol .item:hover i {
		color: var(--c2);
	}

	.cotnrol .item:hover .title {
		color: var(--c2);
	}
}

@media (min-width: 1300px) {

	.cotnrol .item {
		width: 30%;
	}
}

.cotnrol .item i {
	color: var(--c1);
	font-size: 4rem;
	margin-bottom: 1.5rem;
}

.cotnrol .item .title {
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
}

.cotnrol .item p {
	font-weight: 400;
	color: #6E6E6E;
	font-size: 1.5rem;
}

@media (min-width: 1200px){
    .adie {
	      max-width: 32rem;
    }
}

/*@media (min-width: 1900px){
.products .shell .product {
    min-height: 47rem;
}
}*/

.prod_slider_1 .flickity-viewport {
	overflow: visible
}

@media (min-width: 1400px){
slider_2__mlechni {
	position: relative;
}

#slider_2__mlechni:before,
#slider_2__mlechni:after{
	content: '';
	position: absolute;
	top: 0;
	left: -500rem;
	z-index: 1;
	width: 500rem;
	height: 100%;
	background: #fff;
}

#slider_2__mlechni:after {
	left: calc(100% - 3.5rem);
}

.flickity-viewport {
	position: relative;
	z-index: 0;
}

.prod_slider_1 .flickity-prev-next-button.next,
.prod_slider_1 .flickity-prev-next-button.previous{
	z-index: 15;
}


}

/* -------------------------- *\
    .job
\* -------------------------- */

@media (min-width: 768px) {

	.single-job .intro_1 {
		padding-bottom: 15rem;
	}
}

.job { 
	position: relative;
 }

.job .shell {
	max-width: 85.6rem;
	text-align: center;
}

@media (min-width: 1200px) {

	.job .title {
		font-size: 6rem;
	}
}

.job .code {
	color: #373737;
	font-size: 1.6rem;
}

@media (min-width: 768px) {

	.job .code {
		font-size: 2.4rem;
	}
}

.job .code + p {
	color: #386A51;
}

@media (min-width: 768px) {

	.job .code + p {
		font-size: 2.1rem;
	}
}

.job .code + p + p {
	color: #386A51;
}

@media (min-width: 768px) {

	.job .code + p + p {
		font-size: 2.1rem;
	}
}

.job .code + p + p + p {
	color: #386A51;
}

@media (min-width: 768px) {

	.job .code + p + p + p {
		font-size: 2.1rem;
	}
}

@media (min-width: 1200px) {

	.job .code {
		font: 2.4rem;
	}
}

.job__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 0;
}

@media (max-width: 767px) {

	.job__logo {
		display: none;
	}
}

.job h2 {
	font-family: 'Pacifico', cursive;
	color: #B22D30;
	margin: 2rem 0 4rem;
}

@media (min-width: 768px) {

	.job h2 {
		font-size: 4.8rem;
	}
}

.job h3 {
	color: #386A51;
	text-transform: uppercase;
}

@media (min-width: 768px) {

	.job h3 {
		font-size: 2.1rem;
		margin-bottom: 7rem;
	}
}

.job__list {
	list-style-type: none;
}

@media (min-width: 768px) {

	.job__list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.job__list li {
	position: relative;
	margin-bottom: 4rem;
	color: #373737;
	font-size: 1.8rem;
	padding-left: 5rem;
}

@media (min-width: 768px) {

	.job__list li {
		width: 47%;
		padding: 4rem 0 0 0;
		text-align: center;
		margin-bottom: 6rem;
	}
}

.job__list li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 3rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #B22D30;
}

@media (min-width: 768px) {

	.job__list li:before {
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 5rem;
	}
}

/* -------------------------- *\
    .jobs
\* -------------------------- */

.jobs .shell {
	max-width: 87rem;
}

.jobs .title {
	color: #B22D30;
	text-align: center;
}

@media (min-width: 768px) {

	.jobs .title {
		font-size: 5rem;
		margin-bottom: 7rem;
	}
}

@media (min-width: 768px) {

	.jobs__hold {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.jobs__item {
	box-shadow: 0 0 .5rem rgba(0,0,0, .2);
	border: .2rem solid transparent;
	padding: 2rem;
	display: block;
	text-align: center;
	margin-bottom: 5rem;
	transition: .3s ease;
}

.jobs__item:hover {
	border-color: #386A51;
}

@media (min-width: 768px) {

	.jobs__item {
		width: calc(50% - 2.5rem);
	}
}

.jobs__item h4 {
	color: #386A51;
	font-weight: 700;
	font-size: 2.5rem;
}

.jobs__item .code {
	color: #386A51;
	position: relative;
	margin-bottom: 4rem;
}

.jobs__item .code:after {
	content: '';
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 15rem;
	height: .3rem;
	background: #B22D30;
}

.jobs__item p:not(.code){
	font-weight: 300;
	color: #373737;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.jobs__item .btn {
	font-weight: 400;
	padding: 1.2rem 2rem 1rem;
	border: .2rem solid #386A51;
	border-radius: 3rem;
}

body.woocommerce-cart table.shop_table {
	padding-right: 2rem;
	padding: 0;
    margin: 0 auto;
    width: 100%;
    border: none;
}

@media (min-width: 716px) {

	body.woocommerce-cart table.shop_table {
		width: 65%;
		padding-right: 4.5283018868%;
	}
}

.woocommerce-cart main {
	min-height: 40vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	    flex-flow: column;
	-ms-flex-pack: center;
	    justify-content: center;
}

.woocommerce .empty_cart,
.wc-empty-cart-message {
	max-width: 120rem;
	width: calc(100% - 3rem);
	margin: 0 auto;
}

.woocommerce .empty_cart .return-to-shop {
	text-align: center;
}

.woocommerce .empty_cart a.button {
	font-size: 2.4rem;
}

.woocommerce-page .woocommerce-info.cart-empty {
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1rem;
}

.woocommerce-page .woocommerce-info.cart-empty:before,
	.woocommerce-page .woocommerce-info.cart-empty:after {
	display: none;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	width: 100%;
    margin: 0 auto;
}

@media (min-width: 716px) {

	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width: 65%;
		padding-right: 4.5283018868%;
	}
}

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

.woocommerce .cart-collaterals .cart_totals.calculated_shipping {
	padding: 0 1.5rem;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	width: 100%;
}

@media (min-width: 1200px) {

	.woocommerce-cart .cart-collaterals .cart_totals table {
		width: 65%;
		margin: 0 auto;
	}
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt {
	background: var(--c3);
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover {
	background: var(--c2);
}

.woocommerce-cart table.cart .product-name {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background: none;
}

th.product-total {
	text-align: right;	
}

.woocommerce-cart-form {
	padding: 2rem;
}

.woocommerce-cart table.cart td.actions {
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.woocommerce-cart table.cart td.actions>* {
	width: 100%;
}

@media (min-width: 1024px) {

	.woocommerce-cart table.cart td.actions>* {
		width: 26rem;
	}
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 3.5rem;
}

.woocommerce-cart table.cart td.actions .to_shop {
	background: var(--c1);
	border-radius: 0.5rem;
	transition: background 0.2s;
}

.woocommerce-cart table.cart td.actions .to_shop:hover {
	background: var(--c1t);
}

.woocommerce-cart table.cart td.actions .to_shop a {
	padding: 1rem;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6rem;
	color: white;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	display: none;
}

.woocommerce table.shop_table_responsive tr.order-total {
	display: block;
	padding: 1.5rem 0;
}

.woocommerce table.shop_table_responsive tr.order-total td {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	font-size: 2.5rem;
}

.woocommerce table.shop_table_responsive tr.order-total td:before {
	content: attr(data-title) ": ";
	font-weight: 700;
	float: left;
}

.woocommerce table.shop_table_responsive tr.cart_item,
.woocommerce table.shop_table tr.cart_item {
	box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 2rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 3fr 1fr;
	    grid-template-columns: 1fr 3fr 1fr;
	padding: 1.6rem 0;
	-ms-flex-align: center;
	    align-items: center;
}

@media (max-width: 768px) {

	.woocommerce table.shop_table_responsive tr.cart_item,
.woocommerce table.shop_table tr.cart_item {
		-ms-grid-columns: 1fr 1fr;
		    grid-template-columns: 1fr 1fr;
	}
}

.woocommerce table.shop_table_responsive tr.cart_item .cont, .woocommerce table.shop_table tr.cart_item .cont {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	    flex-flow: column;
	gap: 1rem;
}

@media (max-width: 768px) {

	.woocommerce table.shop_table_responsive tr.cart_item .cont, .woocommerce table.shop_table tr.cart_item .cont {
		-ms-grid-row-span: 1;
		-ms-grid-row: 2;
		    grid-row: 2 / span 1;
		-ms-grid-column-span: 2;
		-ms-grid-column: 1;
		    grid-column: 1 / span 2;
		-ms-flex-align: start;
		    align-items: start;
	}
}

.woocommerce table.shop_table_responsive tr.cart_item .cont:before, .woocommerce table.shop_table tr.cart_item .cont:before {
	display: none;
}

.woocommerce table.shop_table_responsive tr.cart_item .product-thumbnail:before, .woocommerce table.shop_table tr.cart_item .product-thumbnail:before {
	display: none;
}

@media (max-width: 768px) {

	.woocommerce table.shop_table_responsive tr.cart_item .product-thumbnail, .woocommerce table.shop_table tr.cart_item .product-thumbnail {
		display: block;
		-ms-grid-row-span: 1;
		-ms-grid-row: 1;
		    grid-row: 1 / span 1;
		-ms-grid-column-span: 1;
		-ms-grid-column: 1;
		    grid-column: 1 / span 1;
	}
}

.woocommerce table.shop_table_responsive tr.cart_item .product-thumbnail a, .woocommerce table.shop_table tr.cart_item .product-thumbnail a {
	width: 10rem;
	height: 10rem;
	display: block;
	margin: 0 auto;
}

.woocommerce table.shop_table_responsive tr.cart_item .product-thumbnail a img, .woocommerce table.shop_table tr.cart_item .product-thumbnail a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.woocommerce table.shop_table_responsive tr.cart_item .product-description p, .woocommerce table.shop_table tr.cart_item .product-description p {
	margin: 0;
	color: var(--c1);
	font-weight: 400;
	letter-spacing: 0.03rem;
	font-size: 1.2rem;
	line-height: 1.56rem;
}

.woocommerce table.shop_table_responsive tr.cart_item .quantity .qty, .woocommerce table.shop_table tr.cart_item .quantity .qty {
	width: 10rem;
	height: 3rem;
	font-size: 2rem;
}

.woocommerce table.shop_table_responsive tr.cart_item .product-subtotal, .woocommerce table.shop_table tr.cart_item .product-subtotal {
	text-align: right;
}

@media (max-width: 768px) {

	.woocommerce table.shop_table_responsive tr.cart_item .product-subtotal, .woocommerce table.shop_table tr.cart_item .product-subtotal {
		-ms-grid-row-span: 1;
		-ms-grid-row: 1;
		    grid-row: 1 / span 1;
		-ms-grid-column-span: 1;
		-ms-grid-column: 2;
		    grid-column: 2 / span 1;
	}
}

.woocommerce table.shop_table_responsive tr.cart_item .product-remove a span, .woocommerce table.shop_table tr.cart_item .product-remove a span {
	display: inline-block;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: red;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	transition: all 0.3s;
}

.woocommerce table.shop_table_responsive tr.cart_item .product-remove a:hover span, .woocommerce table.shop_table tr.cart_item .product-remove a:hover span {
	background: red;
	color: white;
}

body .woocommerce table.shop_table {
	border: none;
}

body .woocommerce table.shop_table thead tr,
	body .woocommerce table.shop_table tfoot tr {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 3fr 1fr;
	    grid-template-columns: 1fr 3fr 1fr;
}

body .woocommerce table.shop_table td {
	border-top: none;
}

.wp-block-woocommerce-cart {
	padding-top: 3rem;
}

.wc-block-grid {
	padding: 0 2rem;
}

@media (min-width: 1200px) {

	.wc-block-grid {
		padding: 0 4rem;
	}
}

.wp-block-heading:not(.with-empty-cart-icon) {
	display: none;
}

.wc-block-grid__products {
	-ms-flex-pack: center;
	    justify-content: center;
}

.wc-block-grid.has-4-columns li.wc-block-grid__product {
	max-width: 32rem;
}

@media (min-width: 768px) {

	.wc-block-grid.has-4-columns li.wc-block-grid__product {
		padding: 0 1rem;
	}
}

.wc-block-grid.has-4-columns li.wc-block-grid__product .wc-block-grid__product-title {
	font-size: 1.5rem;
}

.wp-block-woocommerce-empty-cart-block {
	display: none;
}

.empty_cart {
	padding: 0;
}

.empty_cart h2 {
	color: var(--c1);
}

.empty_cart a {
	font-size: 1.8rem;
}

.empty_cart a :hover {
	opacity: 1;
	color: var(--c2);
}

.wp-block-woocommerce-cart {
	padding-top: 6rem;
	color: var(--c1);

	@include min(990) {
		padding-top: 12rem;
	}

	@include min(1600) {
		padding-top: 10rem;
	}
}

.wp-block-woocommerce-cart p {
	color: var(--c1);
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
	padding: 0 2rem;
	-ms-flex-flow: column;
	    flex-flow: column;
	-ms-flex-align: center;
	    align-items: center;
}

.wp-block-woocommerce-cart .wc-block-cart-items__header-total {
	text-align: center;
	font-size: 2rem;
}

.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	position: relative;
	display: block;
	padding-left: 2rem;
}

.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:before {
	content: "+";
	font-size: 3rem;
	font-weight: 700;
	display: block;
	color: rgba(255, 0, 0);
	position: absolute;
	left: 0.3rem;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	opacity: 0.5;
	transition: opacity 0.2s;
}

.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover:before {
	opacity: 1;
}

.wp-block-woocommerce-cart .wc-block-cart-item__image {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	height: 100%;
	margin: 0;
}

.wp-block-woocommerce-cart .wc-block-cart-item__image img {
	max-width: 10rem;
	max-height: 10rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

.wp-block-woocommerce-cart .wc-block-components-product-name {
	font-weight: 500;
}

.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
	.wp-block-woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row,
	.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
	.wp-block-woocommerce-cart .wc-block-cart-items__row {
	box-shadow: 0 0.2rem 0.5rem 0 rgba(0,0,0,0.25);
	margin-bottom: 2rem;
}

.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .wp-block-woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .wp-block-woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image {
	padding: 1rem;
	margin: 0;
}

.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .wp-block-woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .wp-block-woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product {
	margin: 0;
}

.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .wp-block-woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .wp-block-woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total {
	justify-self: center;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	padding: 1rem;
	margin: 0;
}

.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
	-ms-grid-columns: 1fr 1fr;
	    grid-template-columns: 1fr 1fr;
}

.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row>* {
	-ms-grid-column: unset;
	    grid-column-start: unset;
	grid-column-end: unset;
}

.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
	-ms-grid-column-span: 1;
	-ms-grid-column: 1;
	    grid-column: 1 / span 1;
	-ms-grid-row-span: 1;
	-ms-grid-row: 1;
	    grid-row: 1 / span 1;
	justify-self: start;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
	-ms-grid-column-span: 2;
	-ms-grid-column: 1;
	    grid-column: 1 / span 2;
	-ms-grid-row-span: 1;
	-ms-grid-row: 2;
	    grid-row: 2 / span 1;
}

.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	-ms-grid-column-span: 1;
	-ms-grid-column: 2;
	    grid-column: 2 / span 1;
	-ms-grid-row-span: 1;
	-ms-grid-row: 1;
	    grid-row: 1 / span 1;
}

.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row {
	-ms-grid-columns: 1fr 3fr 1fr;
	    grid-template-columns: 1fr 3fr 1fr;
}

.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
		.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
		.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	-ms-grid-column: unset;
	    grid-column-start: unset;
	grid-column-end: unset;
}

.wp-block-woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
	display: none;
}

.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items:after,
	.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td:after {
	content: none;
}

.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items:before,
	.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td:before {
	content: none;
}

.wp-block-woocommerce-cart .is-large tbody {
	width: 100%;
}

.wp-block-woocommerce-cart .is-large tbody .wc-block-cart-items__row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 1fr auto;
	    grid-template-columns: auto 1fr auto;
	-ms-flex-align: center;
	    align-items: center;
}

.wp-block-woocommerce-cart .is-large tbody .wc-block-cart-items__row .wc-block-cart-item__image img {
	width: auto;
}

.wp-block-woocommerce-cart .is-large table.wc-block-cart-items .wc-block-cart-items__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) .wc-block-components-button__text,body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link)  {
	display: block;
	height: 100%;
	padding: 1.5rem;
	border: solid 0.1rem rgba(var(--c1), 0.6);
	transform: scale(1);
	transition: transform 0.2s;
	font-weight: 500;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) .wc-block-components-button__text:hover, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
	transform: scale(1.1);
}

/*wc-block-components-spinner*/

body.woocommerce-cart .components-button {
	position: relative;
}

body.woocommerce-cart .wc-block-components-spinner {
	top: 0;
	left: 0;
}

body.woocommerce-checkout {
	overflow: visible;
}

body.woocommerce-checkout .select2-container .select2-dropdown {
	transform: translate(0, -3rem);
}

body.woocommerce-checkout main {
	overflow: visible;
}

body.woocommerce-checkout .checkout .col2-set:before {
	display: none;
}

@media (min-width: 768px) {

	body.woocommerce-checkout .checkout .col2-set {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		    grid-template-columns: 1fr 1fr;
		column-gap: 2rem;
	}
}

body.woocommerce-checkout .checkout .col2-set>div {
	width: 100%;
}

body.woocommerce-checkout .wc-block-components-sidebar {
	padding-left: 0;
}

body.woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-panel {
	padding: 0;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout,
	body.woocommerce-checkout .woocommerce-order,
	body.woocommerce-checkout .woocommerce-billing-fields {
	padding-top: 6rem;
	color: var(--c1);
	overflow: visible;

	@include min(990) {
		padding-top: 12rem;
	}

	@include min(1600) {
		padding-top: 10rem;
	}
}

body.woocommerce-checkout .wp-block-woocommerce-checkout p, body.woocommerce-checkout .wp-block-woocommerce-checkout h2, body.woocommerce-checkout .wp-block-woocommerce-checkout h3, body.woocommerce-checkout .woocommerce-order p, body.woocommerce-checkout .woocommerce-order h2, body.woocommerce-checkout .woocommerce-order h3, body.woocommerce-checkout .woocommerce-billing-fields p, body.woocommerce-checkout .woocommerce-billing-fields h2, body.woocommerce-checkout .woocommerce-billing-fields h3 {
	color: var(--c1);
}

body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper textarea {
	font-family: var(--font-family);
	padding: 1rem;
}

body.woocommerce-checkout .woocommerce-shipping-fields {
	margin-top: 3rem;
}

body.woocommerce-checkout .col2-set {
	padding: 1.5rem;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p input, body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>p input, body.woocommerce-checkout .woocommerce-form-coupon>p input {
	background-color: #fff;
	border: 1px solid hsla(0, 0%, 7%, .8);
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	min-height: 0;
	padding: 1em;
	width: 100%;
}

body.woocommerce-checkout .woocommerce-form-coupon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	    flex-flow: column;
}

body.woocommerce-checkout .woocommerce-form-coupon>p {
	width: 100%;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	    grid-template-columns: 1fr 1fr;
	column-gap: 2rem;
	row-gap: 1rem;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p, body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>p {
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	    flex-flow: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p:before,
			body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p:after,
			body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>p:before,
			body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>p:after {
	display: none;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p label, body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>p label {
	margin-bottom: 0.5;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p .select2-selection, body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>p .select2-selection {
	height: 5.2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p .select2-selection .select2-selection__arrow, body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>p .select2-selection .select2-selection__arrow {
	top: 50%;
	transform: translate(0, -50%);
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .two_col, body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .two_col {
	-ms-grid-column-span: 2;
	-ms-grid-column: 1;
	    grid-column: 1 / span 2;
}

@media (max-width: 380px) {

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .one_col, body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .one_col {
		-ms-grid-column-span: 2;
		-ms-grid-column: 1;
		    grid-column: 1 / span 2;
	}
}

body.woocommerce-checkout .woocommerce-checkout-review-order .product-iamge img {
	wdith: 7rem;
	height: 7rem;
	-o-object-fit: contain;
	   object-fit: contain;
	display: block;
}

body.woocommerce-checkout .woocommerce-order {
	padding: 6rem 2rem 0 2rem;
	max-width: 120rem;
	margin: 0 auto;

	@include min(990) {
		padding: 12rem 2rem 0 2rem;
	}

	@include min(1600) {
		padding: 10rem 2rem 0 2rem;
	}
}

body.woocommerce-checkout .woocommerce-order .woocommerce-order-details,
		body.woocommerce-checkout .woocommerce-order .woocommerce-customer-details,
		body.woocommerce-checkout .woocommerce-order .addresses {
	padding: 2rem 0;
}

body.woocommerce-checkout .is-small.wc-block-components-sidebar-layout,
	body.woocommerce-checkout .is-medium.wc-block-components-sidebar-layout,
	body.woocommerce-checkout .wc-block-components-sidebar-layout {
	padding: 0 2rem;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	position: -webkit-sticky;
	position: sticky;
	top: 6rem;

	@include min(990) {
		top: 12rem;
	}

	@include min(1600) {
		top: 10rem;
	}
}

@media (min-width: 701px) and (max-width: 1500px) {

	body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		    grid-template-columns: 1fr 1fr;
	}

	body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
		-ms-grid-column-span: 1;
		-ms-grid-column: 1;
		    grid-column: 1 / span 1;
		-ms-grid-row-span: 1;
		-ms-grid-row: 1;
		    grid-row: 1 / span 1;
	}

	body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
		-ms-grid-column-span: 2;
		-ms-grid-column: 1;
		    grid-column: 1 / span 2;
		-ms-grid-row-span: 1;
		-ms-grid-row: 2;
		    grid-row: 2 / span 1;
		padding-left: 0;
		padding-right: 0;
	}

	body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
		-ms-grid-column-span: 1;
		-ms-grid-column: 2;
		    grid-column: 2 / span 1;
		-ms-grid-row-span: 1;
		-ms-grid-row: 1;
		    grid-row: 1 / span 1;
	}
}

/*
Woocommerce styles
*/

body.logged-in.woocommerce-account .woocommerce {
	max-width: 140rem;
	margin: 0 auto;
}

body.logged-in.woocommerce-account .woocommerce p,
		body.logged-in.woocommerce-account .woocommerce h2,
		body.logged-in.woocommerce-account .woocommerce h3,
		body.logged-in.woocommerce-account .woocommerce address,
		body.logged-in.woocommerce-account .woocommerce legend {
	color: var(--c1);
}

body.logged-in.woocommerce-account .woocommerce p a, body.logged-in.woocommerce-account .woocommerce h2 a, body.logged-in.woocommerce-account .woocommerce h3 a, body.logged-in.woocommerce-account .woocommerce address a, body.logged-in.woocommerce-account .woocommerce legend a {
	font-weight: 600;
	text-decoration: underline;
}

body.logged-in.woocommerce-account .woocommerce p a:hover, body.logged-in.woocommerce-account .woocommerce h2 a:hover, body.logged-in.woocommerce-account .woocommerce h3 a:hover, body.logged-in.woocommerce-account .woocommerce address a:hover, body.logged-in.woocommerce-account .woocommerce legend a:hover {
	color: #386A51EE;
}

body.logged-in.woocommerce-account .woocommerce input {
	height: 4rem;
	font-size: 2.5rem;
	padding: 0 1rem;
}

body.logged-in.woocommerce-account main {
	padding-top: 6rem;

	@include min(990) {
		padding-top: 12rem;
	}

	@include min(1600) {
		padding-top: 10rem;
	}
}

body.logged-in.woocommerce-account .woocommerce button.button {
	color: var(--c1);
}

.wc-section {
	padding-bottom: 2rem;
}

.woocommerce {
    //padding: 0 1rem;
}

.woocommerce .woocommerce-Input {
	border-radius: 0;
	border: solid 0.1rem var(--c1);
}

.woocommerce a.button,
    .woocommerce button.button,
    .woocommerce button.button.alt {
	background: var(--c3);
	color: #FFF;
	transition: all 0.3s;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce button.button.alt:hover {
	background: var(--c2);
	color: #FFF;
}

.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce button.button.alt:active {
	transform: scale(1.1);
}

.woocommerce fieldset {
	margin-bottom: 2rem;
}

.woocommerce form .form-row {
	margin-bottom: 2rem;
}

.woocommerce form .form-row label {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.9rem;
	margin-bottom: 1rem;
}

.woocommerce form .form-row label .required {
	color: var(--c2);
}

.woocommerce //this is a modified copy of an old style sheet, .woocommerce so do not ask why
    table.shop_table {
	border-radius: 0;
}

.woocommerce a.added_to_cart {
	display: none;
}

.woocommerce .input-text.qty.text>* {
	height: 100%;
}

.woocommerce .input-text.qty.text::-webkit-inner-spin-button {
	opacity: 1;
}

.woocommerce .input-text.qty.text::-webkit-textfield-decoration-container {
	height: 100%;
}

.woocommerce-notices-wrapper,
    .woocommerce-result-count {
	display: none;
}

.woocommerce form.register,
    .woocommerce form.login {
	border-radius: 0;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after { display: none; }

.woocommerce-account .woocommerce-MyAccount-navigation {

	@include min(769) {
		width: 100%;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	color: var(--c1);
}

.logged-in.woocommerce-account .woocommerce {
	max-width: 100%;
	margin: 0 auto;
	padding: 1rem;

	@include min(320) {
		padding: 1.5rem;
	}

	@include min(769) {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 28rem 1fr;
		    grid-template-columns: 28rem 1fr;
		gap: 1rem;
	}
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {

	@include min(769) {
		width: 100%;
	}
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content>p {
	font-weight: 500;
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content>.woocommerce-Addresses {

	@include min(769) {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	    flex-flow: column;
	padding: 1rem 0;
	background: rgba(var(--c2), 0.2);

	@include max(768) {
		-ms-flex-flow: row;
		    flex-flow: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		padding: 1rem;
	}
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	font-size: 2rem;
	padding: 0.5rem 1.5rem;
	list-style: none;
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
	background: rgba(var(--c2), 0.3);
	font-weight: 600;
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--c1);
	transform: scale(1.05);
}

.logged-in.woocommerce-account .woocommerce .woocommerce-Address {
	border: solid 0.1rem var(--main-color);
	padding: 1rem;
}

.logged-in.woocommerce-account .woocommerce .woocommerce-Address address {
	line-height: 2.5rem;
}

.logged-in.woocommerce-account .woocommerce .woocommerce-Address a {
	display: block;
	padding: 0.5rem 1rem;
	background: rgba(var(--c2), 0.5);
	font-weight: 600;
}

.logged-in.woocommerce-account .woocommerce .woocommerce-Address a:hover {
	color: var(--c1);
	transform: scale(1.05);
}

.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2
	{
	width: 49%;

	@include max(768) {
		width: 100%;
	}
}

.woocommerce-page .woocommerce-info {
	border-top: none;
}

.edit-account fieldset {
	border: none;
	margin-top: 4rem;
}

.woo-bg--shipping-title th,
.woo-bg--shipping-methods td {
	-ms-grid-column-span: 3;
	-ms-grid-column: 1;
	    grid-column: 1 / span 3;
}

.woo-bg-multiselect--additional-field {
	font-size: 1.6rem;
	padding: 0.5rem;
}

body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details tr {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 4fr 1fr;
	    grid-template-columns: 4fr 1fr;
}

body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details tr> *:nth-child(2) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	    flex-flow: column;
	-ms-flex-align: end;
	    align-items: end;
	-ms-flex-pack: center;
	    justify-content: center;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-cart .cart-subtotal,
.woocommerce-cart .woocommerce-shipping-totals,
.woocommerce-cart .order-total th {
	display: none;
}

.woocommerce-checkout #delivery_with_econt_iframe {
	max-height: unset;
	height: 59rem;
}

@media min-width(600px) {
	.woocommerce-checkout #delivery_with_econt_iframe {
		max-height: unset;
		height: 49rem;
	}
}

form.woocommerce-checkout #place_iframe_here,
#order_comments_field,
#order_review_heading,
.woocommerce-checkout-review-order {
	max-width: 80rem;
	margin: 0 auto;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	height: 10rem;
}

form.woocommerce-checkout {
	padding: 2rem 1rem;
}

form.woocommerce-checkout td:nth-child(2) {
	text-align: right;
}

@media (min-width: 1200px) {
	form.woocommerce-checkout {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		    grid-template-columns: 1fr 1fr;
		gap: 2rem;
		padding: 3rem 2rem;
	}

	form.woocommerce-checkout #place_iframe_here,
	#order_comments_field,
	#order_review_heading,
	.woocommerce-checkout-review-order {
		max-width: 100%;
		margin: 0 auto;
	}

	#order_review_heading {
		-ms-grid-row-span: 1;
		-ms-grid-row: 2;
		    grid-row: 2 / span 1;
		-ms-grid-column-span: 1;
		-ms-grid-column: 2;
		    grid-column: 2 / span 1;
	}

	.woocommerce-additional-fields {
		-ms-grid-row-span: 1;
		-ms-grid-row: 1;
		    grid-row: 1 / span 1;
		-ms-grid-column-span: 1;
		-ms-grid-column: 2;
		    grid-column: 2 / span 1;
	}

	#place_iframe_here {
		-ms-grid-row-span: 5;
		-ms-grid-row: 1;
		    grid-row: 1 / span 6;
		-ms-grid-column-span: 1;
		-ms-grid-column: 1;
		    grid-column: 1 / span 1;
	}

	#order_review {
		-ms-grid-row-span: 1;
		-ms-grid-row: 4;
		    grid-row: 4 / span 1;
		-ms-grid-column-span: 1;
		-ms-grid-column: 2;
		    grid-column: 2 / span 1;
	}
}

.woocommerce-checkout #payment div.form-row {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.woocommerce-page #payment #place_order {
	font-size: 2.4rem;
}

.top_btn_cont {
	max-width: 80rem;
    margin: 2rem auto 1rem auto;
}

@media (min-width: 1200px) {
	.top_btn_cont {
		grid-row: 3 / span 1;
		grid-column: 2 / span 1;
		margin: 0 auto;
	}
}

#place_order_top {
	background: var(--c3);
    color: #FFF;
    transition: all 0.3s;
	font-size: 2.4rem;
	border-radius: 0.3rem;
	cursor: pointer;
	user-select: none;
	padding: .618em 1em;
    font-weight: 700;
	line-height: 1;
	display: block;
	width: fit-content;
	transition: background 0.3s;
}

#place_order_top:hover {
	background: var(--c2);
}

.product > a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main--listing section {
	position: relative;
	z-index: 10;
}
/* 
.main--listing section.products:before {
	--off-top: 10rem;
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + var(--off-top));
	position: absolute;
	top: calc(var(--off-top) * -1);
	left: 0;
	z-index: 0;
	background: white;
	opacity: 0.9;
	filter: blur(0.5rem)
} */

.main--listing section.products .shell {
	position: relative;
	z-index: 10;
}

.listing_background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 0;
	overflow: hidden;
}

.listing_background__image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: unset;
	opacity: 0.1;
}

.main--listing ~ .above_footer {
	position: relative;
	z-index: 10;
}

.products__load_more {
	width: 100%;
	display: flex;
	justify-content: center;
}

.products__load_more .facetwp-facet-load_more {
	margin-bottom: 0;
}

.products__load_more .facetwp-facet-load_more {
	display: none;
}

.products__load_more .facetwp-facet-load_more.is-loading {
	display: block;
}


.products__load_more .facetwp-load-more {
	display: block;
	padding: 3rem;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
}