/*
Theme Name: Bass
Theme URI: https://woocommerce.com/products/bass/
Description: Responsive WooCommerce theme.
Author: Viva Themes
Author URI: https://vivathemes.com
License: GNU GPLv3 or later
License URI: https://www.gnu.org/licenses/license-list.html#GNUGPLv3
Version: 1.0.1
Requires PHP: 5.6
Tested up to: 5.9
Tags: two-columns, full-width-template, right-sidebar, custom-background, custom-header, custom-colors, custom-logo, custom-menu, translation-ready, featured-images, threaded-comments, blog, entertainment
Text Domain: bass
Domain Path: /languages/
Woo: 18734000229477:54836bbf6a41b42884978f2ca3925cc8

Bass Theme, (C) Viva Themes

*/

html {
	margin:0 !important;
	padding:0 !important;
}

body {
	height:100%;
	min-height: 100%;
	margin:0 !important;
	padding:0 !important;
	background: #fff;
	color: #333;
	font-family: 'Outfit', arial, helvetica, tahoma, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 185%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

h1 {
	font-size: 44px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	font-weight: 500;
	line-height: 120%;
}

h2 {
	color: #000;
	margin:0;
	padding:0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 38px;
	font-weight: 500;
	line-height: 120%;
}

h3 {
	color: #000;
	margin:0;
	padding:0;
	margin-top: 40px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 28px;
	font-weight: 500;
	line-height: 120%;
}

h4 {
	color: #000;
	margin:0;
	padding:0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 26px;
	font-weight: 500;
	line-height: 120%;
}

h5 {
	color: #000;
	margin:0;
	padding:0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 22px;
	font-weight: 500;
	line-height: 120%;
}

p {
	margin-top: 10px;
	max-width: 920px;
}
img {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
code {
	font-family:"Courier New", Courier, monospace;
}

input, button {
	font-family: 'Outfit', arial, helvetica, tahoma, sans-serif;
}
/* links */

a {
	color: #000;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
}

/* container */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f7f7f7;
	border-radius: 4px;
	border: solid 1px #d3ced2;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #000;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#container {
	width: 100%;
	float: left;
	clear: left;
	position: relative;
	overflow: hidden;
	transition: all .3s ease;
}

#wrapper {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	margin-top: 210px;
}

.home.page #wrapper {
	margin-top: 0;
	margin-bottom: -50px;
}

.innerwrapper {
	max-width: 1420px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  position: relative;
}

/* header */

#header {
	width: 100%;
	margin: 0;
	left: 0;
	top: 0;
	float: left;
	clear: left;
	position: absolute;
	z-index: 111;
	height: 180px;
}

.home #header {
	height: auto;
}

#headersvg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: -90px;
	transform: scale(1, -1);
	fill: #000;
}

@media screen and (min-width: 1900px) {
	#headersvg {
		top: -140px;
	}
}

@media screen and (max-width: 1300px) {
	#headersvg {
		top: -70px;
	}
}

@media screen and (max-width: 1050px) {
	#headersvg {
		top: -50px;
	}
}

@media screen and (max-width: 905px) {
	#headersvg {
		top: 0px;
	}
}

@media screen and (max-width: 670px) {
	#headersvg {
		display: none;
	}

	#header {
		background: #000;
	}

	.home #header {
		background: none;
		border-bottom: none;
	}
}

.home.page #headersvg {
	display: none;
}

#logo {
	width: 20%;
	float:left;
	text-align: center;
	margin-top: 12px;
	position: relative;
}

#logo a img {
	margin-bottom: 10px;
}

#logo a {
	color: #fff;
	text-decoration: none;
}

h1.site-title {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0;
	margin-bottom: 5px;
	font-weight: 600;
	margin-top: 12px;
	clear: left;
}

h2.site-description {
	font-size: 16px!important;
	font-weight: 300;
	text-transform: none;
	margin: 0;
	margin-bottom: 5px;
	color: #fff;
	line-height: 120%;
	clear: left;
}

/* search */

#searchform {
	padding:0;
	margin:0;
	float: left;
	width: 170px;
	margin-top: 10px;
	margin-right: 8px;
}
#searchform input#s {
	margin:0;
	padding:2px;
	width: 157px;
	padding-left: 3px;
	background: none;
	border: solid 1px #d3ced2;
	height:20px;
	font-size:11px;
	padding-top:2px;
	color: #000;
}
#searchform input#searchsubmit {
	display: none;
}

/* Main Menu */

#mainmenu {
	width: 35%;
	float: left;
	margin-left: 5%;
	margin-top: 24px;
	*width: 916px; /* IE7 only hack */
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
	z-index: 999;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	margin-top: 5px;
	left: -20px;
	z-index: 99;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
	margin-left: 30px;
}

.sf-menu {
    float: left;
    position: relative;
}
.sf-menu ul li {
    left: 0%;
		margin-right: 0;
		width: 100%;
}

.sf-menu li {
		padding: 0;
		margin-right: 60px;
}

.sf-menu ul li.menu-item-has-children::after,
.sf-menu li.menu-item-has-children::after {
	content:'';
	width: 5px;
	height: 5px;
	display: block;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	z-index: 999;
	right: -11px;
	bottom: 14px;
	transform: rotate(45deg);
	transition: all 0.3s;
}

.sf-menu li.menu-item-has-children:hover::after {
	transform: rotate(-135deg);
	bottom: 12px;
}

.sf-menu li ul li.menu-item-has-children::after {
	transform: rotate(-45deg);
	right: -10px;
	bottom: 12px;
	border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}

.sf-menu li ul li.menu-item-has-children:hover::after {
	transform: rotate(135deg);
	bottom: 12px;
}

/*** Menu Styling ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 0px 8px 15px rgba(0,0,0,.2);
	min-width: 7em; /* allow long menu items to determine submenu width */
	*width: 7em; /* no auto sub width for IE7, see white-space comment below */
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	background: #f7f7f7;
	z-index: 999;
	border-radius: 4px;
	padding-right: 40px;
}

.sf-menu a {
	padding: 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
	font-size: 20px;
	text-transform: none;
	font-weight: 400;
	position: relative;
	color: #fff;
}

.sf-menu a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 8px;
  height: 6px;
  background-color: #CC0033;
  width: 0;
	z-index: -1;
  margin: 0 auto;
  transition: all .3s ease;
	transform: skew(-20deg, 0deg);
}

.sf-menu li.current-menu-item a:after,
.sf-menu a:hover:after {
	width: 114%;
	left: -7%;
}

.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
	padding-top: 10px;
	width: 100%;
	padding-bottom: 0;
	color: #000;
	font-size: 15px;
	text-transform: none;
	line-height: 200%;
	font-weight: 400;
}

.sf-menu ul li.current-menu-item a,
.sf-menu ul li a:hover,
.sf-menu ul ul li a:hover {
	color: #cc0033;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu ul li a::after {
	display: none;
}


.rightheader {
	width: 40%;
	float: right;
	margin: 0;
	padding: 0;
}

.menu-button {
	display: block;
	float: right;
	z-index: 999;
	width: 70px;
	height: 70px;
	background-color: #cc0033;
	box-sizing: border-box;
	padding: 0;
	font-size: 24px;
	cursor: pointer;
	clear: none;
	border: none;
	text-align: center;
	transition: all .3s ease;
	position: relative;
}

.menu-button:hover {
}

.menu-button span.bar3 {
	display: block;
	width: 36px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 17px;
	top: 34px;
}

.menu-opened .menu-button span.bar3 {
	display: none;
}

.menu-button::before {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 17px;
	top: 24px;
	transition: all .3s ease;
}

.menu-button::after {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 17px;
	top: 44px;
	transition: all .3s ease;
}

.menu-button:hover::before,
.menu-button:hover::after {
	width: 36px;
}


.menu-opened .menu-button::before {
	-webkit-transform: rotate(-45deg) translate(-2px, 3px) ;
	transform: rotate(-45deg) translate(-2px, 3px) ;
	top: 30px;
	width: 36px;
}

.menu-opened .menu-button::after{
	-webkit-transform: rotate(45deg) translate(0px, -2px) ;
	transform: rotate(45deg) translate(0px, -2px) ;
	bottom: 32px;
	width: 36px;
	top: auto;
}

.menu-opened #container {
	margin-top: 80px;
	margin-left: -270px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,.2);
}

.menu-opened .menu-button,
.menu-opened #container a {
	pointer-events: none;
}

.rightpanel {
	position:fixed;
	top:0;
	right: 0;
	margin-right: -270px;
	margin-top: -32px;
	height: 100%;
	width: 270px;
	overflow-y: auto;
	background: #fff;
	visibility: hidden;
	transition: all .3s ease;
}

.toppanel {
	position:fixed;
	top:0;
	left: 0;
	height: 80px;
	width: 100%;
	background: #fff;
	visibility: hidden;
	transition: all .3s ease;
}

