/*
	Theme Name: Јарило custom theme
	Description: Custom WordPress Theme
	Version: 1.0.0
	Author: Milan
	Author URI: https://nikolic.win/
	Tags: Blank, HTML5, CSS3
	License: MIT
*/
/* VARIABLES */
:root{
    --cta-color: #77DD77;
   /* --base-color: #535453;*/
   --dark-grey: #32373c;
   --base-color: #000;
    --grey-color: #505050;
    --light-grey:  #f1f2f4;
    --alt-font: 'Gilroy';

    font-size:62.5%;
}

/* global box-sizing */
*,
*:after,
*:before {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

body {
	font:400 1.6rem/1.5 'Gilroy';
	color:var(--base-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15rem;
}

body::-webkit-scrollbar-track,
.modal-inner::-webkit-scrollbar-track
{
	background-color:var(--black-color);
}
body::-webkit-scrollbar,
.modal-inner::-webkit-scrollbar
{
	width: 6px;
	background-color: var(--black-color);
}

body::-webkit-scrollbar-thumb,
.modal-inner::-webkit-scrollbar-thumb
{
	background-color: var(--cta-color);
}
/* wrapper */
.wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position:relative;
}
/*------------------------------------*\
    GRID
\*------------------------------------*/
.container,
.container-narrow,
.container-wide {
	margin: 0 auto;
    padding: 0 2rem;
}
.container {
	max-width: 130rem;
}
.container-narrow {
	max-width: 83rem;
}
.container-wide {
	max-width: 150rem;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
	position: relative;
	padding: 2rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
}
@media only screen and (min-width:480px) {
	.col3{
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
	}
}
@media only screen and (min-width:840px) {
	.col1{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 8.33%;
	flex: 1 1 8.33%;
	max-width: 8.33%;
}
.col2{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 16.66%;
	flex: 1 1 16.66%;
	max-width: 16.66%;
}

.col4{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33.33%;
	flex: 1 1 33.33%;
	max-width: 33.33%;
}
.col5{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 41.66%;
	flex: 1 1 41.66%;
	max-width: 41.66%;
}
.col6{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
}
.col7{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 58.33%;
	flex: 1 1 58.33%;
	max-width: 58.33%;
}
.col8{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 66.66%;
	flex: 1 1 66.66%;
	max-width: 66.66%;
}
.col9{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 75%;
	flex: 1 1 75%;
	max-width: 75%;
}
.col10{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 83.33%;
	flex: 1 1 83.33%;
	max-width: 83.33%;
}
.col11{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 91.63%;
	flex: 1 1 91.63%;
	max-width: 91.63%;
}
.col12{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
}

}
@media only screen and (min-width:1024px) {
	.col3{
		-webkit-box-flex: 1;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
		max-width: 25%;
    }
}
.row {
	margin: 0 -2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
}

/*------------------------------------*\
    FLEX
\*------------------------------------*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-vertical-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.flex-column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
    font-family: 'Gilroy';
    src: url(assets/fonts/Gilroy-ExtraBold.otf);
    font-weight: bold;
}

@font-face {
    font-family: 'Gilroy';
    src: url(assets/fonts/Gilroy-Light.otf);
    font-weight: normal;
}
.text-center {
	text-align: center;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 2rem;
}
h3, h4, h5, h6 {
	line-height: 1.1;
	font-weight: 600;
}
h1 {
	font-size: 5rem;
    font-weight: 600;
    line-height: 1.1;
    font-family: var(--alt-font);
}
h2 {
	font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.1;
    font-family: var(--alt-font);
}
h3 {
	font-size: 2.4rem;
    font-weight: 700;
}
h4 {
	font-size: 2rem;
    font-weight: 700;
}
h5 {
	font-size: 1.8rem;
    font-weight: 700; 
}
h6 {
	font-size: 1.6rem;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color:var(--cta-color);
	text-decoration:none;
	transition:all .23s ease-in;
	-webkit-transition:all .23s ease-in;
	-moz-transition:all .23s ease-in;
	-ms-transition:all .23s ease-in;
	-o-transition:all .23s ease-in;
}
a:hover {
	color:var(-grey-color);
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

/*------------------------------------*\
	GUTENBERG
\*------------------------------------*/
.alignfull {
	position: relative;
	left: calc(50% - 6px);
	transform: translateX(-50%);
	width: 100vw;
	padding: 6rem 2rem;
}
.wp-block-group__inner-container {
	max-width: 130rem!important;
	margin: 0 auto;
}
.gutenberg #banner {
	padding: 6rem 2rem;
}
.gutenberg #banner p:last-child {
	margin-bottom: 0;
}
.wp-block-buttons .wp-block-button__link.wp-element-button:hover {
	opacity: .8;
}
#about h2 {
	line-height: 1.1;
	margin-bottom: 4rem;
}
#about h3 {
	position: relative;
}
#about h3{
	content: "";
	    background-image: linear-gradient(to right,rgba(9,167,41,.25),rgba(9,167,41,.25));
    transition: all .35s cubic-bezier(.165,.84,.44,1);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 30% 20%;

}

#about .wp-block-columns {
	margin-bottom: 0;
	font-size: 1.8rem;
}
.product-excerpt {
	margin-bottom: 2rem;
}
.puzzle-of-the-month {
	overflow-x: hidden;
}
.featured-products-slider {
	position: relative;
}
.featured-products-slider .loop-btns {
	top: 58%;
}
body ul.products.featured-products-slider .swiper-slide:nth-child(2) .img-wrap::after,
body ul.products.featured-products-slider .swiper-slide:nth-child(8) .img-wrap::after,
body ul.products.featured-products-slider .swiper-slide:nth-child(11) .img-wrap::after,
body ul.products.featured-products-slider .swiper-slide:nth-child(15) .img-wrap::after {
    background: url(assets/images/mask2.svg) no-repeat!important;
    background-size: cover!important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0px;
    bottom: 0;
    background-position: left bottom!important;	
}
body ul.products.featured-products-slider .swiper-slide:nth-child(3) .img-wrap::after,
body ul.products.featured-products-slider .swiper-slide:nth-child(6) .img-wrap::after,
body ul.products.featured-products-slider .swiper-slide:nth-child(9) .img-wrap::after,
body ul.products.featured-products-slider .swiper-slide:nth-child(14) .img-wrap::after {
    background: url(assets/images/mask3.svg) no-repeat!important;
    background-size: cover!important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0px;
    bottom: 0;
    background-position: left bottom!important;	
}
body ul.products.featured-products-slider .swiper-slide:nth-child(3) .img-wrap::after,
body ul.products.featured-products-slider .swiper-slide:nth-child(7) .img-wrap::after,
body ul.products.featured-products-slider .swiper-slide:nth-child(10) .img-wrap::after,
body ul.products.featured-products-slider .swiper-slide:nth-child(13) .img-wrap::after {
    background: url(assets/images/mask4.svg) no-repeat!important;
    background-size: cover!important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0px;
    bottom: 0;
    background-position: left bottom!important;	
}
body ul.products.featured-products-slider .swiper-slide:nth-child(5) .img-wrap::after,
body ul.products.featured-products-slider .swiper-slide:nth-child(12) .img-wrap::after {
    background: url(assets/images/mask5.svg) no-repeat!important;
    background-size: cover!important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0px;
    bottom: 0;
    background-position: left bottom!important;	
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	color: var(--cta-color);
}
.swiper-button-prev {
	left: -15px!important;
}
.swiper-button-next {
	right: -15px!important;
}
.to-shop {
	margin-top: 4rem;
}
.price-loop-item .price {
	margin-bottom: 1rem;
}
.gutenberg ul,
 .gutenberg ol {
 	padding-left: 2rem;
 	margin-bottom: 2rem;
 }
