/*
Theme Name: Miss Perry
Description: Miss Perry
Version: 1.3
*/

:root {
	scroll-behavior: auto;
	--red: #aab4ff;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/helveticaneuebold-webfont.woff2') format('woff2'),
		url('assets/fonts/helveticaneuebold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/helveticaneuelight-webfont.woff2') format('woff2'),
		url('assets/fonts/helveticaneuelight-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/helveticaneuemedium-webfont.woff2') format('woff2'),
		url('assets/fonts/helveticaneuemedium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/helveticaneueroman-webfont.woff2') format('woff2'),
		url('assets/fonts/helveticaneueroman-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/helveticaneuethin-webfont.woff2') format('woff2'),
		url('assets/fonts/helveticaneuethin-webfont.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rothe';
	src: url('assets/fonts/rothedemoregular-vlvz-webfont.woff2') format('woff2'),
		url('assets/fonts/rothedemoregular-vlvz-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}

html {
	font-size: 10px;
}

body {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1.6rem;
	background: #0c0c0c;
	color: #EBEBEB;
	overflow-x: hidden;
	max-width: 100%;
	font-weight: 300;
}

@media (min-width: 1500px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1440px;
	}
}

.row {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.row>div {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.container {
	padding: 0 1.5rem;
}

.topbar-block {
  border-bottom: 1px solid #E2E2DA;
  background: #FAFAFA;
  padding: 0 6.4rem;
  position: relative;
}
.page-template-shop-page-php {
	margin: 0 !important;
}
.page-template-shop-page-php .topbar-block {
	margin-bottom: 10rem;
}
.topbar {
  color: #31343B;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
  padding: .7rem 0;
}
.topbar-button {
  color: #31343B;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
  padding: 0;
  background: none;
  border: none;
  margin-left: 1rem;
  text-decoration: underline;
  cursor: pointer;
  transition: .2s all ease-in-out;
}
.topbar-button:hover {
  color: #0a58ca;
}
.topbar-close-box {
  position: absolute;
  top: 0;
  right: 6.4rem;
}
.topbar-close {
  position: relative;
  font-size: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: none;
  border: none;
  cursor: pointer;
}
.topbar-close:before {
  content: '';
  background: #31343B;
  height: 1px;
  width: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .2s all ease-in-out;
}
.topbar-close:after {
  content: '';
  background: #31343B;
  height: 1px;
  width: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: .2s all ease-in-out;
}
.topbar-close:hover:before,
.topbar-close:hover:after {
  background: #0a58ca;
}

.hnewsletter-block {}
.hnewsletter {}
.hnewsletter-tabs {
    position: relative;
}
.hnewsletter-tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transition: .4s opacity ease-in-out;
}
.hnewsletter-tab.active {
    opacity: 1;
    position: relative;
    user-select: auto;
    pointer-events: auto;
    z-index: 2;
}
.hnewsletter-box {}
.hnewsletter-title {
  font-family: "Rothe";
  font-size: 7.2rem;
  line-height: 7.2rem;
}
.hnewsletter-info {}
.hnewsletter-form {}

@media (max-width:991px) {
  .topbar-block {
    display: none;
  }
}

.page-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pswp {
	z-index: 100000;
}

@media (max-width:991px) {
	.page-header.scrolled {
		background: #0C0C0C;
	}
	.page-header .cart-icon {
		padding: 1rem 2rem !important;
	}
	.page-header.page-header-home .cart-icon {
		color: #909090;
		background: #0C0C0C;
	}
}

@media (min-width:992px) {
	.page-header {
		position: absolute;
	}

  .topbar-block + .page-header {
    top: 3.7rem;
  }
}

.page-header .container {
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	align-items: center;
	height: 8.6rem;
}

@media (min-width:992px) {
	.page-header .container {
		padding-top: 3.7rem;
		padding-bottom: 3.7rem;
		height: auto;
	}
	.page-header-home .container {
		padding-top: 2.2rem;
		padding-bottom: 2.2rem;
		height: 4.2rem;
		box-sizing: content-box;
	}
}

.page-header .page-logo {
	display: inline-flex;
	margin-left: 7rem;
}

@media (min-width:992px) {
	.page-header .page-logo {
		margin-left: 0;
	}
}

.page-header .page-logo img {
	height: 1.7rem;
}

@media (min-width:992px) {
	.page-header .page-logo img {
		height: auto;
	}
}

.page-header .page-logo--black {
	position: relative;
}

.page-header .page-logo--black:before {
	content: '';
	background: url(assets/images/bg-logo-mobile.svg) 0 0 no-repeat;
	width: 36.4rem;
	height: 8.6rem;
	background-size: 36.4rem 8.6rem;
	left: 50%;
	position: absolute;
	margin-left: -17.3rem;
	top: -3.5rem;
	pointer-events: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-header .page-logo--black img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-header .page-logo--black img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

@media (max-width:991px) {
	.page-header.scrolled .page-logo--black {
		background: none;
	}

	.page-header.scrolled .page-logo--black img:nth-child(1) {
		opacity: 0;
	}

	.page-header.scrolled .page-logo--black img:nth-child(2) {
		opacity: 1;
	}
}

@media (max-width:991px) {
	.page-header.scrolled .page-logo--black:before {
		opacity: 0;
	}
}

@media (min-width:992px) {
	.page-header .page-logo--black:before {
		background: url(assets/images/bg-logo.svg) 0 0 no-repeat;
		background-size: 59.8rem 10.6rem;
		width: 59.8rem;
		height: 10.6rem;
		margin-left: -29.9rem;
		top: -4.1rem;
	}
	.page-header.page-header-home .page-logo--black:before {
		display: none;
	}
}

.page-header .page-logo--black img {
	position: relative;
	z-index: 10;
}

.menu-hamburger {
	width: 5rem;
	height: 5rem;
	margin: 0 1rem 0 auto;
	background: url(assets/images/hamburger-1.svg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.page-header-home .menu-hamburger {
	background-image: url(assets/images/hamburger-black-1.svg);
}

.menu-hamburger.is-active {
	background-image: url(assets/images/hamburger-2.svg);
}
.page-header-home .menu-hamburger.is-active {
	background-image: url(assets/images/hamburger-black-2.svg);
}

.hamburger {
	height: 24px;
	padding: 0;
	margin: 0 0 0 auto;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	height: 2px;
	background: #fff;
}

.hamburger-inner:before {
	opacity: 0;
}

.hamburger.is-active .hamburger-inner:before {
	opacity: 1;
}

.hamburger-inner:after {
	width: 30px;
	right: 0;
}

.hamburger.is-active .hamburger-inner:after {
	width: 40px;
}

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

#menu-overlay {
	position: fixed;
	top: 86px;
	left: 0;
	width: 100%;
	height: calc(100vh - 86px);
	background: #0C0C0C;
	z-index: 99999;
	padding: 5rem 0 4rem 0;
	display: none;
}

@media (min-width:768px) {
	#menu-overlay {
		height: calc(100vh - 87px);
		top: 87px;
	}
}

#menu-overlay .container {
	/* padding-bottom: 4rem; */
}

.menu-top-mobile a,
.menu-top-mobile a:hover {
	text-decoration: none;
	color: #EBEBEB;
}

.menu-top-mobile>li ul {
	padding: 2rem 0;
	margin: 0;
}

.menu-top-mobile>li ul a {
	padding: 0 2rem;
}

#menu-overlay .container {
	height: 100%;
}

#menu-overlay .scrollbar-macosx {
	height: 100%;
	padding-bottom: 5rem;
}

#menu-overlay .scroll-x {
	display: none !important;
}

.menu-top-mobile {
	font-size: 1.7rem;
	text-align: center;
}

.menu-top-mobile a {
	text-decoration: none;
	display: block;
}