.admin-bar .rightpanel,
.admin-bar .toppanel {
	top: 32px;
}

.toppanel .search-field::before,
.toppanel #searchform::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	vertical-align: middle;
	content: "\f400";
	color: #ccc;
	text-align: center;
	margin-top: 0;
	position: absolute;
	right: 10px;
	top: 14px;
	width: 32px;
	height: 32px;
}

.toppanel .woocommerce-product-search,
.toppanel #searchform {
	width: 360px;
	margin-left: 5%;
	float: left;
	position: relative;
}

.toppanel .woocommerce-product-search button {
	display: none;
}

.toppanel .search-field,
.toppanel #searchform input#s {
	width: 100%;
	padding-left: 10px;
	box-sizing: border-box;
	height: 44px;
	border-radius: 4px;
	font-size: 18px;
	border: solid 1px #d3ced2;
	margin-top: 8px;
	color: #000;
	position: relative;
}

.toppanel .search-field {
	margin-top: 18px;
}

.panel-form #searchform label.screen-reader-text {
	display: block;
	width: auto;
  height: auto;
  color: #000!important;
	position: relative!important;
	clip-path: none;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 24px;
}

body.menu-opened {
	overflow: hidden;
}

.menu-opened .toppanel {
	margin-top: 0;
	margin-right: 0;
	visibility: visible;
}

.menu-opened .rightpanel {
	margin-top: 0;
	margin-right: 0;
	visibility: visible;
}

#woomenu {
	width: auto;
	float: right;
	height: 70px;
	margin-top: 0;
	position: relative;
	z-index: 999;
	text-align: right;
}

#woomenu a {
	float: right;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-left: 0;
	display: inline-block;
	text-align: center;
	position: relative;
	background: #fff;

}

#woomenu a:hover {
	box-shadow: 0px 8px 15px rgba(0,0,0,.1);
}

#woomenu a .cart-count {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 12px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	line-height: 19px;
	background: #333;
	font-weight: 500;
	color: #fff;
	z-index: 3;
}

#woomenu a:hover {
	opacity: .8;
}

#woomenu a.account-icon {
	background: none;
}

#woomenu .svg-icon {
  width: 28px;
  height: 28px;
	margin-top: 20px;
}

#woomenu .svg-icon path,
#woomenu .svg-icon polygon,
#woomenu .svg-icon rect {
  fill: #999;
}

#woomenu a.account-icon .svg-icon path {
	fill: #fff;
}

.cart-contents:hover {text-decoration: none; }

/* Social Media Menu */

#menu-social .screen-reader-text {
	position: absolute;
	top:      -9999em;
	left:     -9999em;
}

#menu-social {
	margin: 0;
	width: auto;
	margin-right: 270px;
	float: right;
}

#menu-social ul {
	list-style: none;
	margin:  0;
	text-align: right;
	font-size: 0;
	position: relative;
	border-right: solid 1px #d3ced2;
	height: 80px;
}

#menu-social ul li {
	display:  inline-block;
	position: relative;
	margin: 0;
}

#menu-social ul li a {
	display:  inline-block;
	height: 80px;
	width: 69px;
	border-left: solid 1px #d3ced2;
	-webkit-transition: all .3s ease;
  	-moz-transition:    all .3s ease;
  	-ms-transition:     all .3s ease;
  	-o-transition:      all .3s ease;
	text-align: center;
	background: none;
	margin-left: 0;
}

#menu-social ul li a:hover {
	text-decoration: none;
}

#menu-social li a::before {
	content:        '\f408';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 80px;
	color: #000;
	opacity: .7;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

#menu-social ul li a:hover::before {
	opacity: .4;
}

#menu-social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.com"]::before {
	content: '\f205';
}

#menu-social li a[href*="facebook.com"]::before {
	content: '\f204';
}

#menu-social li a[href*="twitter.com"]::before {
	content: '\f202';
}

#menu-social li a[href*="dribbble.com"]::before {
	content: '\f201';
}

#menu-social li a[href*="plus.google.com"]::before {
	content: '\f218';
}

#menu-social li a[href*="pinterest.com"]::before {
	content: '\f209';
}

#menu-social li a[href*="github.com"]::before {
	content: '\f200';
}

#menu-social li a[href*="tumblr.com"]::before {
	content: '\f214';
}

#menu-social li a[href*="youtube.com"]::before {
	content: '\f213';
}

#menu-social li a[href*="flickr.com"]::before {
	content: '\f211';
}

#menu-social li a[href*="vimeo.com"]::before {
	content: '\f212';
}

#menu-social li a[href*="instagram.com"]::before {
	content: '\f215';
}

#menu-social li a[href*="codepen.io"]::before {
	content: '\f216';
}

#menu-social li a[href*="linkedin.com"]::before {
	content: '\f207';
}

#menu-social li a[href*="foursquare.com"]::before {
	content: '\f226';
}

#menu-social li a[href*="reddit.com"]::before {
	content: '\f222';
}

#menu-social li a[href*="digg.com"]::before {
	content: '\f221';
}

#menu-social li a[href*="getpocket.com"]::before {
	content: '\f224';
}

#menu-social li a[href*="path.com"]::before {
	content: '\f219';
}

#menu-social li a[href*="stumbleupon.com"]::before {
	content: '\f223';
}

#menu-social li a[href*="spotify.com"]::before {
	content: '\f515';
}

#menu-social li a[href*="twitch.tv"]::before {
	content: '\f516';
}

#menu-social li a[href*="dropbox.com"]::before {
	content: '\f225';
}

#menu-social li a[href*="/feed.com"]::before {
	content: '\f413';
}

#menu-social li a[href*="skype"]::before {
	content: '\f220';
}

#menu-social li a[href*="mailto"]::before {
	content: '\f410';
}



/* Main Menu */

#mobilemenu {
	display: none;
}

.mmenu {
  display: block;
  font-size: 14px;
  width: 100%;
  float: left;
  clear: left;
	margin-top: 80px;
	position: relative;
	border-top: solid 1px #d3ced2;
}

.mmenu ul {
  list-style: none;
  padding: 0;
  text-align: left;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
	display: block;
}


.mmenu ul li {
  float: left;
  *display: inline;
  zoom: 1;
  position: relative;
	border-bottom: solid 1px #d3ced2;
}

.mmenu ul li span.arrow {

}

.mmenu ul li a {
  display: block;
  color: #000;
  padding: 14px 20px;
  text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	text-transform: none;
}

.mmenu ul li ul {
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
  left: 0;
  width: 160px;
  margin-bottom: 0;
}

.mmenu ul li ul li {
	border-bottom: none;
}

.mmenu ul li ul li a {
  display: block;
  padding: 14px 20px;
	opacity: .7;
}

.mmenu ul li ul li a:hover {
  opacity: .7;
}

.mmenu ul li.current-menu-item a,
.mmenu ul li:hover a {
  opacity: .7;
	border: none;
}

.mmenu ul li:hover a:hover {
 	opacity: .7;
}

.mmenu ul li:hover ul {
  	display: block;
}

.mmenu ul li:hover ul a {
  	opacity: .7;
}

.mmenu ul li:hover ul a:hover {
  	opacity: .7;
}

.mmenu.mobile {
  	width: 100%;
}

.mmenu.mobile ul li {
  	width: 100%;
  	float: none;
}

.mmenu.mobile ul li span.arrow {
	display: block;
  position: absolute;
  width: 20px;
  color: #333;
  text-align: center;
  z-index: 5;
  cursor: pointer;
  display: block;
  top: 18px;
  font-size: 16px;
  margin: 0;
  right: 10px;
  left: auto;
  padding: 0;
	border: none;
	background: #eaeaea;
	border-radius: 2px;
	transition: all .3s ease;
	height: 20px;
}

.mmenu.mobile ul li span.arrow button.genericon::before {
	line-height: 20px;
}

.mmenu.mobile ul li span.arrow:hover {
  	background: #ccc;

}

.mmenu.mobile ul li span.arrow button.genericon {
	border: none;
	width: 100%;
	background: none;
	padding: 0;
	cursor: pointer;
	transition: all .3s ease;
}

.mmenu.mobile ul li span.arrow.arrow-rotate button.genericon {
 	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
		transition: all .3s ease;
}

.mmenu.mobile ul li ul {
  	position: static;
  	width: 100%;
	display: none;
}

.mmenu.mobile ul li ul li {
  	width: 100%;
}

.mmenu.mobile ul li:hover a {
  	border: none;
}

.mmenu.mobile ul li:hover a:hover {
}

.mmenu.mobile ul li:hover ul {
  	display: none;
}

.mmenu.mobile ul li:hover ul a {
}

.mmenu.mobile ul li:hover ul a:hover {
}

/* Top Section */