/*------------------------------------*\
	end of GUTENBERG
\*------------------------------------*/
/*------------------------------------*\
	BLOG
\*------------------------------------*/
.blog-loop-item h2 a {
	color: var(--base-color);
	font-size: 2.7rem;
	line-height: 1.1;
	display: block;
	margin-top: 2rem;
}
.blog-loop-item h2 a:hover {
	color: var(--cta-color);
}
.blog-loop-item .img-wrap {
	overflow: hidden;
	display: block;
}
.blog-loop-item .img-wrap:hover img  {
	transition: all .23s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-loop-item .img-wrap:hover img {
	transform: scale(1.06);
	
}
.single-post .featured-image {
	text-align: center;
	margin-bottom: 2rem;
}
.single-post .featured-image img {
	max-height: 60vh;
	height: auto;
	object-fit: cover;
}
.gutenberg img {
	height: auto;
}
.single-article-bottom {
	margin-bottom: 5rem;
	justify-content: space-between;
	align-items: center;
	padding-top: 2rem;
	border-top: 1px solid var(--light-grey);
	margin-top: 4rem;
}
.single-article-bottom .author-block {
	color: var(--base-color);
	
}
.single-article-bottom .author-block  img {
	border-radius: 100%;
	width: 4rem;
	height: 4rem;
}
.single-article-bottom .author-block h3 {
	font-size: 1.8rem;
	margin: 0 0 0 1rem;
}
.single-article-bottom .socials-share {
	text-align: center;
}
.single-article-bottom .socials-share svg {
	height: 4rem;
	margin: 0 .5rem;
}
.single-article-bottom .socials-share svg:hover path{
	fill: var(--cta-color);
}
.archive .footer {
	margin-top: 4rem;
}

.gutenberg ol li {
	margin-bottom: 1rem;
}
/*------------------------------------*\
	/BLOG
\*------------------------------------*/
/*------------------------------------*\
	FORMS AND CF7
\*------------------------------------*/
input, textarea {
	-webkit-appearance: none;
	padding: 1rem 2.3rem;
	border: 1px solid var(--grey-color);
	color: var(--base-color);
	font-family: var(--alt-font);
}
input:focus, textarea:focus {
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield; 
}


/*Checkboxes styles*/
input[type="checkbox"]  { display: none!important; }

input[type="checkbox"] + span,
input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: var(--base-color);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
        line-height: 1.4;
}

/*input[type="checkbox"] + span:last-child { margin-bottom: 0; }*/

input[type="checkbox"] + span:before {
  content: ''!important;
  display: block!important;
  width: 20px;
  height: 20px;
  border: 1px solid var(--grey-color);
  background-color: white;
  position: absolute;
  left: 0;
  top: 1px;
  opacity: .6;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + span:before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent!important;
  border-left-color: transparent!important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color:var(--cta-color);
  background-color: transparent;
}

input[type="radio"] + label:before {
  content: ''!important;
  display: block!important;
  width: 20px;
  height: 20px;
  border: 1px solid var(--grey-color);
  background-color: white;
  position: absolute;
  left: -3rem;
  top: 1px;
  opacity: .6;
  transition: all .12s, border-color .08s;
}

input[type="radio"]:checked + label:before {
  width: 10px;
  top: -2px;
  left: -2.5rem;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent!important;
  border-left-color: transparent!important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color:var(--cta-color);
  background-color: transparent;
}
.woocommerce div.product form.cart .variations label {
	position: relative;
	margin: 0 3rem;
}
.variation-radios input {
	display: none;
}
.woocommerce div.product form.cart .variations select, .variations .reset_variations,
.woocommerce div.product form.cart .variations th.label {
	display: none!important;
}
/*------------------------------------*\
	end of FORMS
\*------------------------------------*/

/*------------------------------------*\
	ANIMATIONS
\*------------------------------------*/

/*------------------------------------*\
	end of ANIMATIONS
\*------------------------------------*/

/*------------------------------------*\
	HEADER
\*------------------------------------*/
.header .logo svg {
	width: 10rem;
	transition: all .23s ease;
	height: auto;
	display: block;
}
.header .logo img {
	height: auto;
	max-width: 20rem;
}
.header .container-wide {
	justify-content: space-evenly;
}
.header.sticky {
	/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
	padding: .5rem 0;
}
.header.sticky .header-top {
	display: none;
}
.header.sticky nav > ul {
	margin-top: 2rem;
}
.header.sticky .logo svg {
	width: 7rem;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 1rem 0;
	background-color: #fff;
	z-index: 2015;
	border-bottom:1px solid var(--light-grey);
}
.header ul {
	display: flex;
	list-style: none;
}
.header nav > ul > li > a {
	color: var(--base-color);
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	margin-left: 3rem;
}
.header nav {
	flex: 1;
}
.header nav > ul {
	margin-left: auto;
	margin-top: 3rem;
}
.header nav ul li a:hover,
.header nav ul li.current-menu-item > a {
	color: var(--cta-color)!important;
}
.header nav .menu-item-has-children {
	position: relative;
	padding-right: 2.3rem;
}
.header nav .menu-item-has-children > .plus {
	position: absolute;
	right: 0;
	top: .1rem;
}
.header nav .menu-item-has-children > .sub-menu {
	position: absolute;
	flex-direction: column;
	left: 3rem;
	transition: all .23s ease-in;
	display: none;
}
.header nav .menu-item-has-children > .sub-menu a {
	color: var(--base-color);
}
.header nav .menu-item-has-children:hover > .sub-menu {
	display: block;
}
header .socials {
	margin-right: 5rem;
	display: flex;
	align-items: center;
}
header .socials a {
	display: inline-flex;
	align-items: center;
}
.socials svg {
	margin-left: 1.5rem;
	transition: all .23s ease-in;
	opacity: .7;
}
.socials a:hover:not(.instagram) svg {
	opacity: 1;
}
.socials a.instagram:hover path {
	opacity: 1;
}