.menu-top-mobile>li {
	padding: 1.5rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.menu-top-mobile>li:last-child {
	border-bottom: none;
}

.menu-top-mobile>li>a {
	padding-left: 0;
}
.menu-top-mobile > li.menu-item-has-children > a {
	padding-left: 2rem;
}
.menu-top-mobile > li.menu-item-has-children > a:after {
	content: '';
	display: inline-block;
	width: .9rem;
	height: .6rem;
	margin-left: 1rem;
	background: url(assets/images/menu-arrow.svg) no-repeat center / contain;
	transition: .2s all ease-in-out;
	transform: rotate(0deg);
	vertical-align: middle;
}
.menu-top-mobile > li.menu-item-has-children.sub-menu-visible > a:after {
	background-image: url(assets/images/menu-arrow-hover.svg);
	transform: rotate(-180deg);
}

.menu-top {
	margin: 0 0 0 auto;
	display: flex;
	font-size: 1.7rem;
	color: #878787;
}

.menu-top li:not(:first-child) {
	margin-left: 3rem;
}

@media (min-width:1200px) {
	.menu-top li:not(:first-child) {
		margin-left: 4.5rem;
	}
}

.menu-top .menu-item > a {
	color: #878787;
	position: relative;
	display: block;
	transition: .2s all ease-in-out;
}
.menu-top .menu-item.menu-item-has-children > a {
	position: relative;
	padding-right: 2rem;
}
.menu-top .menu-item.menu-item-has-children > a:before {
	content: '';
	position: absolute;
	width: .9rem;
	height: .6rem;
	background: url(assets/images/menu-arrow.svg) no-repeat center / contain;
	transition: .2s all ease-in-out;
	right: 0;
	top: 50%;
	transform: translate(0, -50%) rotate(0deg);
}
.menu-top .menu-item.menu-item-has-children:hover > a:before {
	background-image: url(assets/images/menu-arrow-hover.svg);
	transform: translate(0, -50%) rotate(-180deg);
}

.menu-top > .menu-item > a:after {
	content: '';
	width: 0;
	height: .1rem;
	background: #878787;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sub-menu .menu-item {
	border-bottom: 1px solid rgba(255,255,255,.368627451);
}
.sub-menu .menu-item:last-child {
	border-bottom: none;
}

.menu-top .menu-item > a:hover:after,
.menu-top .current-menu-item a:after {
	width: 100%;
	background: #aab4ff;
}

.page-content {
	overflow: hidden;
}

.page-content a {
	color: var(--red);
	text-decoration: underline;
}

.page-content a:hover {
	text-decoration: underline;
	color: var(--red);
}

@media (min-width:992px) {
	.page-content ul {
		margin-left: 4.5rem;
	}
}

@media (max-width:992px) {
	.sub-menu {}
	.sub-menu > li {
	    border: none !important;
	}
	.sub-menu > li > a {
	    color: #909090;
	}
}

.page-content ul li {
	padding-left: 4rem;
	position: relative;
	margin-bottom: 1.5rem;
}

.page-content ul li:last-child {
	margin-bottom: 0;
}

.page-content ul li *:last-child {
	margin-bottom: 0;
}

.page-content ul li:before {
	content: '';
	width: 2.2rem;
	height: 1.1rem;
	background: url(assets/images/arrow-1.svg);
	background-size: 2.2rem 1.1rem;
	left: 0;
	top: 1rem;
	position: absolute;
}

.page-content .tags,
.block-type-7 .slider-nav ul,
.block-type-13 .gallery-slider-wrap .slider-nav ul,
.block-type-19 .gallery-wrap .slider-nav ul {
	margin: 0;
}

.page-content .tags li,
.block-type-7 .slider-nav li,
.block-type-13 .gallery-slider-wrap .slider-nav li,
.block-type-19 .gallery-wrap .slider-nav li {
	padding: 0;
}

.page-content .tags li:before,
.block-type-7 .slider-nav li:before,
.block-type-13 .gallery-slider-wrap .slider-nav li:before,
.block-type-19 .gallery-wrap .slider-nav li:before {
	display: none;
}

.content-block {
	margin-bottom: 5rem;
}

@media (min-width:992px) {
	.content-block {
		margin-bottom: 10rem;
	}
}

.block-type-1 {
	border-bottom: 1px solid #575757;
	padding: 15rem 0 7rem 0;
	text-align: center;
	/* background: url(assets/images/pattern-1.png) center -60px; */
	background-size: 100px 92px;
	position: relative;
	min-height: 35rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

@media (min-width:992px) {
	.block-type-1 {
		background-size: 238px 220px;
		/* background: url(assets/images/pattern-1.png) center -60px; */
		min-height: 38rem;
	}
}

.block-type-1:before {
	content: '';
	width: 100%;
	height: 30rem;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,0c0c0c+100&0+0,1+100 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(12, 12, 12, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	bottom: 0;
	left: 0;
}

.block-type-1 .container {
	position: relative;
	z-index: 10;
}

.block-type-1 .heading {
	margin: 0;
}

.page-id-77{
	.block-type-1{
		.row > div{
			display: flex;
			flex-direction: column;
		.eyebrow{
			order:2;
		}
		}
		
	}
}

.block-type-2 p,
.block-type-2 ul {
	margin-bottom: 5rem;
}

.block-type-3 .text-block {
	margin-bottom: 4rem;
}

.block-type-3 .text-block *:last-child {
	margin-bottom: 0;
}

.block-type-4 {
	padding: 5rem 0 5rem 0;
	min-height: 38rem;
	display: flex;
	/* flex-direction: column; */
	justify-content: flex-end;
	position: relative;
	background: url(assets/images/pattern-1.png) center -30px;
	background-size: 100px 92px;
	margin-bottom: 0;
}

@media (min-width:992px) {
	.block-type-4 {
		background-size: 238px 220px;
		background: url(assets/images/pattern-1.png) center -60px;
	}
}

.block-type-4:before {
	content: '';
	width: 100%;
	height: 30rem;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,0c0c0c+100&0+0,1+100 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(12, 12, 12, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	bottom: 0;
	left: 0;
}

.block-type-4 .container {
	position: relative;
	z-index: 10;
}

.block-type-4 .slider p {
	font-family: "Rothe";
	font-size: 6.2rem;
	line-height: 7.2rem;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 0.2em
}

@media (min-width:992px) {
	.block-type-4 .slider p {
		font-size: 9rem;
		line-height: 9rem;
	}
}
/* .page-id-11  */
.block-type-4{
	display: flex;
	align-items: center;
}

.block-type-5 {
	text-align: center;
}

.block-type-5 .icon {
	margin-bottom: 5.5rem;
}

.block-type-5 .heading {
	margin-bottom: 8rem;
	text-transform: uppercase;
	letter-spacing: 0.45em;
}

.block-type-5 .text-block *:last-child {
	margin-bottom: 0;
}

.block-type-6 .sections {
	margin-bottom: 6rem;
}

.block-type-6 .section {
	position: relative;
	min-height: 60rem;
}

.block-type-6 .section:not(:last-child) {
	margin-bottom: 5rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #575757;
}

@media (min-width:992px) {
	.block-type-6 .section:not(:last-child) {
		margin-bottom: 12rem;
		padding-bottom: 0;
		border-bottom: none;
	}
}

.block-type-6 h2 {
	font-weight: 600;
}

.block-type-6 .video {
	border-radius: 20px;
	overflow: hidden;
	height: 26rem;
	position: relative;
}

@media (min-width:768px) {
	.block-type-6 .video {
		height: 40rem;
	}
}

@media (min-width:992px) {
	.block-type-6 .video {
		position: absolute;
		left: 0;
		top: 0;
		height: 60rem;
	}

	.block-type-6 .section:nth-child(odd) .video {
		margin-right: 15rem;
	}

	.block-type-6 .section:nth-child(even) .video {
		margin-left: 15rem;
	}
}

@media (min-width:1200px) {
	.block-type-6 .section:nth-child(odd) .video {
		margin-right: 34rem;
	}

	.block-type-6 .section:nth-child(even) .video {
		margin-left: 34rem;
	}
}

.block-type-6 .video:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index: 10;
}

.block-type-6 .video video {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.block-type-6 .section .row {
	z-index: 10;
	position: relative;
	padding-top: 3rem;
}

@media (min-width:992px) {
	.block-type-6 .section .row {
		padding-top: 17.5rem;
	}
}

@media (min-width:992px) {
	.block-type-6 .section:nth-child(odd) .text-block--side {
		padding-left: 7.5rem;
	}

	.block-type-6 .section:nth-child(odd) .text-block--side {
		padding-right: 7.5rem;
	}
}

.block-type-6 .tags {
	margin-bottom: 2.5rem;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width:992px) {
	.block-type-6 .tags {
		margin-bottom: 4.5rem;
	}
}

.block-type-6 .tags li:not(:last-child) {
	margin-right: 1.5rem;
}

.block-type-6 .tags span {
	display: inline-flex;
	background: rgba(230, 230, 230, 0.2);
	min-height: 4.6rem;
	border-radius: 2.3rem;
	padding: 0 2.5rem;
	align-items: center;
	font-weight: 500;
	border: 2px solid #fff;
	font-size: 1.4rem;
}

.block-type-6 .disclaimer {
	color: #909090;
}

.block-type-6 .disclaimer strong {
	color: #fff;
}

.block-type-6 {
	.fonthelvetica{
		font-family: 'Helvetica Neue', sans-serif;
	}
	.strain_name{
		font-size: 19px;
		margin-bottom: 5px;
	}
	.text_after_strains_heading{
		font-style: italic;
		margin:0;
	}
}

.strains-heading-main{
	font-size: 19px!important;
}

.block-type-7 .product:not(:last-child) {
	margin-bottom: 8rem;
}

.block-type-7 .product {
	border: 1px solid #434343;
	border-radius: 35px;
	padding: 3rem 2rem;
}

@media (min-width:992px) {
	.block-type-7 .product {
		padding: 8rem;
	}
}

@media (min-width:992px) {
	.block-type-7 .product .top {
		margin-bottom: 9rem;
	}
}

.block-type-7 .product .gallery-wrap {
	position: relative;
}

@media (min-width:992px) {
	.block-type-7 .product .gallery-wrap {
		margin-right: 5rem;
	}
}

.block-type-7 .product .slider-nav {
	margin-bottom: 2.5rem;
	padding-top: 2.5rem;
}

@media (min-width:992px) {
	.block-type-7 .product .slider-nav {
		position: absolute;
		left: -13rem;
		top: 0;
		margin-bottom: 0;
		padding-top: 0;
	}
}

.block-type-7 .product .slider-nav ul {
	display: flex;
	justify-content: center;
}

@media (min-width:992px) {
	.block-type-7 .product .slider-nav ul {
		display: block;
	}
}

.block-type-7 .product .slider-nav li {
	cursor: pointer;
	margin: 0 .4rem;
}

@media (min-width:992px) {
	.block-type-7 .product .slider-nav li {
		margin: 0 0 2.5rem 0;
	}
}

.block-type-7 .product .slider-nav img {
	width: 6rem;
	height: 6rem;
	border-radius: 17px;
	border: 2px solid #EBEBEB;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (min-width:992px) {
	.block-type-7 .product .slider-nav img {
		width: 10rem;
		height: 10rem;
		border-radius: 25px;
	}
}

.block-type-7 .product .slider-nav .slick-active img {
	border-color: var(--red);
}

.block-type-7 .product .slide {
	display: flex;
	height: 25rem;
	align-items: center;
	justify-content: center;
}

@media (min-width:992px) {
	.block-type-7 .product .slide {
		height: 48rem;
	}
}

.block-type-7 .product .slide img {
	max-height: 100%;
	width: auto;
	border-radius: 25px;
}

.block-type-7 .product .title {
	font-size: 5.2rem;
	line-height: 6.5rem;
	font-family: "Rothe";
	margin: 0;
	text-align: center;
}

@media (min-width:992px) {
	.block-type-7 .product .title {
		text-align: left;
	}
}

.block-type-7 .product .subtitle {
	font-weight: 300;
	font-style: italic;
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin-bottom: 3rem;
	text-align: center;
}

@media (min-width:992px) {
	.block-type-7 .product .subtitle {
		text-align: left;
		margin-bottom: 4rem;
	}
}

.details-list {
	margin-bottom: 3rem;
}

@media (min-width:992px) {
	.details-list {
		margin-bottom: 0;
	}
}

.block-type-7 .product .details-list p {
	display: flex;
	border-bottom: 1px solid #575757;
	padding: 1.4rem 0;
	margin: 0;
}

.block-type-7 .product .details-list p:last-child {
	border: none;
}

.block-type-7 .product .details-list p span:nth-child(1) {
	width: 16rem;
	padding-left: 3.7rem;
	position: relative;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2rem;
	padding-top: .8rem;
}

.block-type-7 .product .details-list p span:nth-child(2) {
	margin-left: auto;
	width: calc(100% - 16rem);
	font-size: 2rem;
	line-height: 3rem;
}

.block-type-7 .product .details-list p span:nth-child(1):before {
	content: '';
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 0;
	top: .6rem;
}

.block-type-7 .product .details-list .quantity span:nth-child(1):before {
	background: url(assets/images/icon-quantity.svg);
}

.block-type-7 .product .details-list .weight span:nth-child(1):before {
	background: url(assets/images/icon-weight.svg);
}

.block-type-7 .product .details-list .ingredients span:nth-child(1):before {
	background: url(assets/images/icon-ingredients.svg);
}

.block-type-7 .product .details-list .packaging span:nth-child(1):before {
	background: url(assets/images/icon-packaging.svg);
}

.block-type-7 .product .details-list .features span:nth-child(1):before {
	background: url(assets/images/icon-features.svg);
}

.block-type-7 .product .details-list .safety span:nth-child(1):before {
	background: url(assets/images/icon-safety.svg);
}

.block-type-7 .text-block *:last-child {
	margin-bottom: 0;
}

.block-type-7 .content-toggle {
	padding-top: 3rem;
}

.block-type-7 .content-toggle .toggler {
	font-size: 1.8rem;
	line-height: 2.8rem;
	cursor: pointer;
	margin: 0;
}

.block-type-7 .content-toggle .toggler span {
	display: inline-block;
	position: relative;
	padding-right: 3rem;
}

.block-type-7 .content-toggle .toggler span:after {
	content: '';
	width: 1.6rem;
	height: .7rem;
	background: url(assets/images/chevron-1.svg);
	background-size: 1.6rem .8rem;
	position: absolute;
	top: 50%;
	margin-top: -.4rem;
	right: 0;
}

.block-type-7 .content-toggle.open .toggler span:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.block-type-7 .content-toggle .content {
	display: none;
}

.block-type-8 {
	background: url(assets/images/bg-contact.jpg) center center no-repeat;
}

.block-type-8 .title {
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 3rem;
	margin: 0;
}

.block-type-8 .map {
	text-align: center;
	padding-top: 5rem;
}

.block-type-9 .box {
	border: 1px solid #EBEBEB;
	border-radius: 35px;
	padding: 4.5rem 2.5rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 8rem;
}

@media (min-width:992px) {
	.block-type-9 .box {
		padding: 8rem 10rem;
	}
}

.block-type-9 .box:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(assets/images/bg-contact2.jpg) right 0 no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .3;
}

@media (min-width:1200px) {
	.block-type-9 .box:before {
		opacity: 1;
	}
}

.block-type-9 .box>.row {
	position: relative;
	z-index: 10;
}

.block-type-9 .heading {
	margin-bottom: 4.5rem;
}

@media (min-width:992px) {
	.block-type-9 .heading {
		margin-bottom: 8rem;
	}
}

.block-type-9 .contact {
	display: flex;
	flex-wrap: wrap;
}

.block-type-9 .contact a {
	color: inherit;
	text-decoration: none;
}

.block-type-9 .contact .item:not(:last-child) {
	margin-right: 7.5rem;
}

@media (max-width:991px) {
	.block-type-9 .contact .item {
		margin-bottom: 2rem;
	}
}

.block-type-9 .contact .item .title {
	padding-left: 4.5rem;
	font-family: "STIX Two Text";
	font-size: 2.6rem;
	line-height: 3.4rem;
	position: relative;
}

.block-type-9 .contact .item .title:before {
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 0;
	left: 0;
}

.block-type-9 .contact .item.email .title:before {
	background: url(assets/images/icon-email.svg) center center no-repeat;
}

.block-type-9 .contact .item.address .title:before {
	background: url(assets/images/icon-location.svg) center center no-repeat;
}

.block-type-9 .contact .item.business .title:before {
	background: url(assets/images/icon-business.svg) center center no-repeat;
}

.block-type-10 {
	background: url(assets/images/bg-catalog.png) center center no-repeat;
	padding: 0 0 15rem 0;
	position: relative;
}

@media (min-width:992px) {
	.block-type-10 {
		padding: 5rem 0;
	}
}

.block-type-10:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c0c0c+0,000000+100&1+0,0+100 */
	background: linear-gradient(to bottom, rgba(12, 12, 12, 1) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.block-type-10 .container {
	position: relative;
	z-index: 10;
}

.block-type-11 {
	background: #EBEBEB;
	padding: 8.6rem 2rem 2rem;
	position: relative;
	z-index: 5;
}

.block-type-11 video {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: calc(100vh - 11rem);
	border-radius: 20px;
}
.block-type-11 .video-desktop {
	display: none;
}
.block-type-11 .video-mobile {
	display: block;
	@media(max-width:768px){
		/* height: auto; */
		border-radius: 20px;
		object-fit: contain;
		background-color: #DDDDDD;
	}
}

@media (min-width:992px) {
	.block-type-11 .video-desktop {
		display: block;
	}
	.video-desktop-box {
		height: calc(100vh - 10.6rem);
		position: relative;
		overflow: hidden;
		border-radius: 4rem;
	}
	.video-desktop-box .video-desktop {
    position: absolute !important;!i;!;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
	.block-type-11 .video-mobile {
		display: none;
	}
}

.block-type-12 {
	position: relative;
	padding: 6rem 0;
}

@media (min-width:992px) {
	
	.block-type-12 {
		padding: 16rem 0 20rem 0;
		min-height: 100vh;
	}
}

.block-type-12:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 70%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #101010 0%, rgba(0, 0, 0, 0) 61.41%);
	z-index: 10;
}

.block-type-12 video {
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

@media (min-width:992px) {
	.block-type-12 video {
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}

.block-type-12 .container {
	position: relative;
	z-index: 20;
}

.block-type-12 .heading {
	margin-bottom: 4rem;
}

@media (min-width:992px) {
	.block-type-12 .heading {
		margin-bottom: 8rem;
	}
}

.block-type-12 .button {
	margin-bottom: 4rem;
}

@media (min-width:992px) {
	.block-type-12 .button {
		margin-bottom: 0;
	}
}


.block-type-13 {
	position: relative;
	border-bottom: 1px solid #575757;
	text-align: center;
}

.block-type-13:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(assets/images/pattern-1.png) center -60px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 1) 19%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 81%, rgba(0, 0, 0, 0.8) 85%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.block-type-13 .vertical-lines {
	width: 92rem;
	position: absolute;
	left: 50%;
	margin-left: -46rem;
	top: 0;
	height: 100%;
}

.block-type-13 .vertical-lines .line {
	height: 100%;
	width: .1rem;
	background: rgba(87, 87, 87, .4);
	position: absolute;
	top: 0;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 1) 19%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 81%, rgba(0, 0, 0, 0.8) 85%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.block-type-13 .vertical-lines .line-1 {
	left: -35rem;
}

.block-type-13 .vertical-lines .line-1:before {
	content: '';
	width: .1rem;
	height: 11rem;
	background: var(--red);
	top: 50%;
	left: 0;
	position: absolute;
}

.block-type-13 .vertical-lines .line-2 {
	right: -35rem;
}

.block-type-13 .vertical-lines .line-2:before {
	content: '';
	width: .1rem;
	height: 11rem;
	background: var(--red);
	top: 30%;
	left: 0;
	position: absolute;
}

.block-type-13 .container {
	position: relative;
	z-index: 10;
	padding-bottom: 8rem;
}

@media (min-width:992px) {
	.block-type-13 .container {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
}

.block-type-13 .heading {
	margin-bottom: 4rem;
}

@media (min-width:992px) {
	.block-type-13 .heading {
		margin-bottom: 8rem;
	}
}

.block-type-13 .text-block {
	margin-bottom: 8rem;
}

.block-type-13 .text-block--bottom {
	margin-bottom: 3rem;
}

.block-type-13 .text-block *:last-child {
	margin: 0;
}

.block-type-13 .gallery {
	margin-bottom: 10rem;
}

.block-type-13 .gallery>div:nth-child(1),
.block-type-13 .gallery>div:nth-child(4) {
	margin-top: 9rem;
}

.block-type-13 .gallery img {
	mix-blend-mode: overlay;
	filter: blur(10px);
	opacity: 0;
}

.block-type-13 .gallery img.animated {
	filter: blur(0);
}

.block-type-13 .gallery-slider-wrap {
	margin-bottom: 8rem;
}

.block-type-13 .gallery-slider {
	margin-bottom: 4rem;
}

.block-type-13 .gallery-slider-wrap .slider-nav ul {
	display: flex;
	justify-content: center;
}

.block-type-13 .gallery-slider-wrap .slider-nav li {
	margin: 0 1.2rem;
}

.block-type-13 .gallery-slider-wrap .slider-nav li div {
	border: 1px solid #EBEBEB;
	width: .8rem;
	height: .8rem;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 50%;
}

.block-type-13 .gallery-slider-wrap .slider-nav .slick-active div {
	background: #EBEBEB;
}

.block-type-14 {
	background: url(assets/images/bg-section-14.png) center center no-repeat;
	padding: 12rem 0 20rem 0;
	position: relative;
	border-bottom: 1px solid #575757;
	text-align: center;
}

@media (min-width:992px) {
	.block-type-14 {
		padding: 30rem 0;
	}
}

.block-type-14 .vertical-lines {
	width: 92rem;
	position: absolute;
	left: 50%;
	margin-left: -46rem;
	top: 0;
	height: 100%;
}

.block-type-14 .vertical-lines .line {
	height: 100%;
	width: .1rem;
	background: rgba(87, 87, 87, .4);
	position: absolute;
	top: 0;
}

.block-type-14 .vertical-lines .line-1 {
	top: 0;
}

.block-type-14 .vertical-lines .line-2 {
	right: 0;
}

.block-type-14 .vertical-lines .line-3 {
	left: 43rem;
}

.block-type-14 .vertical-lines .line-4 {
	right: 43rem;
}

.block-type-14 .circle {
	width: 120rem;
	height: 120rem;
	left: 50%;
	margin-left: -60rem;
	position: absolute;
	border: 1px solid rgba(87, 87, 87, .4);
	top: 4rem;
	border-radius: 50%;
}

.block-type-14 .container {
	position: relative;
	z-index: 10;
}

.block-type-14 .heading {
	margin-bottom: 4rem;
}

@media (min-width:992px) {
	.block-type-14 .heading {
		margin-bottom: 8rem;
	}
}

.block-type-14 .text-block {
	margin-bottom: 8rem;
}

.block-type-14 .text-block *:last-child {
	margin: 0;
}

.block-type-15 {
	background: url(assets/images/bg-section-15.png) center center no-repeat;
	background-size: cover;
	padding: 2.5rem 0;
	position: relative;
}

@media (min-width:992px) {
	.block-type-15 {
		padding: 14rem 0;
	}
}

.block-type-15 .vertical-lines {
	width: 92rem;
	position: absolute;
	left: 50%;
	margin-left: -46rem;
	top: 0;
	height: 100%;
}

.block-type-15 .vertical-lines .line {
	height: 100%;
	width: .1rem;
	background: rgba(87, 87, 87, .4);
	position: absolute;
	top: 0;
}

.block-type-15 .vertical-lines .line-1 {
	top: 0;
}

.block-type-15 .vertical-lines .line-2 {
	right: 0;
}

.block-type-15 .container {
	position: relative;
	z-index: 10;
}

.block-type-15 .box {
	background: rgba(12, 12, 12, .8);
	border-radius: 35px;
	border: 1px solid #434343;
	padding: 3.5rem 3rem;
	overflow: hidden;
	position: relative;
	backdrop-filter: blur(10px);
}

@media (min-width:992px) {
	.block-type-15 .box {
		padding: 10rem 15rem;
	}
}

.block-type-15 .row {
	z-index: 10;
	position: relative;
}

.block-type-15 .heading {
	margin-bottom: 4rem;
}

@media (min-width:992px) {
	.block-type-15 .heading {
		margin-bottom: 7rem;
	}
}

.block-type-15 .photo {
	object-fit: cover;
	object-position: center top;
	width: calc(100% + 6rem);
	margin: 3rem 0 -3.5rem -3rem;
	max-width: none;
	height: 40rem;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 1) 19%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 81%, rgba(0, 0, 0, 0.8) 85%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (min-width:992px) {
	.block-type-15 .photo {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: auto;
		margin-left: 0;
		mask-image: none;
		margin: 0;
		max-width: 50%;
	}
}

.block-type-15 .text-block {
	margin-bottom: 4rem;
}

@media (min-width:992px) {
	.block-type-15 .text-block {
		margin-bottom: 14rem;
	}
}


.block-type-15 .text-block *:last-child {
	margin: 0;
}

.block-type-16 {
	position: relative;
	padding: 8rem 0 10rem 0;
}
.block-type-16::before {
	background-image: url("assets/images/fog.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	top: -680px;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

.block-type-16 video {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.block-type-16 .container {
	position: relative;
	z-index: 20;
}

.block-type-16 .heading--main {
	text-align: center;
	margin-bottom: 8rem;
}

@media (min-width:992px) {
	.block-type-16 .heading--main {
		margin-bottom: 16rem;
	}
}

.block-type-16 .row {
	margin: 0 -3.5rem;
}

.block-type-16 .row>div {
	padding: 0 3.5rem;
}

@media (min-width:992px) {
	.block-type-16 .boxes>div:nth-child(2) {
		margin-top: 30rem;
	}

	.block-type-16 .boxes>div:nth-child(3) {
		margin-top: -20rem;
	}
}

.block-type-16 .box {
	background: rgba(4, 4, 5, 1);
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 50px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 50px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 50px;
	border-bottom-left-radius: 0;
	margin-bottom: 140px;
	position: relative;
	padding: 3.5rem 3rem 0 3rem;
}

@media (min-width:1200px) {
	.block-type-16 .box {
		padding: 6.5rem 6rem 0 6rem;
	}
}

.block-type-16 .box .bottom {
	content: '';
	position: absolute;
	height: 5rem;
	width: 28rem;
	background: rgba(4, 4, 5, 1);
	-webkit-border-bottom-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	left: -.1rem;
	top: calc(100% + 5rem);
	border: 1px solid #EBEBEB;
	border-top: none;
}

@media (min-width:768px) {
	.block-type-16 .box .bottom {
		width: 30rem;
	}
}

@media (min-width:1200px) {
	.block-type-16 .box .bottom {
		width: 40rem;
	}
}

.block-type-16 .box .bottom:before {
	content: '';
	height: 5rem;
	width: 27.9rem;
	background: rgba(4, 4, 5, 1);
	position: absolute;
	top: -5rem;
	left: -.1rem;
	border-left: 1px solid #EBEBEB;
}

@media (min-width:768px) {
	.block-type-16 .box .bottom:before {
		width: 29.9;
	}
}

@media (min-width:1200px) {
	.block-type-16 .box .bottom:before {
		width: 39.9rem;
	}
}

.block-type-16 .box:before {
	content: '';
	position: absolute;
	bottom: -10rem;
	height: 5rem;
	width: 5rem;
	background: rgba(4, 4, 5, 1);
	mask-image: radial-gradient(circle at bottom right, transparent 50px, black 31px);
	left: 27.8rem;
	top: calc(100%);
	border-top: none;
	z-index: 10;
}

@media (min-width:768px) {
	.block-type-16 .box:before {
		left: 29.8rem;
	}
}

@media (min-width:1200px) {
	.block-type-16 .box:before {
		left: 39.8rem;
	}
}

.block-type-16 .box:after {
	content: '';
	position: absolute;
	bottom: -10rem;
	height: 5rem;
	width: 5rem;
	background: #EBEBEB;
	mask-image: radial-gradient(circle at bottom right, transparent 49px, black 31px);
	left: 27.8rem;
	top: calc(100%);
	border-top: none;
	z-index: 9;
	clip-path: circle(100% at 100% 100%);
}

@media (min-width:768px) {
	.block-type-16 .box:after {
		left: 29.8rem;
	}
}

@media (min-width:1200px) {
	.block-type-16 .box:after {
		left: 39.8rem;
	}
}

.block-type-16 .text-block {
	margin-bottom: 1.5rem;
}

.block-type-16 .text-block *:last-child {
	margin-bottom: 0;
}

.block-type-16 .button {
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-o-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	z-index: 10;
	position: relative;
}

.block-type-16 .vertical-lines {
	width: 92rem;
	position: absolute;
	left: 50%;
	margin-left: -46rem;
	top: 0;
	height: 100%;
}

.block-type-16 .vertical-lines .line {
	height: 100%;
	width: .1rem;
	background: rgba(87, 87, 87, .4);
	position: absolute;
	top: 0;
}

.block-type-16 .vertical-lines .line-1 {
	top: 0;
}

.block-type-16 .vertical-lines .line-2 {
	right: 0;
}

.block-type-16 .vertical-lines .line-3 {
	left: 42.5rem;
}

.block-type-16 .vertical-lines .line-3:before {
	content: '';
	width: .1rem;
	height: 11rem;
	background: var(--red);
	top: 50%;
	left: 0;
	position: absolute;
}

.block-type-16 .vertical-lines .line-4 {
	right: 42.5rem;
}

.block-type-16 .vertical-lines .line-4:before {
	content: '';
	width: .1rem;
	height: 11rem;
	background: var(--red);
	bottom: 3%;
	left: 0;
	position: absolute;
}

.block-type-16 .vertical-lines .line-5 {
	left: -35rem;
}

.block-type-16 .vertical-lines .line-5:before {
	content: '';
	width: .1rem;
	height: 11rem;
	background: var(--red);
	top: 40%;
	left: 0;
	position: absolute;
}

.block-type-16 .vertical-lines .line-5:after {
	content: '';
	width: .1rem;
	height: 11rem;
	background: var(--red);
	bottom: 8%;
	left: 0;
	position: absolute;
}

.block-type-16 .vertical-lines .line-6 {
	right: -35rem;
}

.block-type-16 .vertical-lines .line-6:before {
	content: '';
	width: .1rem;
	height: 11rem;
	background: var(--red);
	top: 10%;
	left: 0;
	position: absolute;
}

.block-type-16 .horizontal-line-1 {
	width: 100%;
	height: .1rem;
	background: rgba(87, 87, 87, .4);
	position: absolute;
	left: 0;
	top: 22rem;
}

.block-type-17 .text-block {
	color: #909090;
}

.block-type-18 {
	padding: 5rem 0 35rem 0;
	position: relative;
}

@media (min-width:992px) {
	.block-type-18 {
		padding: 30rem 0 10rem 0;
	}
}

.block-type-18 .image {
	width: 100%;
	height: 70%;
	background: url(assets/images/bg-section-18.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (min-width:992px) {
	.block-type-18 .image {
		height: 100%;
	}
}

.block-type-18 .image:before {
	content: '';
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c0c0c+18,000000+100&1+18,0+100 */
	background: linear-gradient(to bottom, rgba(12, 12, 12, 1) 18%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	top: 0;
	left: 0;
	height: 70%
}

.block-type-18 .image:after {
	content: '';
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,0c0c0c+82&0+0,1+82 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(12, 12, 12, 1) 82%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70%
}

.block-type-18 .container {
	position: relative;
	z-index: 10;
}

.block-type-18 .row-1 {
	margin-bottom: 5rem;
}

@media (min-width:992px) {
	.block-type-18 .row-1 {
		margin-bottom: 20rem;
	}
}

.block-type-19 .product:not(:last-child) {
	margin-bottom: 8rem;
}

@media (min-width:992px) {
	.block-type-19 .product:not(:last-child) {
		margin-bottom: 19rem;
	}
}

.block-type-19 .product .row {
	margin: 0 -5rem;
}

.block-type-19 .product .row>div {
	padding: 0 5rem;
}

.block-type-19 .product .column-1 {
	width: calc(100% - 91.2rem);
}

.block-type-19 .product .column-2 {
	width: 81.2rem;
	margin-left: auto;
}

.block-type-19 .price {
	border-bottom: 1px solid #575757;
	margin-bottom: 2.5rem;
}

@media (min-width:992px) {
	.block-type-19 .long-text-opener-wrap {
		text-align: right;
	}
}

.block-type-19 .gallery-wrap {
	position: relative;
	margin-bottom: 7rem;
}

@media (min-width:992px) {
	.block-type-19 .gallery-wrap {
		margin: 0;
	}
}

.block-type-19 .gallery img {
	mask-image: url(assets/images/mask-2.svg);
	mask-size: 100% 100%;
	width: 100%;
	height: 25rem;
	object-fit: cover;
}

@media (min-width:768px) {
	.block-type-19 .gallery img {
		height: 43.2rem;
	}
}

@media (min-width:1200px) {
	.block-type-19 .gallery img {
		height: 63.2rem;
	}
}

.block-type-19 .gallery-wrap .open-form-wrap {
	position: absolute;
	left: 0;
	bottom: -6rem;
}

@media (min-width:1400px) {
	.block-type-19 .gallery-wrap .open-form-wrap {
		bottom: -1rem;
	}
}

.block-type-19 .gallery-wrap .open-form-wrap p {
	margin: 0 0 .5rem 0;
}

.block-type-19 .gallery-wrap .slider-nav {
	position: absolute;
	left: 0;
	bottom: -4rem;
}

@media (min-width:992px) {
	.block-type-19 .gallery-wrap .slider-nav {
		right: 4rem;
		left: auto;
	}
}

@media (min-width:1200px) {
	.block-type-19 .gallery-wrap .slider-nav {
		bottom: -7rem;
	}
}

.block-type-19 .gallery-wrap .slider-nav ul {
	display: flex;
	align-items: center;
}

.block-type-19 .gallery-wrap .slider-nav ul li {
	margin: 0 1.2rem;
}

.block-type-19 .gallery-wrap .slider-nav ul div {
	width: 8rem;
	height: 8rem;
	border-radius: 15px;
	border: 1px solid #575757;
	cursor: pointer;
	overflow: hidden;
}

@media (min-width:1200px) {
	.block-type-19 .gallery-wrap .slider-nav ul div {
		width: 14rem;
		height: 14rem;
		border-radius: 25px;
	}
}

.block-type-19 .shades {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
}

.block-type-19 .shades a {
	width: 4.2rem;
	height: 4.2rem;
	border-radius: .7rem;
	border: 1px solid #575757;
	overflow: hidden;
	display: inline-block;
	margin-right: .8rem;
}
.block-type-19 .shades .classic_shades_color {
	width: 4.2rem;
    height: 4.2rem;
    border-radius: .7rem;
    border: 1px solid #575757;
    overflow: hidden;
    display: inline-block;
    margin-right: .8rem;
}


.block-type-19 .sizes {
	display: flex;
	flex-wrap: wrap;
}

.block-type-19 .sizes>div {
	border: 1px solid #575757;
	height: 4.2rem;
	border-radius: 2.5rem;
	margin-right: .8rem;
	text-align: center;
	width: 9.3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .8rem;
}

.block-type-20 {
	padding: 5rem 0 35rem 0;
	position: relative;
}

@media (min-width:992px) {
	.block-type-20 {
		padding: 40rem 0;
	}
}

.block-type-20 .image {
	width: 100%;
	height: 70%;
	background: url(assets/images/bg-section-20.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .6;
}

.page-id-15 .block-type-20 .image {
	background: url(assets/images/hoodies-background.webp) center center no-repeat;
	background-size: cover;
	opacity: 1;
} 
/* //hoodies page */

@media (min-width:992px) {
	.block-type-20 .image {
		height: 100%;
	}
}

.block-type-20 .image:before {
	content: '';
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c0c0c+18,000000+100&1+18,0+100 */
	background: linear-gradient(to bottom, rgba(12, 12, 12, 1) 18%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	top: 0;
	left: 0;
	height: 70%
}

.block-type-20 .image:after {
	content: '';
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,0c0c0c+82&0+0,1+82 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(12, 12, 12, 1) 82%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70%
}

.block-type-20 .container {
	position: relative;
	z-index: 10;
}

.block-type-20 .text-block {
	text-align: center;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
	width: 100% !important;
}

.bootstrap-select>.dropdown-toggle {
	background: none;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1.2rem 2.5rem;
	display: inline-block;
	height: 6rem;
	font-size: 2rem;
	font-weight: 200;
	color: #EBEBEB;
	z-index: 2000;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #EBEBEB;
	border-color: #EBEBEB;
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
	background: none;
	color: #EBEBEB;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	border-color: #EBEBEB !important;
	box-shadow: none !important;
	background: none !important;
	outline: none !important;
}

.woocommerce .woocommerce-ordering .bootstrap-select {
	width: 30rem !important;
}

.dropdown-menu {
	background: #0c0c0c;
	border: none;
	border-radius: 0;
	font-size: 2rem;
	color: #EBEBEB;
	font-weight: 200;
	right: 0;
	min-width: 30rem;
	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border: 1px solid #909090;
	border-top: none;
	top: -10px !important;
	padding-top: 15px;
}

.dropdown-item {
	padding: 0;
	color: #EBEBEB;
	font-weight: 200;
}

.bootstrap-select .dropdown-menu li {
	padding: 1.2rem 2.5rem;
	border-bottom: 1px solid #909090
}

.bootstrap-select .dropdown-menu li:last-child {
	border-bottom: none;
}

.dropdown-item {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #909090;
}

.dropdown-item.active,
.dropdown-item:active {
	background: none;
	color: #fff;
}

.dropdown-toggle:after {
	content: '';
	width: 1.6rem;
	height: .7rem;
	background: url(assets/images/chevron-1.svg);
	background-size: 1.6rem .8rem;
	display: inline-block;
	margin-left: 1rem;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -.5rem !important;
	right: 2rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background: none;
	color: #EBEBEB;
}

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

.page-content .link-with-arrow {
	display: inline-flex;
	font-size: 1.6rem;
	position: relative;
	padding-right: 5rem;
	color: #EBEBEB;
	text-decoration: none;
}

.page-content .link-with-arrow:hover {
	color: #EBEBEB;
	text-decoration: none;
}

.link-with-arrow:after {
	content: '';
	width: 2.2rem;
	height: 1.1rem;
	background: url(assets/images/arrow-1.svg);
	background-size: 2.2rem 1.1rem;
	right: 0;
	top: 1.3rem;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.link-with-arrow:hover:after {
	right: -.5rem;
}

.page-content .button,
.button {
	position: relative;
	display: inline-flex;
	border-radius: 2.6rem;
	text-decoration: none;
	position: relative;
}

.page-content .button:hover,
.button:hover {
	text-decoration: none;
}

.button:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 2.6rem;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .6) 40%, rgba(0, 0, 0, 1) 100%);
	z-index: 10;
}

.button:after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 2.6rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #3b4177;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .6) 60%, rgba(0, 0, 0, 1) 100%);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.button:hover:after {
	opacity: 1;
}

.button:hover {
	text-decoration: none;
}

.button span {
	font-size: 1.6rem;
	color: #fff;
	height: 5.2rem;
	display: inline-flex;
	align-items: center;
	padding-right: 8rem;
	background: none;
	border: none;
	position: relative;
	z-index: 20;
}

.button span:after {
	content: '';
	background: var(--red);
	width: 3.8rem;
	height: 3.8rem;
	position: absolute;
	right: .7rem;
	top: 50%;
	margin-top: -1.9rem;
	border-radius: 50%;
}

.button span:before {
	content: '';
	width: 2.9rem;
	height: 1.1rem;
	background: url(assets/images/arrow-2.svg);
	background-size: 2.9rem 1.1rem;
	position: absolute;
	top: 50%;
	margin-top: -.5rem;
	right: 2.8rem;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.button:hover span:before {
	right: 2rem;
}

.age-gate,
.protect-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.mfp-wrap {
	background: url(assets/images/gradient-1.png) center center no-repeat;
	background-image: image-set(
		url(assets/images/gradient-1.webp) type("image/webp"),
		url(assets/images/gradient-1.png) type("image/png")
	);
	background-position: center center;
	background-repeat: no-repeat;
	backdrop-filter: blur(10px);
}

@media (max-width: 767px) {
	.mfp-wrap {
		background: url(assets/images/gradient-1-mobile.png) center center no-repeat;
		background-image: image-set(
			url(assets/images/gradient-1-mobile.webp) type("image/webp"),
			url(assets/images/gradient-1-mobile.png) type("image/png")
		);
		background-size: cover;
	}
}

#age-gate-popup .buttons {
	text-align: center;
	padding-top: 4rem;
}

#age-gate-popup .buttons .submit-wrap {
	margin-bottom: 2.5rem;
}

.protect-page-get-access {
	border-bottom: 1px solid #909090;
	padding-bottom: 3rem;
	margin-bottom: 4.5rem;
}

.protect-page-get-access .code {
	display: flex;
	justify-content: center;
	padding: 2.5rem 0 0 0;
}

.form.protect-page-get-access .code input {
	width: 4.6rem;
	text-align: center;
	margin: 0 .8rem;
	padding: 1.5rem 1rem;
}

.form.protect-page-get-access .code input.error {
	border-color: var(--red);
}

.form.protect-page-get-access .submit-button {
	text-align: center;
}

.protect-page-get-access .error-message {
	text-align: center;
	color: var(--red);
}

.protect-page-get-access .error-message p {
	margin: 0;
}

#protect-page-popup .title {
	text-align: center;
	font-size: 2rem;
	line-height: 3rem;
}

.form input[type=text] {
	border: 1px solid #fff;
	width: 100%;
	padding: 1.5rem 2.5rem;
	font-size: 2rem;
	background: none;
	border-radius: 10px;
	color: #fff;
	font-weight: 300;
	height: 6rem;
	display: flex;
	align-items: center;
}

.mfp-wrap {
	z-index: 999999;
}

.popup {
	width: 48rem;
	max-width: 95%;
	margin: 15rem auto;
	position: relative;
	z-index: 999999999;
}

.popup--wider {
	width: 64rem;
}

.popup .popup-content {
	padding: 14rem 3rem 5rem 3rem;
	min-height: 55rem;
	position: relative;
	background: #0C0C0C;
	border-radius: 25px;
	mask-image: radial-gradient(circle at top, transparent 90px, black 31px);
}

.popup:before {
	content: '';
	width: 12.6rem;
	height: 12.6rem;
	background: #0C0C0C url(assets/images/element-1.svg) center center no-repeat;
	background-size: 6.2rem 3.6rem;
	position: absolute;
	left: 50%;
	margin-left: -6.6rem;
	top: -6.3rem;
	border-radius: 50%;
}

.popup-alt {
	width: 110rem;
	max-width: 95%;
	margin: 5rem auto;
	position: relative;
	z-index: 999999999;
	background: #0C0C0C;
	border-radius: 35px;
	border: 1px solid #EBEBEB;
}

.popup-alt .popup-close-wrap {
	text-align: center;
	padding-top: 4rem;
}

.popup-alt .popup-content {
	padding: 3rem;
}

@media (min-width:992px) {
	.popup-alt .popup-content {
		padding: 9rem;
	}
}

.popup .heading {
	text-align: center;
	position: relative;
}

.popup .heading:after {
	content: '';
	width: 5rem;
	height: .3rem;
	background: #aab4ff;
	position: absolute;
	bottom: -1rem;
	left: 50%;
	margin-left: -2.5rem;
}

.contact-form label {
	font-size: 1.7rem;
	display: flex;
}

@media (min-width:992px) {
	.contact-form label {
		font-size: 2.5rem;
	}
}

.contact-form label .required {
	color: var(--red);
}

.contact-form label .optional {
	font-weight: 200;
	font-size: 1.8rem;
	margin-left: .5rem;
}

.popup .contact-form label {
	font-weight: 300;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.contact-form p {
	margin-bottom: 5rem;
}

.popup .contact-form p {
	margin-bottom: 1.5rem;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
	border: none;
	background: none;
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
	color: #EBEBEB;
	font-size: 2rem;
	padding: 1rem;
	font-weight: 200;
}

.popup .contact-form input[type=text],
.popup .contact-form input[type=email] {
	border: 1px solid #EBEBEB;
	border-radius: 10px;
	padding: 1.2rem 2.5rem;
}

.popup .contact-form input[type=text].wpcf7-not-valid,
.popup .contact-form input[type=email].wpcf7-not-valid {
	border-color: var(--red);
}

.contact-form textarea {
	display: block;
	resize: none;
	height: 10rem;
}

.contact-form .wpcf7-not-valid-tip {
	color: var(--red);
	font-size: 1.6rem;
	font-weight: 200;
	padding: .5rem 0;
}

.contact-form .wpcf7-spinner {
	display: none !important;
}

.contact-form .submit-wrap,
.form .submit-wrap {
	position: relative;
	display: inline-block;
	border-radius: 2.6rem;
}

.contact-form .submit-wrap:before,
.form .submit-wrap:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 2.6rem;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .6) 40%, rgba(0, 0, 0, 1) 100%);
	z-index: 10;
}

.contact-form .submit-wrap:after,
.form .submit-wrap:after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 2.6rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #3b4177;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .6) 60%, rgba(0, 0, 0, 1) 100%);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-form .submit-wrap:hover:after,
.form .submit-wrap:hover:after {
	opacity: 1;
}

.contact-form .submit,
.form .submit {
	font-size: 1.6rem;
	color: #fff;
	height: 5.2rem;
	display: inline-flex;
	align-items: center;
	background: none;
	border: none;
	position: relative;
	z-index: 20;
}

.contact-form .submit:after,
.form .submit:after {
	content: '';
	background: var(--red);
	width: 3.8rem;
	height: 3.8rem;
	position: absolute;
	right: .7rem;
	top: 50%;
	margin-top: -1.9rem;
	border-radius: 50%;
}

.contact-form .submit:before,
.form .submit:before {
	content: '';
	width: 2.9rem;
	height: 1.1rem;
	background: url(assets/images/arrow-2.svg);
	background-size: 2.9rem 1.1rem;
	position: absolute;
	top: 50%;
	margin-top: -.5rem;
	right: 2.8rem;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-form .submit-wrap:hover .submit:before,
.form .submit-wrap:hover .submit:before {
	right: 2rem;
}

.contact-form .wpcf7-submit,
.form input[type=submit],
.form button {
	font-size: 1.6rem;
	color: #fff;
	height: 5.2rem;
	display: inline-flex;
	align-items: center;
	padding-right: 8rem;
	background: none;
	border: none;
	position: relative;
	z-index: 20;
}

.contact-form .submit-button {
	text-align: center;
	padding-top: 1rem;
}

.contact-form .checkbox {
	margin: 0;
}

.contact-form .checkbox,
.contact-form .checkbox label {
	cursor: pointer;
}

.contact-form .checkbox input {
	display: none;
}

.contact-form .checkbox input+span {
	display: block;
	position: relative;
	padding-left: 3.5rem;
}

.contact-form .checkbox input+span:before {
	content: '';
	width: 2rem;
	height: 2rem;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: .8rem;
	border: 1px solid #EBEBEB;
}

.contact-form .checkbox input:checked+span:before {
	background: var(--red) url(assets/images/icon-checkmark.svg) center center no-repeat;
	border: 1px solid var(--red);
}

.contact-form .wpcf7-list-item {
	margin: 0;
}

strong {
	font-weight: 600;
}

.instagram-link {
	display: inline-flex;
	position: relative;
	padding-left: 3rem;
}

.instagram-link:before {
	content: '';
	width: 1.6rem;
	height: 1.6rem;
	background: url(assets/images/icon-instagram.svg);
	background-size: 1.6rem 1.6rem;
	position: absolute;
	left: 0;
	top: .5rem;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #EBEBEB;
}

.page-footer {
	background: #000;
	border-top: 1px solid #575757;
}
.footer-container {
	padding: 0 6rem;
	max-width: none;
}
.foolter-info-list {
	margin: 0;
	font-size: 1.6rem;
}

.page-footer .top {
	padding: 5rem 0;
}

@media (min-width:992px) {
	.page-footer .top {
		padding: 10rem 0;
	}
}

.page-footer .top .row {
	align-items: center;
}

.page-footer .top .column-1 {
	text-align: center;
	margin-bottom: 2rem;
}

@media (min-width:992px) {
	.page-footer .top .column-1 {
		text-align: left;
		margin-bottom: 0;
	}
}

.page-footer .top .column-2 {
	text-align: center;
	margin-bottom: 4rem;
}

@media (min-width:992px) {
	.page-footer .top .column-2 {
		margin-bottom: 0;
	}
}

.page-footer .top .column-3 {
	text-align: center;
}

@media (min-width:992px) {
	.page-footer .top .column-3 {
		text-align: right;
	}
}

.page-footer .bottom {
	border-top: 1px solid #575757;
	padding: 1.5rem 0;
	color: #A8A8A8;
	font-size: 1.4rem;
}

.page-footer .bottom .container {
	text-align: center;
}

@media (min-width:992px) {
	.page-footer .bottom .container {
		display: flex;
		text-align: left;
	}
}

.page-footer .bottom .copyrights {
	margin: 0 0 0 auto;
}

.menu-footer {
	margin: 0;
}

@media (min-width:992px) {
	.menu-footer {
		margin: 0;
		display: flex;
	}
}

.menu-footer li {
	margin-bottom: 1rem;
}

@media (min-width:992px) {
	.menu-footer li:not(:last-child) {
		margin-right: 4.5rem;
		margin-bottom: 0;
	}
}

.menu-footer a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #A8A8A8;
}

.menu-footer a:hover,
.menu-footer .current-menu-item a {
	color: #EBEBEB;
}

.accordion .item {
	border-top: 1px solid #575757;
}

.accordion .item:last-child {
	border-bottom: 1px solid #575757;
}

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

.accordion .item .opener {
	cursor: pointer;
	font-size: 2.8rem;
	line-height: 4.3rem;
	position: relative;
	margin-bottom: 0;
	font-weight: 400;
	padding: 3rem 0 3rem 7rem;
	font-family: "STIX Two Text";
}

@media (min-width:992px) {
	.accordion .item .opener {
		font-size: 3.6rem;
		line-height: 4.5rem;
		padding: 4rem 0 4rem 13rem;
	}
}

.accordion .item .opener:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3rem;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: var(--red);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (min-width:992px) {
	.accordion .item .opener:before {
		top: 4rem;
	}
}

.accordion .item.open .opener:before {
	left: 1rem;
}

.accordion .item .opener:after {
	content: '';
	width: 2.9rem;
	height: 1.1rem;
	background: url(assets/images/arrow-2.svg);
	background-size: 2.9rem 1.1rem;
	position: absolute;
	top: 3rem;
	left: .5rem;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media (min-width:992px) {
	.accordion .item .opener:after {
		top: 4rem;
	}
}

.accordion .item.open .opener:after {
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	top: 4.5rem;
}

@media (min-width:992px) {
	.accordion .item.open .opener:after {
		top: 5.5rem;
	}
}

.accordion .item .content {
	display: none;
	padding: 0 0 6rem 7rem;
}

@media (min-width:992px) {
	.accordion .item .content {
		display: none;
		padding: 0 0 6rem 13rem;
	}
}

.accordion .item .content *:last-child {
	margin-bottom: 0;
}

.small-accordion .item {
	margin-bottom: 2rem;
}

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

.small-accordion .item .opener {
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 2.2rem;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.small-accordion .item .opener:after {
	content: '';
	width: 1.6rem;
	height: .7rem;
	background: url(assets/images/chevron-1.svg);
	background-size: 1.6rem .8rem;
	display: inline-block;
	margin-left: 1rem;
}

.small-accordion .item.open .opener:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.small-accordion .item .content {
	display: none;
}

.small-accordion .item .content *:last-child {
	margin-bottom: 0;
}

.text-block--font-size-20 p,
.text-block--font-size-20 ul {
	font-size: 1.8rem;
	line-height: 2.8rem;
}

@media (min-width:992px) {

	.text-block--font-size-20 p,
	.text-block--font-size-20 ul {
		font-size: 2rem;
		line-height: 3rem;
	}
}

.text-block--font-size-19 p,
.text-block--font-size-19 ul {
	font-size: 1.9rem;
	line-height: 3rem;
}

.text-block--font-size-17 p,
.text-block--font-size-17 ul {
	font-size: 1.7rem;
	line-height: 2.8rem;
}

.text-block--font-size-16 p,
.text-block--font-size-16 ul {
	font-size: 1.6rem;
	line-height: 3rem;
}

@media (max-width:991px) {

	.text-block br,
	.heading br {
		display: none;
	}
}

.eyebrow {
	font-size: 2rem;
	line-height: 2.6rem;
	font-family: "STIX Two Text";
	font-weight: 400;
	margin-bottom: 2rem;
	letter-spacing: 0.22em
}

@media (min-width:992px) {
	.eyebrow {
		font-size: 2.4rem;
		line-height: 3rem;
	}
}

.eyebrow--color-red {
	color: var(--red);
}

.eyebrow--alt {
	font-size: 2rem;
	line-height: 3.4rem;
	font-family: 'Helvetica Neue';
	font-weight: 700;
}

@media (min-width:992px) {
	.eyebrow--alt {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

.heading--size-1 {
	font-size: 5rem;
}

@media (min-width:992px) {
	.heading--size-1 {
		font-size: 7.5rem;
	}
}

.heading--size-2 {
	font-size: 3.8rem;
}

@media (min-width:992px) {
	.heading--size-2 {
		font-size: 5.2rem;
	}
}

.heading--size-3 {
	font-size: 3.2rem;
}

@media (min-width:992px) {
	.heading--size-3 {
		font-size: 4rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
	color: #EBEBEB;
	margin: 0 0 2rem 0;
	font-weight: 400;
	line-height: normal;
	font-family: "STIX Two Text";
}

h1 {
	font-size: 5rem;
}

@media (min-width:992px) {
	h1 {
		font-size: 7.5rem;
	}
}

h2 {
	font-size: 3.8rem;
}

@media (min-width:992px) {
	h2 {
		font-size: 5.2rem;
	}
}

h3 {
	font-size: 3.8rem;
}

@media (min-width:992px) {
	h3 {
		font-size: 4.2rem;
	}
}

h4 {
	font-size: 2.8rem;
}

@media (min-width:992px) {
	h4 {
		font-size: 3.6rem;
	}
}

h5 {
	font-size: 2.2rem;
}

@media (min-width:992px) {
	h5 {
		font-size: 2.6rem;
	}
}

h6 {
	font-size: 1.8rem;
	line-height: 3.4rem;
	margin-bottom: .5rem;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 2.5rem 0;
	line-height: 3.4rem;
}

p {
	margin: 0 0 2.5rem 0;
	line-height: 3.4rem;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

input:focus,
textarea:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

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

.to-animate,
.animate-block {
	opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}

	.to-animate,
	.animate-block,
	.block-type-13 .gallery img {
		opacity: 1 !important;
		filter: none !important;
		transform: none !important;
	}
}

.cookie-notice-container {
	margin: 0 auto;
	padding: 4.5rem 1.5rem;
}

#cookie-notice .cookie-notice-container,
#cookie-notice .cookie-revoke-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (min-width: 1500px) {
	.cookie-notice-container {
		max-width: 1440px;
	}
}

.cookie-notice-container {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

#cn-notice-text {
	font-size: 2rem;
	font-weight: 300;
	font-family: 'Helvetica Neue', sans-serif;
}

@media (max-width:767px) {
	#cn-notice-text {
		margin-bottom: 3rem;
	}
}

#cn-notice-text .button:after,
#cn-notice-text .button:before {
	display: none;
}

#cn-notice-text span {
	font-size: #E6E6E6;
	font-size: 4.2rem;
	font-family: "STIX Two Text";
	display: block;
	margin-bottom: 3.5rem;
	font-weight: 400;
}

#cn-notice-buttons {
	margin-left: auto;
}

#cookie-notice .cn-button {
	font-size: 1.6rem;
	color: #fff;
	height: 5.2rem;
	display: inline-flex;
	align-items: center;
	padding-right: 8rem;
	background: none;
	border: none;
	position: relative;
	z-index: 20;
	margin-left: 3rem;
	background: url(assets/images/dot-arrow.svg) calc(100% - .8rem) center no-repeat;
}

#quickNoteBlock .icon {
	margin-bottom: 2rem;
}

#quickNoteBlock .heading {
	font-size: 3.5rem;
	margin-bottom: 2rem;
}

.checkboxes-list-form>p>label {
	margin-bottom: 1rem;
}

.checkboxes-list-form .wpcf7-list-item {
	display: inline-block;
	margin: 0 2rem 1rem 0;
}

.checkboxes-list-form .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 2rem;
	font-weight: 200;
	color: #909090;
}

.checkboxes-list-form  .wpcf7-checkbox label {
	position: relative;
	cursor: pointer;
}

.checkboxes-list-form  .wpcf7-checkbox input[type=checkbox] {
	position: absolute;
	visibility: hidden;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
}

.checkboxes-list-form  .wpcf7-checkbox input[type=checkbox]+span {
	/* border: 3px solid red; */
}

.checkboxes-list-form  .wpcf7-checkbox input[type=checkbox]+span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 3px;
	height: 23px;
	width: 23px;
	top: 4px;
	left: 0px;
	border: 1px solid #909090;
}

.checkboxes-list-form  .wpcf7-checkbox input[type=checkbox]+span:after {
	display: block;
	position: absolute;
	content: "\2713";
	color: #aab4ff;
	height: 25px;
	width: 25px;
	top: 0;
	left: 0;
	visibility: hidden;
	font-size: 24px;
	text-align: center;
	line-height: 25px;
}

.checkboxes-list-form  .wpcf7-checkbox input[type=checkbox]:checked+span:before {
	background: transparent;
}

.checkboxes-list-form  .wpcf7-checkbox input[type=checkbox]:checked+span:after {
	visibility: visible;
}

.checkboxes-list-form  .wpcf7-list-item-label {
	margin-left: 30px;
	display: inline-block;
}

.wpsl-info-window {
	color: #000!important;
}
.wpsl-info-window p {
	line-height: 2rem!important;
}

.row-centered-locations {
	justify-content: center;
}

.modal-content-strains{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	margin:0 auto;
	background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(6px);
    z-index: 99999;;
	.drop{}
	.content{
		@media(max-width:768px){
			text-align: center;
		}
padding: 92px 85px;
        /* background: #0C0C0C;
		 */
		 background: black;;
        border: 1px solid white;
        border-radius: 35px;
        max-width: 1180px;
        width: 90%;
        margin: 0 auto;
        position: static;
        margin-top: 5vh;
		max-height: 90vh;
		@media(max-width:768px){
			padding: 20px;
			margin-top: 2vh;
		overflow-y: auto;

		}
		.title{
			text-transform: uppercase;
			margin-bottom: 30px;
			font-family: "Helvetica Neue";
			font-weight: 700;
			font-size: 25px;
			letter-spacing: 3px;
		}
		.title-strain{
			font-family: "STIX Two Text";
			font-size: 52px;
			margin-bottom: 50px;
			font-weight: 400;
			color:#EBEBEB;
		}
		.list{
			.listwrapper{
				display: flex;
				justify-content: space-between;
				padding-bottom: 15px;
				@media(max-width:768px){
					flex-direction: column;
				}
				.left{
					margin-bottom: 0!important;
					line-height: 20px;
					width: 30%;
					font-size: 16px;
					font-family: "Helvetica Neue";
					@media(max-width:768px){
						width: 100%;
					}
				}
				.right{
					p{
						margin: 0;
					}
					margin-bottom: 0;
					width: 60%;
					font-family: "Helvetica Neue";
					font-weight: 300;
					font-size: 20px;
					line-height: 22px;

					@media(max-width:768px){
						width: 100%;
					}
				}
			}
		}
		.wrapp-button{
			display: flex;
			justify-content: center;
.button.close{
			margin:0 auto;
			cursor: pointer;
		}
		}
		
		.row{
			display: flex;
			justify-content: space-between;
			.list{
				width: 70%;
				@media(max-width: 768px){
					width: 100%;
				}
			}
			.strain__content--modal__photo{
				@media(min-width:992px){
					position: relative;
					img{
						margin-top: -30%;
					}
				}
				width: 30%;
				@media(max-width: 768px){
										width: 100%;
										order:-1;
										margin-bottom: 20px;
				}
				img{
					width: 100%;
					height: auto;
					@media(max-width: 768px){
					max-height: 200px;
					object-fit: contain;
				}
				}
			}
		}
	}
}



.footer-wrapper{
	.menu-footer-wr{
		li{
			margin:0;
			margin-right: 10px;
			font-size: 14px;
		}
		@media(min-width: 992px){
			width:33%
		}
	}
	.copyrights-wrapper{
		@media(min-width: 992px){
			width:33%;
			text-align: center;
		}
	}
	.createdby{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		svg{
			margin-left: 10px;
			margin-top: 3px;
		}
		p{
			margin:0;
		}
		a {
			svg > * {
				transition: .2s all ease-in-out;
			}
			&:hover svg > * {
				fill: #aab4ff;
			}
		}
		@media(max-width: 992px){
			justify-content: center;
		}
		@media(min-width: 992px){
			width:33%;
		}
	}
}

.createdby .creaviso-logo {
	display: block;
	width: 73px;
	height: auto;
	margin-left: 10px;
	margin-top: 3px;
}

.cms-window-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  transition: .4s all ease-in-out;
  overflow: hidden;
  backdrop-filter: blur(8px);
}
.cms-window-open {
  opacity: 1;
  overflow: auto;
}
.cms-window {
  width: 90rem;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, .75);
  position: fixed;
  z-index: 21000;
  max-width: 100%;
  border-radius: 2.8rem;
}
.cms-window-small .cms-window {
  width: 415px;
}
.cms-window-big .cms-window {
  width: 1011px;
}
.cms-window-full .cms-window {
  width: calc(100% - 200px);
}
.cms-window-modal {
  top: 50px;
  position: relative;
  margin: 0 auto 200px;
  transition: .4s all ease-in-out;
  z-index: 1;
}
.cms-window-open .cms-window-modal {
  top: 100px;
}
.cms-window-title-block {
  background: #7A7A7A;
  position: relative;
  z-index: 3;
}
.cms-window-title {
  margin: 0 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.cms-window-close {
  width: 5rem;
  height: 5rem;
  float: right;
  position: absolute;
  z-index: 2;
  right: .8rem;
  top: .8rem;
  cursor: pointer;
}
.cms-window-close:before {
  content: '';
  background: #ffffff;
  height: 1px;
  width: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: .2s all ease-in-out;
}
.cms-window-close:after {
  content: '';
  background: #ffffff;
  height: 1px;
  width: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .2s all ease-in-out;
}
.cms-window-close:hover:before,
.cms-window-close:hover:after {
  background: #567981;
}
.cms-window-buttons {
  background: #D9D7D8;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
.cms-window-button {
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #000;
  position: relative;
  transition: .2s all ease-in-out;
}
.cms-window-button:hover {
  background: #113251;
  color: #FFF;
}
.cms-window-button-add {
  padding-left: 40px;
}
.cms-window-button-add:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #113251 url(/Images/CMS/Icons/Plus.svg) no-repeat center;
  left: 0;
  top: 0;
  background-size: 14px;
  transition: .2s all ease-in-out;
}
.cms-window-button-add:hover:before {
  background-color: #000;
}
.cms-window-content {
  background: #000000;
  position: relative;
  z-index: 2;
  padding: 4.4rem;
  border-radius: 3.5rem;
  border: 1px solid #FFF;
}
.cms-window-content:after {
  content: '';
  clear: both;
  display: block;
}
.cms-window-big .cms-window-content {
  background: #0C0C0C url(assets/images/bg-contact2.jpg) no-repeat right;
  background-size: 50rem;
  padding-right: 50rem;
  overflow: hidden;
}
.cms-window-loader {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6) url(/Images/CMS/Loader.svg) no-repeat center;
  opacity: 0;
  transition: .2s opacity ease-in-out, 0s z-index linear .2s;
}
.cms-window-loader-show {
  z-index: 3;
  opacity: 1;
  transition: .2s opacity ease-in-out, 0s z-index linear;
}