.headerimage {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.headerimage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#topsection {
	width: 100%;
	float: left;
	min-height: 760px;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background: #000;
}


#topwidget {
	width: 100%;
	float: left;
	position: relative;
	z-index: 9;
  margin-top: 300px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	opacity: 0;
}

#topwidget h2,
#topwidget h1 {
	font-size: 70px;
	color: #fff;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 900;
}

.topbuttons {
	width: auto;
	display: inline-block;
	clear: both;
	margin-top: 20px;
}

.topbuttons a.btn {
	color: #fff;
	background-color: #cc0033;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 18px 40px;
	line-height: 180%;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}

#playAudio {
	display:  inline-block;
	width: 76px;
	height: 76px;
	box-sizing: border-box;
	border: solid 3px rgba(255,255,255,1);
	-webkit-transition: all .3s ease;
  	-moz-transition:    all .3s ease;
  	-ms-transition:     all .3s ease;
  	-o-transition:      all .3s ease;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background: none;
	cursor: pointer;
	margin-top: 0;
	float: left;
}


#playAudio::before {
	content: '';
	display: inline-block;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 32px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 16px 0 16px 26px;
	margin-top: 3px;
	margin-left: 7px;
}

#playAudio.is-playing::before {
  border-style: double;
	height: 26px;
  border-width: 0px 0 0px 20px;
	margin-left: 0;
}

#playAudio:hover,
.topbuttons a.btn:hover {
	opacity: .7;
}

/* Post query block */

.wp-block-query ul.is-flex-container {
	gap: 80px;
	box-sizing: border-box;
	flex-wrap: nowrap;
}

.wp-block-query ul.is-flex-container li {
	margin: 0;
	padding: 0;
	opacity: 0;
}

.wp-block-query ul.is-flex-container li h2 a {
	text-decoration: none;
	font-size: 28px;
	line-height: 140%;
	text-transform: none;
	font-weight: 300;
	vertical-align: top;
}

.wp-block-query ul.is-flex-container li .wp-block-separator,
.wp-block-query ul.is-flex-container li .wp-block-post-date {
	display: none;
}

.wp-block-query a.wp-block-post-excerpt__more-link {
	background: #000;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 24px;
	margin-top: 10px;
	line-height: 120%;
}

.wp-block-query a.wp-block-post-excerpt__more-link:hover {
	opacity: .7;
}


/* Home Page Featured Products */

.featuredproducts {
	float: left;
	clear: left;
	padding-top: 60px;
	padding-bottom: 160px;
	border-top: solid 2px #333;
	text-align: center;
}

.featuredproducts ul li {
	margin-bottom: 30px!important;
}

.featuredproducts h2 {
	text-align: center;
	margin-bottom: 40px;
}

.featuredproducts a.btn {
	color: #fff;
  background: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 40px;
  line-height: 180%;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}

.featuredproducts a.btn:hover {
	opacity: .7;
}

/* Content Section */

#searchresult,
#content {
	width: 76%;
	padding: 0;
	opacity: 0;
	float: left;
	margin-left: 12%;
	position: relative;
	margin-top: 60px;
}

.home.page #content,
#contentfull {
	width: 100%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
	margin-top: 60px;
	position: relative;
	opacity: 0;
}

/* Search Results */

.search-results #searchresult {
	text-align: left;
}

.search-results .type-page {
	width: 100%;
	float: left;
	clear: left;
	background: none;
	margin-bottom: 40px;

}

/* 404 page */

.error404 svg {
  font-size: 350px;
  width: auto;
  height: auto;
	margin-top: 40px;
}

.error404 .text {
  fill: none;
  stroke: white;
  stroke-dasharray: 8% 29%;
  stroke-width: 5px;
  stroke-dashoffset: 1%;
  animation: stroke-offset 5.5s infinite linear;
}

.error404 .text:nth-child(1){
	stroke: #cc0033;
	animation-delay: -1;
}

.error404 .text:nth-child(2){
	stroke: #eaeaea;
	animation-delay: -2s;
}

.error404 .text:nth-child(3){
	stroke: #000;
	animation-delay: -3s;
}

.error404 .text:nth-child(4){
	stroke: #ccc;
	animation-delay: -4s;
}

.error404 .text:nth-child(5){
	stroke: #eaeaea;
	animation-delay: -5s;
}

@keyframes stroke-offset{
	100% {
    stroke-dashoffset: -35%;
  }
}

.error-404 .woocommerce-product-search,
.error404 #searchform {
	width: 100%;
	max-width: 700px;
}

.error404 #searchform label {
	font-weight: 400;
	text-transform: lowercase;
	font-size: 15px;
}

.error404 .search-field,
.error404 #searchform input#s {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	float: left;
	clear: left;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-radius: 4px;
	border: solid 1px #d3ced2;
}

form.woocommerce-product-search button,
.error404 #searchform input#searchsubmit {
	display: block;
	cursor: pointer;
	padding: 12px 22px;
	font-weight: 600;
	font-size: 13px;
	transition: all .3s ease;
	background: none;
  border: solid 2px #000;
  color: #fff;
  border-radius: 4px;
  text-transform: none;
  font-size: 15px;
	background: #000!important;
}

form.woocommerce-product-search button:hover,
.error404 #searchform input#searchsubmit:hover {
	opacity: .7;
}

/* content */

.post {
	margin:0;
	padding:0;
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 40px;
}

.search-results .product,
.search-results .page,
.search-results .post,
.archive .post,
.blog .post {
	margin-bottom: 80px;
}

.postentry {
	max-width: 740px;
	margin-left: 30px;
}

.postdate {
	color: #999;
  display: inline-block;
}

.singular .post {
	margin-bottom: 0;
}

.attachment-bass-blogthumb {
	transition: all .3s ease;
	margin-bottom: 20px;
}

.attachment-bass-blogthumb:hover {
	opacity: .8;
}

.single-post .attachment-bass-blogthumb:hover {
	opacity: 1;
}

.entry {
}

/* Content Titles */

h1.page-title, h1.entry-title {
	max-width: 800px;
  color: #000;
  margin-top: 0;
  text-transform: none;
	text-align: left;
	word-break: break-word;
}

.single-post h1.entry-title {
	margin-bottom: 0;
}

.term-description,
.archive .taxonomy-description {
	max-width: 500px;
	font-style: italic;
}

h2.entry-title,
h2.entry-title a {
	max-width: 800px;
  color: #000;
  margin-top: 10px;
	margin-bottom: 10px;
  text-transform: none;
	text-align: left;
	text-decoration: none;
	word-break: break-word;
}

h2.entry-title a:hover {
	opacity: .6;
}

.post ul {
}
.post li {
	margin-left: 15px;
}

.postcat {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.postcat a:hover {
	opacity: .7;
}

/* Blog More Link */

a.more-link {
  position: relative;
	display: block;
  padding-top: 16px;
  padding-bottom: 16px;
	width: 100px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
	line-height: 120%;
  font-weight: 600;
  text-decoration: none;
  padding-right: 38px;
  padding-left: 24px;
  background: #000;
	border-radius: 4px;
	margin-top: 20px;
}

a.more-link:after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  left: auto;
  right: 20px;
  top: 21px;
  z-index: 1;
  transition: all .3s ease;
}

a.more-link:hover:after {
	right: 18px;
}

/* Blog Page Navigation */