header .jvm_add_to_wishlist_heart {
	display: inline-block;
	margin-left: 4.5rem;
	color: var(--base-color);
	position: relative;
	top: 2px;
	font-size: 2rem;
}
.header-cart {
	margin-left: 2rem;
	position: relative;
	display: inline-flex;
}
.header-cart svg {
	max-width: 2.3rem;
}
.header-cart .cart-count {
	position: absolute;
	top: 0;
	right: -1.2rem;
}


.lat-cir a {
	color: var(--base-color);
}
.lat-cir a:hover {
	color: var(--cta-color);
}

.header ul.langs {
	align-items: center;
}
.header ul.langs a {
	display: flex;
	margin-left: 1.5rem;
}
.header ul.langs img {
	width: 2rem!important;
	height: auto!important;
}

/***** MEGA MENU****/
@media only screen and (min-width:1025px) {
	#mob-menu-bar {
	    display: none;
	}

.sub-menu-wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    width: 78%;
    background: var(--light-grey);
    margin: 0 auto;
    border-radius: 10px;
    z-index: 999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
   /* background-color: #f8f9f9;*/
    padding: 4rem;
}
header li.menu-item-has-children > a::after {
	content: "";
	display: block;
	width: 0;
height: 0;
border-style: solid;
border-width:0 17px 17px 17px;
border-color: transparent transparent #f1f2f4 transparent;
margin-left: calc( (100% - 3rem) / 2);
margin-bottom: 1rem;
padding-top: .5rem;
 -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
     opacity: 0;
    visibility: hidden;
	
}
header.header .sub-menu-wrap .sub-menu  li.current-menu-item a {
	border-color: var(--cta-color);
}
header nav > ul > li > a {
	position: relative;
	top: 1rem;
}
header li.menu-item-has-children:hover {
	opacity: 1;
}
.sub-menu-wrap .sub-menu {
	display: flex;
	flex-wrap: wrap;
}
.sub-menu-wrap .sub-menu  li {
	width: calc(100% / 4);
    padding: 0 15px;
    margin: 1rem 0;
}
header.header .sub-menu-wrap .sub-menu  li a {
	color: #fff;
	background-color: #fff;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	font-weight: 700;
	font-size: 2rem!important;
	height: 100%;
	position: relative;
	aspect-ratio: 1/1;
	background-size: cover;
	background-repeat: no-repeat!important;
	z-index: 5;
	overflow: hidden;
	border: 4px solid var(--light-grey);
}
header.header .sub-menu-wrap .sub-menu  li a::before  {
	content: "";
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all .23s ease;
}
header.header .sub-menu-wrap .sub-menu  li a:hover {
	text-indent: -9999px;
}
header.header .sub-menu-wrap .sub-menu  li a:hover::before {
	transform: translateX(-100%);
}
header.header .sub-menu-wrap .sub-menu  li a * {
	position: relative;
	z-index: 5;
}
/*header.header .sub-menu-wrap .sub-menu  li a::before {
	content: "";
	background-color: var(--light-grey);
	border-radius: 100%;
	position: absolute;
	right: 3rem;
	bottom: -1.7rem;
	width: 4rem;
	height: 4rem;
	transition: all .23s ease-in;
}

header.header .sub-menu-wrap .sub-menu  li:nth-child(4) a::before,
header.header .sub-menu-wrap .sub-menu  li:nth-child(5) a::before,
header.header .sub-menu-wrap .sub-menu  li:nth-child(6) a::before
  {
	bottom: auto;
	top: -2rem;
	background-color: #fff!important;
}

header.header .sub-menu-wrap .sub-menu  li:nth-child(4) a:hover::before,
header.header .sub-menu-wrap .sub-menu  li:nth-child(5) a:hover::before,
header.header .sub-menu-wrap .sub-menu  li:nth-child(6) a:hover::before,
header.header .sub-menu-wrap .sub-menu  li.current-menu-item:nth-child(4) a::before,
header.header .sub-menu-wrap .sub-menu  li.current-menu-item:nth-child(5) a::before,
header.header .sub-menu-wrap .sub-menu  li.current-menu-item:nth-child(6) a::before {
	background-color: var(--cta-color)!important;
}*/

.sub-menu-wrap .sub-menu  li a::after {
	content: "Više informacija";
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 1.5rem;
}
.sub-menu-wrap .sub-menu  li a:hover, .sub-menu-wrap .sub-menu  li.current-menu-item a {
	color: #fff!important;
	background-color: var(--cta-color)!important;
}
header .container-wide {
	position: relative;
}
header li.menu-item-has-children {
	position: unset!important;
}
header li.menu-item-has-children:hover .sub-menu-wrap,
header li.menu-item-has-children:hover > a::after,
header li.menu-item-has-children:hover > a
{
	    opacity: 1;
    visibility: visible;
}


	header {
		padding: 3rem 0 2rem;
	}

} /*min width 1025px*/



header .whishlistcount {
	    position: relative;
    top: -5px;
}
/*------------------------------------*\
	end of HEADER
\*------------------------------------*/


/*------------------------------------*\
	FOOTER
\*------------------------------------*/
.footer {
	background-color: #fff;
	border-top: 1px solid var(--light-grey);
}
.footer a {

}
.footer ul a {
	color: var(--base-color);
}
.footer ul {
	list-style: none;
}
.footer .copyright {
	font-size: 1.4rem;
}
.footer-top, .footer-bottom, .footer {
	padding: 2rem 0;
}
.footer-top ul.menu {
	display: flex;
	justify-content: center;
	text-align: center;
}
.footer-top ul.menu > li {
	margin: 0 2rem;
	padding: 3rem 3rem 0;
	border-top: .2rem solid #fff;
	flex: 1;
}
.footer-top ul.menu > li > a {
	pointer-events: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2.3rem;
}
.footer-top ul.menu > li li {
	margin-top: .7rem;
}
.footer-top ul.menu > li li a {
	font-size: 1.8rem;
	display: inline-block;
	padding: 0.2rem 0.7rem;
}
.footer-top ul.menu > li li a:hover {
	background-color: #fff;
	color: var(--cta-color);
}