.fsocials-block {}
.fsocials {
  display: flex;
  gap: 1.7rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.fsocial-link-box {
  width: calc(50% - 2.5rem);
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 2.5rem);
}
.fsocial-link {
  color: #FFF;
  position: relative;
  display: block;
  padding: .6rem 0 .6rem 6.8rem;
  line-height: 4rem;
  text-align: left;
  transition: .2s all ease-in-out;
}
.fsocial-link > span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: inline-block;
}
.fsocial-link:before {
  content: '';
  width: 5.2rem;
  height: 5.2rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .8rem;
  background: #191919 none no-repeat center;
  background-size: 50% 50%;
}
.fsocial-link-facebook:before {
  background-image: url(assets/images/icon-facebook.svg);
}
.fsocial-link-youtube:before {
  background-image: url(assets/images/icon-youtube.svg);
}
.fsocial-link-instagram:before {
  background-image: url(assets/images/icon-instagram.svg);
}

@media (max-width: 1550px) {
  .fsocial-link > span {
    font-size: 1.4rem;
  }
}

@media (max-width: 1400px) {
  .fsocial-link {
    padding: .6rem 0 .6rem 6.8rem;
    line-height: 4rem;
  }
  .fsocial-link:before {
    width: 5.2rem;
    height: 5.2rem;
  }
}