.pagination {
	float: left;
	clear: left;
	width: 70%;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.pagination span {
	margin-right: 5px;
}

.pagination span.current, .pagination a {
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
	margin-right: 5px;
	text-decoration: none;
	font-size: 1em;
	text-transform: none;
  	color: #000;
		background: #eaeaea;
		height: 34px;
		width: 34px;
		line-height: 34px;
		border-radius: 4px;
		display: inline-block;
		text-align: center;
		font-weight: 300;
}

.pagination a:hover,
.pagination span.current {
	background: #000;
	color: #fff;
}

a.prev.page-numbers,
a.next.page-numbers {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

span.allpages {
	display: none;
}

.pagination a.parentlink {
	width: auto;
	padding-left: 6px;
	padding-right: 6px;
}

/* Post Navigation */

.navigation h1 {
	display: none;
}

.post-navigation {
	width: 100%;
	float: left;
	clear: none;
	margin-top: 30px;
	margin-bottom: 10px;
}

.post-navigation a {
	width: 50px;
  height: 50px;
  display: block;
  border: solid 1px #d3ced2;
  font-size: 0;
  position: relative;
  border-radius: 4px;
  opacity: .7;
  margin-bottom: 5px;
}

.post-navigation a:hover {
	opacity: 1!important;
}

.post-navigation .nav-previous {
	float: left;
	margin-right: 10px;
	position: relative;
}
.post-navigation .nav-next {
	float: left;
	text-align: right;
	position: relative;
}

.post-navigation span.meta-nav {
	width: 100%;
	display: block;
	text-decoration: none;
	line-height: 32px;
}
.post-navigation .nav-previous a:before {
	content: '';
  position: absolute;
  display: block;
  width: 10px;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  height: 10px;
  border-left: solid 2px #333;
  border-bottom: solid 2px #333;
  transform: rotate(45deg);
}
.post-navigation .nav-next a:before {
	content: '';
  position: absolute;
  display: block;
  width: 10px;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  border-left: solid 2px #333;
  border-bottom: solid 2px #333;
	transform: rotate(-135deg);
  margin-left: -10px;
}

/* Post Tags */

p.singletags {
	line-height: 30px;
	margin-top: 40px;
}

p.singletags a {
	text-decoration: underline;
	color: #544a7d;
	font-size: 16px;
	margin-left: 15px;
	margin-bottom: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}

p.singletags a:hover {
	opacity: 1;
	text-decoration: none;
}

p.singletags:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Genericons';
	vertical-align: middle;
	content: '\f302';
	color: #666;
	text-align: center;
	margin-top: 0;
	background: #eaeaea;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	line-height: 32px;
}

ol {
	margin: 10px;
}
ul {
	margin: 5px;
}

/* WooCommerce Styling */

.attachment-woocommerce_thumbnail {
	transition: all .3s ease;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: 0;
	text-align: center;
}

.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price {
  color: #000;
  text-decoration: none;
	text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-top: 10px;
	opacity: 0;
}

.woocommerce ul.products li.product .button {
  background: #cc0033;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 24px;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all .3s ease;
	text-align: center;
  opacity: 0;
}

.woocommerce ul.products li.product:hover .button {
	bottom: 110px;
	opacity: 1;
}

.woocommerce ul.products li.product:hover .button:hover {
	opacity: .7;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
	color: transparent;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading::after {
	content: '';
	width: 18px;
	height: 18px;
	border: dashed 1px #fff;
	border-radius: 50%;
	margin-left: -9px;
	left: 50%;
	top: 15px;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
	background-image: none;
	width: 40px;
	height: 40px;
	border: dashed 2px #333;
	border-radius: 50%;
}

.woocommerce-message::before {
	content: "\e017";
	left: 20px;
	top: 18px;
}

.woocommerce-error::before {
	content: "!";
	font-family: 'Outfit', helvetica, sans-serif;
	color: #b81c23;
	font-size: 14px;
	font-weight: 700;
	left: 20px;
	top: 26px;
	border: solid 1px #999;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
}

.woocommerce-info::before {
	content: "i";
	color: #1e85be;
	font-family: 'Outfit', helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: 20px;
	top: 26px;
	border: solid 1px #999;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
}

.woocommerce span.onsale {
	background: #fff;
	color: #000;
	font-weight: 400;
	border: none;
	border-radius: 0;
	left: .5em;
	top: .5em;
	line-height: 20px;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	min-height: 20px;
}

.single-product span.onsale {
	display: none;
}

.woocommerce ul.products li.product .onsale {
	margin: .5em .5em 0 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #eaeaea;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #eaeaea;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #f7f7f7;
  border-radius: 4px;
  border: solid 1px #d3ced2 !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
 	white-space: nowrap;
  width: auto;
	min-width: 140px;
	clear: none;
	margin-top: -55px;
	color: #333;
	z-index: 90;
}

.nice-select:hover {
  font-weight: 600;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: -1px;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #f7f7f7;
	border: solid 1px #d3ced2;
  border-radius: 4px;
	color: #333;
	box-sizing: border-box;
  margin-top: 2px;
  opacity: 0;
	left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
	box-sizing: border-box;
  height: 34px;
  line-height: 34px;
	min-width: 138px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #eaeaea;
}

.nice-select .option.selected {
  font-weight: 600;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nice-select ul {
	margin: 0;
	padding: 0;
}


.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #000;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li {
	background: #eaeaea;
	color: #333;
	border-right: none;
	border-radius: 4px;
	margin-left: 5px;
	margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
	margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	font-weight: 300;
}

.single-product .type-product {
	margin-top: 60px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 65%;
	margin-bottom: 60px;
}

.woocommerce div.product div.images img {
	width: auto;
}

.woocommerce-product-gallery .flex-viewport {
  float: right;
  width: 80%;
}

.woocommerce div.product div.images .flex-control-thumbs {
	float: left;
	width: 15%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	max-width: 100px;
	margin-top: 20px;
	box-sizing: border-box;
	border: solid 1px #d3ced2;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 30%;
	float: right;
	margin-bottom: 35px;
	margin-top: 20px;
}

.product_meta {
	font-size: 14px;
	font-weight: 300;
	color: #999;
	line-height: 150%;
}

h1.product_title.entry-title {
	text-align: left;
	margin-bottom: 20px;
	text-transform: none;
	margin-left: 0;
	transform: translateX(0);
}

.woocommerce-product-details__short-description {
	margin-bottom: 30px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #333;
	font-size: 24px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight: 400;
	font-size: 24px;
}

.woocommerce div.product form.cart div.quantity {
	margin-right: 8px;
	margin-top: 3px;
}

.product-quantity input,
.woocommerce div.product div.summary input {
	border: solid 1px #ccc;
	background: none;
	padding-top: 13px;
	padding-bottom: 13px;
	border-radius: 0;
}

.woocommerce .quantity .qty {
	width: 33px;
	margin-left: -3px;
}

.product-quantity input:hover,
.woocommerce div.product div.summary input:hover {
	background: none!important;
}

.quantity.buttons_added .plus,
.product-quantity input.plus,
.woocommerce div.product div.summary input.plus {
	border-radius: 0 30px 30px 0;
	border-left: none;
}

.quantity.buttons_added .minus,
.product-quantity input.minus,
.woocommerce div.product div.summary input.minus {
	border-radius: 30px 0 0 30px;
	border-right: none;
}

td.woocommerce-grouped-product-list-item__quantity .quantity input {
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	margin-top: 0;
}

.woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button, .woocommerce input.button {
	-webkit-appearance: none;
	background-color: #cc0033;
	color: #fff;
	padding: 16px 24px;
	line-height: 120%;
	border-radius: 4px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .3s ease;
	font-family: 'Outfit', arial, helvetica, tahoma, sans-serif;
}

a.added_to_cart.wc-forward {
	display: none;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #cc0033;
	color: #fff;
	opacity: .8;
}

span.sku_wrapper,
span.posted_in {
	font-weight: 500;
}

span.posted_in a,
span.sku_wrapper span {
	font-weight: 400;
	color: #999;
}

.woocommerce #respond input#submit, .actions button.button {
	-webkit-appearance: none;
	background-color: #000!important;
	color: #fff;
  padding: 16px 24px;
  font-size: 15px;
	line-height: 120%;
  text-transform: uppercase;
  font-weight: 600!important;
  transition: all .3s ease;
	font-family: 'Outfit', arial, helvetica, tahoma, sans-serif;
}

.woocommerce #respond input#submit:hover, .actions button.button:hover {
	background-color: #000;
	color: #fff;
  opacity: .7;
}

.product_meta span.sku_wrapper,
.product_meta span.posted_in,
.product_meta span.tagged_as {
	display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 0 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	border-radius: 0;
	padding: 0;
	margin-right: 20px;
	background-color: transparent!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::after {
	content: '';
  position: absolute;
	bottom: 2px;
	z-index: -1;
	background: #666;
	width: 100%;
	height: 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 6px;
  background: #CC0033;
  width: 0;
	border: none;
	border-bottom-right-radius: 0!important;
	box-shadow: none;
  margin: 0 auto;
  transition: all .3s ease;
	transform: skew(-20deg, 0deg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover::before {
	width: 100%;
	left: 0;
	right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 30px;
	margin-left: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400!important;
	text-transform: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin-top: 60px;
}

.related.products {
	padding-top: 20px;
	margin-top: 80px;
	border-top: solid 1px #d3ced2;
}

section.related.products h2,
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 28px;
}

.woocommerce-Reviews {
	max-width: 640px;
}

.woocommerce-Reviews #comments {
	margin-top: 0;
}

.woocommerce #reviews #comments h2 {
	margin-top: 0;
}

.woocommerce table.shop_attributes th {
	text-align: left;
}

.quantity.buttons_added {
 	text-align: left;
 	position: relative;
 	white-space: nowrap;
 	vertical-align: top;
}

.quantity.buttons_added input {
 	display: inline-block;
 	margin: 0;
 	vertical-align: top;
 	box-shadow: none;
	color: #333;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
	background: none;
	width: 30px;
 	border: 1px solid #ccc;
 	cursor:pointer;
 	transition: all .3s ease;
}

.quantity.buttons_added .minus {
 	border-right: none;
}

.quantity.buttons_added .plus {
 	border-left: none;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 	background: #eaeaea;
}

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

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 	outline: none;
}