.footer-bottom ul {
	margin-left: auto;
	display: flex;
}
.footer-bottom ul li {
	margin-left: 2rem;
}
.footer .socials {
	text-align: center;
	justify-content: center;
}
.footer .socials svg {
	width: 2rem;
	height: auto;
	margin: 1rem;
	position: relative;
	top:-2px;
}
#return-to-top {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	background-color: var(--cta-color);
	border-radius: .5rem;
	padding: 0.3rem 0.5rem 0.5rem;
    line-height: 1;
}
#return-to-top:hover {
	transform: translateY(-.7rem);
}

.footer-widget {
	padding-top: 3rem;
	padding-bottom: 2rem;
}
.footer-widget p a {
	font-size: 1.8rem;
	line-height: 1;
	padding: 1rem 1.5rem;
	color: var(--base-color);
}
.footer-widget p a:hover {
	background-color: #fff;
	color: var(--cta-color);
	border-color: var(--cta-color);
}

.footer-widget p a:hover::before {
/*	content: "";
	background: url(assets/images/email-icon.svg) no-repeat!important;
	background-size: contain!important;*/
}

.footer-widget p a::before {
/*	content: "";
	display: inline-block;
	background: url(assets/images/email-icon-white.svg) no-repeat;
	width: 2.7rem;
    height: 2.7rem;
    background-size: contain;
    position: relative;
    top: 5px;
	margin-right: 1rem;
	transition: all .23s ease;*/
}

.footer-contacts a {
    font-size: 1.8rem;
    line-height: 1;
    padding: 1rem 1.5rem;
    color: var(--base-color);
    display: flex;
    align-items: center;	
}
.footer-contacts a svg {
    background: var(--cta-color);
    border-radius: 100%;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0.5rem;	
    margin-right: .6rem;
}


.footer .socials a:hover svg {
	opacity: 1;
}
.footer .socials {
	display: flex;
}
.footer .socials a {
	display: inline-flex;
}

.footer .logo svg {
	width: 8rem;
}
.footer .logo {
	margin-top: 4rem;
}
/*------------------------------------*\
	end of FOOTER
\*------------------------------------*/

/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1024px) {
	.header ul.langs a {
		margin: 0 2rem 2rem 0!important;
	}
	body.home header.header:not(.sticky) .jvm_add_to_wishlist_heart {
		color: var(--base-color);
	}
	body.home header:not(.sticky) .logo svg, body.home header:not(.sticky) .header-cart svg path, body.home header:not(.sticky) .socials a:not(.instagram) svg path {
		fill: var(--base-color)!important;
	}
	body.home .socials a.instagram svg path {
		stroke: var(--base-color)!important;
	}
	.home nav, .home nav a, .home nav ul li a {
		color: var(--base-color)!important;
	}
	.home header:not(.sticky) #mob-menu-bar > div {
		background-color: #fff;
	}
	body .hero-slider .heroSwiper .swiper-button-next {
		right: 0.5rem!important;
	}
	body .hero-slider .heroSwiper .swiper-button-prev {
		left: 0.5rem!important;
	}
	.hero-slider .heroSwiper {
		height: 62vh!important;
	/*	padding-left: 2rem;
		padding-right: 2rem;*/
	}
	.hero-slide-inner h2 {
		font-size: 4vh!important;
	}
	.alignfull {
		left: -2rem!important;
		    width: calc(100% + 4rem);
		    transform: translateX(0)!important;
	}
	ul.products li.product > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
		pointer-events: none;
	}
	.header nav .menu-item-has-children::after {
		background: url(assets/images/chevron-down.svg) no-repeat;
		    background-size: contain;
	    content: "";
	    width: 2rem;
	    height: 2rem;
	    position: absolute;
	    top: 0;
	    right: 0;
	    transition: all .23s ease;
	}
	.header nav .menu-item-has-children.change::after {
		transform: scaleY(-1);
	}
	.header.sticky .header-top {
		display: flex!important;
	}
	.hero header .header-cart svg path {
		fill: var(--base-color)!important;
	}
	#mob-menu-bar > div {
	    width: 3rem;
	    height: .1rem;
	    background: var(--base-color);
	    border-radius: 3px;
	    margin-bottom: .84rem;
	    -webkit-transition: all .23s ease-in;
	    transition: all .23s ease-in;
	}

	.hero header:not(.sticky) #mob-menu-bar > div {
		background-color: #fff;
	}
	body .hero header:not(.sticky) nav > ul > li > a,  body .hero header:not(.sticky) .lat-cir a, .hero .jvm_add_to_wishlist_heart {
		color: var(--base-color)!important;
	}

	body .hero header .socials a:not(.instagram) svg path {
		fill: var(--base-color)!important;
	}
	body .hero header .socials .instagram svg path {
		stroke: var(--base-color)!important;
	}

	#mob-menu-bar > div:last-child {
	    margin-bottom: 0
	}

	.change .bar1 {
	    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
	    transform: rotate(-45deg) translate(-5px, 6px);
	    -moz-transform: rotate(-45deg) translate(-5px, 6px);
	    -o-transform: rotate(-45deg) translate(-5px, 6px);
	}

	.change .bar2 {
	    opacity: 0;
	}

	.change .bar3 {
	    -webkit-transform: rotate(45deg) translate(-7px, -8px);
	    transform: rotate(45deg) translate(-7px, -8px);
	}

	.header .container-wide {
		justify-content: space-between;
	}
	.header .logo svg {
		width: 7rem!important;
	}

	header nav.menu-open {
		transform: translateX(0);
	}

	header nav {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		height: 100vw;
		overflow-y: auto;
		background-color: var(--light-grey);
		z-index: 2020;
		max-width: 75%;
		transition: all .33s ease-in-out;
		flex-direction: column-reverse!important;
		justify-content: flex-end;
		padding: 4rem;
		min-height: 100vh;
		transform: translateX(-100%);
	}
	header .sub-menu-wrap {
		display: none;
	}

	header nav > ul {
		flex-direction: column;
	}
	header nav > ul {
		margin-bottom: 4rem;
		margin-top: 0!important;
	}
	header nav > ul > li {
		margin: .5rem 0;
	}
	header nav > ul > li > a {
		margin-left: 0!important;
	}
	.header-top {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.header-top .socials {
		margin-top: 3rem;
	}
	.header-top .socials a:first-child svg {
		margin-left: 0;
	}
	.whishlist-anchor {
		display: inline-block;
		    position: relative;
	    top: -2.5rem;
	    right: -1rem;
	}
	.header-cart {
		margin: 0 2.5rem 0 0;
	}
	header .header-cart .cart-count,
	header .whishlistcount {
		color: var(--base-color);
	}

	header .sub-menu {
		flex-wrap: wrap;
	}
	.sub-menu-wrap .menu-item {
		display: none;
	}
	.sub-menu-wrap .child-item, .sub-menu-wrap .current-menu-item  {
		width: calc(100% / 2);
		border: 2px solid transparent;
	}

	.sub-menu-wrap .child-item a, .sub-menu-wrap .current-menu-item a {
		aspect-ratio: 1/1;
		display: inline-flex;
		width: 100%;
		height: 100%;
		position: relative;
		color: #fff!important;
		align-items: center;
		justify-content: center;
		padding: 1rem;
		line-height: 1.1;
		text-align: center;
		z-index: 5;

	}
	.sub-menu-wrap .child-item a *, .sub-menu-wrap .current-menu-item a * {
		z-index: 6;
		position: relative;
	}
	.sub-menu-wrap .child-item a::before , .sub-menu-wrap .current-menu-item a::before {
		content: "";
		position: absolute;
		background-color: rgba(0, 0, 0, .4);
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: -1;
	}
	.header nav .menu-item-has-children {
		padding-right: 2rem;
	}
}