@media (max-width: 991px) {
  .fsocials-block {
    margin-bottom: 4rem;
  }
  .fsocial-link-box {
    width: auto;
    flex-basis: auto;
  }
  .fsocials {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

/* Block: infinite gallery */

.infinite_gallery-block {
  padding: 5rem 0 7rem;
  min-height: 5rem;
  background: #0A0A0D;
}
.infinite_gallery-small {
  padding: 1.8rem 0;
  margin: 0 1.2rem;
  border-radius: 1.6rem;
}
.infinite_gallery-big {
  padding: 8rem 0;
}
.infinite_gallery-title-box {
  margin-bottom: 3.6rem;
  position: relative;
  z-index: 2;
}
.infinite_gallery-big .infinite_gallery-title-box {
  margin-bottom: 3.6rem;
}
.infinite_gallery-title {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Rothe";
  letter-spacing: 10px;
}
.infinite_gallery {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.infinite_gallery-child {
  padding: 0 5rem;
  line-height: 7rem;
}
.infinite_gallery-image {
  max-height: 7rem;
  max-width: 14.3rem;
}

@media screen and (max-width: 991px) {
  .infinite_gallery-block {
    min-height: 3rem;
    padding: 2.8rem 0;
  }
  .infinite_gallery-big {}
  .infinite_gallery-title-box {
    margin-bottom: 2rem;
  }
  .infinite_gallery-title {
    font-size: 2.8rem;
  }
  .infinite_gallery {}
  .infinite_gallery-child {
    padding: 0 1.6rem;
  }
  .infinite_gallery-image {
    height: 3rem;
  }
}

/* Block: type 21 */

.experience-link {
  display: block;
  text-decoration: none !important;
}
.experience-content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 3.5rem;
}
.experience-icon-box {
  width: 8.6vw;
  height: 8.6vw;
  line-height: 8.6vw;
  text-align: center;
  flex-basis: 8.6vw;
  flex-grow: 0;
  flex-shrink: 0;
}
.experience-icon {
  width: 70%;
  height: 70%;
}
.experience-info-block {
  width: 100%;
}
.experience-title {
  font-family: "STIX Two Text";
  font-weight: 700;
  font-size: 5rem;
  margin: 0;
}
.experience-subtitle {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 3rem;
}
.experience-info {
  color: #FFF;
  font-size: 2rem;
  line-height: 3rem;
}

.experience {
	position: relative;
	width: 60%;
	left: -14%;
}
.experience:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.experience-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.experience-circles:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #656565;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
}
.experience-circles:after {
	content: '';
	width: 84%;
	height: 84%;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #FFF;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}
.experience-video {
  width: 70.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.experience-video:before {
	content: '';
	position: absolute;
	background: radial-gradient(circle,rgba(164, 214, 229, 1) 0%, rgba(164, 214, 229, 0) 50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: -20%;
	right: -18%;
}
.experience-video:after {
	content: '';
	position: absolute;
	background: radial-gradient(circle,rgba(164, 214, 229, 1) 0%, rgba(164, 214, 229, 0) 50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	bottom: -23%;
	left: -15%;
}
.experience-video .video-wrapper {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
}
.experience-video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	min-height: auto;
	min-width: auto;
}
.experience-navigation-box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.experience-navigation {
  margin: 0 !important;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.experience-navigation > li {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  width: 100%;
  left: 0;
  top: 0;
  transform-origin: left;
}
.experience-navigation > li:nth-child(1) {
	transform: rotate(-40deg);
}
.experience-navigation > li:nth-child(2) {
	transform: rotate(-20deg);
}
.experience-navigation > li:nth-child(3) {}
.experience-navigation > li:nth-child(4) {
	transform: rotate(20deg);
}
.experience-navigation > li:nth-child(5) {
	transform: rotate(40deg);
}
.experience-navigation > li:before {
	display: none;
}
.experience-navigation > li > a,
.experience-navigation > li > button {
  display: block;
	cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
  border-radius: 50%;
  transition: .4s all ease-in-out;
  padding: 0;
  border: 0;
  background: none;
}
.experience-navigation > li > a:hover,
.experience-navigation > li > a.active,
.experience-navigation > li > button:hover,
.experience-navigation > li > button.active {
  box-shadow: 0 0 2rem 0 rgba(255, 255, 255, .5);
}
.experience-navigation > li:nth-child(1) > a,
.experience-navigation > li:nth-child(1) > button {
	transform: translate(50%, -50%) rotate(40deg);
}
.experience-navigation > li:nth-child(2) > a,
.experience-navigation > li:nth-child(2) > button {
	transform: translate(50%, -50%) rotate(20deg);
}
.experience-navigation > li:nth-child(3) > a,
.experience-navigation > li:nth-child(3) > button {}
.experience-navigation > li:nth-child(4) > a,
.experience-navigation > li:nth-child(4) > button {
	transform: translate(50%, -50%) rotate(-20deg);
}
.experience-navigation > li:nth-child(5) > a,
.experience-navigation > li:nth-child(5) > button {
	transform: translate(50%, -50%) rotate(-40deg);
}
.experience-navigation-image {
  width: 7rem;
  height: 7rem;
}

@media screen and (max-width: 991px) {
  .experience-link {}
  .experience-content {}
  .experience-icon-box {
    display: none;
  }
  .experience-icon {}
  .experience-info-block {}
  .experience-title {}
  .experience-subtitle {}
  .experience-info {}

  .experience {
    left: 0;
    width: 100%;
  }
  .experience:before,
  .experience:after {
	  display: none;
  }
  .experience-circles {
    height: auto;
    position: relative;
  }
  .experience-circles:before,
  .experience-circles:after {
	  display: none;
  }
	.experience-video {
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
	.experience-video:before,
	.experience-video:after {
		display: none;
	}
  .experience-navigation-box {
    height: auto;
  }
  .experience-navigation {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .experience-navigation > li {
    position: relative !important;
    width: auto !important;
    transform: none !important;
  }
  .experience-navigation > li > a,
  .experience-navigation > li > button {
    transform: none !important;
    position: relative;
    width: 6rem;
  }
  .experience-navigation-image {
    width: 6rem;
    height: 6rem;
  }
  .block-type-21 .content-block-type-21 {
    position: relative !important;
    top: 0 !important;
    transform: none !important;
  }
}

/* Block: type 22 - Dispensaries */

.bshop {}
.bshop-header {
  margin-bottom: 3rem;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.bshop-address {
  padding-left: 4rem;
  position: relative;
  width: 50%;
  font-size: 1.7rem;
  cursor: pointer;
}
.bshop-address:before {
	content: '';
	width: 1.7rem;
	height: 2.6rem;
	position: absolute;
	display: block;
	background: url(assets/images/icon-address.svg) no-repeat center / contain;
	top: 0;
	left: 0;
}
.bshop-phone-box {
  width: 50%;
}
.bshop-phone {
  padding-left: 4rem;
  position: relative;
  color: #FFF !important;
  text-decoration: none !important;
	transition: .2s all ease-in-out;
}
.bshop-phone:hover {
	color: var(--red) !important;
}
.bshop-phone:before {
	content: '';
	width: 1.9rem;
	height: 2rem;
	position: absolute;
	display: block;
	background: url(assets/images/icon-phone.svg) no-repeat center / contain;
	top: .4rem;
	left: 0;
}
.bshop-content {}
.bshop-content:after {
	content: '';
	clear: both;
	display: block;
}
.bshop-delivery {
  float: right;
  padding-right: 2rem;
}
.bshop-delivery-box {
  margin-bottom: .6rem;
}
.bshop-delivery-link {}
.bshop-delivery-info {
  color: #909090;
}
.bshop-hours {
  padding-right: 2rem;
  overflow: hidden;
  max-width: 40rem;
}
.bshop-hours-button-box {}
.bshop-hours-button {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  color: #FFF;
  border: none;
  background: none;
}
.bshop-hours-button > span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.bshop-hours-button > span:after {
  content: '';
  width: .9rem;
  height: .6rem;
  background: url(assets/images/menu-arrow-white.svg) no-repeat center / contain;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%) rotate(0deg);
  right: -2rem;
	transition: .2s all ease-in-out;
}
.bshop-hours.open .bshop-hours-button > span:after {
	transform: translate(0, -50%) rotate(-180deg);
}
.bshop-hours-box {
    overflow: hidden;
	max-height: 0;
}
.bshop-hours.open .bshop-hours-box {
	max-height: none;
}
.bshop-hours-list {}
.bshop-hours-list > li {
  display: flex !important;
  border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
  margin: 0 !important;
  padding: .6rem 1rem !important;
  justify-content: space-between;
}
.bshop-hours-label {
	color: #909090;
	font-size: 1.7rem;
}
.bshop-hours-value {}

@media screen and (max-width: 991px) {
  .bshop {}
  .bshop-header {
    display: block;
  }
  .bshop-address {
    width: 100%;
    margin-bottom: 1rem;
  }
  .bshop-phone-box {
    width: 100%;
  }
  .bshop-phone {}
  .bshop-content {}
  .bshop-delivery {
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .bshop-delivery-box {}
  .bshop-delivery-link {}
  .bshop-delivery-info {}
  .bshop-hours {
    padding: 0;
  }
  .bshop-hours-button-box {}
  .bshop-hours-button {}
  .bshop-hours-box {}
  .bshop-hours-list {}
  .bshop-hours-list > li {
    gap: 2rem;
    justify-content: center;
  }
  .bshop-hours-label {}
  .bshop-hours-value {}
}

/* Single product */

.single_product-add-block {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8rem;
  margin-top: 4rem;
}
.single_product-add {}
.single_product-add:after {
	content: '';
	clear: both;
	display: block;
}
.single-product .single_product-add .single_add_to_cart_button {
	float: none !important;
	margin: 0 !important;
}
.single_product-quantity {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.single_product-quantity-title {
  font-size: 1.8rem;
}
.single-product .price bdi {
  line-height: normal !important;
  color: #AAB4FF !important;
}
.single-product .price {
  display: block !important;
}
.single-product .custom-price {
  display: none;
}
.woocommerce div.product p.stock {
  color: #FFC8A0;
  font-family: "STIX Two Math";
  font-size: 2.4rem;
}
.single-product .summary > .price {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .single_product-add-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .single_product-add {}
  .single_product-quantity {}
  .single_product-quantity-title {}
}