.woocommerce div.product form.cart .variations select {
	border: solid 1px #d3ced2;
	padding: 10px 5px;
	border-radius: 4px;
	text-align: left!important;
	margin-left: 0!important;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 600;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	line-height: 4em;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #544a7d;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #f7f7f7;
}

.woocommerce a.remove {
	font-size: 24px;
	color: #cc0033!important;
	font-weight: 400;
}

.woocommerce a.remove:hover {
	background-color: #cc0033!important;
}

.cart_totals h2 {
	font-size: 28px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 52px;
	border-radius: 50%;
	margin-top: 2px;
}

.woocommerce table.shop_table {
	font-size: 16px;
}

input#coupon_code {
	padding: 15px 5px;
	width: 160px!important;
	border-radius: 4px;
	border: solid 1px #d3ced2;
	color: #333;
	font-size: 14px;
}

textarea::placeholder,
input::placeholder {
	color: #333;
}

form.checkout_coupon.woocommerce-form-coupon .form-row-first {
	width: auto;
}

form.checkout_coupon.woocommerce-form-coupon .form-row-last {
	width: auto;
	float: left;
}

form.woocommerce-cart-form .button:disabled {
	padding: 16px 24px!important;
	color: #fff!important;
}

form.woocommerce-cart-form .button:disabled:hover {
	color: #666!important;
}

.wc-proceed-to-checkout a {
	font-weight: 600!important;
	font-size: 15px!important;
}

form.checkout.woocommerce-checkout {

}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 14px 10px;
	border: solid 1px #d3ced2;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	font-family: 'Outfit', arial, helvetica;
}

.select2-container--default .select2-selection--single {
	border: solid 1px #d3ced2;
	border-radius: 4px!important;
	height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
	font-size: 14px;
	color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 80%;
}

.select2-results__option {
	font-size: 14px;
}

.select2-dropdown {
	border: solid 1px #d3ced2;
}

.select2-results__option--highlighted[data-selected] {
	background-color: #ccc!important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #d3ced2;
	border-radius: 0;
}

.woocommerce table.shop_table {
	border-radius: 4px;
}

.woocommerce .woocommerce-customer-details address {
	border-radius: 4px;
	border: 1px solid #d3ced2;
	box-sizing: border-box;
}

section.woocommerce-customer-details address::first-line {
	color: #544a7d;
	font-weight: 700;
	font-size: 24px;
}

p.woocommerce-customer-details--phone,
p.woocommerce-customer-details--email {
	color: #544a7d;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
	font-size: 22px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f7f7f7;
	border-radius: 4px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	background: none;
}

.woocommerce p.stars a,
.star-rating {
	color: #ffd452;
}

.woocommerce ul.products li.product .star-rating {
	display: none;
}

.archive.woocommerce h1.page-title {
	text-align: left;
	margin-bottom: 10px;
}

.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled {
	background-color: #cc0033;
}

/* Side Panel */

.sidepanel {
	width:300px;
	position: absolute;
	height: auto;
	background: #f7f7f7;
	border: solid 1px #d3ced2;
	border-radius: 8px;
	right: 0;
	top: 102px;
	display: none;
	opacity: 0;
	z-index: 100;
	padding-bottom: 40px;
	box-shadow: 0px 8px 15px rgba(0,0,0,.1);
}

.slider-arrow {
	padding:8px;
	width:24px;
	height: 24px;
	border-radius: 4px;
	float: right;
	background: #f7f7f7;
	border: solid 1px #d3ced2;
	text-decoration:none;
	position:relative;
	margin-right: 160px;
	margin-top: -55px;
}

.filter-added .slider-arrow {
	background: #cc0033;
}

.filter-added .slider-arrow svg {
	stroke: #fff!important;
}

.slider-arrow svg {
	width: 24px;
	height: 24px;
}

.slider-arrow.show .closeicon {
  display: none;
}

.slider-arrow.hide .filtericon {
  display: none;
}

.sidepanel .widget {
	width: 80%;
	margin-top: 40px;
	margin-left: 10%;
	float: left;
	clear: left;
}

.sidepanel h2,
.sidepanel h2.widget-title {
	font-size: 18px;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 2px;
	margin-left: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ccc;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #999;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	top: -7px;
  margin-left: 0;
	background-color: #000;
	width: 8px;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
	padding-top: 5px;
	padding-right: 6px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	padding: 12px 24px;
	font-size: 13px;
	background: none;
	border: solid 1px #999;
	font-weight: 400;
	color: #333;
}

.woocommerce-widget-layered-nav .select2-container--default .select2-selection--single {
	background-color: transparent;
	color: #666;
	border: solid 1px #999;
	height: 42px;
}

.woocommerce-widget-layered-nav .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
}

.woocommerce-widget-layered-nav .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 20px;
}

.sidepanel li.select2-results__option {
	background-color: #eaeaea!important;
}

.sidepanel ul {
	margin: 0;
	padding: 0;
}

.sidepanel ul li {
	list-style: none;
}

.sidepanel ul li a {
	text-decoration: none;
	color: #333;
}

.sidepanel ul li a:hover {
	opacity: .6;
}

.sidepanel ul li span.count {
	color: #333;
	font-weight: 400;
	font-size: 15px;
}

.woocommerce .woocommerce-breadcrumb {
	color: #333;
	font-size: 17px;
}

.woocommerce table.shop_table th {
	font-weight: 600;
}

.woocommerce form .form-row .required {
	color: #333;
	font-weight: 400;
}

.checkout_coupon .form-row-last {
	text-align: right;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: transparent;
	border-left: solid 1px #d3ced2;
	border-right: solid 1px #d3ced2;
	border-bottom: solid 1px #d3ced2;
	border-top-width: 2px;
	color: #333;
}

.woocommerce-error strong, .woocommerce-info strong, .woocommerce-message strong {
	font-weight: 500;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row,
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border-bottom: none;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
  display: none;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar, .pswp__top-bar {
	background-color: transparent!important;
}

.pswp__bg {
	background: #fff;
}

.pswp__caption {
	display: none;
}

.pswp__counter {
	color: #fff;
	background: #000;
	border-radius: 4px;
	font-size: 16px;
	opacity: 1;
	top: 3px;
	left: 3px;
	font-weight: 300;
}

button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
	background-color: #000!important;
	opacity: 1;
}

.pswp__top-bar button {
	border-radius: 4px;
	opacity: 1;
	margin-right: 3px;
	margin-top: 3px;
}

button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right:hover,
.pswp__top-bar button:hover {
	opacity: .7;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	width: 50px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 4px;
}

button.pswp__button {
	background-image: url(images/litebox-skin.png)!important;
}

button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {
	background-image: none!important;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background-image: url(images/litebox-skin.png);
}

.pswp__button--arrow--right:before {
  right: 10px;
}

.pswp__button--arrow--left:before {
  left: 10px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(images/litebox-skin.png);
	}
}

/* WooCommerce Blocks */

.wc-block-grid__products li {
	margin-left: 0;
	text-align: center;
}

.wc-block-grid__products a {
	text-decoration: none;
}

.wc-block-grid__product-title {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.wc-block-grid__product-price {
	color: #000;
	font-weight: 700;
	font-size: 16px;
}

.wc-block-grid__product-onsale {
	margin: -.5em -.5em 0 0;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #fff;
	border: solid 1px #d3ced2;
	min-height: 20px;
	height: 20px;
	line-height: 20px;
  min-width: 3.236em;
  padding: .202em;
	border: none;
	border-radius: 0;
	color: #000;
  font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	border: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	background: #cc0033;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 24px;
	padding-top: 18px;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all .3s ease;
	text-align: center;
  box-shadow: none;
	line-height: 100%;
	opacity: 0;
}

.wc-block-grid__products li:hover .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	bottom: 110px;
	opacity: 1;
}

button.wc-block-cart-item__remove-link {
	cursor: pointer;
}

table.wc-block-cart-items {
	background: #f7f7f7;
	color: #000;
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
	background: #f7f7f7!important;
}

tr.wc-block-cart-items__header {
	border-bottom: solid 1px #d3ced2;
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
	border-color: #d3ced2;
	opacity: 1;
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
	padding-right: 16px;
}

.wc-block-components-sidebar-layout {
	margin-top: 20px;
}

.is-large.wc-block-cart .wc-block-cart-items:after {
	opacity: 0;
}

.wc-block-components-totals-item {
	box-sizing: border-box;
}

a.components-button.wc-block-components-button.wc-block-cart__submit-button {
	box-sizing: border-box;
}