@media only screen and (max-width:840px) {
	#customer_details p.form-row {
		width: 100%!important;
	}
	.single .woocommerce-product-gallery {
		flex-direction: column;
	}
	.woocommerce div.product div.images .flex-control-thumbs {
		flex-direction: row!important;
	}
	.footer-top ul.menu {
		flex-direction: column;
	}
	.footer-widget, .footer-widget .is-nowrap {
		flex-direction: column;
	}
	.footer-widget .is-nowrap p {
		margin: .5rem 0;
	}
	.footer-bottom {
		display: none;
	}
	.card-logos {
		flex-wrap: wrap;
	}
	footer .socials {
		margin-top: 1rem;
	}
}
@media only screen and (max-width:768px) {
	.woocommerce-cart .quantity {
		justify-content: flex-end;
	}
	.woocommerce-cart table button {
		font-size: 1.4rem!important;
	}
	ul li .loop-btns {
		top: 59%!important;
	}
}
@media only screen and (max-width:600px) {
	.footer-contacts {
		flex-direction: column;
	}
	.single-article-bottom {
		flex-direction: column;
	}
	.author-block{
		margin-bottom: 3rem;
	}
	.checkout.woocommerce-checkout {
		flex-direction: column;
	}

	.features {
		flex-direction: column;
	}
	.features > div {
		margin: 3rem 0!important;
	}

	.single-product form.cart {
		flex-direction: column;
	}
	.single-product form.cart button.button {
		margin: 2rem 0!important;
	}
	h1 {
		font-size: 3.3rem;
	}
	h2, body .related.products h2 {
		font-size: 2.7rem;
	}
	h3 {
		font-size: 2.3rem;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%!important;
	}
}
@media only screen and (max-width:480px) {
	.hero-slider {
		margin-bottom: -4rem;
    	border-bottom: 5px solid var(--cta-color);
	}
	body .hero-slider .heroSwiper {
		height: 55vh!important;
	}
}
/*------------------------------------*\
	end of RESPONSIVE
\*------------------------------------*/


/*------------------------------------*\
	WOOCOMMERCE
\*------------------------------------*/
/* listing pages */
ul li.product  {
	position: relative;
}


ul li.product .product-list-item-body {
    text-align: center;
    transition: all .23s ease;
    padding: .5rem 1rem;
}
ul li.product .product-list-item-body > a {
    z-index: 23;
    position: relative;	
}
ul li.product .product-list-item-body h2 {
	font-size: 2.3rem!important;
	font-weight: 400;
}
.price-loop-item {
	flex-wrap: wrap;
	justify-content: center;
}
.price-loop-item .price {
	order: -2;
	flex: 1 1 100%;
}
.price-loop-item  .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: none;
}
.price-loop-item .add_to_cart_button {
	background-image: url(assets/images/cart-icon.svg)!important;
	background-repeat: no-repeat;
	background-color: var(--light-grey)!important;
	margin-right: 1rem!important;
	background-size: 2rem;
	background-position: center;
	aspect-ratio: 1/1;
	width: 3.5rem;
	height: 3.5rem;
	transition: all .23s ease;
}
.price-loop-item .add_to_cart_button:hover,
.price-loop-item  .jvm_add_to_wishlist.button:hover {
	background-color: var(--cta-color)!important;
}
.price-loop-item  .jvm_add_to_wishlist.button {
	aspect-ratio: 1/1;
	width: 3.5rem;
	height: 3.5rem;
	transition: all .23s ease;	
	background-color: var(--light-grey)!important;
	display: inline-flex!important;
	justify-content: center;
	align-items: center;
}

.woocommerce ul.products li.product .price {
	font-weight: 700;
	font-size: 2.5rem;
	text-align: center!important;
	display: block;
	line-height: 1;
	color: var(--base-color);
	margin-bottom: 0!important;
}
ul li.product .product-list-item-body a {
	color:var(--base-color);
}
ul li.product .img-wrap {
	position: relative;
}
/*ul li.product .img-wrap::before,
ul li.product .img-wrap::after {
	content: "";
	border-radius: 100%;
	width: 4rem;
	height: 4rem;
	background-color: #fff;
	position: absolute;	
	transition: all .33s ease-in-out;
}
ul li.product .img-wrap::before {
	left: -1.5rem;
	top: 50%;
	transform: translateY(-50%);	
}
ul li.product .img-wrap::after {
	bottom: -1.5rem;
	left: 50%;
	transform: translateX(-50%);

}*/
ul li.product .img-wrap img {
	margin: 0!important;
/*	border-radius: 6%;*/
}
/*ul li.product:hover .img-wrap::before,
ul li.product:hover .img-wrap::after {
	transform: scale(0);
	opacity: 0;
}*/
.onsale {
	background-size: contain;
	background-position: center;
	aspect-ratio: 1/1;
	width: 8rem;
	color: #fff;
	background-color: var(--cta-color)!important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem!important;
	top: -23px!important;
    right: -5px!important;
}
.price del {
	text-decoration: line-through!important;
}
.single-product .onsale {
    left: 50%;
    transform: translateX(-50%);
    top: -80px!important;	
}
ul.products li.product-type-variable .loop-btns a:first-child {
	display: none;
}