a.components-button.wc-block-components-button.wc-block-cart__submit-button:hover {
	opacity: .6;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	border-radius: 0px;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__heading:after {
	border-left: none;
}

.wc-block-components-form .wc-block-components-text-input:only-child, .wc-block-components-text-input:only-child input {
	height: auto!important;
	padding: 1.5em 0 .25em 0;
	border-radius: 4px!important;
}

.wc-block-components-form .wc-block-components-text-input:only-child label {
	margin-left: 0;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	border: 1px solid #d3ced2;
	border-radius: 4px;
}

.wc-block-components-select .components-custom-select-control__button {
	border-radius: 4px!important;
	border-color: #d3ced2;
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__menu, .wc-block-components-select .components-custom-select-control__menu {
	background-color: #f7f7f7;
	border: solid 1px #d3ced2;
}

.wc-block-components-textarea {
	border: solid 1px #d3ced2;
	border-radius: 4px!important;
	box-sizing: border-box;
}

.is-large.wc-block-cart .wc-block-cart__totals-title:after,
.wc-block-cart .wc-block-components-totals-footer-item:after,
.is-large .wc-block-checkout__actions:after {
	border-color: #d3ced2;
	opacity: 1;
}

.wc-block-components-button:not(.is-link) {
	background-color: #000;
	opacity: .8;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.wc-block-components-button:not(.is-link):hover {
	background-color: #000;
	opacity: 1!important;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item:after, .wc-block-checkout__sidebar .wc-block-components-totals-taxes:after,
.wc-block-components-panel.has-border:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
	border-color: #d3ced2;
	opacity: 1;
}

.wc-block-components-order-summary-item__quantity {
	border: 1px solid #000;
}

form.woocommerce-form.woocommerce-form-login.login {
	max-width: 600px;
}


/* Block Patterns */

/* About Pattern */

.aboutus {
	position: relative;
	width: 100%;
}

.aboutus figure::after {
	content: '';
	position: absolute;
	display: block;
	right: -40px;
	top: -20px;
	width: 400px;
	bottom: -60px;
	z-index: -1;
	background: radial-gradient(1.5em 6.28571em at 1.95em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(1.5em 6.28571em at -0.45em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 1.5em 5.5em, radial-gradient(2.3em 4.57143em at 2.99em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(2.3em 4.57143em at -0.69em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 2.3em 4em, radial-gradient(3.5em 6.28571em at 4.55em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(3.5em 6.28571em at -1.05em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 3.5em 5.5em, radial-gradient(#ccc, #eaeaea);
  background-color: #eaeaea;
  background-size: 1.5em 11em, 1.5em 11em, 2.3em 8em, 2.3em 8em, 3.5em 11em, 3.5em 11em, 100% 100%;
  background-repeat: repeat;
	transform: skew(5deg, 0deg);
	border-radius: 0 0 20px 0;
}

.aboutus .wp-block-media-text__content {
	padding-left: 0;
	opacity: 0;
}

/* Playlist Pattern */

.playlist {
	padding-top: 180px;
	padding-bottom: 180px;
	font-weight: 400;
}

.playlist .wp-block-columns {
	max-width: 1420px;
	padding-left: 5%;
	padding-right: 5%;
	margin: 0 auto;
	margin-bottom: 0;
	gap: 40px;
}

.playlist .wp-block-button__link {
	background: #cc0033;
	margin-top: 20px;
}

.cue-playlist-container {
  box-shadow: 0px 3px 5px 2px rgba(0,0,0,.3);
	border-radius: 5px;
	overflow: hidden;
}

.cue-playlist {
	margin-bottom: 0!important;
}

.cue-skin-default.mejs-container {
	border-radius: 0!important;
}

li.cue-track.is-playable,
.playlist .cue-playlist .cue-tracks {
	background: rgba(255,255,255,.6);
	border-color: rgba(255,255,255,.3)!important;
	transition: all .3s ease;
}

.playlist .wp-block-column:not(:first-child) {
	opacity: 0;
}

/* Team Members Block */

.teammembers {
	margin-top: 50px;
	column-gap: 60px;
}

.teammembers .wp-block-column {
	margin-bottom: 30px;
	text-align: center;
}

.teammembers .wp-block-column figure {
	line-height: 70%;
	margin: 0;
	transform: skew(3deg, 0deg);
	transition: all .3s ease;
}

.teammembers .wp-block-column figure:hover {
	transform: skew(0deg, 0deg);
}

.teammembers h3 {
	margin-top: 20px;
	margin-bottom: 14px;
	font-size: 22px;
	font-weight: 400;
	color: #000;
	text-transform: none;
	line-height: 100%;
	position: relative;
}

.teammembers h3:after {

}

.teammembers p {
	font-size: 16px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 130%;
}

/* Full width cover block */

.basscover {
	padding-top: 240px;
	padding-bottom: 240px;
	text-align: center;
	line-height: 300%;
	font-size: 16px;
	overflow: hidden;
	width: 100%;
}

.basscover p {
	margin: 0 auto;
}

.basscover .wp-block-buttons>.wp-block-button:last-child {
	margin-right: auto;
}

.basscover .wp-block-button {
	margin: 0 auto!important;
}

.basscover .wp-block-button__link {
	background: #000;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding: 18px 40px;
	line-height: 180%;
	opacity: 1;
}

.basscover .wp-block-button__link:hover {
	opacity: .7;
}

.basscover .wp-block-cover__inner-container {
	max-width: 860px;
	padding-left: 5%;
	padding-right: 5%;
}

.alignfull {
	margin: 32px calc(50% - 50vw)!important;
	max-width: 100vw;
	width: 100vw;
}

/* Partners block */
.partners {
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
	margin-bottom: 10px;
}

.partners .wp-block-column {
	border: solid 1px #d3ced2;
	border-radius: 5px;
  margin: 0;
	position: relative;
	box-sizing: border-box;
}

.partners.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
	margin-left: 0!important;
}

.partners .wp-block-column:after{
  content: '';
  display: block;
  padding-bottom: 100%;
}

.partners .wp-block-column figure {
	margin: 0;
}

.partners img {
	width: 60%;
	line-height: 70%;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	filter: grayscale(0);
	transition: all .3s ease;
}

.partners a img:hover {
	filter: grayscale(1);
}

/* Block Styling */

.wp-block-video figcaption,
.wp-block-image figcaption {
	background: #eaeaea;
	margin-top: 0;
	font-size: 15px;
	padding-left: 15px;
}

.wp-block-file .wp-block-file__button,
.wp-block-button__link {
	border-radius: 5px;
	background: #000;
	font-size: 15px;
	font-weight: 600;
}

.wp-block-button__link:hover {
	opacity: .8;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	line-height: 140%;
}

blockquote {
	background: #eaeaea;
	margin: 0;
	padding: 30px;
	font-style: italic;
	border-radius: 5px;
}

code {
	font-family:"Courier New", Courier, monospace;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
	color: #fff;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 0;
}

.wp-block-embed {
	margin: 0;
	margin-bottom: 40px;
}

.post-page-numbers {
	background: #eaeaea;
	text-decoration: none;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	line-height: 32px;
	text-align: center;
}

.post-page-numbers:hover,
span.post-page-numbers.current {
	background: #ccc;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100%;
}

.wp-block-separator {
	border-bottom: solid 1px #d3ced2;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-block-group.has-background {
	padding: 20px;
}

.wp-block-embed {
	width: 100%;
	margin: 0;
	margin-top: 18px;
	margin-bottom: 30px;
}

.issuuembed.issuu-isrendered {
    max-width: 100%;
}

.post select {
	border: solid 1px #ccc;
	background: #fff;
	color: #333;
	font-weight: 400;
	min-width: 220px;
	height: 42px;
	outline: none;
	border-radius: 0;
}

.wp-block-search {
	margin-top: 30px;
}

.wp-block-search .wp-block-search__label {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 10px;
	color: #999;
}

.wp-block-search .wp-block-search__input {
	background: none;
	border: solid 1px #d3ced2;
	height: 42px;
	color: #333;
	border-radius: 4px;
	font-weight: 400;
	padding-left: 5px;
}

.wp-block-search .wp-block-search__button {
	background: #000;
	border-radius: 4px;
	color: #fff;
	border: none;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: all .1s ease;
}

#rightbar .wp-block-search .wp-block-search__inside-wrapper {
	display: block;
}

#rightbar .wp-block-search .wp-block-search__input {
	min-width: 100%;
}

#rightbar .wp-block-search .wp-block-search__button {
	float: left;
	clear: left;
	margin-left: 0;
	margin-top: 10px;
	height: 42px;
}

.wp-block-search__button:hover {
	opacity: .8;
}

#subscribe-email input {
	background: #fff;
	border: solid 1px #ccc;
	height: 42px;
	color: #333;
	font-weight: 400;
	padding-left: 5px;
	outline: none;
}

button.pushbutton-wide,
#subscribe-submit button {
	background: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 14px 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: all .3s ease;
}

button.pushbutton-wide:hover,
#subscribe-submit button:hover {
	background: #fff;
	color: #000;
}

.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
	color: #fff;
}

.wp-block-code code {
	color: green;
	background: #fff;
}

pre.wp-block-verse,
pre.wp-block-preformatted {
	background: #fff;
	border: none;
	border: solid 1px #d3ced2;
	color: #000;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-top: 10px;
	outline: none;
}

a.wp-block-jetpack-slideshow_button-next,
a.wp-block-jetpack-slideshow_button-prev {
	z-index: 1000;
	outline: none;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
	background: transparent!important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
	font-size: 18px;
}

ul.wp-block-gallery.aligncenter {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

ul.wp-block-gallery.alignright {
	float: right;
}

.wp-block-button__link {
	margin-top: 10px;
}

.wp-block-button__link {
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
  font-weight: 600;
	line-height: 180%;
  text-transform: uppercase;
	padding: 18px 40px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: #000;
	border-color: #333;
}

.wp-block-button__link:hover {
	opacity: .8;
}

.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-pullquote {
	border-top: solid 1px #d3ced2;
	border-bottom: solid 1px #d3ced2;
	color: #000;
}

.wp-block-media-text {
	margin-top: 20px;
	margin-bottom: 20px;
}

.has-background-dim input,
.has-background-dim textarea,
.has-background-dim label,
.has-background-dim a {
	color: #fff;
}

.has-background-dim .pushbutton-wide {
	color: #000;
	background: #fff;
}

.has-background-dim .wp-block-button.is-style-outline a {
	border-color: #fff;
	color: #fff;
}

.has-background-dim .pushbutton-wide:hover {
	opacity: .7;
}

.wp-block-jetpack-layout-grid h5,
.wp-block-jetpack-layout-grid h5 a {
	text-align: center;
	text-decoration: none;
}

.wp-block-jetpack-layout-grid figure {
	margin-left: 0;
	margin-right: 0;
}

hr.wp-block-coblocks-dynamic-separator {
  background: #eaeaea;
  border: none;
}

.wp-block-quote {
	border-left: solid 2px #d3ced2;
}

.wp-block-jetpack-layout-grid.alignfull {
	padding-left: 0;
	padding-right: 0;
}

li.wp-social-link {
	margin-left: 0;
}

/* Contact Form 7 Style */

.wpcf7 {
	margin-top: 10px;
	float: left;
	clear: left;
	width: 100%;
}
.wpcf7 textarea, .wpcf7 input {
	padding: 14px 10px;
	font-family: 'Outfit', arial, helvetica, tahoma, sans-serif;
	margin-bottom: 0;
	margin-top: 3px;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #d3ced2;
	outline: none;
	float: left;
	font-size: 14px;
	color: #333;
	border-radius: 4px;
}

.wpcf7 p {
	width: 100%;
	float: left;
	clear: none;
}

.wpcf7 label {
	margin-bottom: 10px;
}

.wpcf7 input.wpcf7-submit {
	-webkit-appearance: none;
	width: auto;
	cursor: pointer;
	border: none;
	background: #000;
	text-transform: uppercase;
	font-family: 'Outfit', arial, helvetica;
	font-weight: 600;
	font-size: 15px;
	line-height: 120%;
	color: #fff;
	padding: 16px 24px;
	-webkit-transition: all 0.7s ease;
	-moz-transition:    all 0.7s ease;
	-ms-transition:     all 0.7s ease;
	-o-transition:      all 0.7s ease;
	height: auto;
	opacity: 1;
}
.wpcf7 input.wpcf7-submit:hover {
	opacity: .7;
}
.wpcf7 p {
	text-align: left;
	margin-bottom: 40px;
	text-transform: none;
}

span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
	float: left;
}


/* comments */


#commentform {
	margin:0;
	padding:0;
}
#commentform p {
}
#commentform a {
	text-decoration: none;
	line-height: 14pt;
}
#commentform h3 {
	font-size: 10pt;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