.single-product .variations_form {
	flex-direction: column;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}
.woocommerce ul.products li.product .price del {
	text-decoration: none;
	font-size: 1.6rem;
}

.page-title, .related.products > h2 {
	text-align: center;

}
.related.products h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3rem;	
}
.page-title::after,
.related.products > h2::after {
	content: "";
    display: block;
    max-width: 6rem;
    height: 1rem;
    transform: skew(350deg);
    background-color: var(--cta-color);
    margin: 1rem auto 5rem;
    background-image: linear-gradient(to right,rgba(9,167,41,.25),rgba(9,167,41,.25));
}
.woocommerce-content {
	padding: 4rem 0;
}


.product_title.entry-title {
	text-align: center;
	margin: 1rem 0 3rem;
}
.product-cat {
	color: var(--grey-color);
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
}
.product-cat:hover {
	color: var(--cta-color)!important;
}
.woocommerce-product-details__short-description {
	margin: 0 auto;
	max-width: 84rem;
	text-align: center;
	order: 4;
}
.related.products {
	clear: both;
	order: 5;
}
.single .woocommerce-product-details__short-description {
	position: relative;
	    padding: 6rem 0 4rem;
    margin-bottom: 6rem;
    font-size: 1.8rem;
    margin-bottom: 0;
}
.single .delivery-banner {
	margin-bottom: 6rem;
	order: 5;
}
.single .woocommerce-product-details__short-description::before {
	content: "";
	background-color: var(--light-grey);
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	width: calc(100vw - 6px);
	z-index: -1;
}
.single .woocommerce-product-gallery {
	padding-top: 2rem;
	padding-bottom: 2rem;
    width: 100%!important;
    max-width: 84rem;
    margin: 0 auto;
    float: none!important;	
   /* left: calc(50% - 6px);
    transform: translateX(-50%);*/
    display: flex;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	aspect-ratio: 1/1;
	width: 12rem;
}
.single .woocommerce-product-gallery .flex-viewport {
	flex: 1;
}
.single .flex-control-thumbs {
	display: flex;
	flex-direction: column;
}
.single .flex-control-thumbs li {
	width: 100%!important;
}
.single div.product p.price, .single div.product span.price {
	color: var(--base-color);
	font-size: 3.3rem;
	text-align: center;
	font-weight: 700;
}
.single .price ins {
	text-decoration: none;
}
.single .price del {
	font-size: 1.8rem;
	margin-right: 1rem;
}
.single .added_to_cart.wc-forward {
	display: none;
}
.single  div.product form.cart {
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}
.woocommerce div.product form.cart .button, 
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 0;
	color: var(--base-color);
	font-weight: 40;
	letter-spacing: .1rem;
	border: 1px solid var(--cta-color)!important;
	line-height: 1;
	padding: 1rem 2.3rem;
	transition: all .23s ease-in;
	margin: 0 1rem;
}
.woocommerce div.product form.cart .button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	color: #fff;
	background-color: var(--cta-color);
}
.quantity {
	display: flex;
	margin: 0;
}
.quantity button {
	background-color: #fff;
	border: 1px solid var(--cta-color)!important;
	padding: 1rem 1.3rem;
	cursor: pointer;
}
.quantity input {
	width: 4rem;
	padding: 1rem;
	font-weight: 700;
	border-color: var(--cta-color);
	margin: 0 .3rem;
}

.delivery-banner {
	background-color: var(--cta-color);
	padding: 4rem 2rem;
	font-size: 2.3rem;
}
.delivery-banner svg {
	margin-right: 2rem;
}


.minicart-wrappper.active {
	visibility: visible;
	z-index: 2020;
}
.minicart-wrappper.active .minicart-sidebar {
	transform: translateX(0);
}
.minicart-wrappper {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	visibility: hidden;
	z-index: -1;
	display: flex;
	transition: all .53s ease-in-out;
}
.minicart-wrappper .minicart-sidebar {
	margin-left: auto;
	background-color: #fff;
	z-index: 2020;
	transition: all .53s ease-in-out;
	padding: 8rem 4rem;
		min-width: 27rem;
		transform: translateX(100%);

}
.minicart-wrappper .minicart-sidebar li {
	margin-bottom: 2rem!important;
	padding-bottom: 2rem!important;
	border-bottom: 1px solid var(--light-grey);
	position: relative;
}
.minicart-wrappper .minicart-sidebar li a.remove {
	position: absolute;
	top: 1rem;
	left: -3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height:.9;
}
.minicart-wrappper .minicart-sidebar li a {
	color: var(--base-color);
	line-height: 1.1;
}
.minicart-wrappper .minicart-sidebar li .quantity {
	display: inline-block;
	margin-top: 1rem;
}
.close-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	backdrop-filter: saturate(180%) blur(10px);
}
.close-icon {
	z-index: 2023;
	position: absolute;
	top: 2rem;
	right: 2rem;
	cursor: pointer;
}

.btn {
	text-transform: uppercase;
	border: 1px solid var(--cta-color);
	padding: 1.2rem 2rem;
	line-height: 1;
	display: inline-flex;
	cursor: pointer;
}
.btn:hover {
	background-color: var(--cta-color);
	color: #fff;
}
ul.products .added_to_cart.wc-forward {
	display: none;
}
.button.add_to_cart_button.ajax_add_to_cart.added {
	background-image: none!important;
}
.button.add_to_cart_button.ajax_add_to_cart.added::after {
	left: -14px;
	position: relative;
}

.woocommerce-pagination li, .woocommerce-pagination, .woocommerce-pagination ul {
	border: none!important;
}
.woocommerce-pagination li .page-numbers {
	margin: 0 .5rem!important;
	border: none!important;
	line-height: 1!important;
	padding: .7rem 1rem!important;
}
nav.woocommerce-pagination ul li span.current {
	background-color: var(--light-grey)!important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: transparent;
	border: 1px solid var(--cta-color);
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .1rem;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: var(--cta-color);
	color: #fff;
}
.woocommerce-message {
	border-color: var(--cta-color)!important;
}
.woocommerce-message::before {
	color: var(--cta-color);
}

#coupon_code {
	border-color: var(--light-grey)!important;
	height: 38px;
	width: 15rem;
}
.woocommerce-cart .product-quantity input.qty {
	border-left: 0;
    border-right: 0;
}

.back-to-cart {
	color: var(--base-color);
	display: inline-flex;
	align-items: center;
	margin-bottom: 4rem;
}
.back-to-cart svg {
	margin-right: 1rem;
	transition: all .23s ease;
}
.back-to-cart:hover svg {
	transform: translateX(-10px);
}


#customer_details {
	display: flex;
	flex-direction: column;
	padding-right: 6%;
}
.checkout.woocommerce-checkout {
	display: flex;
}
#order_review_heading {
	display: none!important;
}
#order_review {
	flex: 1 1 100%;
	max-width: 40rem;
}
#customer_details > div {
	float: none!important;
	width: 100%!important;
}
#place_order {
	background-color: transparent;
	color: var(--base-color);
	float: none;
	width: 100%;
	transition: all .23s ease;
}

#place_order:hover {
	background-color: var(--cta-color);
	color: #fff;
}
#payment {
	background-color: var(--light-grey)!important;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
}

#billing_first_name_field {
	order: 1;
	width: 50%;
}
#billing_last_name_field {
	order: 2;
	width: 50%;
}
#billing_address_1_field {
	order: 3;
	width: 33.33%;
}
#billing_postcode_field {
	order: 4;
	width: 33.33%;
}
#billing_city_field {
	order: 5;
	width: 33.33%;
}
#billing_country_field {
	order:-1;
	width: 100%;
}
#billing_state_field {
	display: none;
}
#billing_phone_field {
	order: 7;
	width: 50%;
}
#billing_email_field {
	order: 8;
	width: 50%;
}
.required {
	color: var(--cta-color)!important;
}
#ship-to-different-address {
	margin-top: 4rem;
	font-size: 1.9rem;
}
#ship-to-different-address  label span{
	position:relative;
	top: 5px;
}
#billing_state_field {
	display: none!important;
}
/*------------------------------------*\
	end of WOOCOMMERCE
\*------------------------------------*/

/*** HERO ***/
.hero {
	position: relative;
	margin-top: -15rem;
	height: 60vh;
	overflow: hidden;
	transition: all .23s ease-in;
}
.hero > img, .hero > picture > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.hero::before {
	content: "";
	    background-image: linear-gradient(to top, rgba(0,0,0,0) 10%, rgba(0,0,0,.69));
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.hero header:not(.sticky) {
	background-color: transparent;
	z-index: 2;
	color: #fff;
}
.hero header:not(.sticky) a:not(.instagram) svg, .hero header:not(.sticky)  a:not(.instagram) svg path{
	fill: #fff;
}
.hero header:not(.sticky) a {
	color: #fff!important;
}
.hero-inner {
	 position: absolute;
    left:0;
    right: 0;
    bottom: 4rem;
    width: 100%;
    
    text-align: center;
    color: #fff;
}
.hero-inner > div {
	max-width: 70rem;
	padding: 0 2rem;
}

.tax-product_cat .page-title, .tax-product_cat .term-description {
	display: none;
}
.hero-inner h1::after {
	content: "";
	background-image: linear-gradient(to right,rgba(255,255,255,.45),rgba(255,255,255,.55));
	display: block;
	margin: 1rem auto 2rem;
	max-width: 6rem;
	height: 1rem;
}
.hero .jvm_add_to_wishlist_heart {
	color: #fff;
}

.single .hero {
	height: 27vh;
	min-height: 26rem;
}
.single .hero h3 {
	margin: 0;
}
.single .hero h3 a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
.single .hero h3 a svg {
	transition: all .23s ease;
	margin-right: 1rem;
}
.single .hero h3 a:hover svg {
	transform: translateX(-10px);
}

header .jvm_add_to_wishlist_heart::before {
    content: "\e900";
}
header a:not(.instagram) svg {
	fill:var(--base-color);
}
header a.instagram svg path {
	stroke: var(--base-color);
}
.hero header  a.instagram svg path {
	stroke:#fff;
}
.hero .header-top a {
	opacity: .8;
}
.hero .header-top a:hover {
	opacity: 1;
}



h1::after {
    background-image: linear-gradient(to right,rgba(9,167,41,.25),rgba(9,167,41,.25));
    transform: skew(350deg);
}

.woocommerce-billing-fields>h3, .woocommerce-shipping-fields>h3, .woocommerce-additional-fields>h3, .woocommerce-order-details>h2, h2.woocommerce-column__title, #order_review_heading, p.woocommerce-thankyou-order-received {
    margin: 0 0 21px;
    display: inline-block;
    transition: background-size .35s cubic-bezier(.165,.84,.44,1);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 35% 20%;
    line-height: 1.2;
}




.woocommerce-billing-fields>h3 {
    background-image: linear-gradient(to right,rgba(9,167,41,.25),rgba(9,167,41,.25));
}

.post-title a:hover {
    background-position: 0 100%;
    background-size: 100% 12%;
}


.post-title a {
    transition: background-size .35s cubic-bezier(.47,0,.745,.715),color .35s cubic-bezier(.47,0,.745,.715) 0s;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 0 12%;
}
.post-title a {
    background-image: linear-gradient(to right,rgba(9,167,41,.25),rgba(9,167,41,.25));
}




.features {
	background-color: var(--light-grey);
	padding: 2rem 2rem 4rem;
	position: relative;
	left: calc(50% - 6px );
	width: 100vw;
	transform: translateX(-50%);
	margin-bottom: 4rem;
	text-align: center;
	align-items: center;
}
.features > div {
	margin: 0 5%;
	width: 19rem;
}
.pieces {
	font-size: 3.5rem;
	text-align: center;
	font-weight: 700;
	position: relative;
}
.pieces img {
	max-height: 6rem;
	    position: relative;
    top: -5px;
}
#nbr {
	line-height: .7;
}
.delay1 {
	animation-delay:.5s;
}
.delay2 {
	animation-delay:.9s;
}
.delay3 {
	animation-delay:1.4s;
}

.dimensions-wrapper {
	font-size: 3rem;
    text-align: center;
    font-weight: 700;
        position: relative;
    top:5px;

}
.dimensions-wrapper .legenda {
	bottom: -1rem;
}
.dimensions svg {
	position: relative;
	top: 5px;
}
.rating-bar {
	position: relative;
}
.rating-bar span {
    font-size: 2rem;
    position: relative;
    z-index: 2;
    top: -7px;
    font-size: 1.4rem;
}
.rating-bar::before {
	content: "";
	background-color: #b6b1b1;
	width: 100%;
	height: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: .8rem;
}
.rating-bar::after {
	content: "";
	background-color: var(--cta-color);
	height: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: .8rem;
	transition: all .23s ease-in;
	width: 0;
}
.complexity-rating {
	position: relative;
}
.legenda {
	position: absolute;
	font-size: 1.4rem;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -2rem;
	font-weight: 400;
}