#comments {
	width:100%;
	clear: both;
	float: left;
	margin-top: 80px;
}
#comments label {
	float: left;
	clear: left;
	margin-top: 15px;
}
#author, #email, #url, #comment {
	font-size: 14px;
	font-family: 'Outfit', arial, helvetica;
	padding: 13px 10px;
	float: left;
	clear: left;
	margin-top: 0;
	background: none;
	color: #333;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #d3ced2;
	border-radius: 4px;
	margin-bottom: 20px;
	outline: none;
}

#submit {
	-webkit-appearance: none;
	cursor:pointer;
	padding: 16px 24px;
	float: left;
	clear: left;
	margin-top: 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;
	background: #000;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Outfit', arial, helvetica;
	font-size: 15px;
	line-height: 120%;
	border-radius: 4px;
}

#submit:hover {
	opacity: .7;
}

#respond h3, #comments h2 {
	color: #000;
	font-size: 24px;
	text-transform: none;
	font-weight: 400;
}

.comment-form-cookies-consent {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 30px!important;
}

.comment-form-cookies-consent label {
	float: none!important;
	margin: 0!important;
	clear: none!important;
	font-size: 14px;
	margin-top: 2px;
}

.reply a.comment-reply-link {
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;
	padding: 7px 20px;
	margin-top: 5px;
	float: left;
	clear: left;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	box-shadow: 0px 8px 15px rgba(0,0,0,.2);
	background: #333;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
}
.reply a.comment-reply-link:hover {
	box-shadow: 0px 8px 15px rgba(0,0,0,.5);
}

h3#reply-title {
	margin-top: 30px;
	float: left;
	clear: both;
	display: block;
	width: 100%;
}

.comment-respond {
	clear: left;
	margin-top: 30px;
}

h3#reply-title small {
	margin-left: 10px;
	font-size: 16px;
}

p.logged-in-as {
	clear: both;
}

ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	margin-top: 15px;
	width: 100%;
}
.avatar {
	float:left;
	margin: 10px;
	margin-left: 0;
	margin-top: 5px;
	border-radius: 3px;
}

.comment-meta.commentmetadata {
	line-height: 130%;
	font-size: 16px;
}
ol.commentlist li.comment {
	margin: 0;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 3px;
	list-style-type:none;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #d3ced2;
	line-height: 160%;
}
ol.commentlist li ul.children {
	width: 100%;
  float: left;
	margin: 0;
	margin-top: 20px;
}
ol.commentlist li ul.children li {
	width: 100%;
	border: none;
	margin-bottom: 0;
}
ol.commentlist li.alt {
}
ol.commentlist li p {
	margin-top: 30px;
}
ol.commentlist a {
	text-decoration: underline;
}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
}

.post-subscription-form,
.comment-subscription-form {
	float: left !important;
	clear: left !important;
}

label#subscribe-label,
label#subscribe-blog-label {
  	float: none;
	color: #000 !important;
}

.widget_author_grid ul {
	list-style: none;
	margin:     0 0 25px !important;
}

.widget_author_grid ul li {
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	display:  inline-block !important;
	position: relative !important;
}

.widget_author_grid .avatar {
	border: solid 1px #d3ced2;
	padding: 2px;
	margin-right: 5px;
}

.widget_authors ul li strong {
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	clear: left;
	float: left;
}

.widget_authors ul li strong:hover {
	text-decoration: underline;
}

.widget_authors .avatar {
	border: solid 1px #d3ced2;
	margin: 0 auto !important;
	padding: 2px;
	float: none;
	margin-top: 20px !important;
}

/* calendar widget */

.widget_calendar {
	float: left;
}

#wp-calendar, #calendar_wrap {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
}

#wp-calendar tbody {
	color: #333;
}

#wp-calendar tbody td {
	background: #eaeaea;
	border:none;
	text-align: center;
	padding:5px;
}

#wp-calendar tbody td:hover {
	background: #ccc;
}

#wp-calendar tbody td a {
	color:#cc0000;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 13px;
	text-transform: uppercase;
	text-align: right;
	color: #333;
	padding-top: 10px;
}

#wp-calendar tfoot #prev {
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 10px;
	color: #333;
	text-align: left;
}

#wp-calendar tfoot #next a,
#wp-calendar tfoot #prev a {
	color: #333;
}

#mobilewave,
svg#footerwave {
  width: 100vw;
	position: absolute;
	z-index: 1;
	top: 0;
	fill: #000;
}

#mobilewave {
	display: none;
}

#footertop {
  width: 100vw;
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 220px;
	overflow: hidden;
  filter: url("#goo");
	z-index: 1;
}

.gooey-animations {
  height: 200px;
  top: 76px;
  position: absolute;
	z-index: -1;
}

@media screen and (max-width: 980px) {
	#footertop {
		height: 140px;
	}

	.gooey-animations {
		top: 46px;
	}
}

@media screen and (max-width: 670px) {
	svg#footerwave {
		display: none;
	}

	.gooey-animations {
		top: 10px;
	}

	#footertop {
		height: 100px;
	}

	#mobilewave {
		display: block;
	}
}

@media screen and (max-width: 450px) {

	#footertop {
		height: 80px;
	}

	.gooey-animations {
		top: 5px;
	}

}