.single-product .container > div.product {
	display: flex;
	flex-direction: column;
}


.woocommerce-cart table, .woocommerce-checkout table {
	border-left: none!important;
	border-right: none!important;
	border-radius: 0!important;
}
.woocommerce-cart-form table {
	border-bottom: none!important;
	border-top: none!important;
}
.woocommerce-cart-form table td.actions > button.button {
	display: none!important;
}

.woocommerce div.product div.images img {
	max-height: 84vh!important;
	aspect-ratio: 1/1;
	object-fit: cover;
}
ul.products li.product {
	position: relative;
}
ul.products li.product .img-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(assets/images/mask1.svg) no-repeat;
	background-size: cover;
	transition: all .23s ease!important
}
ul.products li.product:nth-child(4n+3) .img-wrap::after {
	background: url(assets/images/mask2.svg) no-repeat!important;
    background-size: cover!important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0px;
    bottom: -22px;
    background-position: right!important;
}
ul.products li.product:nth-child(2n+4) .img-wrap::after {
	background: url(assets/images/mask3.svg) no-repeat!important;
    background-size: cover!important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0px;
    bottom: -22px;
    background-position: right!important;
}
ul.products li.product:nth-child(2n+5) .img-wrap::after {
	background: url(assets/images/mask4.svg) no-repeat!important;
    background-size: cover!important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0px;
    bottom: -22px;
}
ul.products li.product:nth-child(2n+3) .img-wrap::after,
ul.products li.product:first-child .img-wrap::after {
	background: url(assets/images/mask5.svg) no-repeat!important;
    background-size: cover!important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0px;
    bottom: 0;
    background-position: left bottom!important;
}
ul.products li.product:hover .img-wrap::after {
	opacity: 0;
	z-index: -1;
}
ul.products li.product:hover .loop-btns {
	opacity: 1;
	z-index: 23;
}
/*ul.products li.product .img-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .69);
	opacity: 0;
	z-index: -1;
	transition: all .23s ease;
}*/
/*ul.products li.product:hover .img-wrap::before {
	opacity: 1!important;
	z-index: 2;
}*/
.loop-btns {
    position: absolute;
    left: 50%;
    top: 67%;
    transform: translate(-50%, -50%);	
    z-index: 5;
    color: #fff;
    width: 100%;
    opacity: 0;
    z-index: -1;
    transition: all .33s ease;
}
.loop-btns .btn {
	background-color: var(--cta-color);
	font-size: 1.4rem;
	letter-spacing: .1rem;
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.loop-btns .btn:hover {
	opacity: .84;
}
.btn-secondary {
	background-color: var(--dark-grey)!important;
	border: 1px solid var(--dark-grey);
	color: #fff!important;
}
.loop-btns .btn-secondary {
	margin-left: 1rem;
}
.woocommerce-info {
	border-color: var(--cta-color)!important;
}
.woocommerce-info::before {
	color: var(--cta-color);
}



.hero-slider .heroSwiper {
	height: 100vh;
	position: relative;
}
.hero-slider .heroSwiper .swiper-slide {
	background-size: cover!important;
	position: relative;
	transform: ;
}
.hero-slider .heroSwiper .swiper-slide::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background-color: rgba(0, 0, 0, .5);*/
/*	background-image: linear-gradient(to top, rgba(0,0,0,0) 10%, rgba(0,0,0,.69));*/
}
.hero-slider .heroSwiper .swiper-slide .btn {
	color: #fff;
	border-color: #fff;
	padding: 1.2rem 4rem;
	font-size: 2rem;
	border-width: 2px;
}
.hero-slider .heroSwiper .swiper-slide .btn:hover {
	border-color: var(--cta-color);
}
body.home {
	padding-top: 0;
}
body.home  header:not(.sticky) {
	background-color: transparent;
	color: #fff;
}
 body.home  header:not(.sticky) .socials a.instagram svg path {
 	stroke: #fff;
 }
body.home  header:not(.sticky) .logo svg, body.home  header:not(.sticky)  .header-cart svg path, body.home  header:not(.sticky) .socials a:not(.instagram) svg path {
	fill: #fff;
}
body.home  header:not(.sticky) ul li a, body.home header:not(.sticky) .lat-cir a, body.home  header:not(.sticky) .jvm_add_to_wishlist_heart{
	color: #fff;
}
.hero-slider .heroSwiper .swiper-button-next {
	right: 2rem!important;
}

.hero-slider .heroSwiper .swiper-button-prev {
	left: 2rem!important;
}
.hero-slide-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
	max-width: 60rem;
	text-align: center;
}
.hero-slide-inner h2 {
	font-size: 4vw;
}
.hero-slide-inner .btn {
	margin-top: 3rem;
}
.hero-slider .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
	bottom: auto;
	top: 141px;
}
.home header {
	border: none!important;
}
.hero-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #fff!important;
}
.hero-slider {
	position: relative;
}
.hero-slider .arrow {
	position: absolute;
	left: 50%;
	top: 88%;
	transform: translateX(-50%);
	z-index: 23;
}


.hero-slider .arrow {
  width: 0;
  height: 40px;
  border: 1px solid var(--cta-color);
  animation: scroll 1.5s infinite;
  -webkit-animation: scroll 1.5s infinite;
}
.hero-slider .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -5px;
  width: 1px;
  height: 10px;
  border-top: 10px solid var(--cta-color);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@keyframes scroll {
  0% {
    height: 40px;
  }
  30% {
    height: 70px;
  }
  60% {
    height: 40px;
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 40px;
  }
  30% {
    height: 70px;
  }
  60% {
    height: 40px;
  }
}


.hero-slider .swiper-slide.swiper-slide-active .hero-slide-inner h2 {
	animation-name: fadeInDown;
}
.hero-slider .swiper-slide.swiper-slide-active .hero-slide-inner .term-description {
	animation-name: fadeInUp;
}
.hero-slider .swiper-slide.swiper-slide-active .hero-slide-inner .btn {
	animation-name: fadeInUp;
}


.woocommerce-pagination {
	display: none;
}


/*------------------------------------*\
	LANGUAGES
\*------------------------------------*/
html:lang(en) .lat-cir {
	display: none!important;
}



/*------------------------------------*\
	END OF LANGUAGES
\*------------------------------------*/
#sbd_all_location {
	pointer-events: none;
}
.simple .qcpd-single-list-pd ul li {
	border-color: var(--cta-color)!important;
}