#footertop .ball {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  animation: up 5s cubic-bezier(0.18, 0.89, 0.32, 1.28) infinite;
}

@media only screen and (max-width: 700px) {
  #footertop .ball {
    animation: up-small 5s cubic-bezier(0.18, 0.89, 0.32, 1.28) infinite;
  }
}

@keyframes up {
  0% {
    bottom: 0px;
    width: 100px;
    height: 100px;
  }
  50% {
    bottom: 200px;
  }
  100% {
    bottom: 0px;
    width: 0px;
    height: 0px;
  }
}
@keyframes up-small {
  0% {
    bottom: 0px;
    width: 100px;
    height: 100px;
  }
  50% {
    bottom: 150px;
  }
  100% {
    bottom: 0px;
    width: 0px;
    height: 0px;
  }
}

#footer {
	width: 100%;
	background: #000;
	float: left;
	clear: left;
	position: relative;
	z-index: 2;
}

/* Footer Widgets */

#footerwidgets {
	width: 100%;
	position: relative;
	z-index: 1;
	float: left;
	font-size: 15px;
	color: #ccc;
	font-weight: 400;
	margin-top: 20px;
}

#footerwidgets .widget {
	margin: 0;
	width: 24%;
	float: left;
	margin-bottom: 40px;
	margin-right: 14%;
}

#footerwidgets .widget:nth-child(3n+3) {
	margin-right: 0;
}


#footerwidgets h2,
#footerwidgets h2.widget-title {
	font-size: 22px;
	color: #ccc;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: none;
	font-weight: 300;
}


#footerwidgets ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}

#footerwidgets ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: none;
	width: 100%;
}

#footerwidgets ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}

#footerwidgets ul li a {
	border: none;
	padding: 0;
	color: #ccc;
	text-decoration: none;
}

#footerwidgets ul li a:hover {
	padding-left: 3px;
	text-decoration: none;
}

#footerwidgets a {
	color: #fff;
	text-decoration: none;
}

#footerwidgets a.wp-block-button__link {
	text-decoration: none;
	padding: 10px 20px;
}

#footerwidgets a:hover {
	border: none;
	text-decoration: underline;
}


#footerbottom {
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-weight: 300;
	color: #666;
	text-transform: none;
	margin-top: 100px;
	margin-bottom: 60px;
	clear: left;
}

.copyinfo {
	width: 45%;
	float: right;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

#footerbottom a {
	color: #999;
	text-decoration: none;
}

#footerbottom a:hover {
	text-decoration: underline;
}

#footermenu {
	width: 50%;
	float: left;
}

#footermenu ul {
	width: 100%;
	text-align: left;
	float: left;
	margin: 0;
}

#footermenu ul li {
	list-style: none;
	float: left;
	margin-right: 20px;
	padding: 0;
}

#footermenu ul li a {
	color: #ccc;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

#footermenu ul li a:hover {
	text-decoration: underline;
}


/* misc */

.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
 height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
 max-width: 100%;
}
img.size-full, img.size-large, img.header-image, img.wp-post-image, #contentwrapper img, img {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
 /* Make sure videos and embeds fit their containers */ embed, iframe, object, video {
 max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	background: none;
	text-align: center;
	border: none;
	background: #eaeaea;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-size: 12px;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.gallery {
	margin: 0 auto;
}
.gallery .gallery-item {
	float: left;
	margin: 0;
	padding: 0;
}
.gallery-columns-2 .gallery-item {
	width: 30%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	padding: 5px;
	background: none;
	border: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.gallery img:hover {
	border: none !important;
	background: none;
}
.gallery-columns-2 .attachment-medium {
	max-width: 100%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 100%;
	height: auto;
}
.gallery .gallery-caption {
	color: #000;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt {
	margin: 0;
	padding: 0;
}
.gallery br+br {
	display: none;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}

a.post-edit-link {
	display: block;
	clear: both;
	border: none!important;
	text-decoration: underline!important;
}

.entry pre {
	border: solid 1px #d3ced2;
	color: #000;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry table {
	border: solid 1px #d3ced2;
	color: #333;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
	border-radius: 4px;
}
.entry dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry td {
	border-top: solid 1px #d3ced2;
	padding: 6px 10px 6px 0;
}

#archivelist {
	float:left;
	margin-right: 0;
}
#archivelist ul li {
	list-style: none;
	line-height: 35px;
}
#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}
#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}
#archivelist ul li a:hover {
	text-decoration: none;
}
ol {
	margin: 10px;
	padding: 0;
}
ul {
	margin: 5px;
	padding: 0;
}
.sticky {
}
.bypostauthor {
}
p.form-allowed-tags {
	display: none;
}

.tagstring { display: none; }


@media screen and (max-width: 1072px) {

	#topwidget h2, #topwidget h1 {
		font-size: 52px;
	}
	#content {
		width: 100%;
		margin-left: 0;
	}

	.postentry {
		margin-left: 0;
	}
}

@media screen and (max-width: 1032px) {
	.woocommerce div.product div.summary form.cart .button {
		margin-top: 20px;
	}
}

@media screen and (max-width: 905px) {
	#rightmenu,
	#mainmenu {
		display: none;
	}

	#mobilemenu {
		display: block;
	}

	#logo {
		width: 30%;
		margin-left: 5%;
		text-align: left;
	}

	#rightheader {
		width: 65%;
	}

	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		position: relative;
		float: left;
		width: 100%;
		max-width: 100%;
		margin-bottom: 80px;
	}

	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100%;
		margin-right: 0;
	}

	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		border-radius: 0;
	}

	.woocommerce-product-gallery .flex-viewport {
		width: 100%;
		float: left;
	}

	.woocommerce div.product div.images .flex-control-thumbs {
		width: 100%;
	}

	.woocommerce div.product div.images .flex-control-thumbs li {
		width: 20%;
		display: block;
		margin-right: 10px;
		margin-top: 8px;
	}

	.woocommerce div.product div.images .flex-control-thumbs li img {
		opacity: .5;
	}
}

@media screen and (max-width: 890px) {

	#menu-social {
		margin-right: 0;
		float: left;
	}

	.toppanel {
		z-index: -1;
		width: 98%;
	}

	.rightpanel {
		z-index: -2;
	}

	.toppanel .woocommerce-product-search,
	.toppanel #searchform {
		width: 200px;
		float: right;
	}

	#menu-social ul {
		border-right: none;
	}

	#menu-social ul li a {
		width: 42px;
		border-left: none;
	}

}

@media screen and (max-width: 781px) {
	.playlist .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
		flex-grow: 1;
	}
}

@media screen and (max-width: 768px) {

	html {
 		-webkit-text-size-adjust: none;
	}

	.partners {
		grid-template-columns: repeat(2, 1fr);
	}

	#footerwidgets .widget {
		width: 100%;
		margin-right: 0;
		max-width: 320px;
		clear: left;
	}

	#footermenu {
		width: 100%;
	}

	.copyinfo {
		position: relative;
		float: left;
		text-align: left;
		clear: left;
		width: 100%;
		margin-top: 40px;
	}

	.woocommerce table.shop_table_responsive tr td.product-quantity::before {
		margin-top: 10px;
		margin-right: 10px;
	}

	.wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
		display:block;
	}

	.wp-block-query ul.is-flex-container li {
		width: 100%!important;
		margin-bottom: 30px;
	}

	.pagination {
		margin-left: 0;
	}

}

@media screen and (max-width: 670px) {

	.nice-select {
		margin-top: 0;
	}

	.slider-arrow {
		margin-top: 0;
		float: left;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.sidepanel {
		left: 0;
		right: auto;
		top: 157px!important;
	}

	#footerwidgets {
		margin-top: 120px;
	}
}

@media screen and (max-width: 540px) {

	#logo {
		width: 20%;
	}

	#topwidget {
		margin-top: 240px;
	}

	#topwidget h2, #topwidget h1 {
		font-size: 42px;
	}

	.rightheader {
		width: 75%;
	}

	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		margin-bottom: 30px;
	}

	button.single_add_to_cart_button.button.alt {
		margin-top: 20px;
	}

	.woocommerce div.product form.cart .button {
		clear: left;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs::after {
		display: none!important;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		margin-bottom: 5px;
	}

	input#coupon_code {
		width: 130px!important;
	}

 .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button {
		padding: 16px 0;
	}
}

@media screen and (max-width: 420px) {

	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		padding: 15px;
		padding-top: 35px;
	}

	.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
		top: 12px;
		left: 15px;
	}

	.woocommerce-message:before {
		top: 7px;
	}

	a.button.wc-forward {
		margin-top: 10px;
	}

	.playlist .wp-block-columns {
		padding-left: 0;
		padding-right: 0;
	}

	.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar, .pswp__top-bar {
	  background-color: transparent!important;
    }

}
